We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7351b42 commit ef8cd8bCopy full SHA for ef8cd8b
docs/integrations/data-ingestion/clickpipes/aws-privatelink.md
@@ -105,9 +105,9 @@ You can put the Resource-Configuration into the Resource-Share through [AWS cons
105
106
```bash
107
aws ram create-resource-share \
108
---principals 072088201116 \
109
---resource-arns <RESOURCE_CONFIGURATION_ARN> \
110
---name <RESOURCE_SHARE_NAME>
+ --principals 072088201116 \
+ --resource-arns <RESOURCE_CONFIGURATION_ARN> \
+ --name <RESOURCE_SHARE_NAME>
111
```
112
113
The output will contain a Resource-Share ARN, which you will need to set up a ClickPipe connection with VPC resource.
0 commit comments