awscc.glue_registry

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - glue:DeleteRegistry

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    properties:
      Key:
        description: A key to identify the tag.
        maxLength: 128
        minLength: 1
        type: string
      Value:
        description: Corresponding tag value for the key.
        maxLength: 256
        minLength: 0
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  Description:
    description: A description of the registry. If description is not provided, there
      will not be any default value for this.
    maxLength: 1000
    minLength: 0
    type: string
  Tags:
    description: List of tags to tag the Registry
    items:
      additionalProperties: false
      properties:
        Key:
          description: A key to identify the tag.
          maxLength: 128
          minLength: 1
          type: string
        Value:
          description: Corresponding tag value for the key.
          maxLength: 256
          minLength: 0
          type: string
      required:
      - Key
      - Value
      type: object
    maxItems: 10
    minItems: 0
    type: array
  type:
    enum:
    - update

Permissions - glue:UpdateRegistry, glue:GetRegistry, glue:TagResource, glue:UntagResource, glue:GetTags