Get Subnet Ids Plain Args
data class GetSubnetIdsPlainArgs(val filters: List<GetSubnetIdsFilter>? = null, val tags: Map<String, String>? = null, val vpcId: String) : ConvertibleToJava<GetSubnetIdsPlainArgs>
A collection of arguments for invoking getSubnetIds.
Constructors
Link copied to clipboard
fun GetSubnetIdsPlainArgs(filters: List<GetSubnetIdsFilter>? = null, tags: Map<String, String>? = null, vpcId: String)