Db Subnet Group Args
data class DbSubnetGroupArgs(val dbSubnetGroupDescription: Output<String>? = null, val dbSubnetGroupName: Output<String>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DbSubnetGroupArgs>
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.
Constructors
Properties
Link copied to clipboard
The description for the DB subnet group.
Link copied to clipboard
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