#[non_exhaustive]pub struct CreateOutboundCrossClusterSearchConnectionOutput {
    pub source_domain_info: Option<DomainInformation>,
    pub destination_domain_info: Option<DomainInformation>,
    pub connection_alias: Option<String>,
    pub connection_status: Option<OutboundCrossClusterSearchConnectionStatus>,
    pub cross_cluster_search_connection_id: Option<String>,
}Expand description
The result of a CreateOutboundCrossClusterSearchConnection
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 DomainInformation
destination_domain_info: Option<DomainInformation>Specifies the DomainInformation
connection_alias: Option<String>Specifies the connection alias provided during the create connection request.
connection_status: Option<OutboundCrossClusterSearchConnectionStatus>Specifies the OutboundCrossClusterSearchConnectionStatus
cross_cluster_search_connection_id: Option<String>Unique id for the created outbound connection, which is used for subsequent operations on connection.
Implementations
Specifies the DomainInformation
Specifies the DomainInformation
Specifies the connection alias provided during the create connection request.
Specifies the OutboundCrossClusterSearchConnectionStatus
Unique id for the created outbound connection, which is used for subsequent operations on connection.
Creates a new builder-style object to manufacture CreateOutboundCrossClusterSearchConnectionOutput
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
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