Show / Hide Table of Contents

Interface IUserReference

A reference to a User resource.

Namespace: Amazon.CDK.AWS.ElastiCache
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IUserReference
Syntax (vb)
Public Interface IUserReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.ElastiCache;

            var userReference = new UserReference {
                UserArn = "userArn",
                UserId = "userId"
            };

Synopsis

Properties

UserArn

The ARN of the User resource.

UserId

The UserId of the User resource.

Properties

UserArn

The ARN of the User resource.

string UserArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

UserId

The UserId of the User resource.

string UserId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX