GetSubnetGroupPlainArgs

data class GetSubnetGroupPlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetSubnetGroupPlainArgs>

A collection of arguments for invoking getSubnetGroup.

Constructors

Link copied to clipboard
constructor(name: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Name of the cluster subnet group for which information is requested.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags associated to the Subnet Group

Functions

Link copied to clipboard
open override fun toJava(): GetSubnetGroupPlainArgs