Struct aws_sdk_directconnect::client::fluent_builders::CreateDirectConnectGatewayAssociationProposal [−][src]
pub struct CreateDirectConnectGatewayAssociationProposal<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to CreateDirectConnectGatewayAssociationProposal.
Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.
You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any Amazon Web Services account.
Implementations
impl<C, M, R> CreateDirectConnectGatewayAssociationProposal<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateDirectConnectGatewayAssociationProposal<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateDirectConnectGatewayAssociationProposalOutput, SdkError<CreateDirectConnectGatewayAssociationProposalError>> where
R::Policy: SmithyRetryPolicy<CreateDirectConnectGatewayAssociationProposalInputOperationOutputAlias, CreateDirectConnectGatewayAssociationProposalOutput, CreateDirectConnectGatewayAssociationProposalError, CreateDirectConnectGatewayAssociationProposalInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateDirectConnectGatewayAssociationProposalOutput, SdkError<CreateDirectConnectGatewayAssociationProposalError>> where
R::Policy: SmithyRetryPolicy<CreateDirectConnectGatewayAssociationProposalInputOperationOutputAlias, CreateDirectConnectGatewayAssociationProposalOutput, CreateDirectConnectGatewayAssociationProposalError, CreateDirectConnectGatewayAssociationProposalInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The ID of the Direct Connect gateway.
The ID of the Direct Connect gateway.
The ID of the Amazon Web Services account that owns the Direct Connect gateway.
The ID of the Amazon Web Services account that owns the Direct Connect gateway.
The ID of the virtual private gateway or transit gateway.
The ID of the virtual private gateway or transit gateway.
pub fn add_allowed_prefixes_to_direct_connect_gateway(
self,
inp: impl Into<RouteFilterPrefix>
) -> Self
pub fn add_allowed_prefixes_to_direct_connect_gateway(
self,
inp: impl Into<RouteFilterPrefix>
) -> Self
Appends an item to addAllowedPrefixesToDirectConnectGateway.
To override the contents of this collection use set_add_allowed_prefixes_to_direct_connect_gateway.
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
pub fn set_add_allowed_prefixes_to_direct_connect_gateway(
self,
input: Option<Vec<RouteFilterPrefix>>
) -> Self
pub fn set_add_allowed_prefixes_to_direct_connect_gateway(
self,
input: Option<Vec<RouteFilterPrefix>>
) -> Self
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
pub fn remove_allowed_prefixes_to_direct_connect_gateway(
self,
inp: impl Into<RouteFilterPrefix>
) -> Self
pub fn remove_allowed_prefixes_to_direct_connect_gateway(
self,
inp: impl Into<RouteFilterPrefix>
) -> Self
Appends an item to removeAllowedPrefixesToDirectConnectGateway.
To override the contents of this collection use set_remove_allowed_prefixes_to_direct_connect_gateway.
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
pub fn set_remove_allowed_prefixes_to_direct_connect_gateway(
self,
input: Option<Vec<RouteFilterPrefix>>
) -> Self
pub fn set_remove_allowed_prefixes_to_direct_connect_gateway(
self,
input: Option<Vec<RouteFilterPrefix>>
) -> Self
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for CreateDirectConnectGatewayAssociationProposal<C, M, R>
impl<C, M, R> Send for CreateDirectConnectGatewayAssociationProposal<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for CreateDirectConnectGatewayAssociationProposal<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for CreateDirectConnectGatewayAssociationProposal<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for CreateDirectConnectGatewayAssociationProposal<C, M, R>
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
