awscc.ec2_carriergateway

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:DeleteCarrierGateway, ec2:DescribeCarrierGateways

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    properties:
      Key:
        maxLength: 127
        minLength: 1
        pattern: ^(?!aws:.*)
        type: string
      Value:
        maxLength: 255
        minLength: 1
        pattern: ^(?!aws:.*)
        type: string
    type: object
  Tags:
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 127
          minLength: 1
          pattern: ^(?!aws:.*)
          type: string
        Value:
          maxLength: 255
          minLength: 1
          pattern: ^(?!aws:.*)
          type: string
      type: object
    type: array
    uniqueItems: true
properties:
  Tags:
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 127
          minLength: 1
          pattern: ^(?!aws:.*)
          type: string
        Value:
          maxLength: 255
          minLength: 1
          pattern: ^(?!aws:.*)
          type: string
      type: object
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - ec2:DescribeCarrierGateways, ec2:CreateTags, ec2:DeleteTags