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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnStateMachine.CloudWatchLogsLogGroupProperty
static final class
An implementation forCfnStateMachine.CloudWatchLogsLogGroupProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogGroupArn
The ARN of the the CloudWatch log group to which you want your logs emitted to.The ARN must end with
:*
- See Also:
-
builder
-