Skip to content

Commit

Permalink
Add docs for Load Balancer Scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
ashovlin committed Jul 2, 2024
1 parent aa7157d commit 538ee7d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
* ID: LoadBalancerType
* Description: The type of load balancer for your environment.
* Type: String
* **Load Balancer Scheme**
* ID: LoadBalancerScheme
* Description: Specify "Internal" if your application serves requests only from connected VPCs. "Public" load balancers serve requests from the Internet.
* Type: String
* **Application IAM Role**
* ID: ApplicationIAMRole
* Description: The Identity and Access Management (IAM) role that provides AWS credentials to the application to access AWS services.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
* ID: LoadBalancerType
* Description: The type of load balancer for your environment.
* Type: String
* **Load Balancer Scheme**
* ID: LoadBalancerScheme
* Description: Specify "Internal" if your application serves requests only from connected VPCs. "Public" load balancers serve requests from the Internet.
* Type: String
* **Application IAM Role**
* ID: ApplicationIAMRole
* Description: The Identity and Access Management (IAM) role that provides AWS credentials to the application to access AWS services.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
"Id": "LoadBalancerScheme",
"Name": "Load Balancer Scheme",
"Category": "LoadBalancer",
"Description": "Specify \"Internal\" if your application serves requests only from connected VPCs. Public load balancers serve requests from the Internet.",
"Description": "Specify \"Internal\" if your application serves requests only from connected VPCs. \"Public\" load balancers serve requests from the Internet.",
"Type": "String",
"DefaultValue": "public",
"AllowedValues": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
"Id": "LoadBalancerScheme",
"Name": "Load Balancer Scheme",
"Category": "LoadBalancer",
"Description": "Specify \"Internal\" if your application serves requests only from connected VPCs. Public load balancers serve requests from the Internet.",
"Description": "Specify \"Internal\" if your application serves requests only from connected VPCs. \"Public\" load balancers serve requests from the Internet.",
"Type": "String",
"DefaultValue": "public",
"AllowedValues": [
Expand Down

0 comments on commit 538ee7d

Please sign in to comment.