awscc.memorydb_subnetgroup

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - memorydb:DeleteSubnetGroup, memorydb:DescribeSubnetGroups

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a resource.
    properties:
      Key:
        description: The key for the tag. May not be null.
        maxLength: 128
        minLength: 1
        pattern: ^(?!aws:)(?!memorydb:)[a-zA-Z0-9 _\.\/=+:\-@]{1,128}$
        type: string
      Value:
        description: The tag's value. May be null.
        maxLength: 256
        minLength: 1
        pattern: ^(?!aws:)(?!memorydb:)[a-zA-Z0-9 _\.\/=+:\-@]{1,256}$
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  Description:
    description: An optional description of the subnet group.
    type: string
  SubnetIds:
    description: A list of VPC subnet IDs for the subnet group.
    insertionOrder: false
    items:
      type: string
    type: array
    uniqueItems: true
  Tags:
    description: An array of key-value pairs to apply to this subnet group.
    insertionOrder: false
    items:
      additionalProperties: false
      description: A key-value pair to associate with a resource.
      properties:
        Key:
          description: The key for the tag. May not be null.
          maxLength: 128
          minLength: 1
          pattern: ^(?!aws:)(?!memorydb:)[a-zA-Z0-9 _\.\/=+:\-@]{1,128}$
          type: string
        Value:
          description: The tag's value. May be null.
          maxLength: 256
          minLength: 1
          pattern: ^(?!aws:)(?!memorydb:)[a-zA-Z0-9 _\.\/=+:\-@]{1,256}$
          type: string
      required:
      - Key
      - Value
      type: object
    maxItems: 50
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - memorydb:UpdateSubnetGroup, memorydb:DescribeSubnetGroups, memorydb:ListTags, memorydb:TagResource, memorydb:UntagResource