@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.406Z") @Stability(value=Stable) public class CfnStateMachine extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnStateMachine.Builder
A fluent builder for
CfnStateMachine. |
static interface |
CfnStateMachine.CloudWatchLogsLogGroupProperty |
static interface |
CfnStateMachine.DefinitionProperty |
static interface |
CfnStateMachine.LogDestinationProperty |
static interface |
CfnStateMachine.LoggingConfigurationProperty |
static interface |
CfnStateMachine.S3LocationProperty |
static interface |
CfnStateMachine.TagsEntryProperty |
static interface |
CfnStateMachine.TracingConfigurationProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.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(software.constructs.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 |
|---|---|
String |
getAttrArn() |
String |
getAttrName() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getDefinition()
`AWS::StepFunctions::StateMachine.Definition`.
|
Object |
getDefinitionS3Location()
`AWS::StepFunctions::StateMachine.DefinitionS3Location`.
|
String |
getDefinitionString()
`AWS::StepFunctions::StateMachine.DefinitionString`.
|
Object |
getDefinitionSubstitutions()
`AWS::StepFunctions::StateMachine.DefinitionSubstitutions`.
|
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`.
|
Object |
getTracingConfiguration()
`AWS::StepFunctions::StateMachine.TracingConfiguration`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDefinition(CfnStateMachine.DefinitionProperty value)
`AWS::StepFunctions::StateMachine.Definition`.
|
void |
setDefinition(IResolvable value)
`AWS::StepFunctions::StateMachine.Definition`.
|
void |
setDefinitionS3Location(CfnStateMachine.S3LocationProperty value)
`AWS::StepFunctions::StateMachine.DefinitionS3Location`.
|
void |
setDefinitionS3Location(IResolvable value)
`AWS::StepFunctions::StateMachine.DefinitionS3Location`.
|
void |
setDefinitionString(String value)
`AWS::StepFunctions::StateMachine.DefinitionString`.
|
void |
setDefinitionSubstitutions(IResolvable value)
`AWS::StepFunctions::StateMachine.DefinitionSubstitutions`.
|
void |
setDefinitionSubstitutions(Map<String,String> value)
`AWS::StepFunctions::StateMachine.DefinitionSubstitutions`.
|
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`.
|
void |
setTracingConfiguration(CfnStateMachine.TracingConfigurationProperty value)
`AWS::StepFunctions::StateMachine.TracingConfiguration`.
|
void |
setTracingConfiguration(IResolvable value)
`AWS::StepFunctions::StateMachine.TracingConfiguration`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) 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=Stable)
public CfnStateMachine(@NotNull
software.constructs.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=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrName()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getRoleArn()
@Stability(value=Stable)
public void setRoleArn(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getDefinition()
@Stability(value=Stable)
public void setDefinition(@Nullable
CfnStateMachine.DefinitionProperty value)
@Stability(value=Stable)
public void setDefinition(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getDefinitionS3Location()
@Stability(value=Stable)
public void setDefinitionS3Location(@Nullable
CfnStateMachine.S3LocationProperty value)
@Stability(value=Stable)
public void setDefinitionS3Location(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getDefinitionString()
@Stability(value=Stable)
public void setDefinitionString(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getDefinitionSubstitutions()
@Stability(value=Stable)
public void setDefinitionSubstitutions(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setDefinitionSubstitutions(@Nullable
Map<String,String> value)
@Stability(value=Stable) @Nullable public Object getLoggingConfiguration()
@Stability(value=Stable)
public void setLoggingConfiguration(@Nullable
CfnStateMachine.LoggingConfigurationProperty value)
@Stability(value=Stable)
public void setLoggingConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getStateMachineName()
@Stability(value=Stable)
public void setStateMachineName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getStateMachineType()
@Stability(value=Stable)
public void setStateMachineType(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getTracingConfiguration()
@Stability(value=Stable)
public void setTracingConfiguration(@Nullable
CfnStateMachine.TracingConfigurationProperty value)
@Stability(value=Stable)
public void setTracingConfiguration(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.