pub struct LocalGatewayRouteArgs {
pub destination_cidr_block: Output<String>,
pub local_gateway_route_table_id: Output<String>,
pub local_gateway_virtual_interface_group_id: Output<String>,
}
Fields§
§destination_cidr_block: Output<String>
IPv4 CIDR range used for destination matches. Routing decisions are based on the most specific match.
local_gateway_route_table_id: Output<String>
Identifier of EC2 Local Gateway Route Table.
local_gateway_virtual_interface_group_id: Output<String>
Identifier of EC2 Local Gateway Virtual Interface Group.
Implementations§
source§impl LocalGatewayRouteArgs
impl LocalGatewayRouteArgs
sourcepub fn builder() -> LocalGatewayRouteArgsBuilder
pub fn builder() -> LocalGatewayRouteArgsBuilder
Create an instance of LocalGatewayRouteArgs
using the builder syntax
Trait Implementations§
source§impl Clone for LocalGatewayRouteArgs
impl Clone for LocalGatewayRouteArgs
source§fn clone(&self) -> LocalGatewayRouteArgs
fn clone(&self) -> LocalGatewayRouteArgs
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 LocalGatewayRouteArgs
impl RefUnwindSafe for LocalGatewayRouteArgs
impl Send for LocalGatewayRouteArgs
impl Sync for LocalGatewayRouteArgs
impl Unpin for LocalGatewayRouteArgs
impl UnwindSafe for LocalGatewayRouteArgs
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
)