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 9ee8161 commit d343ca5Copy full SHA for d343ca5
docs/integrations/data-ingestion/clickpipes/aws-privatelink.md
@@ -54,10 +54,10 @@ You can create a Resource-Gateway from the [AWS console](https://docs.aws.amazon
54
55
```bash
56
aws vpc-lattice create-resource-gateway \
57
---vpc-identifier <VPC_ID> \
58
---subnet-ids <SUBNET_IDS> \
59
---security-group-ids <SG_IDs> \
60
---name <RESOURCE_GATEWAY_NAME>
+ --vpc-identifier <VPC_ID> \
+ --subnet-ids <SUBNET_IDS> \
+ --security-group-ids <SG_IDs> \
+ --name <RESOURCE_GATEWAY_NAME>
61
```
62
63
The output will contain a Resource-Gateway id, which you will need for the next step.
0 commit comments