pub struct GetVpnGatewayArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> GetVpnGatewayArgsBuilder<S>
impl<S: State> GetVpnGatewayArgsBuilder<S>
sourcepub fn build_struct(self) -> GetVpnGatewayArgswhere
S: IsComplete,
pub fn build_struct(self) -> GetVpnGatewayArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn amazon_side_asn(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpnGatewayArgsBuilder<SetAmazonSideAsn<S>>where
S::AmazonSideAsn: IsUnset,
pub fn amazon_side_asn(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpnGatewayArgsBuilder<SetAmazonSideAsn<S>>where
S::AmazonSideAsn: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
Autonomous System Number (ASN) for the Amazon side of the specific VPN Gateway to retrieve.
More complex filters can be expressed using one or more filter
sub-blocks,
which take the following arguments:
sourcepub fn maybe_amazon_side_asn(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpnGatewayArgsBuilder<SetAmazonSideAsn<S>>where
S::AmazonSideAsn: IsUnset,
pub fn maybe_amazon_side_asn(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpnGatewayArgsBuilder<SetAmazonSideAsn<S>>where
S::AmazonSideAsn: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
Autonomous System Number (ASN) for the Amazon side of the specific VPN Gateway to retrieve.
More complex filters can be expressed using one or more filter
sub-blocks,
which take the following arguments:
sourcepub fn attached_vpc_id(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpnGatewayArgsBuilder<SetAttachedVpcId<S>>where
S::AttachedVpcId: IsUnset,
pub fn attached_vpc_id(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpnGatewayArgsBuilder<SetAttachedVpcId<S>>where
S::AttachedVpcId: IsUnset,
sourcepub fn maybe_attached_vpc_id(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpnGatewayArgsBuilder<SetAttachedVpcId<S>>where
S::AttachedVpcId: IsUnset,
pub fn maybe_attached_vpc_id(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpnGatewayArgsBuilder<SetAttachedVpcId<S>>where
S::AttachedVpcId: IsUnset,
sourcepub fn availability_zone(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpnGatewayArgsBuilder<SetAvailabilityZone<S>>where
S::AvailabilityZone: IsUnset,
pub fn availability_zone(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpnGatewayArgsBuilder<SetAvailabilityZone<S>>where
S::AvailabilityZone: IsUnset,
sourcepub fn maybe_availability_zone(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpnGatewayArgsBuilder<SetAvailabilityZone<S>>where
S::AvailabilityZone: IsUnset,
pub fn maybe_availability_zone(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpnGatewayArgsBuilder<SetAvailabilityZone<S>>where
S::AvailabilityZone: IsUnset,
sourcepub fn filters(
self,
value: impl Into<Output<Option<Vec<GetVpnGatewayFilter>>>>,
) -> GetVpnGatewayArgsBuilder<SetFilters<S>>where
S::Filters: IsUnset,
pub fn filters(
self,
value: impl Into<Output<Option<Vec<GetVpnGatewayFilter>>>>,
) -> GetVpnGatewayArgsBuilder<SetFilters<S>>where
S::Filters: IsUnset,
sourcepub fn maybe_filters(
self,
value: Option<impl Into<Output<Option<Vec<GetVpnGatewayFilter>>>>>,
) -> GetVpnGatewayArgsBuilder<SetFilters<S>>where
S::Filters: IsUnset,
pub fn maybe_filters(
self,
value: Option<impl Into<Output<Option<Vec<GetVpnGatewayFilter>>>>>,
) -> GetVpnGatewayArgsBuilder<SetFilters<S>>where
S::Filters: IsUnset,
sourcepub fn id(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpnGatewayArgsBuilder<SetId<S>>where
S::Id: IsUnset,
pub fn id(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpnGatewayArgsBuilder<SetId<S>>where
S::Id: IsUnset,
sourcepub fn maybe_id(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpnGatewayArgsBuilder<SetId<S>>where
S::Id: IsUnset,
pub fn maybe_id(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpnGatewayArgsBuilder<SetId<S>>where
S::Id: IsUnset,
sourcepub fn state(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpnGatewayArgsBuilder<SetState<S>>where
S::State: IsUnset,
pub fn state(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpnGatewayArgsBuilder<SetState<S>>where
S::State: IsUnset,
sourcepub fn maybe_state(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpnGatewayArgsBuilder<SetState<S>>where
S::State: IsUnset,
pub fn maybe_state(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpnGatewayArgsBuilder<SetState<S>>where
S::State: IsUnset,
Auto Trait Implementations§
impl<S> Freeze for GetVpnGatewayArgsBuilder<S>
impl<S> RefUnwindSafe for GetVpnGatewayArgsBuilder<S>
impl<S> Send for GetVpnGatewayArgsBuilder<S>
impl<S> Sync for GetVpnGatewayArgsBuilder<S>
impl<S> Unpin for GetVpnGatewayArgsBuilder<S>
impl<S> UnwindSafe for GetVpnGatewayArgsBuilder<S>
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