Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.stepfunctions.CfnStateMachineAliasPropsMixin.Builder
Packages that use CfnStateMachineAliasPropsMixin.Builder
-
Uses of CfnStateMachineAliasPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.stepfunctions
Methods in software.amazon.awscdk.cfnpropertymixins.services.stepfunctions that return CfnStateMachineAliasPropsMixin.BuilderModifier and TypeMethodDescriptionCfnStateMachineAliasPropsMixin.Builder.create()CfnStateMachineAliasPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnStateMachineAliasPropsMixin.Builder.deploymentPreference(CfnStateMachineAliasPropsMixin.DeploymentPreferenceProperty deploymentPreference) The settings that enable gradual state machine deployments.CfnStateMachineAliasPropsMixin.Builder.deploymentPreference(IResolvable deploymentPreference) The settings that enable gradual state machine deployments.CfnStateMachineAliasPropsMixin.Builder.description(String description) An optional description of the state machine alias.The name of the state machine alias.CfnStateMachineAliasPropsMixin.Builder.routingConfiguration(List<? extends Object> routingConfiguration) The routing configuration of an alias.CfnStateMachineAliasPropsMixin.Builder.routingConfiguration(IResolvable routingConfiguration) The routing configuration of an alias.