DbSubnetGroupArgs

data class DbSubnetGroupArgs(val dbSubnetGroupDescription: Output<String>? = null, val dbSubnetGroupName: Output<String>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = 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. For more information, see Working with DB subnet groups in the Amazon RDS User Guide.

Constructors

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

Properties

Link copied to clipboard
val dbSubnetGroupDescription: Output<String>? = null

The description for the DB subnet group.

Link copied to clipboard
val dbSubnetGroupName: Output<String>? = null

The name for the DB subnet group. This value is stored as a lowercase string. Constraints:

Link copied to clipboard
val subnetIds: Output<List<String>>? = null

The EC2 Subnet IDs for the DB subnet group.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Tags to assign to the DB subnet group.

Functions

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