Class CfnTargetGroup.TargetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.vpclattice.CfnTargetGroup.TargetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTargetGroup.TargetProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTargetGroup.TargetProperty
@Stability(Stable)
@Internal
public static final class CfnTargetGroup.TargetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTargetGroup.TargetProperty
An implementation for
CfnTargetGroup.TargetProperty-
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.vpclattice.CfnTargetGroup.TargetProperty
CfnTargetGroup.TargetProperty.Builder, CfnTargetGroup.TargetProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTargetGroup.TargetProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnTargetGroup.TargetProperty.Builder.
-
-
Method Details
-
getId
Description copied from interface:CfnTargetGroup.TargetPropertyThe ID of the target.If the target group type is
INSTANCE, this is an instance ID. If the target group type isIP, this is an IP address. If the target group type isLAMBDA, this is the ARN of a Lambda function. If the target group type isALB, this is the ARN of an Application Load Balancer.- Specified by:
getIdin interfaceCfnTargetGroup.TargetProperty- See Also:
-
getPort
Description copied from interface:CfnTargetGroup.TargetPropertyThe port on which the target is listening.For HTTP, the default is 80. For HTTPS, the default is 443.
- Specified by:
getPortin interfaceCfnTargetGroup.TargetProperty- See Also:
-
$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()
-