@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-15T23:35:58.907Z") @Stability(value=External) public class CfnStateMachine extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html| Modifier and Type | Class and Description |
|---|---|
static class |
CfnStateMachine.Builder
A fluent builder for
CfnStateMachine. |
static interface |
CfnStateMachine.CloudWatchLogsLogGroupProperty |
static interface |
CfnStateMachine.LogDestinationProperty |
static interface |
CfnStateMachine.LoggingConfigurationProperty |
static interface |
CfnStateMachine.TagsEntryProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnStateMachine(Construct scope,
String id,
CfnStateMachineProps props)
Create a new `AWS::StepFunctions::StateMachine`.
|
protected |
CfnStateMachine(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnStateMachine(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static CfnStateMachine |
fromCloudFormation(Construct scope,
String id,
Object resourceAttributes)
A factory method that creates a new instance of this class from an object containing the CloudFormation properties of this resource.
|
String |
getAttrName() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDefinitionString()
`AWS::StepFunctions::StateMachine.DefinitionString`.
|
Object |
getLoggingConfiguration()
`AWS::StepFunctions::StateMachine.LoggingConfiguration`.
|
String |
getRoleArn()
`AWS::StepFunctions::StateMachine.RoleArn`.
|
String |
getStateMachineName()
`AWS::StepFunctions::StateMachine.StateMachineName`.
|
String |
getStateMachineType()
`AWS::StepFunctions::StateMachine.StateMachineType`.
|
TagManager |
getTags()
`AWS::StepFunctions::StateMachine.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDefinitionString(String value)
`AWS::StepFunctions::StateMachine.DefinitionString`.
|
void |
setLoggingConfiguration(CfnStateMachine.LoggingConfigurationProperty value)
`AWS::StepFunctions::StateMachine.LoggingConfiguration`.
|
void |
setLoggingConfiguration(IResolvable value)
`AWS::StepFunctions::StateMachine.LoggingConfiguration`.
|
void |
setRoleArn(String value)
`AWS::StepFunctions::StateMachine.RoleArn`.
|
void |
setStateMachineName(String value)
`AWS::StepFunctions::StateMachine.StateMachineName`.
|
void |
setStateMachineType(String value)
`AWS::StepFunctions::StateMachine.StateMachineType`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet@Stability(value=External) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnStateMachine(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnStateMachine(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=External)
public CfnStateMachine(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnStateMachineProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Experimental) @NotNull public static CfnStateMachine fromCloudFormation(@NotNull Construct scope, @NotNull String id, @NotNull Object resourceAttributes)
Used in the @aws-cdk/cloudformation-include module.
EXPERIMENTAL
scope - This parameter is required.id - This parameter is required.resourceAttributes - This parameter is required.@Stability(value=Experimental)
public void inspect(@NotNull
TreeInspector inspector)
EXPERIMENTAL
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=External) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=External) @NotNull public String getAttrName()
@Stability(value=External) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=External) @NotNull public TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-tags@Stability(value=External) @NotNull public String getDefinitionString()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-definitionstring@Stability(value=External)
public void setDefinitionString(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-definitionstring@Stability(value=External) @NotNull public String getRoleArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-rolearn@Stability(value=External)
public void setRoleArn(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-rolearn@Stability(value=External) @Nullable public Object getLoggingConfiguration()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-loggingconfiguration@Stability(value=External)
public void setLoggingConfiguration(@Nullable
CfnStateMachine.LoggingConfigurationProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-loggingconfiguration@Stability(value=External)
public void setLoggingConfiguration(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-loggingconfiguration@Stability(value=External) @Nullable public String getStateMachineName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinename@Stability(value=External)
public void setStateMachineName(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinename@Stability(value=External) @Nullable public String getStateMachineType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinetype@Stability(value=External)
public void setStateMachineType(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinetypeCopyright © 2020. All rights reserved.