get Db Subnet Group
The AWS::Neptune::DBSubnetGroup type creates an Amazon Neptune DB subnet group. Subnet groups must contain at least two subnets in two different Availability Zones in the same AWS Region.
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 lowercase alphanumeric characters or hyphens. Must not be "Default". Example: mysubnetgroup
See also
suspend fun getDbSubnetGroup(argument: suspend GetDbSubnetGroupPlainArgsBuilder.() -> Unit): GetDbSubnetGroupResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.neptune.kotlin.inputs.GetDbSubnetGroupPlainArgs.