pub struct GetElasticIpArgs {
pub filters: Output<Option<Vec<GetElasticIpFilter>>>,
pub id: Output<Option<String>>,
pub public_ip: Output<Option<String>>,
pub tags: Output<Option<HashMap<String, String>>>,
}
Fields§
§filters: Output<Option<Vec<GetElasticIpFilter>>>
One or more name/value pairs to use as filters. There are several valid keys, for a full reference, check out the EC2 API Reference.
id: Output<Option<String>>
Allocation ID of the specific VPC EIP to retrieve. If a classic EIP is required, do NOT set id
, only set public_ip
public_ip: Output<Option<String>>
Public IP of the specific EIP to retrieve.
Map of tags, each pair of which must exactly match a pair on the desired Elastic IP
Implementations§
source§impl GetElasticIpArgs
impl GetElasticIpArgs
sourcepub fn builder() -> GetElasticIpArgsBuilder
pub fn builder() -> GetElasticIpArgsBuilder
Create an instance of GetElasticIpArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetElasticIpArgs
impl Clone for GetElasticIpArgs
source§fn clone(&self) -> GetElasticIpArgs
fn clone(&self) -> GetElasticIpArgs
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 GetElasticIpArgs
impl RefUnwindSafe for GetElasticIpArgs
impl Send for GetElasticIpArgs
impl Sync for GetElasticIpArgs
impl Unpin for GetElasticIpArgs
impl UnwindSafe for GetElasticIpArgs
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
)