AWS::WorkSpaces::ConnectionAliasThe `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 { CfnConnectionAlias } from 'aws-cdk-lib/aws-workspaces';Or use the module namespace:
import * as workspaces from 'aws-cdk-lib/aws-workspaces';
// workspaces.CfnConnectionAliasConfiguration passed to the constructor as CfnConnectionAliasProps.
connectionStringRequiredstringThe 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` .
tagsOptionalCfnTag[]The tags to associate with the connection alias.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-workspacesAWS::WorkSpaces::ConnectionAlias