Connection
public struct Connection : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN string that uniquely identifies the endpoint.
Declaration
Swift
public let endpointArn: String? -
The identifier of the endpoint. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can’t end with a hyphen or contain two consecutive hyphens.
Declaration
Swift
public let endpointIdentifier: String? -
The error message when the connection last failed.
Declaration
Swift
public let lastFailureMessage: String? -
The ARN of the replication instance.
Declaration
Swift
public let replicationInstanceArn: String? -
The replication instance identifier. This parameter is stored as a lowercase string.
Declaration
Swift
public let replicationInstanceIdentifier: String? -
The connection status. This parameter can return one of the following values: “successful” “testing” “failed” “deleting”
Declaration
Swift
public let status: String? -
init(endpointArn:endpointIdentifier:lastFailureMessage:replicationInstanceArn:replicationInstanceIdentifier:status:)Undocumented
Declaration
Swift
public init(endpointArn: String? = nil, endpointIdentifier: String? = nil, lastFailureMessage: String? = nil, replicationInstanceArn: String? = nil, replicationInstanceIdentifier: String? = nil, status: String? = nil)
View on GitHub
Connection Structure Reference