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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnExperimentTemplate.CloudWatchLogsConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogGroupArn
The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.- See Also:
-
builder
@Stability(Stable) static CfnExperimentTemplate.CloudWatchLogsConfigurationProperty.Builder builder()
-