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.