CreateOutboundConnectionResponse class

The result of a CreateOutboundConnection request. Contains the details about the newly created cross-cluster connection.

Constructors

CreateOutboundConnectionResponse({String? connectionAlias, String? connectionId, OutboundConnectionStatus? connectionStatus, DomainInformationContainer? localDomainInfo, DomainInformationContainer? remoteDomainInfo})
CreateOutboundConnectionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

connectionAlias String?
The connection alias provided during the create connection request.
final
connectionId String?
The unique ID for the created outbound connection, which is used for subsequent operations on the connection.
final
connectionStatus OutboundConnectionStatus?
The OutboundConnectionStatus for the newly created connection.
final
hashCode int
The hash code for this object.
no setterinherited
localDomainInfo DomainInformationContainer?
The AWSDomainInformation for the local OpenSearch domain.
final
remoteDomainInfo DomainInformationContainer?
The AWSDomainInformation for the remote OpenSearch domain.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited