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::Trail; use Moose; has CloudWatchLogsLogGroupArn => (is => 'ro', isa => 'Str'); has CloudWatchLogsRoleArn => (is => 'ro', isa => 'Str'); has HasCustomEventSelectors => (is => 'ro', isa => 'Bool'); has HasInsightSelectors => (is => 'ro', isa => 'Bool'); has HomeRegion => (is => 'ro', isa => 'Str'); has IncludeGlobalServiceEvents => (is => 'ro', isa => 'Bool'); has IsMultiRegionTrail => (is => 'ro', isa => 'Bool'); has IsOrganizationTrail => (is => 'ro', isa => 'Bool'); has KmsKeyId => (is => 'ro', isa => 'Str'); has LogFileValidationEnabled => (is => 'ro', isa => 'Bool'); has Name => (is => 'ro', isa => 'Str'); has S3BucketName => (is => 'ro', isa => 'Str'); has S3KeyPrefix => (is => 'ro', isa => 'Str'); has SnsTopicARN => (is => 'ro', isa => 'Str'); has SnsTopicName => (is => 'ro', isa => 'Str'); has TrailARN => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::CloudTrail::Trail =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::Trail object: $service_obj->Method(Att1 => { CloudWatchLogsLogGroupArn => $value, ..., TrailARN => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CloudTrail::Trail object: $result = $service_obj->Method(...); $result->Att1->CloudWatchLogsLogGroupArn =head1 DESCRIPTION The settings for a trail. =head1 ATTRIBUTES =head2 CloudWatchLogsLogGroupArn => Str Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. =head2 CloudWatchLogsRoleArn => Str Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group. =head2 HasCustomEventSelectors => Bool Specifies if the trail has custom event selectors. =head2 HasInsightSelectors => Bool Specifies whether a trail has insight types specified in an C list. =head2 HomeRegion => Str The region in which the trail was created. =head2 IncludeGlobalServiceEvents => Bool Set to B to include AWS API calls from AWS global services such as IAM. Otherwise, B. =head2 IsMultiRegionTrail => Bool Specifies whether the trail exists only in one region or exists in all regions. =head2 IsOrganizationTrail => Bool Specifies whether the trail is an organization trail. =head2 KmsKeyId => Str Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format: C =head2 LogFileValidationEnabled => Bool Specifies whether log file validation is enabled. =head2 Name => Str Name of the trail set by calling CreateTrail. The maximum length is 128 characters. =head2 S3BucketName => Str Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/create_trail_naming_policy.html). =head2 S3KeyPrefix => Str Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-find-log-files.html).The maximum length is 200 characters. =head2 SnsTopicARN => Str Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is: C =head2 SnsTopicName => Str This field is no longer in use. Use SnsTopicARN. =head2 TrailARN => Str Specifies the ARN of the trail. The format of a trail ARN is: 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