Class: Aws::FIS::Types::ExperimentTemplateCloudWatchLogsLogConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTemplateCloudWatchLogsLogConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Describes the configuration for experiment logging to Amazon CloudWatch Logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.
Instance Attribute Details
#log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.
1061 1062 1063 1064 1065 |
# File 'lib/aws-sdk-fis/types.rb', line 1061 class ExperimentTemplateCloudWatchLogsLogConfiguration < Struct.new( :log_group_arn) SENSITIVE = [] include Aws::Structure end |