public static interface CfnStateMachine.LogDestinationProperty
For more information on logging with
EXPRESS
workflows, 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 java.lang.Object |
getCloudWatchLogsLogGroup()
An object describing a CloudWatch log group.
|
default java.lang.Object getCloudWatchLogsLogGroup()
For more information, see AWS::Logs::LogGroup in the AWS CloudFormation User Guide.
static CfnStateMachine.LogDestinationProperty.Builder builder()