ExecuteCommandLogConfiguration
The log configuration for the results of the execute command actions. The logs can be sent to CloudWatch Logs or an Amazon S3 bucket.
Contents
- cloudWatchEncryptionEnabled
-
Determines whether to use encryption on the CloudWatch logs. If not specified, encryption will be off.
Type: Boolean
Required: No
- cloudWatchLogGroupName
-
The name of the CloudWatch log group to send logs to.
Note
The CloudWatch log group must already be created.
Type: String
Required: No
- s3BucketName
-
The name of the S3 bucket to send logs to.
Note
The S3 bucket must already be created.
Type: String
Required: No
- s3EncryptionEnabled
-
Determines whether to use encryption on the S3 logs. If not specified, encryption is not used.
Type: Boolean
Required: No
- s3KeyPrefix
-
An optional folder in the S3 bucket to place logs in.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: