Interface AppmeshRouteSpecHttpRouteAction
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AppmeshRouteSpecHttpRouteAction.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.463Z") @Stability(Stable) public interface AppmeshRouteSpecHttpRouteAction extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAppmeshRouteSpecHttpRouteAction.BuilderA builder forAppmeshRouteSpecHttpRouteActionstatic classAppmeshRouteSpecHttpRouteAction.Jsii$ProxyAn implementation forAppmeshRouteSpecHttpRouteAction
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AppmeshRouteSpecHttpRouteAction.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 AppmeshRouteSpecHttpRouteAction.Builder builder()
-
-