awscc.panorama_package

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - panorama:DeletePackage

update

Parent base class for filters and actions.

definitions:
  CreatedTime:
    type: integer
  NodePackageArn:
    maxLength: 255
    minLength: 1
    type: string
  NodePackageId:
    maxLength: 255
    minLength: 1
    pattern: ^[a-zA-Z0-9\-\_\/]+$
    type: string
  NodePackageName:
    maxLength: 128
    minLength: 1
    pattern: ^[a-zA-Z0-9\-\_]+$
    type: string
  StorageLocation:
    additionalProperties: false
    properties:
      BinaryPrefixLocation:
        type: string
      Bucket:
        type: string
      GeneratedPrefixLocation:
        type: string
      ManifestPrefixLocation:
        type: string
      RepoPrefixLocation:
        type: string
    type: object
  Tag:
    additionalProperties: false
    properties:
      Key:
        maxLength: 128
        minLength: 1
        pattern: ^.+$
        type: string
      Value:
        maxLength: 256
        minLength: 0
        pattern: ^.+$
        type: string
    required:
    - Key
    - Value
    type: object
  TagList:
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 128
          minLength: 1
          pattern: ^.+$
          type: string
        Value:
          maxLength: 256
          minLength: 0
          pattern: ^.+$
          type: string
      required:
      - Key
      - Value
      type: object
    type: array
    uniqueItems: true
properties:
  Tags:
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 128
          minLength: 1
          pattern: ^.+$
          type: string
        Value:
          maxLength: 256
          minLength: 0
          pattern: ^.+$
          type: string
      required:
      - Key
      - Value
      type: object
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - panorama:DescribePackage, panorama:ListTagsForResource, panorama:TagResource, panorama:UntagResource