AWS opensearch-service documentation change
Summary
Fixed IAM role ARN syntax and standardized region placeholder values
Security assessment
Changes correct example formatting without modifying security requirements or introducing new security content
Diff
diff --git a/opensearch-service/latest/developerguide/configure-client-lambda.md b/opensearch-service/latest/developerguide/configure-client-lambda.md index 01abd5a70..a36b0dd08 100644 --- a/opensearch-service/latest/developerguide/configure-client-lambda.md +++ b/opensearch-service/latest/developerguide/configure-client-lambda.md @@ -38 +38 @@ The pipeline role also needs an attached permissions policy that allows it to in - "Resource": "arn:aws:lambda:{region}:{account-id}:function:{function-name}" + "Resource": "arn:aws:lambda:region:account-id:function:function-name" @@ -71 +71 @@ The following example pipeline receives data from an HTTP source, enriches it us - sts_role_arn: "arn:aws:iam::{account-id}:role/{pipeline-role}" + sts_role_arn: "arn:aws:iam::account-id:role/pipeline-role" @@ -77,2 +77,2 @@ The following example pipeline receives data from an HTTP source, enriches it us - sts_role_arn: "arn:aws:iam::{account-id}:role/{pipeline-role}" - region: "{region}" + sts_role_arn: "arn:aws:iam::account-id:role/pipeline-role" + region: "region" @@ -123 +123 @@ The following example configuration uses conditional filtering: - sts_role_arn: "arn:aws:iam::{account-id}:role/{pipeline-role}" + sts_role_arn: "arn:aws:iam::account-id:role/pipeline-role"