Interface AppmeshRouteSpecHttpRouteMatch
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AppmeshRouteSpecHttpRouteMatch.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.464Z") @Stability(Stable) public interface AppmeshRouteSpecHttpRouteMatch extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAppmeshRouteSpecHttpRouteMatch.BuilderA builder forAppmeshRouteSpecHttpRouteMatchstatic classAppmeshRouteSpecHttpRouteMatch.Jsii$ProxyAn implementation forAppmeshRouteSpecHttpRouteMatch
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AppmeshRouteSpecHttpRouteMatch.Builderbuilder()default ObjectgetHeader()header block.default StringgetMethod()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#method AppmeshRoute#method}.default AppmeshRouteSpecHttpRouteMatchPathgetPath()path block.default NumbergetPort()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#port AppmeshRoute#port}.default StringgetPrefix()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#prefix AppmeshRoute#prefix}.default ObjectgetQueryParameter()query_parameter block.default StringgetScheme()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#scheme AppmeshRoute#scheme}.
-
-
-
Method Detail
-
getHeader
@Stability(Stable) @Nullable default Object getHeader()
header block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#header AppmeshRoute#header}
-
getMethod
@Stability(Stable) @Nullable default String getMethod()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#method AppmeshRoute#method}.
-
getPath
@Stability(Stable) @Nullable default AppmeshRouteSpecHttpRouteMatchPath getPath()
path block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#path AppmeshRoute#path}
-
getPort
@Stability(Stable) @Nullable default Number getPort()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#port AppmeshRoute#port}.
-
getPrefix
@Stability(Stable) @Nullable default String getPrefix()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#prefix AppmeshRoute#prefix}.
-
getQueryParameter
@Stability(Stable) @Nullable default Object getQueryParameter()
query_parameter block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#query_parameter AppmeshRoute#query_parameter}
-
getScheme
@Stability(Stable) @Nullable default String getScheme()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#scheme AppmeshRoute#scheme}.
-
builder
@Stability(Stable) static AppmeshRouteSpecHttpRouteMatch.Builder builder()
-
-