awscc.memorydb_user

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - memorydb:DeleteUser, memorydb:DescribeUsers

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 name of the tag. You can specify a value that is 1 to
          128 Unicode characters in length and cannot be prefixed with aws: or memorydb:.
          You can use any of the following characters: the set of Unicode letters,
          digits, whitespace, _, ., /, =, +, and -.'
        maxLength: 128
        minLength: 1
        pattern: ^(?!aws:)(?!memorydb:)[a-zA-Z0-9 _\.\/=+:\-@]{1,128}$
        type: string
      Value:
        description: 'The value for the tag. You can specify a value that is 1 to
          256 Unicode characters in length and cannot be prefixed with aws: or memorydb:.
          You can use any of the following characters: the set of Unicode letters,
          digits, whitespace, _, ., /, =, +, and -.'
        maxLength: 256
        minLength: 1
        pattern: ^(?!aws:)(?!memorydb:)[a-zA-Z0-9 _\.\/=+:\-@]{1,256}$
        type: string
    required:
    - Value
    - Key
    type: object
properties:
  AccessString:
    description: Access permissions string used for this user account.
    type: string
  AuthenticationMode:
    additionalProperties: false
    properties:
      Passwords:
        $comment: List of passwords.
        description: Passwords used for this user account. You can create up to two
          passwords for each user.
        insertionOrder: true
        items:
          type: string
        maxItems: 2
        minItems: 1
        type: array
        uniqueItems: true
      Type:
        description: Type of authentication strategy for this user.
        enum:
        - password
        type: string
    type: object
  Tags:
    description: An array of key-value pairs to apply to this user.
    insertionOrder: false
    items:
      additionalProperties: false
      description: A key-value pair to associate with a resource.
      properties:
        Key:
          description: 'The key name of the tag. You can specify a value that is 1
            to 128 Unicode characters in length and cannot be prefixed with aws: or
            memorydb:. You can use any of the following characters: the set of Unicode
            letters, digits, whitespace, _, ., /, =, +, and -.'
          maxLength: 128
          minLength: 1
          pattern: ^(?!aws:)(?!memorydb:)[a-zA-Z0-9 _\.\/=+:\-@]{1,128}$
          type: string
        Value:
          description: 'The value for the tag. You can specify a value that is 1 to
            256 Unicode characters in length and cannot be prefixed with aws: or memorydb:.
            You can use any of the following characters: the set of Unicode letters,
            digits, whitespace, _, ., /, =, +, and -.'
          maxLength: 256
          minLength: 1
          pattern: ^(?!aws:)(?!memorydb:)[a-zA-Z0-9 _\.\/=+:\-@]{1,256}$
          type: string
      required:
      - Value
      - Key
      type: object
    maxItems: 50
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - memorydb:UpdateUser, memorydb:DescribeUsers, memorydb:ListTags, memorydb:TagResource, memorydb:UntagResource