Class: Aws::FIS::Types::ExperimentTemplateLogConfiguration

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

Instance Attribute Details

#cloud_watch_logs_configurationTypes::ExperimentTemplateCloudWatchLogsLogConfiguration

The configuration for experiment logging to Amazon CloudWatch Logs.



1349
1350
1351
1352
1353
1354
1355
# File 'lib/aws-sdk-fis/types.rb', line 1349

class ExperimentTemplateLogConfiguration < Struct.new(
  :cloud_watch_logs_configuration,
  :s3_configuration,
  :log_schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#log_schema_versionInteger

The schema version.

Returns:

  • (Integer)


1349
1350
1351
1352
1353
1354
1355
# File 'lib/aws-sdk-fis/types.rb', line 1349

class ExperimentTemplateLogConfiguration < Struct.new(
  :cloud_watch_logs_configuration,
  :s3_configuration,
  :log_schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#s3_configurationTypes::ExperimentTemplateS3LogConfiguration

The configuration for experiment logging to Amazon S3.



1349
1350
1351
1352
1353
1354
1355
# File 'lib/aws-sdk-fis/types.rb', line 1349

class ExperimentTemplateLogConfiguration < Struct.new(
  :cloud_watch_logs_configuration,
  :s3_configuration,
  :log_schema_version)
  SENSITIVE = []
  include Aws::Structure
end