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

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 ContactFlowModuleAlias

    Using getContactFlowModuleAlias

    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 getContactFlowModuleAlias(args: GetContactFlowModuleAliasArgs, opts?: InvokeOptions): Promise<GetContactFlowModuleAliasResult>
    function getContactFlowModuleAliasOutput(args: GetContactFlowModuleAliasOutputArgs, opts?: InvokeOptions): Output<GetContactFlowModuleAliasResult>
    def get_contact_flow_module_alias(contact_flow_module_alias_arn: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetContactFlowModuleAliasResult
    def get_contact_flow_module_alias_output(contact_flow_module_alias_arn: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetContactFlowModuleAliasResult]
    func LookupContactFlowModuleAlias(ctx *Context, args *LookupContactFlowModuleAliasArgs, opts ...InvokeOption) (*LookupContactFlowModuleAliasResult, error)
    func LookupContactFlowModuleAliasOutput(ctx *Context, args *LookupContactFlowModuleAliasOutputArgs, opts ...InvokeOption) LookupContactFlowModuleAliasResultOutput

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

    public static class GetContactFlowModuleAlias 
    {
        public static Task<GetContactFlowModuleAliasResult> InvokeAsync(GetContactFlowModuleAliasArgs args, InvokeOptions? opts = null)
        public static Output<GetContactFlowModuleAliasResult> Invoke(GetContactFlowModuleAliasInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetContactFlowModuleAliasResult> getContactFlowModuleAlias(GetContactFlowModuleAliasArgs args, InvokeOptions options)
    public static Output<GetContactFlowModuleAliasResult> getContactFlowModuleAlias(GetContactFlowModuleAliasArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:connect:getContactFlowModuleAlias
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ContactFlowModuleAliasArn string
    The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
    ContactFlowModuleAliasArn string
    The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
    contactFlowModuleAliasArn String
    The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
    contactFlowModuleAliasArn string
    The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
    contact_flow_module_alias_arn str
    The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
    contactFlowModuleAliasArn String
    The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.

    getContactFlowModuleAlias Result

    The following output properties are available:

    AliasId string
    The unique identifier of the alias.
    ContactFlowModuleAliasArn string
    The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
    ContactFlowModuleVersion int
    The version number of the contact flow module this alias points to.
    Description string
    The description of the alias.
    Name string
    The name of the alias.
    AliasId string
    The unique identifier of the alias.
    ContactFlowModuleAliasArn string
    The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
    ContactFlowModuleVersion int
    The version number of the contact flow module this alias points to.
    Description string
    The description of the alias.
    Name string
    The name of the alias.
    aliasId String
    The unique identifier of the alias.
    contactFlowModuleAliasArn String
    The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
    contactFlowModuleVersion Integer
    The version number of the contact flow module this alias points to.
    description String
    The description of the alias.
    name String
    The name of the alias.
    aliasId string
    The unique identifier of the alias.
    contactFlowModuleAliasArn string
    The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
    contactFlowModuleVersion number
    The version number of the contact flow module this alias points to.
    description string
    The description of the alias.
    name string
    The name of the alias.
    alias_id str
    The unique identifier of the alias.
    contact_flow_module_alias_arn str
    The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
    contact_flow_module_version int
    The version number of the contact flow module this alias points to.
    description str
    The description of the alias.
    name str
    The name of the alias.
    aliasId String
    The unique identifier of the alias.
    contactFlowModuleAliasArn String
    The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
    contactFlowModuleVersion Number
    The version number of the contact flow module this alias points to.
    description String
    The description of the alias.
    name String
    The name of the alias.

    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.