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
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      static SfnStateMachineConfig.Builder builder()  
      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}.
      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}.
      default SfnStateMachineLoggingConfiguration getLoggingConfiguration()
      logging_configuration block.
      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}.
      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}.
      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}.
      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}.
      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 SfnStateMachineTimeouts getTimeouts()
      timeouts block.
      default SfnStateMachineTracingConfiguration getTracingConfiguration()
      tracing_configuration block.
      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}.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
      • Methods inherited from interface com.hashicorp.cdktf.TerraformMetaArguments

        getConnection, getCount, getDependsOn, getForEach, getLifecycle, getProvider, getProvisioners
    • 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}.