awscc.networkmanager_link¶
Filters¶
event
reduce
value
Actions¶
delete¶
Parent base class for filters and actions.
properties:
  type:
    enum:
    - delete
required:
- type
Permissions - networkmanager:DeleteLink
update¶
Parent base class for filters and actions.
definitions:
  Bandwidth:
    additionalProperties: false
    description: The bandwidth for the link.
    properties:
      DownloadSpeed:
        description: Download speed in Mbps.
        type: integer
      UploadSpeed:
        description: Upload speed in Mbps.
        type: integer
    type: object
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a link resource.
    properties:
      Key:
        type: string
      Value:
        type: string
    type: object
properties:
  Bandwidth:
    additionalProperties: false
    description: The bandwidth for the link.
    properties:
      DownloadSpeed:
        description: Download speed in Mbps.
        type: integer
      UploadSpeed:
        description: Upload speed in Mbps.
        type: integer
    type: object
  Description:
    description: The description of the link.
    type: string
  Provider:
    description: The provider of the link.
    type: string
  Tags:
    description: The tags for the link.
    items:
      additionalProperties: false
      description: A key-value pair to associate with a link resource.
      properties:
        Key:
          type: string
        Value:
          type: string
      type: object
    type: array
  Type:
    description: The type of the link.
    type: string
  type:
    enum:
    - update
Permissions - networkmanager:ListTagsForResource, networkmanager:TagResource, networkmanager:UntagResource, networkmanager:UpdateLink