ExecuteCommandLogConfigurationResponse

data class ExecuteCommandLogConfigurationResponse(val cloudWatchEncryptionEnabled: Boolean? = null, val cloudWatchLogGroupName: String? = null, val s3BucketName: String? = null, val s3EncryptionEnabled: Boolean? = null, val s3KeyPrefix: String? = null)

Definition of ExecuteCommandLogConfiguration

Constructors

Link copied to clipboard
constructor(cloudWatchEncryptionEnabled: Boolean? = null, cloudWatchLogGroupName: String? = null, s3BucketName: String? = null, s3EncryptionEnabled: Boolean? = null, s3KeyPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines whether to use encryption on the CloudWatch logs. If not specified, encryption will be off.

Link copied to clipboard

The name of the CloudWatch log group to send logs to. The CloudWatch log group must already be created.

Link copied to clipboard
val s3BucketName: String? = null

The name of the S3 bucket to send logs to. The S3 bucket must already be created.

Link copied to clipboard

Determines whether to use encryption on the S3 logs. If not specified, encryption is not used.

Link copied to clipboard
val s3KeyPrefix: String? = null

An optional folder in the S3 bucket to place logs in.