awscc.groundstation_missionprofile

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - groundstation:DeleteMissionProfile, groundstation:GetMissionProfile

update

Parent base class for filters and actions.

definitions:
  DataflowEdge:
    additionalProperties: false
    properties:
      Destination:
        type: string
      Source:
        type: string
    type: object
  Tag:
    additionalProperties: false
    properties:
      Key:
        pattern: ^[ a-zA-Z0-9\+\-=._:/@]{1,128}$
        type: string
      Value:
        pattern: ^[ a-zA-Z0-9\+\-=._:/@]{1,256}$
        type: string
    type: object
properties:
  ContactPostPassDurationSeconds:
    description: Post-pass time needed after the contact.
    type: integer
  ContactPrePassDurationSeconds:
    description: Pre-pass time needed before the contact.
    type: integer
  DataflowEdges:
    description: ''
    items:
      additionalProperties: false
      properties:
        Destination:
          type: string
        Source:
          type: string
      type: object
    minItems: 1
    type: array
  MinimumViableContactDurationSeconds:
    description: Visibilities with shorter duration than the specified minimum viable
      contact duration will be ignored when searching for available contacts.
    type: integer
  Name:
    description: A name used to identify a mission profile.
    pattern: ^[ a-zA-Z0-9_:-]{1,256}$
    type: string
  Tags:
    items:
      additionalProperties: false
      properties:
        Key:
          pattern: ^[ a-zA-Z0-9\+\-=._:/@]{1,128}$
          type: string
        Value:
          pattern: ^[ a-zA-Z0-9\+\-=._:/@]{1,256}$
          type: string
      type: object
    type: array
  TrackingConfigArn:
    type: string
  type:
    enum:
    - update

Permissions - groundstation:UpdateMissionProfile, groundstation:GetMissionProfile, groundstation:ListTagsForResource, groundstation:TagResource, groundstation:UntagResource