Struct aws_sdk_elasticsearch::input::CreateOutboundCrossClusterSearchConnectionInput [−][src]
#[non_exhaustive]pub struct CreateOutboundCrossClusterSearchConnectionInput {
pub source_domain_info: Option<DomainInformation>,
pub destination_domain_info: Option<DomainInformation>,
pub connection_alias: Option<String>,
}
Expand description
Container for the parameters to the
operation.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
for the source Elasticsearch domain.DomainInformation
destination_domain_info: Option<DomainInformation>
Specifies the
for the destination Elasticsearch domain.DomainInformation
connection_alias: Option<String>
Specifies the connection alias that will be used by the customer for this connection.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateOutboundCrossClusterSearchConnection, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateOutboundCrossClusterSearchConnection, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateOutboundCrossClusterSearchConnection
>
Creates a new builder-style object to manufacture CreateOutboundCrossClusterSearchConnectionInput
Specifies the
for the source Elasticsearch domain.DomainInformation
Specifies the
for the destination Elasticsearch domain.DomainInformation
Specifies the connection alias that will be used by the customer for this connection.
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