aws::global-accelerator-listener¶
Create a global accelerator listener.
Example¶
aws::global-accelerator-listener accelerator
accelerator: $(aws::global-accelerator accelerator)
protocol: TCP
port-range
from-port: 80
to-port: 80
end
port-range
from-port: 443
to-port: 443
end
end
Attributes¶
Attribute | Description |
---|---|
accelerator | The accelerator to add this listener to. |
client-affinity | Whether to stick clients to the same endpoint. |
port-range list | The port ranges that the accelerator should accept connections to. |
protocol | The protocol for connections to the accelerator. |
arn | The arn for this listener. |