awscc.ec2_prefixlist

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:DeleteManagedPrefixList, EC2:DescribeManagedPrefixLists

update

Parent base class for filters and actions.

definitions:
  Entry:
    additionalProperties: false
    properties:
      Cidr:
        maxLength: 46
        minLength: 1
        type: string
      Description:
        maxLength: 255
        minLength: 0
        type: string
    required:
    - Cidr
    type: object
  Tag:
    additionalProperties: false
    properties:
      Key:
        maxLength: 128
        minLength: 1
        type: string
      Value:
        maxLength: 256
        type: string
    required:
    - Key
    type: object
properties:
  AddressFamily:
    description: Ip Version of Prefix List.
    enum:
    - IPv4
    - IPv6
    type: string
  Entries:
    description: Entries of Prefix List.
    items:
      additionalProperties: false
      properties:
        Cidr:
          maxLength: 46
          minLength: 1
          type: string
        Description:
          maxLength: 255
          minLength: 0
          type: string
      required:
      - Cidr
      type: object
    type: array
  MaxEntries:
    description: Max Entries of Prefix List.
    minimum: 1
    type: integer
  PrefixListName:
    description: Name of Prefix List.
    maxLength: 255
    minLength: 1
    type: string
  Tags:
    description: Tags for Prefix List
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 128
          minLength: 1
          type: string
        Value:
          maxLength: 256
          type: string
      required:
      - Key
      type: object
    type: array
  type:
    enum:
    - update

Permissions - EC2:DescribeManagedPrefixLists, EC2:GetManagedPrefixListEntries, EC2:ModifyManagedPrefixList, EC2:CreateTags, EC2:DeleteTags