awscc.connect_contactflow

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

properties:
  type:
    enum:
    - delete
required:
- type

Permissions - connect:DeleteContactFlow, connect:UntagResource

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a resource.
    properties:
      Key:
        description: 'The key name of the tag. You can specify a value that is 1 to
          128 Unicode characters in length and cannot be prefixed with aws:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -. '
        maxLength: 128
        minLength: 1
        pattern: ^(?!aws:)[a-zA-Z+-=._:/]+$
        type: string
      Value:
        description: 'The value for the tag. . You can specify a value that is maximum
          of 256 Unicode characters in length and cannot be prefixed with aws:. You
          can use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -.'
        maxLength: 256
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  Content:
    description: The content of the contact flow in JSON format.
    maxLength: 256000
    minLength: 1
    type: string
  Description:
    description: The description of the contact flow.
    maxLength: 500
    type: string
  InstanceArn:
    description: The identifier of the Amazon Connect instance (ARN).
    maxLength: 256
    minLength: 1
    pattern: ^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*$
    type: string
  Name:
    description: The name of the contact flow.
    maxLength: 127
    minLength: 1
    type: string
  State:
    description: The state of the contact flow.
    enum:
    - ACTIVE
    - ARCHIVED
    type: string
  Tags:
    description: One or more tags.
    insertionOrder: false
    items:
      additionalProperties: false
      description: A key-value pair to associate with a resource.
      properties:
        Key:
          description: 'The key name of the tag. You can specify a value that is 1
            to 128 Unicode characters in length and cannot be prefixed with aws:.
            You can use any of the following characters: the set of Unicode letters,
            digits, whitespace, _, ., /, =, +, and -. '
          maxLength: 128
          minLength: 1
          pattern: ^(?!aws:)[a-zA-Z+-=._:/]+$
          type: string
        Value:
          description: 'The value for the tag. . You can specify a value that is maximum
            of 256 Unicode characters in length and cannot be prefixed with aws:.
            You can use any of the following characters: the set of Unicode letters,
            digits, whitespace, _, ., /, =, +, and -.'
          maxLength: 256
          type: string
      required:
      - Key
      - Value
      type: object
    maxItems: 50
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - connect:UpdateContactFlowMetadata, connect:UpdateContactFlowContent, connect:TagResource, connect:UntagResource