public static interface CfnConnectionAlias.ConnectionAliasAssociationProperty
For more information, see Cross-Region Redirection for Amazon WorkSpaces .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.workspaces.*; ConnectionAliasAssociationProperty connectionAliasAssociationProperty = ConnectionAliasAssociationProperty.builder() .associatedAccountId("associatedAccountId") .associationStatus("associationStatus") .connectionIdentifier("connectionIdentifier") .resourceId("resourceId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnectionAlias.ConnectionAliasAssociationProperty.Builder
A builder for
CfnConnectionAlias.ConnectionAliasAssociationProperty |
static class |
CfnConnectionAlias.ConnectionAliasAssociationProperty.Jsii$Proxy
An implementation for
CfnConnectionAlias.ConnectionAliasAssociationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnectionAlias.ConnectionAliasAssociationProperty.Builder |
builder() |
default java.lang.String |
getAssociatedAccountId()
The identifier of the AWS account that associated the connection alias with a directory.
|
default java.lang.String |
getAssociationStatus()
The association status of the connection alias.
|
default java.lang.String |
getConnectionIdentifier()
The identifier of the connection alias association.
|
default java.lang.String |
getResourceId()
The identifier of the directory associated with a connection alias.
|
default java.lang.String getAssociatedAccountId()
default java.lang.String getAssociationStatus()
default java.lang.String getConnectionIdentifier()
You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.
default java.lang.String getResourceId()