awscc.ec2_transitgatewayconnect

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

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    properties:
      Key:
        description: 'The key of the tag. Constraints: Tag keys are case-sensitive
          and accept a maximum of 127 Unicode characters. May not begin with aws:.'
        type: string
      Value:
        description: 'The value of the tag. Constraints: Tag values are case-sensitive
          and accept a maximum of 255 Unicode characters.'
        type: string
    type: object
  TransitGatewayConnectOptions:
    additionalProperties: false
    properties:
      Protocol:
        description: The tunnel protocol.
        type: string
    type: object
properties:
  Tags:
    description: The tags for the attachment.
    items:
      additionalProperties: false
      properties:
        Key:
          description: 'The key of the tag. Constraints: Tag keys are case-sensitive
            and accept a maximum of 127 Unicode characters. May not begin with aws:.'
          type: string
        Value:
          description: 'The value of the tag. Constraints: Tag values are case-sensitive
            and accept a maximum of 255 Unicode characters.'
          type: string
      type: object
    type: array
  type:
    enum:
    - update

Permissions - ec2:DescribeTransitGatewayConnects, ec2:DeleteTags, ec2:CreateTags