ConnectionAlias
public struct ConnectionAlias : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier of the connection alias.
Declaration
Swift
public let aliasId: String? -
The association status of the connection alias.
Declaration
Swift
public let associations: [ConnectionAliasAssociation]? -
The connection string specified for the connection alias. The connection string must be in the form of a fully qualified domain name (FQDN), such as www.example.com.
Declaration
Swift
public let connectionString: String? -
The identifier of the AWS account that owns the connection alias.
Declaration
Swift
public let ownerAccountId: String? -
The current state of the connection alias.
Declaration
Swift
public let state: ConnectionAliasState? -
Undocumented
Declaration
Swift
public init(aliasId: String? = nil, associations: [ConnectionAliasAssociation]? = nil, connectionString: String? = nil, ownerAccountId: String? = nil, state: ConnectionAliasState? = nil)
View on GitHub
ConnectionAlias Structure Reference