awscc.customerprofiles_domain

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - profile:DeleteDomain

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    properties:
      Key:
        maxLength: 128
        minLength: 1
        pattern: ^(?!aws:)[a-zA-Z+-=._:/]+$
        type: string
      Value:
        maxLength: 256
        minLength: 0
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  DeadLetterQueueUrl:
    description: The URL of the SQS dead letter queue
    maxLength: 255
    minLength: 0
    type: string
  DefaultEncryptionKey:
    description: The default encryption key
    maxLength: 255
    minLength: 0
    type: string
  DefaultExpirationDays:
    description: The default number of days until the data within the domain expires.
    maximum: 1098
    minimum: 1
    type: integer
  Tags:
    description: The tags (keys and values) associated with the domain
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 128
          minLength: 1
          pattern: ^(?!aws:)[a-zA-Z+-=._:/]+$
          type: string
        Value:
          maxLength: 256
          minLength: 0
          type: string
      required:
      - Key
      - Value
      type: object
    maxItems: 50
    minItems: 0
    type: array
  type:
    enum:
    - update

Permissions - profile:UpdateDomain, profile:UntagResource, profile:TagResource