@Stability(value=Stable)
public static interface CfnConnectionAlias.ConnectionAliasAssociationProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getAssociatedAccountId()
The identifier of the AWS account that associated the connection alias with a directory.
|
default String |
getAssociationStatus()
The association status of the connection alias.
|
default String |
getConnectionIdentifier()
The identifier of the connection alias association.
|
default String |
getResourceId()
The identifier of the directory associated with a connection alias.
|
@Stability(value=Stable) @Nullable default String getAssociatedAccountId()
@Stability(value=Stable) @Nullable default String getAssociationStatus()
@Stability(value=Stable) @Nullable default String getConnectionIdentifier()
You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.
@Stability(value=Stable) @Nullable default String getResourceId()
@Stability(value=Stable) static CfnConnectionAlias.ConnectionAliasAssociationProperty.Builder builder()
Copyright © 2022. All rights reserved.