pub struct VpnGatewayRoutePropagationArgs {
pub route_table_id: Output<String>,
pub vpn_gateway_id: Output<String>,
}
Fields§
§route_table_id: Output<String>
The id of the aws.ec2.RouteTable
to propagate routes into.
vpn_gateway_id: Output<String>
The id of the aws.ec2.VpnGateway
to propagate routes from.
Implementations§
source§impl VpnGatewayRoutePropagationArgs
impl VpnGatewayRoutePropagationArgs
sourcepub fn builder() -> VpnGatewayRoutePropagationArgsBuilder
pub fn builder() -> VpnGatewayRoutePropagationArgsBuilder
Create an instance of VpnGatewayRoutePropagationArgs
using the builder syntax
Trait Implementations§
source§impl Clone for VpnGatewayRoutePropagationArgs
impl Clone for VpnGatewayRoutePropagationArgs
source§fn clone(&self) -> VpnGatewayRoutePropagationArgs
fn clone(&self) -> VpnGatewayRoutePropagationArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for VpnGatewayRoutePropagationArgs
impl RefUnwindSafe for VpnGatewayRoutePropagationArgs
impl Send for VpnGatewayRoutePropagationArgs
impl Sync for VpnGatewayRoutePropagationArgs
impl Unpin for VpnGatewayRoutePropagationArgs
impl UnwindSafe for VpnGatewayRoutePropagationArgs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)