| Package | Description |
|---|---|
| software.amazon.awscdk.services.globalaccelerator |
AWS::GlobalAccelerator Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnListener.Builder |
CfnListener.Builder.acceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of your accelerator.
|
CfnListener.Builder |
CfnListener.Builder.clientAffinity(String clientAffinity)
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request.
|
static CfnListener.Builder |
CfnListener.Builder.create(software.constructs.Construct scope,
String id) |
CfnListener.Builder |
CfnListener.Builder.portRanges(IResolvable portRanges)
The list of port ranges for the connections from clients to the accelerator.
|
CfnListener.Builder |
CfnListener.Builder.portRanges(List<? extends Object> portRanges)
The list of port ranges for the connections from clients to the accelerator.
|
CfnListener.Builder |
CfnListener.Builder.protocol(String protocol)
The protocol for the connections from clients to the accelerator.
|
Copyright © 2022. All rights reserved.