ConnectionAliasAssociation

data class ConnectionAliasAssociation(val associatedAccountId: String? = null, val associationStatus: ConnectionAliasAssociationAssociationStatus? = null, val connectionIdentifier: String? = null, val resourceId: String? = null)

Constructors

Link copied to clipboard
constructor(associatedAccountId: String? = null, associationStatus: ConnectionAliasAssociationAssociationStatus? = null, connectionIdentifier: String? = null, resourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the AWS account that associated the connection alias with a directory.

Link copied to clipboard

The association status of the connection alias.

Link copied to clipboard

The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.

Link copied to clipboard
val resourceId: String? = null

The identifier of the directory associated with a connection alias.