awscc.connect_hoursofoperation

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - connect:DeleteHoursOfOperation, connect:UntagResource

update

Parent base class for filters and actions.

definitions:
  HoursOfOperationConfig:
    additionalProperties: false
    description: Contains information about the hours of operation.
    properties:
      Day:
        description: The day that the hours of operation applies to.
        enum:
        - SUNDAY
        - MONDAY
        - TUESDAY
        - WEDNESDAY
        - THURSDAY
        - FRIDAY
        - SATURDAY
        type: string
      EndTime:
        additionalProperties: false
        description: The start time or end time for an hours of operation.
        properties:
          Hours:
            description: The hours.
            maximum: 23
            minimum: 0
            type: integer
          Minutes:
            description: The minutes.
            maximum: 59
            minimum: 0
            type: integer
        required:
        - Hours
        - Minutes
        type: object
      StartTime:
        additionalProperties: false
        description: The start time or end time for an hours of operation.
        properties:
          Hours:
            description: The hours.
            maximum: 23
            minimum: 0
            type: integer
          Minutes:
            description: The minutes.
            maximum: 59
            minimum: 0
            type: integer
        required:
        - Hours
        - Minutes
        type: object
    required:
    - Day
    - StartTime
    - EndTime
    type: object
  HoursOfOperationTimeSlice:
    additionalProperties: false
    description: The start time or end time for an hours of operation.
    properties:
      Hours:
        description: The hours.
        maximum: 23
        minimum: 0
        type: integer
      Minutes:
        description: The minutes.
        maximum: 59
        minimum: 0
        type: integer
    required:
    - Hours
    - Minutes
    type: object
  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:
  Config:
    description: 'Configuration information for the hours of operation: day, start
      time, and end time.'
    insertionOrder: false
    items:
      additionalProperties: false
      description: Contains information about the hours of operation.
      properties:
        Day:
          description: The day that the hours of operation applies to.
          enum:
          - SUNDAY
          - MONDAY
          - TUESDAY
          - WEDNESDAY
          - THURSDAY
          - FRIDAY
          - SATURDAY
          type: string
        EndTime:
          additionalProperties: false
          description: The start time or end time for an hours of operation.
          properties:
            Hours:
              description: The hours.
              maximum: 23
              minimum: 0
              type: integer
            Minutes:
              description: The minutes.
              maximum: 59
              minimum: 0
              type: integer
          required:
          - Hours
          - Minutes
          type: object
        StartTime:
          additionalProperties: false
          description: The start time or end time for an hours of operation.
          properties:
            Hours:
              description: The hours.
              maximum: 23
              minimum: 0
              type: integer
            Minutes:
              description: The minutes.
              maximum: 59
              minimum: 0
              type: integer
          required:
          - Hours
          - Minutes
          type: object
      required:
      - Day
      - StartTime
      - EndTime
      type: object
    maxItems: 100
    type: array
    uniqueItems: true
  Description:
    description: The description of the hours of operation.
    maxLength: 250
    minLength: 1
    type: string
  InstanceArn:
    description: The identifier of the Amazon Connect instance.
    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 hours of operation.
    maxLength: 127
    minLength: 1
    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
  TimeZone:
    description: The time zone of the hours of operation.
    type: string
  type:
    enum:
    - update

Permissions - connect:UpdateHoursOfOperation, connect:TagResource, connect:UntagResource