GetSubnetGroupPlainArgs

data class GetSubnetGroupPlainArgs(val subnetGroupName: String) : ConvertibleToJava<GetSubnetGroupPlainArgs>

Constructors

Link copied to clipboard
constructor(subnetGroupName: String)

Properties

Link copied to clipboard

The name of the subnet group. This value must be unique as it also serves as the subnet group identifier.

Functions

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