@cfn-modules/alb-listener
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@cfn-modules/alb-listener", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "ALB listener", | ||
@@ -5,0 +5,0 @@ "author": "Michael Wittig <michael@widdix.de>", |
@@ -30,5 +30,15 @@ [![Build Status](https://travis-ci.org/cfn-modules/alb-listener.svg?branch=master)](https://travis-ci.org/cfn-modules/alb-listener) | ||
CertificateArn: '' # optional | ||
ClientSgModule: '' # optional | ||
TemplateURL: './node_modules/@cfn-modules/alb-listener/module.yml' | ||
``` | ||
## Examples | ||
* [fargate-alb-proxy-pattern](https://github.com/cfn-modules/docs/tree/master/examples/fargate-alb-proxy-pattern) | ||
* [fargate-alb-single-container](https://github.com/cfn-modules/docs/tree/master/examples/fargate-alb-single-container) | ||
## Related modules | ||
* [alb](https://github.com/cfn-modules/alb) | ||
## Parameters | ||
@@ -63,3 +73,3 @@ | ||
<td>CertificateArn</td> | ||
<td>Amazon Resource Name (ARN) of the certificate to associate with the listner</td> | ||
<td>Amazon Resource Name (ARN) of the certificate to associate with the listener</td> | ||
<td></td> | ||
@@ -69,3 +79,10 @@ <td>no</td> | ||
</tr> | ||
<tr> | ||
<td>ClientSgModule</td> | ||
<td>Stack name of <a href="https://www.npmjs.com/package/@cfn-modules/client-sg">client-sg module</a> where traffic is allowed from on port $Port to the listener (requires ALB Scheme := internal)</td> | ||
<td></td> | ||
<td>no</td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> |
{ | ||
"private": true, | ||
"dependencies": { | ||
"eslint": "5.6.0", | ||
"ava": "0.25.0", | ||
"@cfn-modules/test": "0.3.0", | ||
"@cfn-modules/vpc": "1.1.0", | ||
"@cfn-modules/alb": "1.0.1", | ||
"eslint": "6.6.0", | ||
"ava": "2.4.0", | ||
"@cfn-modules/test": "0.7.3", | ||
"@cfn-modules/vpc": "1.1.1", | ||
"@cfn-modules/alb": "1.0.4", | ||
"@cfn-modules/client-sg": "1.0.0", | ||
"@cfn-modules/alb-listener": "file:../" | ||
@@ -10,0 +11,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
184316
14
4052
86
1