Class AlbListenerDefaultActionForwardTargetGroup.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.alb_listener.AlbListenerDefaultActionForwardTargetGroup.Jsii$Proxy
-
- All Implemented Interfaces:
AlbListenerDefaultActionForwardTargetGroup,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AlbListenerDefaultActionForwardTargetGroup
@Stability(Stable) @Internal public static final class AlbListenerDefaultActionForwardTargetGroup.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AlbListenerDefaultActionForwardTargetGroup
An implementation forAlbListenerDefaultActionForwardTargetGroup
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.alb_listener.AlbListenerDefaultActionForwardTargetGroup
AlbListenerDefaultActionForwardTargetGroup.Builder, AlbListenerDefaultActionForwardTargetGroup.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AlbListenerDefaultActionForwardTargetGroup.Builder builder)Constructor that initializes the object based on literal property values passed by theAlbListenerDefaultActionForwardTargetGroup.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#arn AlbListener#arn}.NumbergetWeight()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#weight AlbListener#weight}.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(AlbListenerDefaultActionForwardTargetGroup.Builder builder)
Constructor that initializes the object based on literal property values passed by theAlbListenerDefaultActionForwardTargetGroup.Builder.
-
-
Method Detail
-
getArn
public final String getArn()
Description copied from interface:AlbListenerDefaultActionForwardTargetGroupDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#arn AlbListener#arn}.- Specified by:
getArnin interfaceAlbListenerDefaultActionForwardTargetGroup
-
getWeight
public final Number getWeight()
Description copied from interface:AlbListenerDefaultActionForwardTargetGroupDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#weight AlbListener#weight}.- Specified by:
getWeightin interfaceAlbListenerDefaultActionForwardTargetGroup
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-