Class ApplicationListenerProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.patterns.ApplicationListenerProps.Jsii$Proxy
- All Implemented Interfaces:
ApplicationListenerProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ApplicationListenerProps
@Stability(Stable)
@Internal
public static final class ApplicationListenerProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ApplicationListenerProps
An implementation for
ApplicationListenerProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.patterns.ApplicationListenerProps
ApplicationListenerProps.Builder, ApplicationListenerProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theApplicationListenerProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final ICertificate
Certificate Manager certificate to associate with the load balancer.final String
getName()
Name of the listener.final Number
getPort()
The port on which the listener listens for requests.final ApplicationProtocol
The protocol for connections from clients to the load balancer.final SslPolicy
The security policy that defines which ciphers and protocols are supported by the ALB Listener.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theApplicationListenerProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:ApplicationListenerProps
Name of the listener.- Specified by:
getName
in interfaceApplicationListenerProps
-
getCertificate
Description copied from interface:ApplicationListenerProps
Certificate Manager certificate to associate with the load balancer.Setting this option will set the load balancer protocol to HTTPS.
Default: - No certificate associated with the load balancer, if using the HTTP protocol. For HTTPS, a DNS-validated certificate will be created for the load balancer's specified domain name.
- Specified by:
getCertificate
in interfaceApplicationListenerProps
-
getPort
Description copied from interface:ApplicationListenerProps
The port on which the listener listens for requests.Default: - Determined from protocol if known.
- Specified by:
getPort
in interfaceApplicationListenerProps
-
getProtocol
Description copied from interface:ApplicationListenerProps
The protocol for connections from clients to the load balancer.The load balancer port is determined from the protocol (port 80 for HTTP, port 443 for HTTPS). A domain name and zone must be also be specified if using HTTPS.
Default: ApplicationProtocol.HTTP. If a certificate is specified, the protocol will be set by default to ApplicationProtocol.HTTPS.
- Specified by:
getProtocol
in interfaceApplicationListenerProps
-
getSslPolicy
Description copied from interface:ApplicationListenerProps
The security policy that defines which ciphers and protocols are supported by the ALB Listener.Default: - The recommended elastic load balancing security policy
- Specified by:
getSslPolicy
in interfaceApplicationListenerProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-