/dhall-aws-cloudformation/cloudformation/AWS::AppMesh::Route/HttpRetryPolicy.dhall

Copy path to clipboard

Source

{ Type =
{ HttpRetryEvents : Optional (List (./../../Fn.dhall).CfnText)
, MaxRetries : Integer
, PerRetryTimeout : (./Duration.dhall).Type
, TcpRetryEvents : Optional (List (./../../Fn.dhall).CfnText)
}
, default =
{ HttpRetryEvents = None (List (./../../Fn.dhall).CfnText)
, TcpRetryEvents = None (List (./../../Fn.dhall).CfnText)
}
}