Struct aws_sdk_ecs::model::execute_command_log_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ExecuteCommandLogConfiguration
Implementations
The name of the CloudWatch log group to send logs to.
The CloudWatch log group must already be created.
The name of the CloudWatch log group to send logs to.
The CloudWatch log group must already be created.
Whether or not to enable encryption on the CloudWatch logs. If not specified, encryption will be disabled.
Whether or not to enable encryption on the CloudWatch logs. If not specified, encryption will be disabled.
The name of the S3 bucket to send logs to.
The S3 bucket must already be created.
The name of the S3 bucket to send logs to.
The S3 bucket must already be created.
Whether or not to use encryption on the S3 logs. If not specified, encryption is not used.
Whether or not to use encryption on the S3 logs. If not specified, encryption is not used.
An optional folder in the S3 bucket to place logs in.
An optional folder in the S3 bucket to place logs in.
Consumes the builder and constructs a ExecuteCommandLogConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more