Class CfnTargetGroup.TargetGroupConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.vpclattice.CfnTargetGroup.TargetGroupConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTargetGroup.TargetGroupConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTargetGroup.TargetGroupConfigProperty
@Stability(Stable)
@Internal
public static final class CfnTargetGroup.TargetGroupConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTargetGroup.TargetGroupConfigProperty
An implementation for
CfnTargetGroup.TargetGroupConfigProperty-
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.TargetGroupConfigProperty
CfnTargetGroup.TargetGroupConfigProperty.Builder, CfnTargetGroup.TargetGroupConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTargetGroup.TargetGroupConfigProperty.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 ObjectThe health check configuration.final StringThe type of IP address used for the target group.final NumbergetPort()The port on which the targets are listening.final StringThe protocol to use for routing traffic to the targets.final StringThe protocol version.final StringThe ID of the VPC.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 theCfnTargetGroup.TargetGroupConfigProperty.Builder.
-
-
Method Details
-
getPort
Description copied from interface:CfnTargetGroup.TargetGroupConfigPropertyThe port on which the targets are listening.For HTTP, the default is
80. For HTTPS, the default is443- Specified by:
getPortin interfaceCfnTargetGroup.TargetGroupConfigProperty
-
getProtocol
Description copied from interface:CfnTargetGroup.TargetGroupConfigPropertyThe protocol to use for routing traffic to the targets.Default is the protocol of a target group.
- Specified by:
getProtocolin interfaceCfnTargetGroup.TargetGroupConfigProperty
-
getVpcIdentifier
Description copied from interface:CfnTargetGroup.TargetGroupConfigPropertyThe ID of the VPC.- Specified by:
getVpcIdentifierin interfaceCfnTargetGroup.TargetGroupConfigProperty
-
getHealthCheck
Description copied from interface:CfnTargetGroup.TargetGroupConfigPropertyThe health check configuration.- Specified by:
getHealthCheckin interfaceCfnTargetGroup.TargetGroupConfigProperty
-
getIpAddressType
Description copied from interface:CfnTargetGroup.TargetGroupConfigPropertyThe type of IP address used for the target group.The possible values are
ipv4andipv6. This is an optional parameter. If not specified, the IP address type defaults toipv4.- Specified by:
getIpAddressTypein interfaceCfnTargetGroup.TargetGroupConfigProperty
-
getProtocolVersion
Description copied from interface:CfnTargetGroup.TargetGroupConfigPropertyThe protocol version.Default value is
HTTP1.- Specified by:
getProtocolVersionin interfaceCfnTargetGroup.TargetGroupConfigProperty
-
$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()
-