AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::WorkSpaces::ConnectionAlias

CfnConnectionAlias

The `AWS::WorkSpaces::ConnectionAlias` resource specifies a connection alias. Connection aliases are used for cross-Region redirection. For more information, see [Cross-Region Redirection for Amazon WorkSpaces](https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html) .

Import

import { CfnConnectionAlias } from 'aws-cdk-lib/aws-workspaces';

Or use the module namespace:

import * as workspaces from 'aws-cdk-lib/aws-workspaces';
// workspaces.CfnConnectionAlias

Properties

Configuration passed to the constructor as CfnConnectionAliasProps.

connectionStringRequired
string

The connection string specified for the connection alias. The connection string must be in the form of a fully qualified domain name (FQDN), such as `www.example.com` .

tagsOptional
CfnTag[]

The tags to associate with the connection alias.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter