Class ApplicationTargetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.patterns.ApplicationTargetProps.Jsii$Proxy
- All Implemented Interfaces:
ApplicationTargetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ApplicationTargetProps
@Stability(Stable)
@Internal
public static final class ApplicationTargetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ApplicationTargetProps
An implementation for
ApplicationTargetProps
-
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.ApplicationTargetProps
ApplicationTargetProps.Builder, ApplicationTargetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ApplicationTargetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theApplicationTargetProps.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 Number
The port number of the container.final String
Rule applies if the requested host matches the indicated host.final String
Name of the listener the target group attached to.final String
Rule applies if the requested path matches the given path pattern.final Number
Priority of this target group.final Protocol
The protocol used for the port mapping.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 theApplicationTargetProps.Builder
.
-
-
Method Details
-
getContainerPort
Description copied from interface:ApplicationTargetProps
The port number of the container.Only applicable when using application/network load balancers.
- Specified by:
getContainerPort
in interfaceApplicationTargetProps
-
getHostHeader
Description copied from interface:ApplicationTargetProps
Rule applies if the requested host matches the indicated host.May contain up to three '*' wildcards.
Requires that priority is set.
Default: No host condition
- Specified by:
getHostHeader
in interfaceApplicationTargetProps
- See Also:
-
getListener
Description copied from interface:ApplicationTargetProps
Name of the listener the target group attached to.Default: - default listener (first added listener)
- Specified by:
getListener
in interfaceApplicationTargetProps
-
getPathPattern
Description copied from interface:ApplicationTargetProps
Rule applies if the requested path matches the given path pattern.May contain up to three '*' wildcards.
Requires that priority is set.
Default: No path condition
- Specified by:
getPathPattern
in interfaceApplicationTargetProps
- See Also:
-
getPriority
Description copied from interface:ApplicationTargetProps
Priority of this target group.The rule with the lowest priority will be used for every request. If priority is not given, these target groups will be added as defaults, and must not have conditions.
Priorities must be unique.
Default: Target groups are used as defaults
- Specified by:
getPriority
in interfaceApplicationTargetProps
-
getProtocol
Description copied from interface:ApplicationTargetProps
The protocol used for the port mapping.Only applicable when using application load balancers.
Default: ecs.Protocol.TCP
- Specified by:
getProtocol
in interfaceApplicationTargetProps
-
$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()
-