pub struct GetVpcIamPoolArgs {
pub allocation_resource_tags: Output<Option<HashMap<String, String>>>,
pub filters: Output<Option<Vec<GetVpcIamPoolFilter>>>,
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<GetVpcIamPoolFilter>>>
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 GetVpcIamPoolArgs
impl GetVpcIamPoolArgs
sourcepub fn builder() -> GetVpcIamPoolArgsBuilder
pub fn builder() -> GetVpcIamPoolArgsBuilder
Create an instance of GetVpcIamPoolArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetVpcIamPoolArgs
impl Clone for GetVpcIamPoolArgs
source§fn clone(&self) -> GetVpcIamPoolArgs
fn clone(&self) -> GetVpcIamPoolArgs
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 GetVpcIamPoolArgs
impl RefUnwindSafe for GetVpcIamPoolArgs
impl Send for GetVpcIamPoolArgs
impl Sync for GetVpcIamPoolArgs
impl Unpin for GetVpcIamPoolArgs
impl UnwindSafe for GetVpcIamPoolArgs
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
)