aws::neptune-subnet-group

Create a Neptune subnet group.

Example

aws::neptune-subnet-group neptune-subnet-group-example
    name: "neptune-subnet-group-example"
    description: "neptune subnet group example description"

    subnets: [
        $(aws::subnet subnet-neptune-subnet-group-example-2a),
        $(aws::subnet subnet-neptune-subnet-group-example-2b)
    ]

    tags: {
        Name: "neptune-subnet-group-example"
    }

end

Attributes

Attribute Description
tags map A list of tags.
description The description for the Neptune subnet group. (Required)
name The name for the Neptune subnet group. (Required)
subnets set The list of subnets for the Neptune subnet group. (Required)

Outputs

Attribute Description
arn The ARN of the Neptune resource.