Struct aws_sdk_elasticsearch::model::OutboundCrossClusterSearchConnection [−][src]
#[non_exhaustive]pub struct OutboundCrossClusterSearchConnection {
pub source_domain_info: Option<DomainInformation>,
pub destination_domain_info: Option<DomainInformation>,
pub cross_cluster_search_connection_id: Option<String>,
pub connection_alias: Option<String>,
pub connection_status: Option<OutboundCrossClusterSearchConnectionStatus>,
}
Expand description
Specifies details of an outbound connection.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.source_domain_info: Option<DomainInformation>
Specifies the
for the source Elasticsearch domain.DomainInformation
destination_domain_info: Option<DomainInformation>
Specifies the
for the destination Elasticsearch domain.DomainInformation
cross_cluster_search_connection_id: Option<String>
Specifies the connection id for the outbound cross-cluster search connection.
connection_alias: Option<String>
Specifies the connection alias for the outbound cross-cluster search connection.
connection_status: Option<OutboundCrossClusterSearchConnectionStatus>
Specifies the
for the outbound connection.OutboundCrossClusterSearchConnectionStatus
Implementations
Specifies the
for the source Elasticsearch domain.DomainInformation
Specifies the
for the destination Elasticsearch domain.DomainInformation
Specifies the connection id for the outbound cross-cluster search connection.
Specifies the connection alias for the outbound cross-cluster search connection.
Specifies the
for the outbound connection.OutboundCrossClusterSearchConnectionStatus
Creates a new builder-style object to manufacture OutboundCrossClusterSearchConnection
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for OutboundCrossClusterSearchConnection
impl Sync for OutboundCrossClusterSearchConnection
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more