Show / Hide Table of Contents

Class ConnectionAliasReference

A reference to a ConnectionAlias resource.

Inheritance
object
ConnectionAliasReference
Implements
IConnectionAliasReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IConnectionAliasReference
Back to top Generated by DocFX