ConnectionAliasArgs

data class ConnectionAliasArgs(val connectionString: Output<String>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null) : ConvertibleToJava<ConnectionAliasArgs>

Resource Type definition for AWS::WorkSpaces::ConnectionAlias

Constructors

Link copied to clipboard
constructor(connectionString: Output<String>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null)

Properties

Link copied to clipboard
val connectionString: Output<String>? = null

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 .

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

The tags to associate with the connection alias.

Functions

Link copied to clipboard
open override fun toJava(): ConnectionAliasArgs