AWS::ElastiCache::UserResource Type definition for AWS::ElastiCache::User
8 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Engine | string | Required |
UserId | string | RequiredCreate-only |
UserName | string | RequiredCreate-only |
AccessString | string | Write-only |
AuthenticationMode | object | Write-only |
NoPasswordRequired | boolean | Write-only |
Passwords | Array<string> | 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::ElastiCache::User
Resources:
MyResource:
Type: AWS::ElastiCache::User
Properties:
UserId: "my-userid"
UserName: "my-username"
Engine: "redis"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
elasticache:CreateUserelasticache:DescribeUserselasticache:ListTagsForResourceelasticache:AddTagsToResourceelasticache:DescribeUserselasticache:ListTagsForResourceelasticache:ModifyUserelasticache:DescribeUserselasticache:ListTagsForResourceelasticache:AddTagsToResourceelasticache:RemoveTagsFromResourceelasticache:DeleteUserelasticache:DescribeUserselasticache:DescribeUserselasticache:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterUserIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
UserIdUserName