#[non_exhaustive]pub struct CreateOutboundConnectionInput {
pub local_domain_info: Option<DomainInformationContainer>,
pub remote_domain_info: Option<DomainInformationContainer>,
pub connection_alias: Option<String>,
}
Expand description
Container for the parameters to the
operation. CreateOutboundConnection
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.local_domain_info: Option<DomainInformationContainer>
The
for the local OpenSearch domain. AWSDomainInformation
remote_domain_info: Option<DomainInformationContainer>
The
for the remote OpenSearch domain. AWSDomainInformation
connection_alias: Option<String>
The connection alias used used by the customer for this cross-cluster connection.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateOutboundConnection, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateOutboundConnection, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateOutboundConnection
>
Creates a new builder-style object to manufacture CreateOutboundConnectionInput
The
for the local OpenSearch domain. AWSDomainInformation
The
for the remote OpenSearch domain. AWSDomainInformation
The connection alias used used by the customer for this cross-cluster 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
impl Send for CreateOutboundConnectionInput
impl Sync for CreateOutboundConnectionInput
impl Unpin for CreateOutboundConnectionInput
impl UnwindSafe for CreateOutboundConnectionInput
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