DbSubnetGroup

class DbSubnetGroup : KotlinCustomResource

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.

Properties

Link copied to clipboard

The description for the DB subnet group.

Link copied to clipboard

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val subnetIds: Output<List<String>>

The EC2 Subnet IDs for the DB subnet group.

Link copied to clipboard
val tags: Output<List<Tag>>?

Tags to assign to the DB subnet group.

Link copied to clipboard
val urn: Output<String>