Class: Aws::FIS::Types::ExperimentTemplateCloudWatchLogsLogConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTemplateCloudWatchLogsLogConfigurationInput
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Specifies 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.
1077 1078 1079 1080 1081 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1077 class ExperimentTemplateCloudWatchLogsLogConfigurationInput < Struct.new( :log_group_arn) SENSITIVE = [] include Aws::Structure end |