Struct aws_sdk_ecs::model::execute_command_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ExecuteCommandConfiguration
Implementations
Specify an Key Management Service key ID to encrypt the data between the local client and the container.
Specify an Key Management Service key ID to encrypt the data between the local client and the container.
The log setting to use for redirecting logs for your execute command results. The following log settings are available.
-
NONE
: The execute command session is not logged. -
DEFAULT
: Theawslogs
configuration in the task definition is used. If no logging parameter is specified, it defaults to this value. If noawslogs
log driver is configured in the task definition, the output won't be logged. -
OVERRIDE
: Specify the logging details as a part oflogConfiguration
. If theOVERRIDE
logging option is specified, thelogConfiguration
is required.
The log setting to use for redirecting logs for your execute command results. The following log settings are available.
-
NONE
: The execute command session is not logged. -
DEFAULT
: Theawslogs
configuration in the task definition is used. If no logging parameter is specified, it defaults to this value. If noawslogs
log driver is configured in the task definition, the output won't be logged. -
OVERRIDE
: Specify the logging details as a part oflogConfiguration
. If theOVERRIDE
logging option is specified, thelogConfiguration
is required.
The log configuration for the results of the execute command actions. The logs can be
sent to CloudWatch Logs or an Amazon S3 bucket. When logging=OVERRIDE
is
specified, a logConfiguration
must be provided.
The log configuration for the results of the execute command actions. The logs can be
sent to CloudWatch Logs or an Amazon S3 bucket. When logging=OVERRIDE
is
specified, a logConfiguration
must be provided.
Consumes the builder and constructs a ExecuteCommandConfiguration
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