Class CfnTargetGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.vpclattice.CfnTargetGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTargetGroupProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTargetGroupProps
@Stability(Stable)
@Internal
public static final class CfnTargetGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTargetGroupProps
An implementation for
CfnTargetGroupProps
-
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.vpclattice.CfnTargetGroupProps
CfnTargetGroupProps.Builder, CfnTargetGroupProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnTargetGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTargetGroupProps.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 Object
The target group configuration.final String
getName()
The name of the target group.getTags()
The tags for the target group.final Object
Describes a target.final String
getType()
The type of target group.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 theCfnTargetGroupProps.Builder
.
-
-
Method Details
-
getType
Description copied from interface:CfnTargetGroupProps
The type of target group.- Specified by:
getType
in interfaceCfnTargetGroupProps
- See Also:
-
getConfig
Description copied from interface:CfnTargetGroupProps
The target group configuration.- Specified by:
getConfig
in interfaceCfnTargetGroupProps
- See Also:
-
getName
Description copied from interface:CfnTargetGroupProps
The name of the target group.The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.
If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
- Specified by:
getName
in interfaceCfnTargetGroupProps
- See Also:
-
getTags
Description copied from interface:CfnTargetGroupProps
The tags for the target group.- Specified by:
getTags
in interfaceCfnTargetGroupProps
- See Also:
-
getTargets
Description copied from interface:CfnTargetGroupProps
Describes a target.- Specified by:
getTargets
in interfaceCfnTargetGroupProps
- See Also:
-
$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()
-