CloudTrailConfiguration

CloudTrailConfiguration
CloudTrailConfiguration

Configurations specific to the CloudTrail AWS integration. Only applicable when the containing Credential has service=CLOUDTRAIL

JSON Example
{
    "region": "string",
    "prefix": "string",
    "bucketName": "string",
    "baseCredentials": {
        "roleArn": "arn:aws:iam::<accountid>:role/<rolename>",
        "externalId": "string"
    },
    "filterRule": "string"
}
string
region
Required

The AWS region of the S3 bucket where CloudTrail logs are stored

string
prefix
Optional

The common prefix, if any, appended to all CloudTrail log files

string
bucketName
Required

Name of the S3 bucket where CloudTrail logs are stored

baseCredentials
Optional

baseCredentials

string
filterRule
Optional

Rule to filter cloud trail log event.

Property Of