1.4.0 • Published 3 years ago

@cfn-modules/ecs-nlb-listener-and-target v1.4.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

cfn-modules: ECS NLB listener and target

ECS NLB listener and target.

Install

Install Node.js and npm first!

npm i @cfn-modules/ecs-nlb-listener-and-target

Usage

---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
  Target:
    Type: 'AWS::CloudFormation::Stack'
    Properties:
      Parameters:
        NlbModule: !GetAtt 'Nlb.Outputs.StackName' # required
        VpcModule: !GetAtt 'Vpc.Outputs.StackName' # required
        Port: '80' # optional
        CertificateArn: '' # optional
        ClientSgModule: '' # optional
        DeregistrationDelayInSeconds: '60' # optional
        Protocol: 'TCP' # optional
      TemplateURL: './node_modules/@cfn-modules/ecs-nlb-listener-and-target/module.yml'

Examples

none

Related modules

Parameters

1.4.0

3 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago