awscc.ec2_transitgatewayvpcattachment

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:DeleteTransitGatewayVpcAttachment, ec2:DeleteTags

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:
  AddSubnetIds:
    insertionOrder: false
    items:
      type: string
    type: array
    uniqueItems: false
  Options:
    additionalProperties: false
    description: The options for the transit gateway vpc attachment.
    properties:
      ApplianceModeSupport:
        description: 'Indicates whether to enable Ipv6 Support for Vpc Attachment.
          Valid Values: enable | disable'
        type: string
      DnsSupport:
        description: 'Indicates whether to enable DNS Support for Vpc Attachment.
          Valid Values: enable | disable'
        type: string
      Ipv6Support:
        description: 'Indicates whether to enable Ipv6 Support for Vpc Attachment.
          Valid Values: enable | disable'
        type: string
    type: object
  RemoveSubnetIds:
    insertionOrder: false
    items:
      type: string
    type: array
    uniqueItems: false
  Tags:
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          type: string
        Value:
          type: string
      required:
      - Value
      - Key
      type: object
    type: array
    uniqueItems: false
  type:
    enum:
    - update

Permissions - ec2:ModifyTransitGatewayVpcAttachment, ec2:DescribeTransitGatewayVpcAttachments, ec2:DeleteTags, ec2:CreateTags