pub struct CarrierGatewayArgs {
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 ID of the VPC to associate with the carrier gateway.
Implementations§
source§impl CarrierGatewayArgs
impl CarrierGatewayArgs
sourcepub fn builder() -> CarrierGatewayArgsBuilder
pub fn builder() -> CarrierGatewayArgsBuilder
Create an instance of CarrierGatewayArgs
using the builder syntax
Trait Implementations§
source§impl Clone for CarrierGatewayArgs
impl Clone for CarrierGatewayArgs
source§fn clone(&self) -> CarrierGatewayArgs
fn clone(&self) -> CarrierGatewayArgs
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 CarrierGatewayArgs
impl RefUnwindSafe for CarrierGatewayArgs
impl Send for CarrierGatewayArgs
impl Sync for CarrierGatewayArgs
impl Unpin for CarrierGatewayArgs
impl UnwindSafe for CarrierGatewayArgs
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
)