Db Subnet Group Args
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)