pub struct VpcIpamArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> VpcIpamArgsBuilder<S>
impl<S: State> VpcIpamArgsBuilder<S>
sourcepub fn build_struct(self) -> VpcIpamArgswhere
S: IsComplete,
pub fn build_struct(self) -> VpcIpamArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn cascade(
self,
value: impl Into<Output<Option<bool>>>,
) -> VpcIpamArgsBuilder<SetCascade<S>>where
S::Cascade: IsUnset,
pub fn cascade(
self,
value: impl Into<Output<Option<bool>>>,
) -> VpcIpamArgsBuilder<SetCascade<S>>where
S::Cascade: IsUnset,
sourcepub fn maybe_cascade(
self,
value: Option<impl Into<Output<Option<bool>>>>,
) -> VpcIpamArgsBuilder<SetCascade<S>>where
S::Cascade: IsUnset,
pub fn maybe_cascade(
self,
value: Option<impl Into<Output<Option<bool>>>>,
) -> VpcIpamArgsBuilder<SetCascade<S>>where
S::Cascade: IsUnset,
sourcepub fn description(
self,
value: impl Into<Output<Option<String>>>,
) -> VpcIpamArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn description(
self,
value: impl Into<Output<Option<String>>>,
) -> VpcIpamArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
sourcepub fn maybe_description(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> VpcIpamArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn maybe_description(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> VpcIpamArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
sourcepub fn enable_private_gua(
self,
value: impl Into<Output<Option<bool>>>,
) -> VpcIpamArgsBuilder<SetEnablePrivateGua<S>>where
S::EnablePrivateGua: IsUnset,
pub fn enable_private_gua(
self,
value: impl Into<Output<Option<bool>>>,
) -> VpcIpamArgsBuilder<SetEnablePrivateGua<S>>where
S::EnablePrivateGua: IsUnset,
sourcepub fn maybe_enable_private_gua(
self,
value: Option<impl Into<Output<Option<bool>>>>,
) -> VpcIpamArgsBuilder<SetEnablePrivateGua<S>>where
S::EnablePrivateGua: IsUnset,
pub fn maybe_enable_private_gua(
self,
value: Option<impl Into<Output<Option<bool>>>>,
) -> VpcIpamArgsBuilder<SetEnablePrivateGua<S>>where
S::EnablePrivateGua: IsUnset,
sourcepub fn operating_regions(
self,
value: impl Into<Output<Vec<VpcIpamOperatingRegion>>>,
) -> VpcIpamArgsBuilder<SetOperatingRegions<S>>where
S::OperatingRegions: IsUnset,
pub fn operating_regions(
self,
value: impl Into<Output<Vec<VpcIpamOperatingRegion>>>,
) -> VpcIpamArgsBuilder<SetOperatingRegions<S>>where
S::OperatingRegions: IsUnset,
Required.
Determines which locales can be chosen when you create pools. Locale is the Region where you want to make an IPAM pool available for allocations. You can only create pools with locales that match the operating Regions of the IPAM. You can only create VPCs from a pool whose locale matches the VPC’s Region. You specify a region using the region_name parameter. You must set your provider block region as an operating_region.
Optional (Some / Option setters). Default:
<pulumi_wasm_rust::Output<
Option<std::collections::HashMap<String, String>>,
> as Default>::default()
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.
Optional (Some / Option setters). Default:
<pulumi_wasm_rust::Output<
Option<std::collections::HashMap<String, String>>,
> as Default>::default()
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.