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  
  | 
Outputs¶
| Attribute | Description | 
|---|---|
| arn | The ARN of the Neptune resource. |