pub struct EgressOnlyInternetGatewayArgs {
pub tags: Output<Option<HashMap<String, String>>>,
pub vpc_id: Output<String>,
}
Fields§
A 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.
vpc_id: Output<String>
The VPC ID to create in.
Implementations§
source§impl EgressOnlyInternetGatewayArgs
impl EgressOnlyInternetGatewayArgs
sourcepub fn builder() -> EgressOnlyInternetGatewayArgsBuilder
pub fn builder() -> EgressOnlyInternetGatewayArgsBuilder
Create an instance of EgressOnlyInternetGatewayArgs
using the builder syntax
Trait Implementations§
source§impl Clone for EgressOnlyInternetGatewayArgs
impl Clone for EgressOnlyInternetGatewayArgs
source§fn clone(&self) -> EgressOnlyInternetGatewayArgs
fn clone(&self) -> EgressOnlyInternetGatewayArgs
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 EgressOnlyInternetGatewayArgs
impl RefUnwindSafe for EgressOnlyInternetGatewayArgs
impl Send for EgressOnlyInternetGatewayArgs
impl Sync for EgressOnlyInternetGatewayArgs
impl Unpin for EgressOnlyInternetGatewayArgs
impl UnwindSafe for EgressOnlyInternetGatewayArgs
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
)