1. Packages
  2. AWS Native
  3. API Docs
  4. stepfunctions
  5. getStateMachineVersion

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.stepfunctions.getStateMachineVersion

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

    Resource schema for StateMachineVersion

    Using getStateMachineVersion

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getStateMachineVersion(args: GetStateMachineVersionArgs, opts?: InvokeOptions): Promise<GetStateMachineVersionResult>
    function getStateMachineVersionOutput(args: GetStateMachineVersionOutputArgs, opts?: InvokeOptions): Output<GetStateMachineVersionResult>
    def get_state_machine_version(arn: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetStateMachineVersionResult
    def get_state_machine_version_output(arn: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetStateMachineVersionResult]
    func LookupStateMachineVersion(ctx *Context, args *LookupStateMachineVersionArgs, opts ...InvokeOption) (*LookupStateMachineVersionResult, error)
    func LookupStateMachineVersionOutput(ctx *Context, args *LookupStateMachineVersionOutputArgs, opts ...InvokeOption) LookupStateMachineVersionResultOutput

    > Note: This function is named LookupStateMachineVersion in the Go SDK.

    public static class GetStateMachineVersion 
    {
        public static Task<GetStateMachineVersionResult> InvokeAsync(GetStateMachineVersionArgs args, InvokeOptions? opts = null)
        public static Output<GetStateMachineVersionResult> Invoke(GetStateMachineVersionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStateMachineVersionResult> getStateMachineVersion(GetStateMachineVersionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:stepfunctions:getStateMachineVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .
    Arn string
    Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .
    arn String
    Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .
    arn string
    Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .
    arn str
    Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .
    arn String
    Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .

    getStateMachineVersion Result

    The following output properties are available:

    Arn string
    Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .
    Description string
    An optional description of the state machine version.
    Arn string
    Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .
    Description string
    An optional description of the state machine version.
    arn String
    Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .
    description String
    An optional description of the state machine version.
    arn string
    Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .
    description string
    An optional description of the state machine version.
    arn str
    Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .
    description str
    An optional description of the state machine version.
    arn String
    Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .
    description String
    An optional description of the state machine version.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi