@Stability(value=Stable)
public static interface CfnStateMachine.LogDestinationProperty
extends software.amazon.jsii.JsiiSerializable
For more information on logging with
EXPRESSworkflows, see Logging Express Workflows Using 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.stepfunctions.*;
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() |
default Object |
getCloudWatchLogsLogGroup()
An object describing a CloudWatch log group.
|
@Stability(value=Stable) @Nullable default Object getCloudWatchLogsLogGroup()
For more information, see AWS::Logs::LogGroup in the AWS CloudFormation User Guide.
@Stability(value=Stable) static CfnStateMachine.LogDestinationProperty.Builder builder()
Copyright © 2022. All rights reserved.