1.4.0 • Published 3 years ago

@cfn-modules/ecs-alb-target v1.4.0

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

cfn-modules: ECS ALB target

ECS ALB target.

Install

Install Node.js and npm first!

npm i @cfn-modules/ecs-alb-target

Usage

---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
  Target:
    Type: 'AWS::CloudFormation::Stack'
    Properties:
      Parameters:
        AlbModule: !GetAtt 'Alb.Outputs.StackName' # required
        AlbListenerModule: !GetAtt 'AlbListener.Outputs.StackName' # required
        VpcModule: !GetAtt 'Vpc.Outputs.StackName' # required
        AlertingModule: '' # optional
        CognitoUserPoolModule: '' # optional
        Priority: '1' # optional
        HostPattern: '' # optional
        PathPattern: '/*' # optional
        DeregistrationDelayInSeconds: '60' # optional
        AuthCallbackDomain: 'app.widdix.de' # optional, required when CognitoUserPoolModule is set
        HealthCheckPath: '/' # optional
        HealthCheckPort: '' # optional
      TemplateURL: './node_modules/@cfn-modules/ecs-alb-target/module.yml'

Examples

Related modules

Parameters

1.4.0

3 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.4

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