Interface CfnStateMachine.LogDestinationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStateMachine.LogDestinationProperty.Jsii$Proxy
- Enclosing class:
CfnStateMachine
@Stability(Stable)
public static interface CfnStateMachine.LogDestinationProperty
extends software.amazon.jsii.JsiiSerializable
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.sam.*; LogDestinationProperty logDestinationProperty = LogDestinationProperty.builder() .cloudWatchLogsLogGroup(CloudWatchLogsLogGroupProperty.builder() .logGroupArn("logGroupArn") .build()) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnStateMachine.LogDestinationProperty
static final class
An implementation forCfnStateMachine.LogDestinationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
CfnStateMachine.LogDestinationProperty.CloudWatchLogsLogGroup
.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCloudWatchLogsLogGroup
CfnStateMachine.LogDestinationProperty.CloudWatchLogsLogGroup
. -
builder
-