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

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

Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi

    Resource Type definition for ContactFlowModuleVersion

    Using getContactFlowModuleVersion

    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 getContactFlowModuleVersion(args: GetContactFlowModuleVersionArgs, opts?: InvokeOptions): Promise<GetContactFlowModuleVersionResult>
    function getContactFlowModuleVersionOutput(args: GetContactFlowModuleVersionOutputArgs, opts?: InvokeOptions): Output<GetContactFlowModuleVersionResult>
    def get_contact_flow_module_version(contact_flow_module_version_arn: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetContactFlowModuleVersionResult
    def get_contact_flow_module_version_output(contact_flow_module_version_arn: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetContactFlowModuleVersionResult]
    func LookupContactFlowModuleVersion(ctx *Context, args *LookupContactFlowModuleVersionArgs, opts ...InvokeOption) (*LookupContactFlowModuleVersionResult, error)
    func LookupContactFlowModuleVersionOutput(ctx *Context, args *LookupContactFlowModuleVersionOutputArgs, opts ...InvokeOption) LookupContactFlowModuleVersionResultOutput

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

    public static class GetContactFlowModuleVersion 
    {
        public static Task<GetContactFlowModuleVersionResult> InvokeAsync(GetContactFlowModuleVersionArgs args, InvokeOptions? opts = null)
        public static Output<GetContactFlowModuleVersionResult> Invoke(GetContactFlowModuleVersionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetContactFlowModuleVersionResult> getContactFlowModuleVersion(GetContactFlowModuleVersionArgs args, InvokeOptions options)
    public static Output<GetContactFlowModuleVersionResult> getContactFlowModuleVersion(GetContactFlowModuleVersionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:connect:getContactFlowModuleVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ContactFlowModuleVersionArn string
    The identifier of the contact flow module version (ARN).
    ContactFlowModuleVersionArn string
    The identifier of the contact flow module version (ARN).
    contactFlowModuleVersionArn String
    The identifier of the contact flow module version (ARN).
    contactFlowModuleVersionArn string
    The identifier of the contact flow module version (ARN).
    contact_flow_module_version_arn str
    The identifier of the contact flow module version (ARN).
    contactFlowModuleVersionArn String
    The identifier of the contact flow module version (ARN).

    getContactFlowModuleVersion Result

    The following output properties are available:

    ContactFlowModuleVersionArn string
    The identifier of the contact flow module version (ARN).
    FlowModuleContentSha256 string
    Indicates the checksum value of the latest published flow module content
    Version int
    The version number of this revision
    ContactFlowModuleVersionArn string
    The identifier of the contact flow module version (ARN).
    FlowModuleContentSha256 string
    Indicates the checksum value of the latest published flow module content
    Version int
    The version number of this revision
    contactFlowModuleVersionArn String
    The identifier of the contact flow module version (ARN).
    flowModuleContentSha256 String
    Indicates the checksum value of the latest published flow module content
    version Integer
    The version number of this revision
    contactFlowModuleVersionArn string
    The identifier of the contact flow module version (ARN).
    flowModuleContentSha256 string
    Indicates the checksum value of the latest published flow module content
    version number
    The version number of this revision
    contact_flow_module_version_arn str
    The identifier of the contact flow module version (ARN).
    flow_module_content_sha256 str
    Indicates the checksum value of the latest published flow module content
    version int
    The version number of this revision
    contactFlowModuleVersionArn String
    The identifier of the contact flow module version (ARN).
    flowModuleContentSha256 String
    Indicates the checksum value of the latest published flow module 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.

    Viewing docs for AWS Cloud Control v1.57.0
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.