/AWS1/CL_ECSEXECUTECOMMANDCONF¶
The details of the execute command configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_kmskeyid TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
Specify an Key Management Service key ID to encrypt the data between the local client and the container.
iv_logging TYPE /AWS1/ECSEXECUTECOMMANDLOGGING /AWS1/ECSEXECUTECOMMANDLOGGING¶
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.
io_logconfiguration TYPE REF TO /AWS1/CL_ECSEXECUTECMDLOGCONF /AWS1/CL_ECSEXECUTECMDLOGCONF¶
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.
Queryable Attributes¶
kmsKeyId¶
Specify an Key Management Service key ID to encrypt the data between the local client and the container.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYID() |
Getter for KMSKEYID, with configurable default |
ASK_KMSKEYID() |
Getter for KMSKEYID w/ exceptions if field has no value |
HAS_KMSKEYID() |
Determine if KMSKEYID has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGING() |
Getter for LOGGING, with configurable default |
ASK_LOGGING() |
Getter for LOGGING w/ exceptions if field has no value |
HAS_LOGGING() |
Determine if LOGGING has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGCONFIGURATION() |
Getter for LOGCONFIGURATION |