ConnectionAliasReference
- class aws_cdk.aws_workspaces.ConnectionAliasReference(*, alias_id)
Bases:
object
A reference to a ConnectionAlias resource.
- Parameters:
alias_id (
str
) – The AliasId of the ConnectionAlias resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_workspaces as workspaces connection_alias_reference = workspaces.ConnectionAliasReference( alias_id="aliasId" )
Attributes
- alias_id
The AliasId of the ConnectionAlias resource.