Interface CfnStateMachine.CloudWatchLogsLogGroupProperty

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

@Stability(Stable) public static interface CfnStateMachine.CloudWatchLogsLogGroupProperty extends software.amazon.jsii.JsiiSerializable
Defines a CloudWatch log group.

For more information see Standard Versus Express Workflows in the AWS Step Functions Developer Guide.

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.stepfunctions.*;
 CloudWatchLogsLogGroupProperty cloudWatchLogsLogGroupProperty = CloudWatchLogsLogGroupProperty.builder()
         .logGroupArn("logGroupArn")
         .build();