class Aws::SecurityHub::Types::AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails

The log configuration for the results of the run command actions.

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

data as a hash:

    {
      cloud_watch_encryption_enabled: false,
      cloud_watch_log_group_name: "NonEmptyString",
      s3_bucket_name: "NonEmptyString",
      s3_encryption_enabled: false,
      s3_key_prefix: "NonEmptyString",
    }

@!attribute [rw] cloud_watch_encryption_enabled

Whether to enable encryption on the CloudWatch logs.
@return [Boolean]

@!attribute [rw] cloud_watch_log_group_name

The name of the CloudWatch log group to send the logs to.
@return [String]

@!attribute [rw] s3_bucket_name

The name of the S3 bucket to send logs to.
@return [String]

@!attribute [rw] s3_encryption_enabled

Whether to encrypt the logs that are sent to the S3 bucket.
@return [Boolean]

@!attribute [rw] s3_key_prefix

Identifies the folder in the S3 bucket to send the logs to.
@return [String]

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

Constants

SENSITIVE