Retrieves a list that describes the connection aliases used for cross-Region redirection
Source:R/workspaces_operations.R
workspaces_describe_connection_aliases.RdRetrieves a list that describes the connection aliases used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
See https://www.paws-r-sdk.com/docs/workspaces_describe_connection_aliases/ for full documentation.
Usage
workspaces_describe_connection_aliases(
AliasIds = NULL,
ResourceId = NULL,
Limit = NULL,
NextToken = NULL
)Arguments
- AliasIds
The identifiers of the connection aliases to describe.
- ResourceId
The identifier of the directory associated with the connection alias.
- Limit
The maximum number of connection aliases to return.
- NextToken
If you received a
NextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.