Class: Aws::WorkSpaces::Types::CreateConnectionAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::CreateConnectionAliasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_string ⇒ String
A connection string in the form of a fully qualified domain name (FQDN), such as ‘www.example.com`.
-
#tags ⇒ Array<Types::Tag>
The tags to associate with the connection alias.
Instance Attribute Details
#connection_string ⇒ 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 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.
834 835 836 837 838 839 |
# File 'lib/aws-sdk-workspaces/types.rb', line 834 class CreateConnectionAliasRequest < Struct.new( :connection_string, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to associate with the connection alias.
834 835 836 837 838 839 |
# File 'lib/aws-sdk-workspaces/types.rb', line 834 class CreateConnectionAliasRequest < Struct.new( :connection_string, :tags) SENSITIVE = [] include Aws::Structure end |