aws::neptune-parameter-group

Create a Neptune parameter group.

Example

aws::neptune-parameter-group neptune-parameter-group-example
    name: "neptune-parameter-group-example"
    description: "neptune parameter group example description"
    family: "neptune1"

    query-timeout
        value: "120000"
    end

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

end

Attributes

Attribute Description
tags map A list of tags.
description The description of the parameter group. (Required)
family The name of the parameter group family. Currently the only supported value is neptune1. (Required)
name The name of the parameter group. (Required)
query-timeout subresource

Graph query timeout (ms).

The value field of this NeptuneParameter must be an integer from 10 to 2147483647, and defaults to 120000.

name
The name of the Neptune parameter. (Required)
value
The value of the Neptune parameter. (Required)
apply-method
Indicates when to apply parameter updates.

Outputs

Attribute Description
arn The ARN of the Neptune resource.