awscc.servicecatalogappregistry_attributegroup

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - servicecatalog:DeleteAttributeGroup

update

Parent base class for filters and actions.

definitions:
  Tags:
    additionalProperties: false
    maxProperties: 50
    patternProperties:
      ^(?!aws:)[a-zA-Z+-=._:/]+$:
        maxLength: 256
        type: string
    type: object
properties:
  Attributes:
    type: object
  Description:
    description: 'The description of the attribute group. '
    maxLength: 1024
    type: string
  Name:
    description: 'The name of the attribute group. '
    maxLength: 256
    minLength: 1
    pattern: \w+
    type: string
  Tags:
    additionalProperties: false
    maxProperties: 50
    patternProperties:
      ^(?!aws:)[a-zA-Z+-=._:/]+$:
        maxLength: 256
        type: string
    type: object
  type:
    enum:
    - update

Permissions - servicecatalog:UpdateAttributeGroup, servicecatalog:ListTagsForResource, servicecatalog:TagResource, servicecatalog:UntagResource