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

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

    Create ContactFlowModuleAlias Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ContactFlowModuleAlias(name: string, args: ContactFlowModuleAliasArgs, opts?: CustomResourceOptions);
    @overload
    def ContactFlowModuleAlias(resource_name: str,
                               args: ContactFlowModuleAliasArgs,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def ContactFlowModuleAlias(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               contact_flow_module_id: Optional[str] = None,
                               contact_flow_module_version: Optional[int] = None,
                               description: Optional[str] = None,
                               name: Optional[str] = None)
    func NewContactFlowModuleAlias(ctx *Context, name string, args ContactFlowModuleAliasArgs, opts ...ResourceOption) (*ContactFlowModuleAlias, error)
    public ContactFlowModuleAlias(string name, ContactFlowModuleAliasArgs args, CustomResourceOptions? opts = null)
    public ContactFlowModuleAlias(String name, ContactFlowModuleAliasArgs args)
    public ContactFlowModuleAlias(String name, ContactFlowModuleAliasArgs args, CustomResourceOptions options)
    
    type: aws-native:connect:ContactFlowModuleAlias
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ContactFlowModuleAliasArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ContactFlowModuleAliasArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ContactFlowModuleAliasArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ContactFlowModuleAliasArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ContactFlowModuleAliasArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ContactFlowModuleAlias Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ContactFlowModuleAlias resource accepts the following input properties:

    ContactFlowModuleId string
    The identifier of the contact flow module (ARN) this alias is tied to.
    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.
    ContactFlowModuleId string
    The identifier of the contact flow module (ARN) this alias is tied to.
    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.
    contactFlowModuleId String
    The identifier of the contact flow module (ARN) this alias is tied to.
    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.
    contactFlowModuleId string
    The identifier of the contact flow module (ARN) this alias is tied to.
    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.
    contact_flow_module_id str
    The identifier of the contact flow module (ARN) this alias is tied to.
    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.
    contactFlowModuleId String
    The identifier of the contact flow module (ARN) this alias is tied to.
    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.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ContactFlowModuleAlias resource produces the following output properties:

    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.
    Id string
    The provider-assigned unique ID for this managed resource.
    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.
    Id string
    The provider-assigned unique ID for this managed resource.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    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.
    id string
    The provider-assigned unique ID for this managed resource.
    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.
    id str
    The provider-assigned unique ID for this managed resource.
    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.
    id String
    The provider-assigned unique ID for this managed resource.

    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.