Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-robot-in authored Oct 10, 2024
1 parent 0a4b536 commit 2ddc503
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,9 @@ A DynamoDB Gateway Endpoint is created in the private-subnet with additional tag
Configuration Options
Here’s a breakdown of the configuration options available:
1 name: A unique name for the VPC Endpoint.
2 service: The AWS service the VPC Endpoint connects to (e.g., S3, DynamoDB, Secrets Manager).
3 subnetGroupNames: The subnet group names where the VPC Endpoint will be deployed.
4 externalSubnets: Specify external subnets if you need to define subnets manually (each with an id, availabilityZone, and routeTableId).
5 iamPolicyStatements: (Optional) Attach IAM policy statements to control access to the endpoint.
6 additionalTags: (Optional) Add custom tags to the VPC Endpoint for easier identification and tracking.
1. name: A unique name for the VPC Endpoint.
2. service: The AWS service the VPC Endpoint connects to (e.g., S3, DynamoDB, Secrets Manager)
3. subnetGroupNames: The subnet group names where the VPC Endpoint will be deployed.
4. externalSubnets: Specify external subnets if you need to define subnets manually (each with an id, availabilityZone, and routeTableId).
5. iamPolicyStatements: (Optional) Attach IAM policy statements to control access to the endpoint.
6. additionalTags: (Optional) Add custom tags to the VPC Endpoint for easier identification and tracking.

0 comments on commit 2ddc503

Please sign in to comment.