Class UserReference
A reference to a User resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class UserReference : IUserReference
Syntax (vb)
Public Class UserReference Implements 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.Interfaces.Transfer;
var userReference = new UserReference {
UserArn = "userArn"
};
Synopsis
Constructors
| UserReference() | A reference to a User resource. |
Properties
| UserArn | The Arn of the User resource. |
Constructors
UserReference()
A reference to a User resource.
public UserReference()
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.Interfaces.Transfer;
var userReference = new UserReference {
UserArn = "userArn"
};
Properties
UserArn
The Arn of the User resource.
public string UserArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated