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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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 Amazon Web Services 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)


710
711
712
713
714
715
# File 'lib/aws-sdk-workspaces/types.rb', line 710

class CreateConnectionAliasRequest < Struct.new(
  :connection_string,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to associate with the connection alias.

Returns:



710
711
712
713
714
715
# File 'lib/aws-sdk-workspaces/types.rb', line 710

class CreateConnectionAliasRequest < Struct.new(
  :connection_string,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end