Workspaces Create Connection Alias Request Structure
CreateConnectionAliasRequest schema from Amazon WorkSpaces API
Type: objectProperties: 2Required: 1
DesktopEnd User ComputingVirtual DesktopDesktop as a Service
CreateConnectionAliasRequest is a JSON Structure definition published by Amazon WorkSpaces, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"required": [
"ConnectionString"
],
"name": "CreateConnectionAliasRequest",
"properties": {
"ConnectionString": {
"allOf": [
{
"$ref": "#/components/schemas/ConnectionString"
},
{
"description": "<p>A connection string in the form of a fully qualified domain name (FQDN), such as <code>www.example.com</code>.</p> <important> <p>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.</p> </important>"
}
]
},
"Tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagList"
},
{
"description": "The tags to associate with the connection alias."
}
]
}
},
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-create-connection-alias-request-structure.json",
"description": "CreateConnectionAliasRequest schema from Amazon WorkSpaces API"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.