pub struct VpnConnectionRouteArgs {
pub destination_cidr_block: Output<String>,
pub vpn_connection_id: Output<String>,
}
Fields§
§destination_cidr_block: Output<String>
The CIDR block associated with the local subnet of the customer network.
vpn_connection_id: Output<String>
The ID of the VPN connection.
Implementations§
source§impl VpnConnectionRouteArgs
impl VpnConnectionRouteArgs
sourcepub fn builder() -> VpnConnectionRouteArgsBuilder
pub fn builder() -> VpnConnectionRouteArgsBuilder
Create an instance of VpnConnectionRouteArgs
using the builder syntax
Trait Implementations§
source§impl Clone for VpnConnectionRouteArgs
impl Clone for VpnConnectionRouteArgs
source§fn clone(&self) -> VpnConnectionRouteArgs
fn clone(&self) -> VpnConnectionRouteArgs
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 VpnConnectionRouteArgs
impl RefUnwindSafe for VpnConnectionRouteArgs
impl Send for VpnConnectionRouteArgs
impl Sync for VpnConnectionRouteArgs
impl Unpin for VpnConnectionRouteArgs
impl UnwindSafe for VpnConnectionRouteArgs
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
)