Class GetElasticIpArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetElasticIpArgs : InvokeArgs
Constructors
View SourceGetElasticIpArgs()
Declaration
public GetElasticIpArgs()
Properties
View SourceFilters
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.
Declaration
public List<GetElasticIpFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetElasticIpFilterArgs> |
Id
The allocation id of the specific VPC EIP to retrieve. If a classic EIP is required, do NOT set id, only set public_ip
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PublicIp
The public IP of the specific EIP to retrieve.
Declaration
public string PublicIp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tags
A map of tags, each pair of which must exactly match a pair on the desired Elastic IP
Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> |