GetDbSubnetGroupPlainArgs

data class GetDbSubnetGroupPlainArgs(val dbSubnetGroupName: String) : ConvertibleToJava<GetDbSubnetGroupPlainArgs>

Constructors

Link copied to clipboard
constructor(dbSubnetGroupName: String)

Properties

Link copied to clipboard

The name for the DB subnet group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 lowercase alphanumeric characters or hyphens. Must not be "Default". Example: mysubnetgroup

Functions

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