Class: Aws::FIS::Types::ExperimentLogConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentLogConfiguration
- Defined in:
- gems/aws-sdk-fis/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::ExperimentCloudWatchLogsLogConfiguration
The configuration for experiment logging to Amazon CloudWatch Logs.
-
#log_schema_version ⇒ Integer
The schema version.
-
#s3_configuration ⇒ Types::ExperimentS3LogConfiguration
The configuration for experiment logging to Amazon S3.
Instance Attribute Details
#cloud_watch_logs_configuration ⇒ Types::ExperimentCloudWatchLogsLogConfiguration
The configuration for experiment logging to Amazon CloudWatch Logs.
737 738 739 740 741 742 743 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 737 class ExperimentLogConfiguration < Struct.new( :cloud_watch_logs_configuration, :s3_configuration, :log_schema_version) SENSITIVE = [] include Aws::Structure end |
#log_schema_version ⇒ Integer
The schema version.
737 738 739 740 741 742 743 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 737 class ExperimentLogConfiguration < Struct.new( :cloud_watch_logs_configuration, :s3_configuration, :log_schema_version) SENSITIVE = [] include Aws::Structure end |
#s3_configuration ⇒ Types::ExperimentS3LogConfiguration
The configuration for experiment logging to Amazon S3.
737 738 739 740 741 742 743 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 737 class ExperimentLogConfiguration < Struct.new( :cloud_watch_logs_configuration, :s3_configuration, :log_schema_version) SENSITIVE = [] include Aws::Structure end |