aws::neptune-cluster-parameter-group¶
Create a Neptune cluster parameter group.
Example¶
aws::neptune-cluster-parameter-group neptune-cluster-parameter-group-example
name: "neptune-cluster-parameter-group-example"
description: "neptune cluster parameter group example description"
family: "neptune1"
enable-audit-log
value: "0"
end
enforce-ssl
value: "1"
end
lab-mode
value: "ObjectIndex=enabled, Streams=disabled"
end
query-timeout
value: "120000"
end
tags: {
Name: "neptune-cluster-parameter-group-example"
}
end
Attributes¶
Attribute | Description |
---|---|
tags map | A list of tags. |
description | The description of the cluster parameter group. (Required) |
family | The name of the cluster parameter group family. Currently the only supported value is neptune1 . (Required) |
name | The name of the cluster parameter group. (Required) |
enable-audit-log subresource | Enable audit logs. The
|
enforce-ssl subresource | Accept SSL/TLS connections only. The
|
lab-mode subresource | Toggle Neptune engine experimental features. The
|
query-timeout subresource | Graph query timeout (ms). The
|
Outputs¶
Attribute | Description |
---|---|
arn | The ARN of the Neptune resource. |