Interface CfnExperimentTemplate.CloudWatchLogsConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnExperimentTemplate.CloudWatchLogsConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnExperimentTemplate

@Stability(Stable) public static interface CfnExperimentTemplate.CloudWatchLogsConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Specifies the configuration for experiment logging to CloudWatch Logs .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.fis.*;
 CloudWatchLogsConfigurationProperty cloudWatchLogsConfigurationProperty = CloudWatchLogsConfigurationProperty.builder()
         .logGroupArn("logGroupArn")
         .build();