Interface AlbListenerDefaultActionForwardTargetGroup
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlbListenerDefaultActionForwardTargetGroup.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.072Z") @Stability(Stable) public interface AlbListenerDefaultActionForwardTargetGroup extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlbListenerDefaultActionForwardTargetGroup.BuilderA builder forAlbListenerDefaultActionForwardTargetGroupstatic classAlbListenerDefaultActionForwardTargetGroup.Jsii$ProxyAn implementation forAlbListenerDefaultActionForwardTargetGroup
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AlbListenerDefaultActionForwardTargetGroup.Builderbuilder()StringgetArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#arn AlbListener#arn}.default NumbergetWeight()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#weight AlbListener#weight}.
-
-
-
Method Detail
-
getArn
@Stability(Stable) @NotNull String getArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#arn AlbListener#arn}.
-
getWeight
@Stability(Stable) @Nullable default Number getWeight()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#weight AlbListener#weight}.
-
builder
@Stability(Stable) static AlbListenerDefaultActionForwardTargetGroup.Builder builder()
-
-