Class ConnectionAliasReference
A reference to a ConnectionAlias resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.WorkSpaces
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConnectionAliasReference : IConnectionAliasReference
Syntax (vb)
Public Class ConnectionAliasReference Implements IConnectionAliasReference
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.WorkSpaces;
var connectionAliasReference = new ConnectionAliasReference {
AliasId = "aliasId"
};
Synopsis
Constructors
ConnectionAliasReference() | A reference to a ConnectionAlias resource. |
Properties
AliasId | The AliasId of the ConnectionAlias resource. |
Constructors
ConnectionAliasReference()
A reference to a ConnectionAlias resource.
public ConnectionAliasReference()
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.WorkSpaces;
var connectionAliasReference = new ConnectionAliasReference {
AliasId = "aliasId"
};
Properties
AliasId
The AliasId of the ConnectionAlias resource.
public string AliasId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated