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.

Types

Link copied to clipboard
class Builder
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.

Link copied to clipboard

The name of the S3 bucket to send logs to.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String