Class: Aws::Resiliencehubv2::Types::LoggingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::LoggingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Configuration for test execution logging destinations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_log_group_arn ⇒ String
The ARN of the CloudWatch Logs log group for log delivery.
-
#log_schema_version ⇒ String
The version of the log schema.
-
#s3_bucket_name ⇒ String
The name of the S3 bucket for log delivery.
Instance Attribute Details
#cloud_watch_log_group_arn ⇒ String
The ARN of the CloudWatch Logs log group for log delivery.
3041 3042 3043 3044 3045 3046 3047 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3041 class LoggingConfiguration < Struct.new( :s3_bucket_name, :cloud_watch_log_group_arn, :log_schema_version) SENSITIVE = [] include Aws::Structure end |
#log_schema_version ⇒ String
The version of the log schema.
3041 3042 3043 3044 3045 3046 3047 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3041 class LoggingConfiguration < Struct.new( :s3_bucket_name, :cloud_watch_log_group_arn, :log_schema_version) SENSITIVE = [] include Aws::Structure end |
#s3_bucket_name ⇒ String
The name of the S3 bucket for log delivery.
3041 3042 3043 3044 3045 3046 3047 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3041 class LoggingConfiguration < Struct.new( :s3_bucket_name, :cloud_watch_log_group_arn, :log_schema_version) SENSITIVE = [] include Aws::Structure end |