1.3.0 • Published 4 months ago

@cfn-modules/alb-listener v1.3.0

Weekly downloads
31
License
Apache-2.0
Repository
github
Last release
4 months ago

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

Related modules

Parameters