awscc.panorama_applicationinstance

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - panorama:RemoveApplicationInstance

update

Parent base class for filters and actions.

definitions:
  ApplicationInstanceArn:
    maxLength: 255
    minLength: 1
    type: string
  ApplicationInstanceHealthStatus:
    enum:
    - RUNNING
    - ERROR
    - NOT_AVAILABLE
    type: string
  ApplicationInstanceId:
    maxLength: 255
    minLength: 1
    pattern: ^[a-zA-Z0-9\-\_]+$
    type: string
  ApplicationInstanceStatus:
    enum:
    - DEPLOYMENT_PENDING
    - DEPLOYMENT_REQUESTED
    - DEPLOYMENT_IN_PROGRESS
    - DEPLOYMENT_ERROR
    - DEPLOYMENT_SUCCEEDED
    - REMOVAL_PENDING
    - REMOVAL_REQUESTED
    - REMOVAL_IN_PROGRESS
    - REMOVAL_FAILED
    - REMOVAL_SUCCEEDED
    type: string
  ApplicationInstanceStatusDescription:
    maxLength: 255
    minLength: 1
    type: string
  DefaultRuntimeContextDevice:
    maxLength: 255
    minLength: 1
    pattern: ^[a-zA-Z0-9\-\_]+$
    type: string
  Description:
    maxLength: 255
    minLength: 0
    pattern: ^.*$
    type: string
  DeviceId:
    maxLength: 255
    minLength: 1
    pattern: ^[a-zA-Z0-9\-\_]+$
    type: string
  DeviceName:
    maxLength: 255
    minLength: 1
    pattern: ^[a-zA-Z0-9\-\_]+$
    type: string
  ManifestOverridesPayload:
    additionalProperties: false
    properties:
      PayloadData:
        maxLength: 51200
        minLength: 0
        pattern: ^.+$
        type: string
    type: object
  ManifestOverridesPayloadData:
    maxLength: 51200
    minLength: 0
    pattern: ^.+$
    type: string
  ManifestPayload:
    additionalProperties: false
    properties:
      PayloadData:
        maxLength: 51200
        minLength: 1
        pattern: ^.+$
        type: string
    type: object
  ManifestPayloadData:
    maxLength: 51200
    minLength: 1
    pattern: ^.+$
    type: string
  Name:
    maxLength: 255
    minLength: 1
    pattern: ^[a-zA-Z0-9\-\_]+$
    type: string
  RuntimeRoleArn:
    maxLength: 255
    minLength: 1
    pattern: ^arn:[a-z0-9][-.a-z0-9]{0,62}:iam::[0-9]{12}:role/.+$
    type: string
  StatusFilter:
    enum:
    - DEPLOYMENT_SUCCEEDED
    - DEPLOYMENT_ERROR
    - REMOVAL_SUCCEEDED
    - REMOVAL_FAILED
    - PROCESSING_DEPLOYMENT
    - PROCESSING_REMOVAL
    type: string
  Tag:
    additionalProperties: false
    properties:
      Key:
        description: A string used to identify this tag
        maxLength: 128
        minLength: 1
        pattern: ^.+$
        type: string
      Value:
        description: A string containing the value for the tag
        maxLength: 256
        minLength: 0
        pattern: ^.+$
        type: string
    required:
    - Key
    - Value
    type: object
  TagList:
    description: List of tags
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          description: A string used to identify this tag
          maxLength: 128
          minLength: 1
          pattern: ^.+$
          type: string
        Value:
          description: A string containing the value for the tag
          maxLength: 256
          minLength: 0
          pattern: ^.+$
          type: string
      required:
      - Key
      - Value
      type: object
    type: array
    uniqueItems: true
  Timestamp:
    type: integer
properties:
  DeviceId:
    maxLength: 255
    minLength: 1
    pattern: ^[a-zA-Z0-9\-\_]+$
    type: string
  StatusFilter:
    enum:
    - DEPLOYMENT_SUCCEEDED
    - DEPLOYMENT_ERROR
    - REMOVAL_SUCCEEDED
    - REMOVAL_FAILED
    - PROCESSING_DEPLOYMENT
    - PROCESSING_REMOVAL
    type: string
  Tags:
    description: List of tags
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          description: A string used to identify this tag
          maxLength: 128
          minLength: 1
          pattern: ^.+$
          type: string
        Value:
          description: A string containing the value for the tag
          maxLength: 256
          minLength: 0
          pattern: ^.+$
          type: string
      required:
      - Key
      - Value
      type: object
    type: array
    uniqueItems: true
  type:
    enum:
    - update

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