@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.262Z") @Stability(value=Stable) public class CfnStateMachine extends CfnResource implements IInspectable
Modifier and Type | Class and Description |
---|---|
static interface |
CfnStateMachine.ApiEventProperty |
static class |
CfnStateMachine.Builder
A fluent builder for
CfnStateMachine . |
static interface |
CfnStateMachine.CloudWatchEventEventProperty |
static interface |
CfnStateMachine.CloudWatchLogsLogGroupProperty |
static interface |
CfnStateMachine.EventBridgeRuleEventProperty |
static interface |
CfnStateMachine.EventSourceProperty |
static interface |
CfnStateMachine.FunctionSAMPTProperty |
static interface |
CfnStateMachine.IAMPolicyDocumentProperty |
static interface |
CfnStateMachine.LogDestinationProperty |
static interface |
CfnStateMachine.LoggingConfigurationProperty |
static interface |
CfnStateMachine.S3LocationProperty |
static interface |
CfnStateMachine.SAMPolicyTemplateProperty |
static interface |
CfnStateMachine.ScheduleEventProperty |
static interface |
CfnStateMachine.StateMachineSAMPTProperty |
software.amazon.jsii.JsiiObject.InitializationMode
IInspectable.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.
|
static String |
REQUIRED_TRANSFORM
The `Transform` a template must use in order to use this resource.
|
Modifier | Constructor and Description |
---|---|
|
CfnStateMachine(software.constructs.Construct scope,
String id)
Create a new `AWS::Serverless::StateMachine`.
|
|
CfnStateMachine(software.constructs.Construct scope,
String id,
CfnStateMachineProps props)
Create a new `AWS::Serverless::StateMachine`.
|
protected |
CfnStateMachine(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnStateMachine(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
getCfnProperties() |
Object |
getDefinition()
`AWS::Serverless::StateMachine.Definition`.
|
Object |
getDefinitionSubstitutions()
`AWS::Serverless::StateMachine.DefinitionSubstitutions`.
|
Object |
getDefinitionUri()
`AWS::Serverless::StateMachine.DefinitionUri`.
|
Object |
getEvents()
`AWS::Serverless::StateMachine.Events`.
|
Object |
getLogging()
`AWS::Serverless::StateMachine.Logging`.
|
String |
getName()
`AWS::Serverless::StateMachine.Name`.
|
Object |
getPolicies()
`AWS::Serverless::StateMachine.Policies`.
|
String |
getRole()
`AWS::Serverless::StateMachine.Role`.
|
TagManager |
getTags()
`AWS::Serverless::StateMachine.Tags`.
|
String |
getType()
`AWS::Serverless::StateMachine.Type`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDefinition(Object value)
`AWS::Serverless::StateMachine.Definition`.
|
void |
setDefinitionSubstitutions(IResolvable value)
`AWS::Serverless::StateMachine.DefinitionSubstitutions`.
|
void |
setDefinitionSubstitutions(Map<String,String> value)
`AWS::Serverless::StateMachine.DefinitionSubstitutions`.
|
void |
setDefinitionUri(CfnStateMachine.S3LocationProperty value)
`AWS::Serverless::StateMachine.DefinitionUri`.
|
void |
setDefinitionUri(IResolvable value)
`AWS::Serverless::StateMachine.DefinitionUri`.
|
void |
setDefinitionUri(String value)
`AWS::Serverless::StateMachine.DefinitionUri`.
|
void |
setEvents(IResolvable value)
`AWS::Serverless::StateMachine.Events`.
|
void |
setEvents(Map<String,Object> value)
`AWS::Serverless::StateMachine.Events`.
|
void |
setLogging(CfnStateMachine.LoggingConfigurationProperty value)
`AWS::Serverless::StateMachine.Logging`.
|
void |
setLogging(IResolvable value)
`AWS::Serverless::StateMachine.Logging`.
|
void |
setName(String value)
`AWS::Serverless::StateMachine.Name`.
|
void |
setPolicies(CfnStateMachine.IAMPolicyDocumentProperty value)
`AWS::Serverless::StateMachine.Policies`.
|
void |
setPolicies(IResolvable value)
`AWS::Serverless::StateMachine.Policies`.
|
void |
setPolicies(List<Object> value)
`AWS::Serverless::StateMachine.Policies`.
|
void |
setPolicies(String value)
`AWS::Serverless::StateMachine.Policies`.
|
void |
setRole(String value)
`AWS::Serverless::StateMachine.Role`.
|
void |
setType(String value)
`AWS::Serverless::StateMachine.Type`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
@Stability(value=Stable) public static final String REQUIRED_TRANSFORM
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, @Nullable 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.@Stability(value=Stable) public CfnStateMachine(@NotNull software.constructs.Construct scope, @NotNull String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.@Stability(value=Stable) public void inspect(@NotNull TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - 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 CfnResource
props
- This parameter is required.@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 Object getDefinition()
@Stability(value=Stable) public void setDefinition(@NotNull Object 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 getDefinitionUri()
@Stability(value=Stable) public void setDefinitionUri(@Nullable String value)
@Stability(value=Stable) public void setDefinitionUri(@Nullable CfnStateMachine.S3LocationProperty value)
@Stability(value=Stable) public void setDefinitionUri(@Nullable IResolvable value)
@Stability(value=Stable) @Nullable public Object getEvents()
@Stability(value=Stable) public void setEvents(@Nullable IResolvable value)
@Stability(value=Stable) public void setEvents(@Nullable Map<String,Object> value)
@Stability(value=Stable) @Nullable public Object getLogging()
@Stability(value=Stable) public void setLogging(@Nullable CfnStateMachine.LoggingConfigurationProperty value)
@Stability(value=Stable) public void setLogging(@Nullable IResolvable value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable) public void setName(@Nullable String value)
@Stability(value=Stable) @Nullable public Object getPolicies()
@Stability(value=Stable) public void setPolicies(@Nullable String value)
@Stability(value=Stable) public void setPolicies(@Nullable CfnStateMachine.IAMPolicyDocumentProperty value)
@Stability(value=Stable) public void setPolicies(@Nullable IResolvable value)
@Stability(value=Stable) public void setPolicies(@Nullable List<Object> value)
@Stability(value=Stable) @Nullable public String getRole()
@Stability(value=Stable) public void setRole(@Nullable String value)
@Stability(value=Stable) @Nullable public String getType()
@Stability(value=Stable) public void setType(@Nullable String value)
Copyright © 2021. All rights reserved.