pub struct GetRouteArgs {Show 14 fields
pub carrier_gateway_id: Output<Option<String>>,
pub core_network_arn: Output<Option<String>>,
pub destination_cidr_block: Output<Option<String>>,
pub destination_ipv6_cidr_block: Output<Option<String>>,
pub destination_prefix_list_id: Output<Option<String>>,
pub egress_only_gateway_id: Output<Option<String>>,
pub gateway_id: Output<Option<String>>,
pub instance_id: Output<Option<String>>,
pub local_gateway_id: Output<Option<String>>,
pub nat_gateway_id: Output<Option<String>>,
pub network_interface_id: Output<Option<String>>,
pub route_table_id: Output<String>,
pub transit_gateway_id: Output<Option<String>>,
pub vpc_peering_connection_id: Output<Option<String>>,
}
Fields§
§carrier_gateway_id: Output<Option<String>>
EC2 Carrier Gateway ID of the Route belonging to the Route Table.
core_network_arn: Output<Option<String>>
Core network ARN of the Route belonging to the Route Table.
destination_cidr_block: Output<Option<String>>
CIDR block of the Route belonging to the Route Table.
destination_ipv6_cidr_block: Output<Option<String>>
IPv6 CIDR block of the Route belonging to the Route Table.
destination_prefix_list_id: Output<Option<String>>
ID of a managed prefix list destination of the Route belonging to the Route Table.
egress_only_gateway_id: Output<Option<String>>
Egress Only Gateway ID of the Route belonging to the Route Table.
gateway_id: Output<Option<String>>
Gateway ID of the Route belonging to the Route Table.
instance_id: Output<Option<String>>
Instance ID of the Route belonging to the Route Table.
local_gateway_id: Output<Option<String>>
Local Gateway ID of the Route belonging to the Route Table.
nat_gateway_id: Output<Option<String>>
NAT Gateway ID of the Route belonging to the Route Table.
network_interface_id: Output<Option<String>>
Network Interface ID of the Route belonging to the Route Table.
route_table_id: Output<String>
ID of the specific Route Table containing the Route entry.
The following arguments are optional:
transit_gateway_id: Output<Option<String>>
EC2 Transit Gateway ID of the Route belonging to the Route Table.
vpc_peering_connection_id: Output<Option<String>>
VPC Peering Connection ID of the Route belonging to the Route Table.
Implementations§
source§impl GetRouteArgs
impl GetRouteArgs
sourcepub fn builder() -> GetRouteArgsBuilder
pub fn builder() -> GetRouteArgsBuilder
Create an instance of GetRouteArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetRouteArgs
impl Clone for GetRouteArgs
source§fn clone(&self) -> GetRouteArgs
fn clone(&self) -> GetRouteArgs
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreAuto Trait Implementations§
impl Freeze for GetRouteArgs
impl RefUnwindSafe for GetRouteArgs
impl Send for GetRouteArgs
impl Sync for GetRouteArgs
impl Unpin for GetRouteArgs
impl UnwindSafe for GetRouteArgs
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
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)
clone_to_uninit
)