awscc.elasticache_user

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - elasticache:DeleteUser, elasticache:DescribeUsers

update

Parent base class for filters and actions.

properties:
  AccessString:
    description: Access permissions string used for this user account.
    type: string
  NoPasswordRequired:
    description: Indicates a password is not required for this user account.
    type: boolean
  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
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - elasticache:ModifyUser, elasticache:DescribeUsers