DbSubnetGroupArgs

data class DbSubnetGroupArgs(val dbSubnetGroupDescription: Output<String>? = null, val dbSubnetGroupName: Output<String>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<List<DbSubnetGroupTagArgs>>? = null) : ConvertibleToJava<DbSubnetGroupArgs>

The AWS::RDS::DBSubnetGroup resource creates a database subnet group. Subnet groups must contain at least two subnets in two different Availability Zones in the same region.

Constructors

Link copied to clipboard
fun DbSubnetGroupArgs(dbSubnetGroupDescription: Output<String>? = null, dbSubnetGroupName: Output<String>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<DbSubnetGroupTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val dbSubnetGroupDescription: Output<String>? = null
Link copied to clipboard
val dbSubnetGroupName: Output<String>? = null
Link copied to clipboard
val subnetIds: Output<List<String>>? = null
Link copied to clipboard
val tags: Output<List<DbSubnetGroupTagArgs>>? = null

An array of key-value pairs to apply to this resource.