DbSubnetGroup

class DbSubnetGroup : KotlinCustomResource

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.

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val subnetIds: Output<List<String>>

The Amazon EC2 subnet IDs for the DB subnet group.

Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val urn: Output<String>