AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ExecuteFastReset operation. The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data.
Neptune fast reset is a two-step process. First you call ExecuteFastReset with
action set to initiateDatabaseReset. This returns a UUID token which
you then include when calling ExecuteFastReset again with action set
to performDatabaseReset. See Empty
an Amazon Neptune DB cluster using the fast reset API.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ResetDatabase IAM action in that cluster.
Namespace: Amazon.Neptunedata.Model
Assembly: AWSSDK.Neptunedata.dll
Version: 3.x.y.z
public class ExecuteFastResetRequest : AmazonNeptunedataRequest IAmazonWebServiceRequest
The ExecuteFastResetRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
ExecuteFastResetRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
Action | Amazon.Neptunedata.Action |
Gets and sets the property Action. The fast reset action. One of the following values:
|
|
Token | System.String |
Gets and sets the property Token. The fast-reset token to initiate the reset. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5