Class AppmeshRouteSpecHttp2Route.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.appmesh_route.AppmeshRouteSpecHttp2Route.Jsii$Proxy
-
- All Implemented Interfaces:
AppmeshRouteSpecHttp2Route,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AppmeshRouteSpecHttp2Route
@Stability(Stable) @Internal public static final class AppmeshRouteSpecHttp2Route.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AppmeshRouteSpecHttp2Route
An implementation forAppmeshRouteSpecHttp2Route
-
-
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.appmesh_route.AppmeshRouteSpecHttp2Route
AppmeshRouteSpecHttp2Route.Builder, AppmeshRouteSpecHttp2Route.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AppmeshRouteSpecHttp2Route.Builder builder)Constructor that initializes the object based on literal property values passed by theAppmeshRouteSpecHttp2Route.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)AppmeshRouteSpecHttp2RouteActiongetAction()action block.AppmeshRouteSpecHttp2RouteMatchgetMatch()match block.AppmeshRouteSpecHttp2RouteRetryPolicygetRetryPolicy()retry_policy block.AppmeshRouteSpecHttp2RouteTimeoutgetTimeout()timeout block.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(AppmeshRouteSpecHttp2Route.Builder builder)
Constructor that initializes the object based on literal property values passed by theAppmeshRouteSpecHttp2Route.Builder.
-
-
Method Detail
-
getAction
public final AppmeshRouteSpecHttp2RouteAction getAction()
Description copied from interface:AppmeshRouteSpecHttp2Routeaction block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#action AppmeshRoute#action}
- Specified by:
getActionin interfaceAppmeshRouteSpecHttp2Route
-
getMatch
public final AppmeshRouteSpecHttp2RouteMatch getMatch()
Description copied from interface:AppmeshRouteSpecHttp2Routematch block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#match AppmeshRoute#match}
- Specified by:
getMatchin interfaceAppmeshRouteSpecHttp2Route
-
getRetryPolicy
public final AppmeshRouteSpecHttp2RouteRetryPolicy getRetryPolicy()
Description copied from interface:AppmeshRouteSpecHttp2Routeretry_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#retry_policy AppmeshRoute#retry_policy}
- Specified by:
getRetryPolicyin interfaceAppmeshRouteSpecHttp2Route
-
getTimeout
public final AppmeshRouteSpecHttp2RouteTimeout getTimeout()
Description copied from interface:AppmeshRouteSpecHttp2Routetimeout block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#timeout AppmeshRoute#timeout}
- Specified by:
getTimeoutin interfaceAppmeshRouteSpecHttp2Route
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-