AWS omics documentation change
Summary
Standardized example ARNs and endpoints to use specific values instead of placeholders.
Security assessment
The updates correct example resource identifiers but do not introduce or modify security-related content.
Diff
diff --git a/omics/latest/dev/data-protection.md b/omics/latest/dev/data-protection.md index b85db19f4..673f7c0fd 100644 --- a//omics/latest/dev/data-protection.md +++ b//omics/latest/dev/data-protection.md @@ -168 +168 @@ JSON - "arn:AWS:omics:{{region}}:{{accountId}}:referenceStore/*" + "arn:aws:omics:us-east-1:123456789012:referenceStore/*" @@ -177 +177 @@ JSON - "arn:AWS:s3:::[[s3path]]/*" + "arn:aws:s3:::[[s3path]]/*" @@ -186 +186 @@ JSON - "arn:AWS:kms:{{region}}:{111122223333}:key/{{key_id}}" + "arn:aws:kms:us-east-1:123456789012:key/key_id" @@ -191 +191 @@ JSON - "s3.{{region}}.amazonAWS.com" + "s3.us-east-1.amazonaws.com"