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` package Paws::CloudTrail::UpdateTrailResponse; use Moose; has CloudWatchLogsLogGroupArn => (is => 'ro', isa => 'Str'); has CloudWatchLogsRoleArn => (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'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::CloudTrail::UpdateTrailResponse =head1 ATTRIBUTES =head2 CloudWatchLogsLogGroupArn => Str Specifies the Amazon Resource Name (ARN) of 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 IncludeGlobalServiceEvents => Bool Specifies whether the trail is publishing events from global services such as IAM to the log files. =head2 IsMultiRegionTrail => Bool Specifies whether the trail exists in one region or 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 integrity validation is enabled. =head2 Name => Str Specifies the name of the trail. =head2 S3BucketName => Str Specifies the name of the Amazon S3 bucket designated for publishing log files. =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). =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 that was updated. The format of a trail ARN is: C =head2 _request_id => Str =cut 1;