interface ConnectionAliasReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.WorkSpaces.ConnectionAliasReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsworkspaces#ConnectionAliasReference |
Java | software.amazon.awscdk.interfaces.workspaces.ConnectionAliasReference |
Python | aws_cdk.interfaces.aws_workspaces.ConnectionAliasReference |
TypeScript | aws-cdk-lib » interfaces » aws_workspaces » ConnectionAliasReference |
A reference to a ConnectionAlias resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_workspaces as interfaces_aws_workspaces } from 'aws-cdk-lib/interfaces';
const connectionAliasReference: interfaces_aws_workspaces.ConnectionAliasReference = {
aliasId: 'aliasId',
};
Properties
| Name | Type | Description |
|---|---|---|
| alias | string | The AliasId of the ConnectionAlias resource. |
aliasId
Type:
string
The AliasId of the ConnectionAlias resource.

.NET
Go
Java
Python
TypeScript