interface ConnectionAliasReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WorkSpaces.ConnectionAliasReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsworkspaces#ConnectionAliasReference |
![]() | software.amazon.awscdk.services.workspaces.ConnectionAliasReference |
![]() | aws_cdk.aws_workspaces.ConnectionAliasReference |
![]() | aws-cdk-lib » 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 workspaces } from 'aws-cdk-lib';
const connectionAliasReference: 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.