interface UserReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ElastiCache.UserReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awselasticache#UserReference |
![]() | software.amazon.awscdk.services.elasticache.UserReference |
![]() | aws_cdk.aws_elasticache.UserReference |
![]() | aws-cdk-lib » aws_elasticache » UserReference |
A reference to a User resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elasticache as elasticache } from 'aws-cdk-lib';
const userReference: elasticache.UserReference = {
userArn: 'userArn',
userId: 'userId',
};
Properties
Name | Type | Description |
---|---|---|
user | string | The ARN of the User resource. |
user | string | The UserId of the User resource. |
userArn
Type:
string
The ARN of the User resource.
userId
Type:
string
The UserId of the User resource.