Interface CfnStateMachinePropsMixin.CloudWatchLogsLogGroupProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStateMachinePropsMixin.CloudWatchLogsLogGroupProperty.Jsii$Proxy
- Enclosing class:
CfnStateMachinePropsMixin
@Stability(Stable)
public static interface CfnStateMachinePropsMixin.CloudWatchLogsLogGroupProperty
extends software.amazon.jsii.JsiiSerializable
Defines a CloudWatch log group.
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.cfnpropertymixins.services.stepfunctions.*;
CloudWatchLogsLogGroupProperty cloudWatchLogsLogGroupProperty = CloudWatchLogsLogGroupProperty.builder()
.logGroupArn("logGroupArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStateMachinePropsMixin.CloudWatchLogsLogGroupPropertystatic final classAn implementation forCfnStateMachinePropsMixin.CloudWatchLogsLogGroupProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogGroupArn
The ARN of the the CloudWatch log group to which you want your logs emitted to.The ARN must end with
:*Returns union: either
StringorILogGroupRef- See Also:
-
builder
@Stability(Stable) static CfnStateMachinePropsMixin.CloudWatchLogsLogGroupProperty.Builder builder()
-