pub struct GetVpcIpamPoolArgs {
pub allocation_resource_tags: Output<Option<HashMap<String, String>>>,
pub filters: Output<Option<Vec<GetVpcIpamPoolFilter>>>,
pub id: Output<Option<String>>,
pub ipam_pool_id: Output<Option<String>>,
pub tags: Output<Option<HashMap<String, String>>>,
}
Fields§
Tags that are required to create resources in using this pool.
filters: Output<Option<Vec<GetVpcIpamPoolFilter>>>
Custom filter block as described below.
id: Output<Option<String>>
ID of the IPAM pool.
ipam_pool_id: Output<Option<String>>
ID of the IPAM pool you would like information on.
Map of tags to assigned to the resource.
Implementations§
source§impl GetVpcIpamPoolArgs
impl GetVpcIpamPoolArgs
sourcepub fn builder() -> GetVpcIpamPoolArgsBuilder
pub fn builder() -> GetVpcIpamPoolArgsBuilder
Create an instance of GetVpcIpamPoolArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetVpcIpamPoolArgs
impl Clone for GetVpcIpamPoolArgs
source§fn clone(&self) -> GetVpcIpamPoolArgs
fn clone(&self) -> GetVpcIpamPoolArgs
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 GetVpcIpamPoolArgs
impl RefUnwindSafe for GetVpcIpamPoolArgs
impl Send for GetVpcIpamPoolArgs
impl Sync for GetVpcIpamPoolArgs
impl Unpin for GetVpcIpamPoolArgs
impl UnwindSafe for GetVpcIpamPoolArgs
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
)