AWS::MemoryDB::UserResource Type definition for AWS::MemoryDB::User
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
UserName | string | RequiredCreate-only |
AccessString | string | Write-only |
AuthenticationMode | object | Write-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the user account. |
Status | string | Indicates the user status. Can be "active", "modifying" or "deleting". |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MemoryDB::User
Resources:
MyResource:
Type: AWS::MemoryDB::User
Properties:
UserName: "my-username"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
memorydb:CreateUsermemorydb:DescribeUsersmemorydb:TagResourcememorydb:ListTagsiam:CreateServiceLinkedRolememorydb:DescribeUsersmemorydb:ListTagsmemorydb:UpdateUsermemorydb:DescribeUsersmemorydb:ListTagsmemorydb:TagResourcememorydb:UntagResourcememorydb:DeleteUsermemorydb:DescribeUsersmemorydb:DescribeUsersmemorydb:ListTagsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterUserNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
UserName