PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Config::ConfigSnapshotDeliveryProperties; use Moose; has DeliveryFrequency => (is => 'ro', isa => 'Str', request_name => 'deliveryFrequency', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::Config::ConfigSnapshotDeliveryProperties =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Config::ConfigSnapshotDeliveryProperties object: $service_obj->Method(Att1 => { DeliveryFrequency => $value, ..., DeliveryFrequency => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Config::ConfigSnapshotDeliveryProperties object: $result = $service_obj->Method(...); $result->Att1->DeliveryFrequency =head1 DESCRIPTION Provides options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket in your delivery channel. The frequency for a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot is set by one of two values, depending on which is less frequent: =over =item * The value for the C parameter within the delivery channel configuration, which sets how often AWS Config delivers configuration snapshots. This value also sets how often AWS Config invokes evaluations for AWS Config rules. =item * The value for the C parameter, which sets the maximum frequency with which AWS Config invokes evaluations for the rule. For more information, see ConfigRule. =back If the C value is less frequent than the C value for a rule, AWS Config invokes the rule only as often as the C value. =over =item 1. For example, you want your rule to run evaluations when AWS Config delivers the configuration snapshot. =item 2. You specify the C value for C. =item 3. You then specify the delivery channel C value for C. =item 4. Because the value for C is less frequent than C, AWS Config invokes evaluations for the rule every 24 hours. =back You should set the C value to be at least as frequent as the C value. You can view the C value by using the C action. To update the C with which AWS Config delivers your configuration snapshots, use the C action. =head1 ATTRIBUTES =head2 DeliveryFrequency => Str The frequency with which AWS Config delivers configuration snapshots. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut