quick-action-34599
04/19/2019, 2:12 PMadamant-dress-73325
04/19/2019, 3:36 PMconst ptTLSListener = ptTargetGroup.createListener("pt_tls_listener", {
port: 443,
external: true,
protocol: "HTTPS",
certificateArn: ptCert.arn,
sslPolicy: "ELBSecurityPolicy-2016-08"
}).addListenerRule('pt_ksdljfds', {
actions: [{
type: 'forward'
}],
conditions: [
{
field: 'host-header',
values: 'my-service.*.<http://terraform.io|terraform.io>'
}
]
});
quick-action-34599
04/19/2019, 4:09 PM