awscc.ec2_subnet

Filters

  • event

  • marked-for-op

  • reduce

  • tag-count

  • value

Actions

  • auto-tag-user

  • delete

  • mark-for-op

  • normalize-tag

  • remove-tag

  • rename-tag

  • tag

  • tag-trim

  • update

  • webhook

delete

Parent base class for filters and actions.

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

Permissions - ec2:DescribeSubnets, ec2:DeleteSubnet

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    properties:
      Key:
        type: string
      Value:
        type: string
    required:
    - Value
    - Key
    type: object
properties:
  AssignIpv6AddressOnCreation:
    type: boolean
  Ipv6CidrBlock:
    type: string
  MapPublicIpOnLaunch:
    type: boolean
  Tags:
    items:
      additionalProperties: false
      properties:
        Key:
          type: string
        Value:
          type: string
      required:
      - Value
      - Key
      type: object
    type: array
    uniqueItems: false
  type:
    enum:
    - update

Permissions - ec2:DescribeSubnets, ec2:ModifySubnetAttribute, ec2:CreateTags, ec2:DeleteTags, ec2:AssociateSubnetCidrBlock, ec2:DisassociateSubnetCidrBlock