Class: Aws::SecurityHub::Types::AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#cloud_watch_encryption_enabled ⇒ Boolean
Whether to enable encryption on the CloudWatch logs.
-
#cloud_watch_log_group_name ⇒ String
The name of the CloudWatch log group to send the logs to.
-
#s3_bucket_name ⇒ String
The name of the S3 bucket to send logs to.
-
#s3_encryption_enabled ⇒ Boolean
Whether to encrypt the logs that are sent to the S3 bucket.
-
#s3_key_prefix ⇒ String
Identifies the folder in the S3 bucket to send the logs to.
Instance Attribute Details
#cloud_watch_encryption_enabled ⇒ Boolean
Whether to enable encryption on the CloudWatch logs.
9697 9698 9699 9700 9701 9702 9703 9704 9705 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9697 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_name ⇒ String
The name of the CloudWatch log group to send the logs to.
9697 9698 9699 9700 9701 9702 9703 9704 9705 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9697 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_name ⇒ String
The name of the S3 bucket to send logs to.
9697 9698 9699 9700 9701 9702 9703 9704 9705 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9697 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_enabled ⇒ Boolean
Whether to encrypt the logs that are sent to the S3 bucket.
9697 9698 9699 9700 9701 9702 9703 9704 9705 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9697 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_prefix ⇒ String
Identifies the folder in the S3 bucket to send the logs to.
9697 9698 9699 9700 9701 9702 9703 9704 9705 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9697 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 |