@Stability(value=Stable)
public static interface CfnStateMachine.CloudWatchLogsLogGroupProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStateMachine.CloudWatchLogsLogGroupProperty.Builder
A builder for
CfnStateMachine.CloudWatchLogsLogGroupProperty |
static class |
CfnStateMachine.CloudWatchLogsLogGroupProperty.Jsii$Proxy
An implementation for
CfnStateMachine.CloudWatchLogsLogGroupProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStateMachine.CloudWatchLogsLogGroupProperty.Builder |
builder() |
default String |
getLogGroupArn()
The ARN of the the CloudWatch log group to which you want your logs emitted to.
|
@Stability(value=Stable) @Nullable default String getLogGroupArn()
The ARN must end with :*
@Stability(value=Stable) static CfnStateMachine.CloudWatchLogsLogGroupProperty.Builder builder()
Copyright © 2022. All rights reserved.