Interface SfnStateMachineConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
SfnStateMachineConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:55.211Z") @Stability(Stable) public interface SfnStateMachineConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSfnStateMachineConfig.BuilderA builder forSfnStateMachineConfigstatic classSfnStateMachineConfig.Jsii$ProxyAn implementation forSfnStateMachineConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SfnStateMachineConfig.Builderbuilder()StringgetDefinition()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#definition SfnStateMachine#definition}.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#id SfnStateMachine#id}.default SfnStateMachineLoggingConfigurationgetLoggingConfiguration()logging_configuration block.default StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#name SfnStateMachine#name}.default StringgetNamePrefix()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#name_prefix SfnStateMachine#name_prefix}.default ObjectgetPublish()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#publish SfnStateMachine#publish}.StringgetRoleArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#role_arn SfnStateMachine#role_arn}.default Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#tags SfnStateMachine#tags}.default Map<String,String>getTagsAll()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#tags_all SfnStateMachine#tags_all}.default SfnStateMachineTimeoutsgetTimeouts()timeouts block.default SfnStateMachineTracingConfigurationgetTracingConfiguration()tracing_configuration block.default StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#type SfnStateMachine#type}.
-
-
-
Method Detail
-
getDefinition
@Stability(Stable) @NotNull String getDefinition()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#definition SfnStateMachine#definition}.
-
getRoleArn
@Stability(Stable) @NotNull String getRoleArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#role_arn SfnStateMachine#role_arn}.
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#id SfnStateMachine#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getLoggingConfiguration
@Stability(Stable) @Nullable default SfnStateMachineLoggingConfiguration getLoggingConfiguration()
logging_configuration block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#logging_configuration SfnStateMachine#logging_configuration}
-
getName
@Stability(Stable) @Nullable default String getName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#name SfnStateMachine#name}.
-
getNamePrefix
@Stability(Stable) @Nullable default String getNamePrefix()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#name_prefix SfnStateMachine#name_prefix}.
-
getPublish
@Stability(Stable) @Nullable default Object getPublish()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#publish SfnStateMachine#publish}.
-
getTags
@Stability(Stable) @Nullable default Map<String,String> getTags()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#tags SfnStateMachine#tags}.
-
getTagsAll
@Stability(Stable) @Nullable default Map<String,String> getTagsAll()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#tags_all SfnStateMachine#tags_all}.
-
getTimeouts
@Stability(Stable) @Nullable default SfnStateMachineTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#timeouts SfnStateMachine#timeouts}
-
getTracingConfiguration
@Stability(Stable) @Nullable default SfnStateMachineTracingConfiguration getTracingConfiguration()
tracing_configuration block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#tracing_configuration SfnStateMachine#tracing_configuration}
-
getType
@Stability(Stable) @Nullable default String getType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sfn_state_machine#type SfnStateMachine#type}.
-
builder
@Stability(Stable) static SfnStateMachineConfig.Builder builder()
- Returns:
- a
SfnStateMachineConfig.BuilderofSfnStateMachineConfig
-
-