Class CfnTargetGroupMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.vpclattice.CfnTargetGroupMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTargetGroupMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTargetGroupMixinProps
@Stability(Stable)
@Internal
public static final class CfnTargetGroupMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTargetGroupMixinProps
An implementation for
CfnTargetGroupMixinProps-
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.cfnpropertymixins.services.vpclattice.CfnTargetGroupMixinProps
CfnTargetGroupMixinProps.Builder, CfnTargetGroupMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTargetGroupMixinProps.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 target group configuration.final StringgetName()The name of the target group.getTags()The tags for the target group.final ObjectDescribes a target.final StringgetType()The type of target group.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 theCfnTargetGroupMixinProps.Builder.
-
-
Method Details
-
getConfig
Description copied from interface:CfnTargetGroupMixinPropsThe target group configuration.Returns union: either
IResolvableorCfnTargetGroupPropsMixin.TargetGroupConfigProperty- Specified by:
getConfigin interfaceCfnTargetGroupMixinProps- See Also:
-
getName
Description copied from interface:CfnTargetGroupMixinPropsThe 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:
getNamein interfaceCfnTargetGroupMixinProps- See Also:
-
getTags
Description copied from interface:CfnTargetGroupMixinPropsThe tags for the target group.- Specified by:
getTagsin interfaceCfnTargetGroupMixinProps- See Also:
-
getTargets
Description copied from interface:CfnTargetGroupMixinPropsDescribes a target.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTargetGroupPropsMixin.TargetProperty>- Specified by:
getTargetsin interfaceCfnTargetGroupMixinProps- See Also:
-
getType
Description copied from interface:CfnTargetGroupMixinPropsThe type of target group.- Specified by:
getTypein interfaceCfnTargetGroupMixinProps- 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()
-