AWS neptune documentation change
Summary
Updated URL formatting and clarified S3 export constraints
Security assessment
Changes involve link corrections and operational clarifications (e.g., session timeouts). References to KMS encryption and IAM sessions reiterate existing security practices without introducing new features.
Diff
diff --git a/neptune/latest/userguide/exporting-gremlin.md b/neptune/latest/userguide/exporting-gremlin.md index fa38fb094..3d2604772 100644 --- a//neptune/latest/userguide/exporting-gremlin.md +++ b//neptune/latest/userguide/exporting-gremlin.md @@ -15 +15 @@ To export query results to Amazon S3, use the `call()` step with the `neptune.qu -The query with the `call()` step having `neptune.query.exportToS3` will fail if not used as the final step. The Gremlin clients using bytecode can use terminal steps. See [ Gremlin best practices](https://docs.aws.amazon.com/neptune/latest/userguide/best-practices-gremlin-java-bytecode.html) in the Amazon Neptune documentation for more information. +The query with the `call()` step having `neptune.query.exportToS3` will fail if not used as the final step. The Gremlin clients using bytecode can use terminal steps. See [ Gremlin best practices](https://docs.aws.amazon.com//neptune/latest/userguide/best-practices-gremlin-java-bytecode.html) in the Amazon Neptune documentation for more information. @@ -32 +32 @@ The query with the `call()` step having `neptune.query.exportToS3` will fail if - * `keyArn`: optional - The ARN of a AWS KMS key for Amazon S3 [ server-side encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/serv-side-encryption.html). + * `keyArn`: optional - The ARN of a AWS KMS key for Amazon S3 [ server-side encryption](https://docs.aws.amazon.com//AmazonS3/latest/userguide/serv-side-encryption.html). @@ -91 +91 @@ The query with the `call()` step having `neptune.query.exportToS3` will fail if - * Maximum query execution time for export queries is limited to 11 hours and 50 minutes. This feature uses [Forward access sessions](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_forward_access_sessions.html). It is currently limited to 11 hours and 50 minutes to avoid token expiry issues. + * Maximum query execution time for export queries is limited to 11 hours and 50 minutes. This feature uses [Forward access sessions](https://docs.aws.amazon.com//IAM/latest/UserGuide/access_forward_access_sessions.html). It is currently limited to 11 hours and 50 minutes to avoid token expiry issues. @@ -244 +244 @@ Rather than returning the query results directly, the query returns metadata abo - * Monitor your export operations using Neptune logs and metrics. You can check the [Gremlin status endpoint](https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-api-status.html) to see if a query is currently running. As long as the client has not received a response, the query will be assumed to be running. + * Monitor your export operations using Neptune logs and metrics. You can check the [Gremlin status endpoint](https://docs.aws.amazon.com//neptune/latest/userguide/gremlin-api-status.html) to see if a query is currently running. As long as the client has not received a response, the query will be assumed to be running.