From df2794efc0cf38b550f432bb59c7aeedffabe3c2 Mon Sep 17 00:00:00 2001 From: Dominic Tran Date: Tue, 19 Aug 2025 11:25:10 -0500 Subject: [PATCH] updating account id to use arn --- .../integrations/data-ingestion/clickpipes/aws-privatelink.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/data-ingestion/clickpipes/aws-privatelink.md b/docs/integrations/data-ingestion/clickpipes/aws-privatelink.md index 1b93ff82aa7..1d73e9470ed 100644 --- a/docs/integrations/data-ingestion/clickpipes/aws-privatelink.md +++ b/docs/integrations/data-ingestion/clickpipes/aws-privatelink.md @@ -109,11 +109,11 @@ The output will contain a Resource-Configuration ARN, which you will need for th Sharing your resource requires a Resource-Share. This is facilitated through the Resource Access Manager (RAM). -You can put the Resource-Configuration into the Resource-Share through [AWS console](https://docs.aws.amazon.com/ram/latest/userguide/working-with-sharing-create.html) or by running the following command with ClickPipes account ID `072088201116`: +You can put the Resource-Configuration into the Resource-Share through [AWS console](https://docs.aws.amazon.com/ram/latest/userguide/working-with-sharing-create.html) or by running the following command with ClickPipes account ID `072088201116` (arn:aws:iam::072088201116:root): ```bash aws ram create-resource-share \ - --principals 072088201116 \ + --principals arn:aws:iam::072088201116:root \ --resource-arns \ --name ```