Class: Aws::SecurityHub::Types::AwsEcsClusterConfigurationExecuteCommandConfigurationDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#kms_key_idString

The identifier of the KMS key that is used to encrypt the data between the local client and the container.

Returns:

  • (String)


9672
9673
9674
9675
9676
9677
9678
# File 'lib/aws-sdk-securityhub/types.rb', line 9672

class AwsEcsClusterConfigurationExecuteCommandConfigurationDetails < Struct.new(
  :kms_key_id,
  :log_configuration,
  :logging)
  SENSITIVE = []
  include Aws::Structure
end

#log_configurationTypes::AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails

The log configuration for the results of the run command actions. Required if ‘Logging` is `NONE`.



9672
9673
9674
9675
9676
9677
9678
# File 'lib/aws-sdk-securityhub/types.rb', line 9672

class AwsEcsClusterConfigurationExecuteCommandConfigurationDetails < Struct.new(
  :kms_key_id,
  :log_configuration,
  :logging)
  SENSITIVE = []
  include Aws::Structure
end

#loggingString

The log setting to use for redirecting logs for run command results.

Returns:

  • (String)


9672
9673
9674
9675
9676
9677
9678
# File 'lib/aws-sdk-securityhub/types.rb', line 9672

class AwsEcsClusterConfigurationExecuteCommandConfigurationDetails < Struct.new(
  :kms_key_id,
  :log_configuration,
  :logging)
  SENSITIVE = []
  include Aws::Structure
end