| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnStateMachine.TagsEntryProperty.Jsii$Proxy
An implementation for
CfnStateMachine.TagsEntryProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnStateMachine.TagsEntryProperty |
CfnStateMachine.TagsEntryProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<CfnStateMachine.TagsEntryProperty> |
CfnStateMachineProps.getTags()
`AWS::StepFunctions::StateMachine.Tags`.
|
List<CfnStateMachine.TagsEntryProperty> |
CfnStateMachineProps.Jsii$Proxy.getTags() |
| Modifier and Type | Method and Description |
|---|---|
CfnStateMachine.Builder |
CfnStateMachine.Builder.tags(List<? extends CfnStateMachine.TagsEntryProperty> tags)
`AWS::StepFunctions::StateMachine.Tags`.
|
CfnStateMachineProps.Builder |
CfnStateMachineProps.Builder.tags(List<? extends CfnStateMachine.TagsEntryProperty> tags)
Sets the value of
CfnStateMachineProps.getTags() |
| Constructor and Description |
|---|
Jsii$Proxy(String roleArn,
Object definition,
Object definitionS3Location,
String definitionString,
Object definitionSubstitutions,
Object loggingConfiguration,
String stateMachineName,
String stateMachineType,
List<? extends CfnStateMachine.TagsEntryProperty> tags,
Object tracingConfiguration)
Constructor that initializes the object based on literal property values passed by the
CfnStateMachineProps.Builder. |
Copyright © 2021. All rights reserved.