Struct aws_sdk_directconnect::client::fluent_builders::CreateDirectConnectGatewayAssociation [−][src]
pub struct CreateDirectConnectGatewayAssociation<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to CreateDirectConnectGatewayAssociation.
Creates an association between a Direct Connect gateway and a virtual private gateway. The virtual private gateway must be attached to a VPC and must not be associated with another Direct Connect gateway.
Implementations
impl<C, M, R> CreateDirectConnectGatewayAssociation<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateDirectConnectGatewayAssociation<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateDirectConnectGatewayAssociationOutput, SdkError<CreateDirectConnectGatewayAssociationError>> where
R::Policy: SmithyRetryPolicy<CreateDirectConnectGatewayAssociationInputOperationOutputAlias, CreateDirectConnectGatewayAssociationOutput, CreateDirectConnectGatewayAssociationError, CreateDirectConnectGatewayAssociationInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateDirectConnectGatewayAssociationOutput, SdkError<CreateDirectConnectGatewayAssociationError>> where
R::Policy: SmithyRetryPolicy<CreateDirectConnectGatewayAssociationInputOperationOutputAlias, CreateDirectConnectGatewayAssociationOutput, CreateDirectConnectGatewayAssociationError, CreateDirectConnectGatewayAssociationInputOperationRetryAlias>,
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 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
This parameter is required when you create an association to a transit gateway.
For information about how to set the prefixes, see Allowed Prefixes in the Direct Connect User Guide.
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
This parameter is required when you create an association to a transit gateway.
For information about how to set the prefixes, see Allowed Prefixes in the Direct Connect User Guide.
The ID of the virtual private gateway.
The ID of the virtual private gateway.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for CreateDirectConnectGatewayAssociation<C, M, R>
impl<C, M, R> Send for CreateDirectConnectGatewayAssociation<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for CreateDirectConnectGatewayAssociation<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for CreateDirectConnectGatewayAssociation<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for CreateDirectConnectGatewayAssociation<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
