class Aws::SecurityHub::Types::AwsEcsClusterConfigurationDetails

The run command configuration for the cluster.

@note When making an API call, you may pass AwsEcsClusterConfigurationDetails

data as a hash:

    {
      execute_command_configuration: {
        kms_key_id: "NonEmptyString",
        log_configuration: {
          cloud_watch_encryption_enabled: false,
          cloud_watch_log_group_name: "NonEmptyString",
          s3_bucket_name: "NonEmptyString",
          s3_encryption_enabled: false,
          s3_key_prefix: "NonEmptyString",
        },
        logging: "NonEmptyString",
      },
    }

@!attribute [rw] execute_command_configuration

Contains the run command configuration for the cluster.
@return [Types::AwsEcsClusterConfigurationExecuteCommandConfigurationDetails]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsClusterConfigurationDetails AWS API Documentation

Constants

SENSITIVE