| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default SslPolicy |
BaseApplicationListenerProps.getSslPolicy()
(experimental) The security policy that defines which ciphers and protocols are supported.
|
SslPolicy |
BaseApplicationListenerProps.Jsii$Proxy.getSslPolicy() |
SslPolicy |
ApplicationListenerProps.Jsii$Proxy.getSslPolicy() |
SslPolicy |
NetworkListenerProps.Jsii$Proxy.getSslPolicy() |
default SslPolicy |
BaseNetworkListenerProps.getSslPolicy()
(experimental) SSL Policy.
|
SslPolicy |
BaseNetworkListenerProps.Jsii$Proxy.getSslPolicy() |
static SslPolicy |
SslPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SslPolicy[] |
SslPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BaseApplicationListenerProps.Builder |
BaseApplicationListenerProps.Builder.sslPolicy(SslPolicy sslPolicy)
Sets the value of
BaseApplicationListenerProps.getSslPolicy() |
ApplicationListener.Builder |
ApplicationListener.Builder.sslPolicy(SslPolicy sslPolicy)
(experimental) The security policy that defines which ciphers and protocols are supported.
|
ApplicationListenerProps.Builder |
ApplicationListenerProps.Builder.sslPolicy(SslPolicy sslPolicy)
Sets the value of
BaseApplicationListenerProps.getSslPolicy() |
NetworkListener.Builder |
NetworkListener.Builder.sslPolicy(SslPolicy sslPolicy)
(experimental) SSL Policy.
|
NetworkListenerProps.Builder |
NetworkListenerProps.Builder.sslPolicy(SslPolicy sslPolicy)
Sets the value of
BaseNetworkListenerProps.getSslPolicy() |
BaseNetworkListenerProps.Builder |
BaseNetworkListenerProps.Builder.sslPolicy(SslPolicy sslPolicy)
Sets the value of
BaseNetworkListenerProps.getSslPolicy() |
| Constructor and Description |
|---|
Jsii$Proxy(IApplicationLoadBalancer loadBalancer,
List<? extends IListenerCertificate> certificates,
ListenerAction defaultAction,
List<? extends IApplicationTargetGroup> defaultTargetGroups,
Boolean open,
Number port,
ApplicationProtocol protocol,
SslPolicy sslPolicy)
Constructor that initializes the object based on literal property values passed by the
ApplicationListenerProps.Builder. |
Jsii$Proxy(INetworkLoadBalancer loadBalancer,
Number port,
List<? extends IListenerCertificate> certificates,
NetworkListenerAction defaultAction,
List<? extends INetworkTargetGroup> defaultTargetGroups,
Protocol protocol,
SslPolicy sslPolicy)
Constructor that initializes the object based on literal property values passed by the
NetworkListenerProps.Builder. |
Jsii$Proxy(List<? extends IListenerCertificate> certificates,
ListenerAction defaultAction,
List<? extends IApplicationTargetGroup> defaultTargetGroups,
Boolean open,
Number port,
ApplicationProtocol protocol,
SslPolicy sslPolicy)
Constructor that initializes the object based on literal property values passed by the
BaseApplicationListenerProps.Builder. |
Jsii$Proxy(Number port,
List<? extends IListenerCertificate> certificates,
NetworkListenerAction defaultAction,
List<? extends INetworkTargetGroup> defaultTargetGroups,
Protocol protocol,
SslPolicy sslPolicy)
Constructor that initializes the object based on literal property values passed by the
BaseNetworkListenerProps.Builder. |
Copyright © 2021. All rights reserved.