AWS glue documentation change
Summary
Updated regex pattern references for CatalogEncryptionServiceRole, KmsKeyArn, and ResourceArn fields (pattern numbers changed)
Security assessment
Changes only update internal regex pattern references without altering security semantics. No evidence of addressing vulnerabilities or security incidents. Encryption configuration documentation remains functionally unchanged.
Diff
diff --git a/glue/latest/dg/aws-glue-api-jobs-security.md b/glue/latest/dg/aws-glue-api-jobs-security.md index 88b9b3d14..8bf142cd5 100644 --- a//glue/latest/dg/aws-glue-api-jobs-security.md +++ b//glue/latest/dg/aws-glue-api-jobs-security.md @@ -67 +67 @@ The ID of the AWS KMS key to use for encryption at rest. - * `CatalogEncryptionServiceRole` – UTF-8 string, matching the [Custom string pattern #51](./aws-glue-api-common.html#regex_51). + * `CatalogEncryptionServiceRole` – UTF-8 string, matching the [Custom string pattern #52](./aws-glue-api-common.html#regex_52). @@ -134 +134 @@ The encryption mode to use for Amazon S3 data. - * `KmsKeyArn` – UTF-8 string, matching the [Custom string pattern #29](./aws-glue-api-common.html#regex_29). + * `KmsKeyArn` – UTF-8 string, matching the [Custom string pattern #42](./aws-glue-api-common.html#regex_42). @@ -151 +151 @@ The encryption mode to use for CloudWatch data. - * `KmsKeyArn` – UTF-8 string, matching the [Custom string pattern #29](./aws-glue-api-common.html#regex_29). + * `KmsKeyArn` – UTF-8 string, matching the [Custom string pattern #42](./aws-glue-api-common.html#regex_42). @@ -168 +168 @@ The encryption mode to use for job bookmarks data. - * `KmsKeyArn` – UTF-8 string, matching the [Custom string pattern #29](./aws-glue-api-common.html#regex_29). + * `KmsKeyArn` – UTF-8 string, matching the [Custom string pattern #42](./aws-glue-api-common.html#regex_42). @@ -233 +233 @@ Valid values are `SSEKMS` for encryption using a customer-managed KMS key, or `D - * `KmsKeyArn` – UTF-8 string, matching the [Custom string pattern #29](./aws-glue-api-common.html#regex_29). + * `KmsKeyArn` – UTF-8 string, matching the [Custom string pattern #42](./aws-glue-api-common.html#regex_42). @@ -343 +343 @@ Contains the policy document to set, in JSON format. - * `ResourceArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `ResourceArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -398 +398 @@ Retrieves a specified resource policy. - * `ResourceArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `ResourceArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -449 +449 @@ The hash value returned when this policy was set. - * `ResourceArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `ResourceArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50).