DbSubnetGroupArgs

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

Link copied to clipboard
constructor(dbSubnetGroupDescription: Output<String>? = null, dbSubnetGroupName: Output<String>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val dbSubnetGroupDescription: Output<String>? = null

The description for the DB subnet group.

Link copied to clipboard
val dbSubnetGroupName: Output<String>? = null

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

Link copied to clipboard
val subnetIds: Output<List<String>>? = null

The Amazon EC2 subnet IDs for the DB subnet group.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An optional array of key-value pairs to apply to this DB subnet group.

Functions

Link copied to clipboard
open override fun toJava(): DbSubnetGroupArgs