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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.connect.ContactFlowVersion

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    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 string
    The unique name of the resource.
    args ContactFlowVersionArgs
    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 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 string
    The unique name of the resource.
    args ContactFlowVersionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ContactFlowVersionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args 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:

    ContactFlowId string
    The ARN of the contact flow this version is tied to.
    Description string
    The description of the version.
    ContactFlowId string
    The ARN of the contact flow this version is tied to.
    Description string
    The description of the version.
    contactFlowId String
    The ARN of the contact flow this version is tied to.
    description String
    The description of the version.
    contactFlowId string
    The ARN of the contact flow this version is tied to.
    description string
    The description of the version.
    contact_flow_id str
    The ARN of the contact flow this version is tied to.
    description str
    The description of the version.
    contactFlowId 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:

    ContactFlowVersionArn string
    The identifier of the contact flow version (ARN).
    FlowContentSha256 string
    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
    ContactFlowVersionArn string
    The identifier of the contact flow version (ARN).
    FlowContentSha256 string
    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
    contactFlowVersionArn String
    The identifier of the contact flow version (ARN).
    flowContentSha256 String
    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
    contactFlowVersionArn string
    The identifier of the contact flow version (ARN).
    flowContentSha256 string
    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_version_arn str
    The identifier of the contact flow version (ARN).
    flow_content_sha256 str
    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
    contactFlowVersionArn String
    The identifier of the contact flow version (ARN).
    flowContentSha256 String
    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
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi