awscc.servicecatalogappregistry_application

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - servicecatalog:DeleteApplication

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:
  Description:
    description: 'The description of the application. '
    maxLength: 1024
    type: string
  Name:
    description: 'The name of the application. '
    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:ListTagsForResource, servicecatalog:TagResource, servicecatalog:UntagResource, servicecatalog:UpdateApplication