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
published on Monday, Mar 9, 2026 by Pulumi
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
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 dictionaryThe following arguments are supported:
- Contact
Flow stringModule Alias Arn - The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
- Contact
Flow stringModule Alias Arn - The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
- contact
Flow StringModule Alias Arn - The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
- contact
Flow stringModule Alias Arn - The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
- contact_
flow_ strmodule_ alias_ arn - The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
- contact
Flow StringModule Alias Arn - 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:
- Alias
Id string - The unique identifier of the alias.
- Contact
Flow stringModule Alias Arn - The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
- Contact
Flow intModule Version - 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 string - The unique identifier of the alias.
- Contact
Flow stringModule Alias Arn - The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
- Contact
Flow intModule Version - 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 String - The unique identifier of the alias.
- contact
Flow StringModule Alias Arn - The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
- contact
Flow IntegerModule Version - 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 string - The unique identifier of the alias.
- contact
Flow stringModule Alias Arn - The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
- contact
Flow numberModule Version - 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_ strmodule_ alias_ arn - The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
- contact_
flow_ intmodule_ version - 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.
- alias
Id String - The unique identifier of the alias.
- contact
Flow StringModule Alias Arn - The identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.
- contact
Flow NumberModule Version - 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
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
published on Monday, Mar 9, 2026 by Pulumi
