Class CfnExperimentTemplate.ExperimentTemplateLogConfigurationProperty
Specifies the configuration for experiment logging.
Inheritance
Namespace: Amazon.CDK.AWS.FIS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ExperimentTemplateLogConfigurationProperty : Object, CfnExperimentTemplate.IExperimentTemplateLogConfigurationProperty
Syntax (vb)
Public Class ExperimentTemplateLogConfigurationProperty
Inherits Object
Implements CfnExperimentTemplate.IExperimentTemplateLogConfigurationProperty
Remarks
For more information, see Experiment logging in the AWS Fault Injection Service User Guide .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.FIS;
var cloudWatchLogsConfiguration;
var s3Configuration;
var experimentTemplateLogConfigurationProperty = new ExperimentTemplateLogConfigurationProperty {
LogSchemaVersion = 123,
// the properties below are optional
CloudWatchLogsConfiguration = cloudWatchLogsConfiguration,
S3Configuration = s3Configuration
};
Synopsis
Constructors
Experiment |
Properties
Cloud |
The configuration for experiment logging to CloudWatch Logs . |
Log |
The schema version. |
S3Configuration | The configuration for experiment logging to Amazon S3 . |
Constructors
ExperimentTemplateLogConfigurationProperty()
public ExperimentTemplateLogConfigurationProperty()
Properties
CloudWatchLogsConfiguration
The configuration for experiment logging to CloudWatch Logs .
public object CloudWatchLogsConfiguration { get; set; }
Property Value
System.
Remarks
LogSchemaVersion
The schema version.
public double LogSchemaVersion { get; set; }
Property Value
System.
Remarks
S3Configuration
The configuration for experiment logging to Amazon S3 .
public object S3Configuration { get; set; }
Property Value
System.