pub struct VpnGatewayArgs {
pub amazon_side_asn: Output<Option<String>>,
pub availability_zone: Output<Option<String>>,
pub tags: Output<Option<HashMap<String, String>>>,
pub vpc_id: Output<Option<String>>,
}
Fields§
§amazon_side_asn: Output<Option<String>>
The Autonomous System Number (ASN) for the Amazon side of the gateway. If you don’t specify an ASN, the virtual private gateway is created with the default ASN.
availability_zone: Output<Option<String>>
The Availability Zone for the virtual private gateway.
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<Option<String>>
The VPC ID to create in.
Implementations§
source§impl VpnGatewayArgs
impl VpnGatewayArgs
sourcepub fn builder() -> VpnGatewayArgsBuilder
pub fn builder() -> VpnGatewayArgsBuilder
Create an instance of VpnGatewayArgs
using the builder syntax
Trait Implementations§
source§impl Clone for VpnGatewayArgs
impl Clone for VpnGatewayArgs
source§fn clone(&self) -> VpnGatewayArgs
fn clone(&self) -> VpnGatewayArgs
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 VpnGatewayArgs
impl RefUnwindSafe for VpnGatewayArgs
impl Send for VpnGatewayArgs
impl Sync for VpnGatewayArgs
impl Unpin for VpnGatewayArgs
impl UnwindSafe for VpnGatewayArgs
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
)