2
2
3
3
## ` /dlz/networking-entity/bastion/${bastion.name}/security-group/id `
4
4
5
+ ** Scope:** External
6
+
5
7
The security group ID of the bastion host [ link] ( ../bastion-hosts/bastion-hosts.md ) .
6
8
7
9
- ** 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.
10
12
11
13
## ` /dlz/networking-entity/vpc/${vpcAddress}/id `
12
14
15
+ ** Scope:** External
16
+
13
17
The VPC ID of the VPC.
14
18
15
19
- ** vpcAddress** - The address of the VPC.
@@ -18,6 +22,8 @@ The VPC ID of the VPC.
18
22
19
23
## ` /dlz/networking-entity/vpc/${routeTableAddress}/id `
20
24
25
+ ** Scope:** External
26
+
21
27
The route table ID of the route table.
22
28
23
29
- ** routeTableAddress** - The address of the route table.
@@ -26,6 +32,8 @@ The route table ID of the route table.
26
32
27
33
## ` /dlz/networking-entity/vpc/${subnetAddress}/id `
28
34
35
+ ** Scope:** External
36
+
29
37
The subnet ID of the subnet.
30
38
31
39
- ** subnetAddress** - The address of the subnet.
@@ -34,18 +42,24 @@ The subnet ID of the subnet.
34
42
35
43
## ` /dlz/sns/default-notification/arn `
36
44
45
+ ** Scope:** External
46
+
37
47
The ARN of the default notification topic.
38
48
39
49
---
40
50
41
51
## ` /dlz/iam/permission-boundary-policy/arn `
42
52
53
+ ** Scope:** External
54
+
43
55
The ARN of the permission boundary policy.
44
56
45
57
---
46
58
47
59
## ` /dlz/networking/vpc-peering-role-arn--${vpcPeeringRolesKey} `
48
60
61
+ ** Scope:** Internal
62
+
49
63
The ARN of the VPC peering role.
50
64
51
65
- ** vpcPeeringRolesKey** - The key used to identify the VPC peering role.
@@ -54,6 +68,8 @@ The ARN of the VPC peering role.
54
68
55
69
## ` /dlz/networking-entity/vpc/${fromVpc.address}/peer/${toVpc.address}/id `
56
70
71
+ ** Scope:** Internal
72
+
57
73
The ID of the VPC peering connection.
58
74
59
75
- ** fromVpc.address** - The address of the source VPC.
0 commit comments