| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default SslPolicy |
ApplicationListenerProps.getSslPolicy()
The security policy that defines which ciphers and protocols are supported by the ALB Listener.
|
SslPolicy |
ApplicationListenerProps.Jsii$Proxy.getSslPolicy() |
SslPolicy |
ApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getSslPolicy() |
SslPolicy |
ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getSslPolicy() |
default SslPolicy |
ApplicationLoadBalancedServiceBaseProps.getSslPolicy()
The security policy that defines which ciphers and protocols are supported by the ALB Listener.
|
SslPolicy |
ApplicationLoadBalancedServiceBaseProps.Jsii$Proxy.getSslPolicy() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationListenerProps.Builder |
ApplicationListenerProps.Builder.sslPolicy(SslPolicy sslPolicy)
Sets the value of
ApplicationListenerProps.getSslPolicy() |
ApplicationLoadBalancedEc2ServiceProps.Builder |
ApplicationLoadBalancedEc2ServiceProps.Builder.sslPolicy(SslPolicy sslPolicy)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getSslPolicy() |
ApplicationLoadBalancedEc2Service.Builder |
ApplicationLoadBalancedEc2Service.Builder.sslPolicy(SslPolicy sslPolicy)
The security policy that defines which ciphers and protocols are supported by the ALB Listener.
|
ApplicationLoadBalancedFargateService.Builder |
ApplicationLoadBalancedFargateService.Builder.sslPolicy(SslPolicy sslPolicy)
The security policy that defines which ciphers and protocols are supported by the ALB Listener.
|
ApplicationLoadBalancedFargateServiceProps.Builder |
ApplicationLoadBalancedFargateServiceProps.Builder.sslPolicy(SslPolicy sslPolicy)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getSslPolicy() |
ApplicationLoadBalancedServiceBaseProps.Builder |
ApplicationLoadBalancedServiceBaseProps.Builder.sslPolicy(SslPolicy sslPolicy)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getSslPolicy() |
| Modifier and Type | Method and Description |
|---|---|
SslPolicy |
ApplicationListenerProps.Jsii$Proxy.getSslPolicy() |
default SslPolicy |
BaseApplicationListenerProps.getSslPolicy()
The security policy that defines which ciphers and protocols are supported.
|
SslPolicy |
BaseApplicationListenerProps.Jsii$Proxy.getSslPolicy() |
SslPolicy |
NetworkListenerProps.Jsii$Proxy.getSslPolicy() |
default SslPolicy |
BaseNetworkListenerProps.getSslPolicy()
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.
|
Copyright © 2022. All rights reserved.