Class: Aws::SecurityHub::Types::AwsEcsClusterConfigurationExecuteCommandConfigurationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsClusterConfigurationExecuteCommandConfigurationDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Contains the run command configuration for the cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_id ⇒ String
The identifier of the KMS key that is used to encrypt the data between the local client and the container.
-
#log_configuration ⇒ Types::AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
The log configuration for the results of the run command actions.
-
#logging ⇒ String
The log setting to use for redirecting logs for run command results.
Instance Attribute Details
#kms_key_id ⇒ String
The identifier of the KMS key that is used to encrypt the data between the local client and the container.
9665 9666 9667 9668 9669 9670 9671 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9665 class AwsEcsClusterConfigurationExecuteCommandConfigurationDetails < Struct.new( :kms_key_id, :log_configuration, :logging) SENSITIVE = [] include Aws::Structure end |
#log_configuration ⇒ Types::AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
The log configuration for the results of the run command actions. Required if ‘Logging` is `NONE`.
9665 9666 9667 9668 9669 9670 9671 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9665 class AwsEcsClusterConfigurationExecuteCommandConfigurationDetails < Struct.new( :kms_key_id, :log_configuration, :logging) SENSITIVE = [] include Aws::Structure end |
#logging ⇒ String
The log setting to use for redirecting logs for run command results.
9665 9666 9667 9668 9669 9670 9671 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9665 class AwsEcsClusterConfigurationExecuteCommandConfigurationDetails < Struct.new( :kms_key_id, :log_configuration, :logging) SENSITIVE = [] include Aws::Structure end |