AWS::Neptune::DBSubnetGroupThe `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.
import { CfnDBSubnetGroup } from 'aws-cdk-lib/aws-neptune';Or use the module namespace:
import * as neptune from 'aws-cdk-lib/aws-neptune';
// neptune.CfnDBSubnetGroupConfiguration passed to the constructor as CfnDBSubnetGroupProps.
dbSubnetGroupDescriptionRequiredstringProvides the description of the DB subnet group.
subnetIdsRequiredstring[]The Amazon EC2 subnet IDs for the DB subnet group.
dbSubnetGroupNameOptionalstringThe name of the DB subnet group.
tagsOptionalCfnTag[]The tags that you want to attach to the DB subnet group.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-neptuneAWS::Neptune::DBSubnetGroup