InboundCrossClusterSearchConnectionStatus

public struct InboundCrossClusterSearchConnectionStatus : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies verbose information for the inbound connection status.

    Declaration

    Swift

    public let message: String?
  • The state code for inbound connection. This can be one of the following: PENDING_ACCEPTANCE: Inbound connection is not yet accepted by destination domain owner. APPROVED: Inbound connection is pending acceptance by destination domain owner. REJECTING: Inbound connection rejection is in process. REJECTED: Inbound connection is rejected. DELETING: Inbound connection deletion is in progress. DELETED: Inbound connection is deleted and cannot be used further.

    Declaration

    Swift

    public let statusCode: InboundCrossClusterSearchConnectionStatusCode?
  • Undocumented

    Declaration

    Swift

    public init(message: String? = nil, statusCode: InboundCrossClusterSearchConnectionStatusCode? = nil)