awscc.networkmanager_globalnetwork

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - networkmanager:DeleteGlobalNetwork, networkmanager:DescribeGlobalNetworks

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a global network resource.
    properties:
      Key:
        type: string
      Value:
        type: string
    type: object
properties:
  Description:
    description: The description of the global network.
    type: string
  Tags:
    description: The tags for the global network.
    items:
      additionalProperties: false
      description: A key-value pair to associate with a global network resource.
      properties:
        Key:
          type: string
        Value:
          type: string
      type: object
    type: array
  type:
    enum:
    - update

Permissions - networkmanager:UpdateGlobalNetwork, networkmanager:DescribeGlobalNetworks, networkmanager:TagResource, networkmanager:UntagResource, networkmanager:ListTagsForResource