Socket
Socket
Sign inDemoInstall

@cfn-modules/alb-listener

Package Overview
Dependencies
551
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cfn-modules/alb-listener

ALB listener


Version published
Maintainers
2
Install size
136 kB
Created

Readme

Source

cfn-modules: ALB listener

ALB listener.

Install

Install Node.js and npm first!

npm i @cfn-modules/alb-listener

Usage

---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
  AlbListener:
    Type: 'AWS::CloudFormation::Stack'
    Properties:
      Parameters:
        AlbModule: !GetAtt 'Alb.Outputs.StackName' # required
        Port: '80' # optional
        CertificateArn: '' # optional
        ClientSgModule: '' # optional
      TemplateURL: './node_modules/@cfn-modules/alb-listener/module.yml'

Examples

Parameters

NameDescriptionDefaultRequired?Allowed values
AlbModuleStack name of alb moduleyes
PortThe port on which the listener listens for requests80no
CertificateArnAmazon Resource Name (ARN) of the certificate to associate with the listenerno
ClientSgModuleStack name of client-sg module where traffic is allowed from on port $Port to the listener (requires ALB Scheme := internal)no

Keywords

FAQs

Last updated on 06 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc