Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. LambdaTargetGroupListenerRule:
  2. Type: AWS::ElasticLoadBalancingV2::ListenerRule
  3. DependsOn: "LambdaTargetGroup"
  4. Properties:
  5. Actions:
  6. - Type: forward
  7. TargetGroupArn:
  8. !Ref LambdaTargetGroup
  9. Conditions:
  10. - Field: path-pattern
  11. Values:
  12. - !Ref EndpointUrl
  13. ListenerArn:
  14. Fn::ImportValue: !Sub '${UltraboxInfrastructureExportStackName}-ListenerArn'
  15. Priority: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement