get Db Subnet Group
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
Return
null
Parameters
db Subnet Group Name
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
suspend fun getDbSubnetGroup(argument: suspend GetDbSubnetGroupPlainArgsBuilder.() -> Unit): GetDbSubnetGroupResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.rds.kotlin.inputs.GetDbSubnetGroupPlainArgs.