CloudTrailCloudWatchLogsProperties Object
Description
Parameters for enabling CloudWatch Logs on a CloudTrail trail.
Properties
logGroupArn
ARN of the log group to write logs to.
Type: string
Required: Yes
roleArn
ARN of the IAM role with permissions to write to the log group.
Type: string
Required: Yes
Sample JSON
{
"logGroupArn": "arn:aws:logs:us-east-1:123456789012:log-group:group1:*",
"roleArn": "arn:aws:iam::123456789012:role/role1"
}
Last updated