awscc.memorydb_parametergroup

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - memorydb:DeleteParameterGroup

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:
  Parameters:
    description: An map of parameter names and values for the parameter update. You
      must supply at least one parameter name and value; subsequent arguments are
      optional.
    type: object
  Tags:
    description: An array of key-value pairs to apply to this parameter 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:UpdateParameterGroup, memorydb:DescribeParameterGroups, memorydb:DescribeParameters, memorydb:DescribeClusters, memorydb:ListTags, memorydb:TagResource, memorydb:UntagResource