AWSECSExecuteCommandConfiguration
No description
type AWSECSExecuteCommandConfiguration {
kmsKeyId: String!
logConfiguration: AWSECSExecuteCommandLogConfiguration
logging: AWSECSExecuteCommandLoggingType!
}
Fields
AWSECSExecuteCommandConfiguration.kmsKeyId
● String!
non-null scalar
Specify an Key Management Service key ID to encrypt the data between the local client and the container
AWSECSExecuteCommandConfiguration.logConfiguration
● AWSECSExecuteCommandLogConfiguration
union
The log configuration for the results of the execute command actions
AWSECSExecuteCommandConfiguration.logging
● AWSECSExecuteCommandLoggingType!
non-null enum
The log setting to use for redirecting logs for your execute command results
Member of
AWSECSClusterConfiguration
object