ConnectionAliasAssociation
public struct ConnectionAliasAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the AWS account that associated the connection alias with a directory.
Declaration
Swift
public let associatedAccountId: String?
-
The association status of the connection alias.
Declaration
Swift
public let associationStatus: AssociationStatus?
-
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.
Declaration
Swift
public let connectionIdentifier: String?
-
The identifier of the directory associated with a connection alias.
Declaration
Swift
public let resourceId: String?
-
Undocumented
Declaration
Swift
public init(associatedAccountId: String? = nil, associationStatus: AssociationStatus? = nil, connectionIdentifier: String? = nil, resourceId: String? = nil)