aws-cdk-lib.aws_workspaces.CfnConnectionAliasProps

interface CfnConnectionAliasProps

LanguageType name
.NETAmazon.CDK.AWS.WorkSpaces.CfnConnectionAliasProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsworkspaces#CfnConnectionAliasProps
Javasoftware.amazon.awscdk.services.workspaces.CfnConnectionAliasProps
Pythonaws_cdk.aws_workspaces.CfnConnectionAliasProps
TypeScript aws-cdk-lib » aws_workspaces » CfnConnectionAliasProps

Properties for defining a CfnConnectionAlias.

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 cfnConnectionAliasProps: workspaces.CfnConnectionAliasProps = {
  connectionString: 'connectionString',

  // the properties below are optional
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
connectionStringstringThe connection string specified for the connection alias.
tags?CfnTag[]The tags to associate with the connection alias.

connectionString

Type: 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 .


tags?

Type: CfnTag[] (optional)

The tags to associate with the connection alias.