getDbSubnetGroup

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.

Return

null

Parameters

argument

null


suspend fun getDbSubnetGroup(dbSubnetGroupName: String): GetDbSubnetGroupResult

Return

null

Parameters

dbSubnetGroupName

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

  • Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens.

  • Must not be default.

  • First character must be a letter. Example: `mydbsubnetgroup`

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.rds.kotlin.inputs.GetDbSubnetGroupPlainArgs.

See also