ExecuteCommandConfiguration
The details of the execute command configuration.
Contents
- kmsKeyId
-
Specify an AWS Key Management Service key ID to encrypt the data between the local client and the container.
Type: String
Required: No
- logConfiguration
-
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=OVERRIDEis specified, alogConfigurationmust be provided.Type: ExecuteCommandLogConfiguration object
Required: No
- logging
-
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: Theawslogsconfiguration in the task definition is used. If no logging parameter is specified, it defaults to this value. If noawslogslog driver is configured in the task definition, the output won't be logged. -
OVERRIDE: Specify the logging details as a part oflogConfiguration. If theOVERRIDElogging option is specified, thelogConfigurationis required.
Type: String
Valid Values:
NONE | DEFAULT | OVERRIDERequired: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: