Interface AppmeshRouteSpecTcpRouteAction
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AppmeshRouteSpecTcpRouteAction.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.470Z") @Stability(Stable) public interface AppmeshRouteSpecTcpRouteAction extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAppmeshRouteSpecTcpRouteAction.BuilderA builder forAppmeshRouteSpecTcpRouteActionstatic classAppmeshRouteSpecTcpRouteAction.Jsii$ProxyAn implementation forAppmeshRouteSpecTcpRouteAction
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AppmeshRouteSpecTcpRouteAction.Builderbuilder()ObjectgetWeightedTarget()weighted_target block.
-
-
-
Method Detail
-
getWeightedTarget
@Stability(Stable) @NotNull Object getWeightedTarget()
weighted_target block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#weighted_target AppmeshRoute#weighted_target}
-
builder
@Stability(Stable) static AppmeshRouteSpecTcpRouteAction.Builder builder()
-
-