Class AppmeshRouteSpecHttpRouteRetryPolicyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.appmesh_route.AppmeshRouteSpecHttpRouteRetryPolicyOutputReference
-
- 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.468Z") @Stability(Stable) public class AppmeshRouteSpecHttpRouteRetryPolicyOutputReference 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 AppmeshRouteSpecHttpRouteRetryPolicyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedAppmeshRouteSpecHttpRouteRetryPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAppmeshRouteSpecHttpRouteRetryPolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getHttpRetryEvents()List<String>getHttpRetryEventsInput()AppmeshRouteSpecHttpRouteRetryPolicygetInternalValue()NumbergetMaxRetries()NumbergetMaxRetriesInput()AppmeshRouteSpecHttpRouteRetryPolicyPerRetryTimeoutOutputReferencegetPerRetryTimeout()AppmeshRouteSpecHttpRouteRetryPolicyPerRetryTimeoutgetPerRetryTimeoutInput()List<String>getTcpRetryEvents()List<String>getTcpRetryEventsInput()voidputPerRetryTimeout(AppmeshRouteSpecHttpRouteRetryPolicyPerRetryTimeout value)voidresetHttpRetryEvents()voidresetTcpRetryEvents()voidsetHttpRetryEvents(List<String> value)voidsetInternalValue(AppmeshRouteSpecHttpRouteRetryPolicy 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
-
AppmeshRouteSpecHttpRouteRetryPolicyOutputReference
protected AppmeshRouteSpecHttpRouteRetryPolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
AppmeshRouteSpecHttpRouteRetryPolicyOutputReference
protected AppmeshRouteSpecHttpRouteRetryPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AppmeshRouteSpecHttpRouteRetryPolicyOutputReference
@Stability(Stable) public AppmeshRouteSpecHttpRouteRetryPolicyOutputReference(@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 AppmeshRouteSpecHttpRouteRetryPolicyPerRetryTimeout value)- Parameters:
value- This parameter is required.
-
resetHttpRetryEvents
@Stability(Stable) public void resetHttpRetryEvents()
-
resetTcpRetryEvents
@Stability(Stable) public void resetTcpRetryEvents()
-
getPerRetryTimeout
@Stability(Stable) @NotNull public AppmeshRouteSpecHttpRouteRetryPolicyPerRetryTimeoutOutputReference getPerRetryTimeout()
-
getMaxRetriesInput
@Stability(Stable) @Nullable public Number getMaxRetriesInput()
-
getPerRetryTimeoutInput
@Stability(Stable) @Nullable public AppmeshRouteSpecHttpRouteRetryPolicyPerRetryTimeout getPerRetryTimeoutInput()
-
getMaxRetries
@Stability(Stable) @NotNull public Number getMaxRetries()
-
setMaxRetries
@Stability(Stable) public void setMaxRetries(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public AppmeshRouteSpecHttpRouteRetryPolicy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable AppmeshRouteSpecHttpRouteRetryPolicy value)
-
-