Class: Aws::SecurityHub::Types::AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_encryption_enabledBoolean

Whether to enable encryption on the CloudWatch logs.

Returns:

  • (Boolean)


9278
9279
9280
9281
9282
9283
9284
9285
9286
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9278

class AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails < Struct.new(
  :cloud_watch_encryption_enabled,
  :cloud_watch_log_group_name,
  :s3_bucket_name,
  :s3_encryption_enabled,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#cloud_watch_log_group_nameString

The name of the CloudWatch log group to send the logs to.

Returns:

  • (String)


9278
9279
9280
9281
9282
9283
9284
9285
9286
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9278

class AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails < Struct.new(
  :cloud_watch_encryption_enabled,
  :cloud_watch_log_group_name,
  :s3_bucket_name,
  :s3_encryption_enabled,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_nameString

The name of the S3 bucket to send logs to.

Returns:

  • (String)


9278
9279
9280
9281
9282
9283
9284
9285
9286
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9278

class AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails < Struct.new(
  :cloud_watch_encryption_enabled,
  :cloud_watch_log_group_name,
  :s3_bucket_name,
  :s3_encryption_enabled,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_encryption_enabledBoolean

Whether to encrypt the logs that are sent to the S3 bucket.

Returns:

  • (Boolean)


9278
9279
9280
9281
9282
9283
9284
9285
9286
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9278

class AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails < Struct.new(
  :cloud_watch_encryption_enabled,
  :cloud_watch_log_group_name,
  :s3_bucket_name,
  :s3_encryption_enabled,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_key_prefixString

Identifies the folder in the S3 bucket to send the logs to.

Returns:

  • (String)


9278
9279
9280
9281
9282
9283
9284
9285
9286
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9278

class AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails < Struct.new(
  :cloud_watch_encryption_enabled,
  :cloud_watch_log_group_name,
  :s3_bucket_name,
  :s3_encryption_enabled,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end