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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.patterns.ApplicationTargetProps
ApplicationTargetProps.Builder, ApplicationTargetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ApplicationTargetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theApplicationTargetProps.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 NumberThe port number of the container.final StringRule applies if the requested host matches the indicated host.final StringName of the listener the target group attached to.final StringRule applies if the requested path matches the given path pattern.final NumberPriority of this target group.final ProtocolThe protocol used for the port mapping.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 theApplicationTargetProps.Builder.
-
-
Method Details
-
getContainerPort
Description copied from interface:ApplicationTargetPropsThe port number of the container.Only applicable when using application/network load balancers.
- Specified by:
getContainerPortin interfaceApplicationTargetProps
-
getHostHeader
Description copied from interface:ApplicationTargetPropsRule 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:
getHostHeaderin interfaceApplicationTargetProps- See Also:
-
getListener
Description copied from interface:ApplicationTargetPropsName of the listener the target group attached to.Default: - default listener (first added listener)
- Specified by:
getListenerin interfaceApplicationTargetProps
-
getPathPattern
Description copied from interface:ApplicationTargetPropsRule 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:
getPathPatternin interfaceApplicationTargetProps- See Also:
-
getPriority
Description copied from interface:ApplicationTargetPropsPriority 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:
getPriorityin interfaceApplicationTargetProps
-
getProtocol
Description copied from interface:ApplicationTargetPropsThe protocol used for the port mapping.Only applicable when using application load balancers.
Default: ecs.Protocol.TCP
- Specified by:
getProtocolin interfaceApplicationTargetProps
-
$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()
-