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 ContactFlowModuleVersion
Create ContactFlowModuleVersion Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ContactFlowModuleVersion(name: string, args: ContactFlowModuleVersionArgs, opts?: CustomResourceOptions);@overload
def ContactFlowModuleVersion(resource_name: str,
args: ContactFlowModuleVersionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ContactFlowModuleVersion(resource_name: str,
opts: Optional[ResourceOptions] = None,
contact_flow_module_id: Optional[str] = None,
description: Optional[str] = None)func NewContactFlowModuleVersion(ctx *Context, name string, args ContactFlowModuleVersionArgs, opts ...ResourceOption) (*ContactFlowModuleVersion, error)public ContactFlowModuleVersion(string name, ContactFlowModuleVersionArgs args, CustomResourceOptions? opts = null)
public ContactFlowModuleVersion(String name, ContactFlowModuleVersionArgs args)
public ContactFlowModuleVersion(String name, ContactFlowModuleVersionArgs args, CustomResourceOptions options)
type: aws-native:connect:ContactFlowModuleVersion
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 ContactFlowModuleVersionArgs
- 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 ContactFlowModuleVersionArgs
- 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 ContactFlowModuleVersionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ContactFlowModuleVersionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ContactFlowModuleVersionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ContactFlowModuleVersion 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 ContactFlowModuleVersion resource accepts the following input properties:
- Contact
Flow stringModule Id - The identifier of the contact flow module (ARN) this version is tied to.
- Description string
- The description of the version.
- Contact
Flow stringModule Id - The identifier of the contact flow module (ARN) this version is tied to.
- Description string
- The description of the version.
- contact
Flow StringModule Id - The identifier of the contact flow module (ARN) this version is tied to.
- description String
- The description of the version.
- contact
Flow stringModule Id - The identifier of the contact flow module (ARN) this version is tied to.
- description string
- The description of the version.
- contact_
flow_ strmodule_ id - The identifier of the contact flow module (ARN) this version is tied to.
- description str
- The description of the version.
- contact
Flow StringModule Id - The identifier of the contact flow module (ARN) this version is tied to.
- description String
- The description of the version.
Outputs
All input properties are implicitly available as output properties. Additionally, the ContactFlowModuleVersion resource produces the following output properties:
- Contact
Flow stringModule Version Arn - The identifier of the contact flow module version (ARN).
- Flow
Module stringContent Sha256 - Indicates the checksum value of the latest published flow module content
- Id string
- The provider-assigned unique ID for this managed resource.
- Version int
- The version number of this revision
- Contact
Flow stringModule Version Arn - The identifier of the contact flow module version (ARN).
- Flow
Module stringContent Sha256 - Indicates the checksum value of the latest published flow module content
- Id string
- The provider-assigned unique ID for this managed resource.
- Version int
- The version number of this revision
- contact
Flow StringModule Version Arn - The identifier of the contact flow module version (ARN).
- flow
Module StringContent Sha256 - Indicates the checksum value of the latest published flow module content
- id String
- The provider-assigned unique ID for this managed resource.
- version Integer
- The version number of this revision
- contact
Flow stringModule Version Arn - The identifier of the contact flow module version (ARN).
- flow
Module stringContent Sha256 - Indicates the checksum value of the latest published flow module content
- id string
- The provider-assigned unique ID for this managed resource.
- version number
- The version number of this revision
- contact_
flow_ strmodule_ version_ arn - The identifier of the contact flow module version (ARN).
- flow_
module_ strcontent_ sha256 - Indicates the checksum value of the latest published flow module content
- id str
- The provider-assigned unique ID for this managed resource.
- version int
- The version number of this revision
- contact
Flow StringModule Version Arn - The identifier of the contact flow module version (ARN).
- flow
Module StringContent Sha256 - Indicates the checksum value of the latest published flow module content
- id String
- The provider-assigned unique ID for this managed resource.
- version Number
- The version number of this revision
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
