|
NAMEPaws::CloudTrail::CreateTrail - Arguments for method CreateTrail on Paws::CloudTrailDESCRIPTIONThis class represents the parameters used for calling the method CreateTrail on the AWS CloudTrail service. Use the attributes of this class as arguments to method CreateTrail.You shouln't make instances of this class. Each attribute should be used as a named argument in the call to CreateTrail. As an example: $service_obj->CreateTrail(Att1 => $value1, Att2 => $value2, ...); Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. ATTRIBUTESCloudWatchLogsLogGroupArn => StrSpecifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.CloudWatchLogsRoleArn => StrSpecifies the role for the CloudWatch Logs endpoint to assume to write to a user�s log group.IncludeGlobalServiceEvents => BoolSpecifies whether the trail is publishing events from global services such as IAM to the log files.REQUIRED Name => StrSpecifies the name of the trail.REQUIRED S3BucketName => StrSpecifies the name of the Amazon S3 bucket designated for publishing log files.S3KeyPrefix => StrSpecifies the Amazon S3 key prefix that precedes the name of the bucket you have designated for log file delivery.SnsTopicName => StrSpecifies the name of the Amazon SNS topic defined for notification of log file delivery.SEE ALSOThis class forms part of Paws, documenting arguments for method CreateTrail in Paws::CloudTrailBUGS and CONTRIBUTIONSThe source code is located here: https://github.com/pplu/aws-sdk-perlPlease report bugs to: https://github.com/pplu/aws-sdk-perl/issues
Visit the GSP FreeBSD Man Page Interface. |