pub struct RouteTableAssociationArgs {
pub gateway_id: Output<Option<String>>,
pub route_table_id: Output<String>,
pub subnet_id: Output<Option<String>>,
}
Fields§
§gateway_id: Output<Option<String>>
The gateway ID to create an association. Conflicts with subnet_id
.
route_table_id: Output<String>
The ID of the routing table to associate with.
subnet_id: Output<Option<String>>
The subnet ID to create an association. Conflicts with gateway_id
.
Implementations§
source§impl RouteTableAssociationArgs
impl RouteTableAssociationArgs
sourcepub fn builder() -> RouteTableAssociationArgsBuilder
pub fn builder() -> RouteTableAssociationArgsBuilder
Create an instance of RouteTableAssociationArgs
using the builder syntax
Trait Implementations§
source§impl Clone for RouteTableAssociationArgs
impl Clone for RouteTableAssociationArgs
source§fn clone(&self) -> RouteTableAssociationArgs
fn clone(&self) -> RouteTableAssociationArgs
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 RouteTableAssociationArgs
impl RefUnwindSafe for RouteTableAssociationArgs
impl Send for RouteTableAssociationArgs
impl Sync for RouteTableAssociationArgs
impl Unpin for RouteTableAssociationArgs
impl UnwindSafe for RouteTableAssociationArgs
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
)