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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.stepfunctions.getStateMachineVersion

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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>
Copy
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]
Copy
func LookupStateMachineVersion(ctx *Context, args *LookupStateMachineVersionArgs, opts ...InvokeOption) (*LookupStateMachineVersionResult, error)
func LookupStateMachineVersionOutput(ctx *Context, args *LookupStateMachineVersionOutputArgs, opts ...InvokeOption) LookupStateMachineVersionResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetStateMachineVersionResult> getStateMachineVersion(GetStateMachineVersionArgs args, InvokeOptions options)
public static Output<GetStateMachineVersionResult> getStateMachineVersion(GetStateMachineVersionArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:stepfunctions:getStateMachineVersion
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Arn This property is required. string
Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .
Arn This property is required. string
Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .
arn This property is required. String
Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .
arn This property is required. string
Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .
arn This property is required. str
Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .
arn This property is required. 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 .
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 .

Package Details

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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi