Get Elastic Ip Plain Args
data class GetElasticIpPlainArgs(val filters: List<GetElasticIpFilter>? = null, val id: String? = null, val publicIp: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetElasticIpPlainArgs>
A collection of arguments for invoking getElasticIp.
Properties
Link copied to clipboard
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.
Link copied to clipboard
Map of tags, each pair of which must exactly match a pair on the desired Elastic IP. The arguments of this data source act as filters for querying the available Elastic IPs in the current region. The given filters must match exactly one Elastic IP whose data will be exported as attributes.