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::CloudTrail::AdvancedFieldSelector; use Moose; has EndsWith => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Equals => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Field => (is => 'ro', isa => 'Str', required => 1); has NotEndsWith => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has NotEquals => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has NotStartsWith => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has StartsWith => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); 1; ### main pod documentation begin ### =head1 NAME Paws::CloudTrail::AdvancedFieldSelector =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::CloudTrail::AdvancedFieldSelector object: $service_obj->Method(Att1 => { EndsWith => $value, ..., StartsWith => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CloudTrail::AdvancedFieldSelector object: $result = $service_obj->Method(...); $result->Att1->EndsWith =head1 DESCRIPTION A single selector statement in an advanced event selector. =head1 ATTRIBUTES =head2 EndsWith => ArrayRef[Str|Undef] An operator that includes events that match the last few characters of the event record field specified as the value of C. =head2 Equals => ArrayRef[Str|Undef] An operator that includes events that match the exact value of the event record field specified as the value of C. This is the only valid operator that you can use with the C, C, and C fields. =head2 B Field => Str A field in an event record on which to filter events to be logged. Supported fields include C, C, C (for management events), C, C, and C. =over =item * B > - Optional. Can be set to C a value of C or C. A value of C logs both C and C events. =item * B > - For filtering management events only. This can be set only to C C. =item * B > - Can use any operator. You can use it to lter in or lter out any data event logged to CloudTrail, such as C. You can have multiple values for this eld, separated by commas. =item * B > - This is required. It must be set to C, and the value must be C or C. =item * B > - This eld is required. C can only use the C operator, and the value can be one of the following: C, C, C, C, C, or C. You can have only one C eld per selector. To log data events on more than one resource type, add another selector. =item * B > - You can use any operator with resources.ARN, but if you use C or C, the value must exactly match the ARN of a valid resource of the type you've specied in the template as the value of resources.type. For example, if resources.type equals C, the ARN must be in one of the following formats. To log all data events for all objects in a specific S3 bucket, use the C operator, and include only the bucket ARN as the matching value. The trailing slash is intentional; do not exclude it. =over =item * C =item * C =back When resources.type equals C, and the operator is set to C or C, the ARN must be in the following format: =over =item * C =back When resources.type equals C, and the operator is set to C or C, the ARN must be in the following format: =over =item * C =back When C equals C, and the operator is set to C or C, the ARN must be in the following format: =over =item * Caccount_ID:object_path> =back When C equals C, and the operator is set to C or C, the ARN must be in the following format: =over =item * C =back When C equals C, and the operator is set to C or C, the ARN must be in the following format: =over =item * C =back =back =head2 NotEndsWith => ArrayRef[Str|Undef] An operator that excludes events that match the last few characters of the event record field specified as the value of C. =head2 NotEquals => ArrayRef[Str|Undef] An operator that excludes events that match the exact value of the event record field specified as the value of C. =head2 NotStartsWith => ArrayRef[Str|Undef] An operator that excludes events that match the first few characters of the event record field specified as the value of C. =head2 StartsWith => ArrayRef[Str|Undef] An operator that includes events that match the first few characters of the event record field specified as the value of C. =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