Class: Aws::Resiliencehubv2::Types::LoggingConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cloud_watch_log_group_arnString

The ARN of the CloudWatch Logs log group for log delivery.

Returns:

  • (String)


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_versionString

The version of the log schema.

Returns:

  • (String)


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_nameString

The name of the S3 bucket for log delivery.

Returns:

  • (String)


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