Skip to content

Commit 166db1b

Browse files
authored
Merge pull request #61 from DataChefHQ/60-allow-clients-to-easily-use-the-ssm-parameters-without-looking-the-format-up-in-the-glossary
feat: added data landing zone client to ease access of ssm parameters
2 parents 35e01c8 + 3f89f51 commit 166db1b

File tree

8 files changed

+1430
-207
lines changed

8 files changed

+1430
-207
lines changed

API.md

Lines changed: 447 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/rough-docs/ssm-parameters-glossary/ssm-parameters-glossary.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## `/dlz/networking-entity/bastion/${bastion.name}/security-group/id`
44

5+
**Scope:** External
6+
57
The security group ID of the bastion host [link](../bastion-hosts/bastion-hosts.md).
68

79
- **bastion.name** - The name of the bastion host. Property is optional, but if not provided, it will default to `default`.
@@ -10,6 +12,8 @@ The security group ID of the bastion host [link](../bastion-hosts/bastion-hosts.
1012

1113
## `/dlz/networking-entity/vpc/${vpcAddress}/id`
1214

15+
**Scope:** External
16+
1317
The VPC ID of the VPC.
1418

1519
- **vpcAddress** - The address of the VPC.
@@ -18,6 +22,8 @@ The VPC ID of the VPC.
1822

1923
## `/dlz/networking-entity/vpc/${routeTableAddress}/id`
2024

25+
**Scope:** External
26+
2127
The route table ID of the route table.
2228

2329
- **routeTableAddress** - The address of the route table.
@@ -26,6 +32,8 @@ The route table ID of the route table.
2632

2733
## `/dlz/networking-entity/vpc/${subnetAddress}/id`
2834

35+
**Scope:** External
36+
2937
The subnet ID of the subnet.
3038

3139
- **subnetAddress** - The address of the subnet.
@@ -34,18 +42,24 @@ The subnet ID of the subnet.
3442

3543
## `/dlz/sns/default-notification/arn`
3644

45+
**Scope:** External
46+
3747
The ARN of the default notification topic.
3848

3949
---
4050

4151
## `/dlz/iam/permission-boundary-policy/arn`
4252

53+
**Scope:** External
54+
4355
The ARN of the permission boundary policy.
4456

4557
---
4658

4759
## `/dlz/networking/vpc-peering-role-arn--${vpcPeeringRolesKey}`
4860

61+
**Scope:** Internal
62+
4963
The ARN of the VPC peering role.
5064

5165
- **vpcPeeringRolesKey** - The key used to identify the VPC peering role.
@@ -54,6 +68,8 @@ The ARN of the VPC peering role.
5468

5569
## `/dlz/networking-entity/vpc/${fromVpc.address}/peer/${toVpc.address}/id`
5670

71+
**Scope:** Internal
72+
5773
The ID of the VPC peering connection.
5874

5975
- **fromVpc.address** - The address of the source VPC.

0 commit comments

Comments
 (0)