https://pulumi.com logo
#aws
Title
r

rhythmic-camera-25993

02/10/2020, 3:18 PM
Copy code
alb.createListener("blah", { 
  port: 443, 
  protocol: "HTTPS", 
  external: true, 
  defaultAction: { 
    type: "forward", 
    targetGroupArn: "your target group arn here" 
  }, 
  certificateArn: "your certificate arn here"
});