We recommend new projects start with resources from the AWS provider.
aws-native.connect.ContactFlowVersion
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type Definition for ContactFlowVersion
Create ContactFlowVersion Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ContactFlowVersion(name: string, args: ContactFlowVersionArgs, opts?: CustomResourceOptions);
@overload
def ContactFlowVersion(resource_name: str,
args: ContactFlowVersionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ContactFlowVersion(resource_name: str,
opts: Optional[ResourceOptions] = None,
contact_flow_id: Optional[str] = None,
description: Optional[str] = None)
func NewContactFlowVersion(ctx *Context, name string, args ContactFlowVersionArgs, opts ...ResourceOption) (*ContactFlowVersion, error)
public ContactFlowVersion(string name, ContactFlowVersionArgs args, CustomResourceOptions? opts = null)
public ContactFlowVersion(String name, ContactFlowVersionArgs args)
public ContactFlowVersion(String name, ContactFlowVersionArgs args, CustomResourceOptions options)
type: aws-native:connect:ContactFlowVersion
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ContactFlowVersionArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. ContactFlowVersionArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ContactFlowVersionArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ContactFlowVersionArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ContactFlowVersionArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ContactFlowVersion 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 ContactFlowVersion resource accepts the following input properties:
- Contact
Flow Id This property is required. string - The ARN of the contact flow this version is tied to.
- Description string
- The description of the version.
- Contact
Flow Id This property is required. string - The ARN of the contact flow this version is tied to.
- Description string
- The description of the version.
- contact
Flow Id This property is required. String - The ARN of the contact flow this version is tied to.
- description String
- The description of the version.
- contact
Flow Id This property is required. string - The ARN of the contact flow this version is tied to.
- description string
- The description of the version.
- contact_
flow_ id This property is required. str - The ARN of the contact flow this version is tied to.
- description str
- The description of the version.
- contact
Flow Id This property is required. String - The ARN of the contact flow this version is tied to.
- description String
- The description of the version.
Outputs
All input properties are implicitly available as output properties. Additionally, the ContactFlowVersion resource produces the following output properties:
- Contact
Flow stringVersion Arn - The identifier of the contact flow version (ARN).
- Flow
Content stringSha256 - Indicates the checksum value of the latest published flow content
- Id string
- The provider-assigned unique ID for this managed resource.
- Version int
- The version number of this revision
- Contact
Flow stringVersion Arn - The identifier of the contact flow version (ARN).
- Flow
Content stringSha256 - Indicates the checksum value of the latest published flow content
- Id string
- The provider-assigned unique ID for this managed resource.
- Version int
- The version number of this revision
- contact
Flow StringVersion Arn - The identifier of the contact flow version (ARN).
- flow
Content StringSha256 - Indicates the checksum value of the latest published flow content
- id String
- The provider-assigned unique ID for this managed resource.
- version Integer
- The version number of this revision
- contact
Flow stringVersion Arn - The identifier of the contact flow version (ARN).
- flow
Content stringSha256 - Indicates the checksum value of the latest published flow content
- id string
- The provider-assigned unique ID for this managed resource.
- version number
- The version number of this revision
- contact_
flow_ strversion_ arn - The identifier of the contact flow version (ARN).
- flow_
content_ strsha256 - Indicates the checksum value of the latest published flow content
- id str
- The provider-assigned unique ID for this managed resource.
- version int
- The version number of this revision
- contact
Flow StringVersion Arn - The identifier of the contact flow version (ARN).
- flow
Content StringSha256 - Indicates the checksum value of the latest published flow 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.