Class: Aws::FIS::Types::ExperimentTemplateLogConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTemplateLogConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Describes the configuration for experiment logging.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logs_configuration ⇒ Types::ExperimentTemplateCloudWatchLogsLogConfiguration
The configuration for experiment logging to Amazon CloudWatch Logs.
-
#log_schema_version ⇒ Integer
The schema version.
-
#s3_configuration ⇒ Types::ExperimentTemplateS3LogConfiguration
The configuration for experiment logging to Amazon S3.
Instance Attribute Details
#cloud_watch_logs_configuration ⇒ Types::ExperimentTemplateCloudWatchLogsLogConfiguration
The configuration for experiment logging to Amazon CloudWatch Logs.
1118 1119 1120 1121 1122 1123 1124 |
# File 'lib/aws-sdk-fis/types.rb', line 1118 class ExperimentTemplateLogConfiguration < Struct.new( :cloud_watch_logs_configuration, :s3_configuration, :log_schema_version) SENSITIVE = [] include Aws::Structure end |
#log_schema_version ⇒ Integer
The schema version.
1118 1119 1120 1121 1122 1123 1124 |
# File 'lib/aws-sdk-fis/types.rb', line 1118 class ExperimentTemplateLogConfiguration < Struct.new( :cloud_watch_logs_configuration, :s3_configuration, :log_schema_version) SENSITIVE = [] include Aws::Structure end |
#s3_configuration ⇒ Types::ExperimentTemplateS3LogConfiguration
The configuration for experiment logging to Amazon S3.
1118 1119 1120 1121 1122 1123 1124 |
# File 'lib/aws-sdk-fis/types.rb', line 1118 class ExperimentTemplateLogConfiguration < Struct.new( :cloud_watch_logs_configuration, :s3_configuration, :log_schema_version) SENSITIVE = [] include Aws::Structure end |