@Stability(value=Stable)
public static interface CfnStateMachine.LogDestinationProperty
extends software.amazon.jsii.JsiiSerializable
// 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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStateMachine.LogDestinationProperty.Builder
A builder for
CfnStateMachine.LogDestinationProperty |
static class |
CfnStateMachine.LogDestinationProperty.Jsii$Proxy
An implementation for
CfnStateMachine.LogDestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStateMachine.LogDestinationProperty.Builder |
builder() |
Object |
getCloudWatchLogsLogGroup()
`CfnStateMachine.LogDestinationProperty.CloudWatchLogsLogGroup`.
|
@Stability(value=Stable) @NotNull Object getCloudWatchLogsLogGroup()
@Stability(value=Stable) static CfnStateMachine.LogDestinationProperty.Builder builder()
Copyright © 2023. All rights reserved.