You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkSpaces::Types::CreateConnectionAliasRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateConnectionAliasRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#connection_stringString

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.

Returns:

  • (String)

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

#tagsArray<Types::Tag>

The tags to associate with the connection alias.

Returns:

  • (Array<Types::Tag>)

    The tags to associate with the connection alias.