class Aws::WorkSpaces::Types::CreateConnectionAliasRequest

@note When making an API call, you may pass CreateConnectionAliasRequest

data as a hash:

    {
      connection_string: "ConnectionString", # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue",
        },
      ],
    }

@!attribute [rw] connection_string

A connection string in the form of a fully qualified domain name
(FQDN), such as `www.example.com`.

After you create a connection string, it is always associated to
your AWS account. You cannot recreate the same connection string
with a different account, even if you delete all instances of it
from the original account. The connection string is globally
reserved for your account.
@return [String]

@!attribute [rw] tags

The tags to associate with the connection alias.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateConnectionAliasRequest AWS API Documentation

Constants

SENSITIVE