We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
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:
- Contact
Flow stringModule Id - The identifier of the contact flow module (ARN) this alias is tied to.
- 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.
- Contact
Flow stringModule Id - The identifier of the contact flow module (ARN) this alias is tied to.
- 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.
- contact
Flow StringModule Id - The identifier of the contact flow module (ARN) this alias is tied to.
- 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.
- contact
Flow stringModule Id - The identifier of the contact flow module (ARN) this alias is tied to.
- 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.
- contact_
flow_ strmodule_ id - The identifier of the contact flow module (ARN) this alias is tied to.
- 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.
- contact
Flow StringModule Id - The identifier of the contact flow module (ARN) this alias is tied to.
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the ContactFlowModuleAlias resource produces the following output properties:
- 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.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
- id string
- The provider-assigned unique ID for this managed resource.
- 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.
- id str
- The provider-assigned unique ID for this managed resource.
- 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.
- id String
- The provider-assigned unique ID for this managed resource.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
