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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.patterns.ApplicationListenerProps
ApplicationListenerProps.Builder, ApplicationListenerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theApplicationListenerProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ICertificateCertificate Manager certificate to associate with the load balancer.final StringgetName()Name of the listener.final NumbergetPort()The port on which the listener listens for requests.final ApplicationProtocolThe protocol for connections from clients to the load balancer.final SslPolicyThe security policy that defines which ciphers and protocols are supported by the ALB Listener.final inthashCode()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:ApplicationListenerPropsName of the listener.- Specified by:
getNamein interfaceApplicationListenerProps
-
getCertificate
Description copied from interface:ApplicationListenerPropsCertificate 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:
getCertificatein interfaceApplicationListenerProps
-
getPort
Description copied from interface:ApplicationListenerPropsThe port on which the listener listens for requests.Default: - Determined from protocol if known.
- Specified by:
getPortin interfaceApplicationListenerProps
-
getProtocol
Description copied from interface:ApplicationListenerPropsThe 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:
getProtocolin interfaceApplicationListenerProps
-
getSslPolicy
Description copied from interface:ApplicationListenerPropsThe security policy that defines which ciphers and protocols are supported by the ALB Listener.Default: - The recommended elastic load balancing security policy
- Specified by:
getSslPolicyin interfaceApplicationListenerProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-