pub struct DefaultRouteTableArgs {
pub default_route_table_id: Output<String>,
pub propagating_vgws: Output<Option<Vec<String>>>,
pub routes: Output<Option<Vec<DefaultRouteTableRoute>>>,
pub tags: Output<Option<HashMap<String, String>>>,
}
Fields§
§default_route_table_id: Output<String>
ID of the default route table.
The following arguments are optional:
propagating_vgws: Output<Option<Vec<String>>>
List of virtual gateways for propagation.
routes: Output<Option<Vec<DefaultRouteTableRoute>>>
Set of objects. Detailed below
Map of tags to assign to the resource. If configured with a provider default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
Implementations§
source§impl DefaultRouteTableArgs
impl DefaultRouteTableArgs
sourcepub fn builder() -> DefaultRouteTableArgsBuilder
pub fn builder() -> DefaultRouteTableArgsBuilder
Create an instance of DefaultRouteTableArgs
using the builder syntax
Trait Implementations§
source§impl Clone for DefaultRouteTableArgs
impl Clone for DefaultRouteTableArgs
source§fn clone(&self) -> DefaultRouteTableArgs
fn clone(&self) -> DefaultRouteTableArgs
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 DefaultRouteTableArgs
impl RefUnwindSafe for DefaultRouteTableArgs
impl Send for DefaultRouteTableArgs
impl Sync for DefaultRouteTableArgs
impl Unpin for DefaultRouteTableArgs
impl UnwindSafe for DefaultRouteTableArgs
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
)