Class AppmeshRouteSpecHttp2RouteRetryPolicyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.appmesh_route.AppmeshRouteSpecHttp2RouteRetryPolicyOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.461Z") @Stability(Stable) public class AppmeshRouteSpecHttp2RouteRetryPolicyOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description AppmeshRouteSpecHttp2RouteRetryPolicyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedAppmeshRouteSpecHttp2RouteRetryPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAppmeshRouteSpecHttp2RouteRetryPolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getHttpRetryEvents()List<String>getHttpRetryEventsInput()AppmeshRouteSpecHttp2RouteRetryPolicygetInternalValue()NumbergetMaxRetries()NumbergetMaxRetriesInput()AppmeshRouteSpecHttp2RouteRetryPolicyPerRetryTimeoutOutputReferencegetPerRetryTimeout()AppmeshRouteSpecHttp2RouteRetryPolicyPerRetryTimeoutgetPerRetryTimeoutInput()List<String>getTcpRetryEvents()List<String>getTcpRetryEventsInput()voidputPerRetryTimeout(AppmeshRouteSpecHttp2RouteRetryPolicyPerRetryTimeout value)voidresetHttpRetryEvents()voidresetTcpRetryEvents()voidsetHttpRetryEvents(List<String> value)voidsetInternalValue(AppmeshRouteSpecHttp2RouteRetryPolicy value)voidsetMaxRetries(Number value)voidsetTcpRetryEvents(List<String> value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
AppmeshRouteSpecHttp2RouteRetryPolicyOutputReference
protected AppmeshRouteSpecHttp2RouteRetryPolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
AppmeshRouteSpecHttp2RouteRetryPolicyOutputReference
protected AppmeshRouteSpecHttp2RouteRetryPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AppmeshRouteSpecHttp2RouteRetryPolicyOutputReference
@Stability(Stable) public AppmeshRouteSpecHttp2RouteRetryPolicyOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putPerRetryTimeout
@Stability(Stable) public void putPerRetryTimeout(@NotNull AppmeshRouteSpecHttp2RouteRetryPolicyPerRetryTimeout value)- Parameters:
value- This parameter is required.
-
resetHttpRetryEvents
@Stability(Stable) public void resetHttpRetryEvents()
-
resetTcpRetryEvents
@Stability(Stable) public void resetTcpRetryEvents()
-
getPerRetryTimeout
@Stability(Stable) @NotNull public AppmeshRouteSpecHttp2RouteRetryPolicyPerRetryTimeoutOutputReference getPerRetryTimeout()
-
getMaxRetriesInput
@Stability(Stable) @Nullable public Number getMaxRetriesInput()
-
getPerRetryTimeoutInput
@Stability(Stable) @Nullable public AppmeshRouteSpecHttp2RouteRetryPolicyPerRetryTimeout getPerRetryTimeoutInput()
-
getMaxRetries
@Stability(Stable) @NotNull public Number getMaxRetries()
-
setMaxRetries
@Stability(Stable) public void setMaxRetries(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public AppmeshRouteSpecHttp2RouteRetryPolicy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable AppmeshRouteSpecHttp2RouteRetryPolicy value)
-
-