getDbSubnetGroup

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


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 lowercase alphanumeric characters or hyphens. Must not be "Default". Example: mysubnetgroup

See also


Return

null

Parameters

argument

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

See also