1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. connect
  5. getContactFlowVersion

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.connect.getContactFlowVersion

Explore with Pulumi AI

aws-native logo

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 Type Definition for ContactFlowVersion

    Using getContactFlowVersion

    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 getContactFlowVersion(args: GetContactFlowVersionArgs, opts?: InvokeOptions): Promise<GetContactFlowVersionResult>
    function getContactFlowVersionOutput(args: GetContactFlowVersionOutputArgs, opts?: InvokeOptions): Output<GetContactFlowVersionResult>
    def get_contact_flow_version(contact_flow_version_arn: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetContactFlowVersionResult
    def get_contact_flow_version_output(contact_flow_version_arn: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetContactFlowVersionResult]
    func LookupContactFlowVersion(ctx *Context, args *LookupContactFlowVersionArgs, opts ...InvokeOption) (*LookupContactFlowVersionResult, error)
    func LookupContactFlowVersionOutput(ctx *Context, args *LookupContactFlowVersionOutputArgs, opts ...InvokeOption) LookupContactFlowVersionResultOutput

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

    public static class GetContactFlowVersion 
    {
        public static Task<GetContactFlowVersionResult> InvokeAsync(GetContactFlowVersionArgs args, InvokeOptions? opts = null)
        public static Output<GetContactFlowVersionResult> Invoke(GetContactFlowVersionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetContactFlowVersionResult> getContactFlowVersion(GetContactFlowVersionArgs args, InvokeOptions options)
    public static Output<GetContactFlowVersionResult> getContactFlowVersion(GetContactFlowVersionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:connect:getContactFlowVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ContactFlowVersionArn string
    The identifier of the contact flow version (ARN).
    ContactFlowVersionArn string
    The identifier of the contact flow version (ARN).
    contactFlowVersionArn String
    The identifier of the contact flow version (ARN).
    contactFlowVersionArn string
    The identifier of the contact flow version (ARN).
    contact_flow_version_arn str
    The identifier of the contact flow version (ARN).
    contactFlowVersionArn String
    The identifier of the contact flow version (ARN).

    getContactFlowVersion Result

    The following output properties are available:

    ContactFlowVersionArn string
    The identifier of the contact flow version (ARN).
    FlowContentSha256 string
    Indicates the checksum value of the latest published flow content
    Version int
    The version number of this revision
    ContactFlowVersionArn string
    The identifier of the contact flow version (ARN).
    FlowContentSha256 string
    Indicates the checksum value of the latest published flow content
    Version int
    The version number of this revision
    contactFlowVersionArn String
    The identifier of the contact flow version (ARN).
    flowContentSha256 String
    Indicates the checksum value of the latest published flow content
    version Integer
    The version number of this revision
    contactFlowVersionArn string
    The identifier of the contact flow version (ARN).
    flowContentSha256 string
    Indicates the checksum value of the latest published flow content
    version number
    The version number of this revision
    contact_flow_version_arn str
    The identifier of the contact flow version (ARN).
    flow_content_sha256 str
    Indicates the checksum value of the latest published flow content
    version int
    The version number of this revision
    contactFlowVersionArn String
    The identifier of the contact flow version (ARN).
    flowContentSha256 String
    Indicates the checksum value of the latest published flow content
    version Number
    The version number of this revision

    Package Details

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

    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