/dhall-aws-cloudformation/cloudformation/AWS::Events::Rule/RetryPolicy.dhall

Copy path to clipboard

Source

{ Type =
{ MaximumEventAgeInSeconds : Optional Integer
, MaximumRetryAttempts : Optional Integer
}
, default =
{ MaximumEventAgeInSeconds = None Integer
, MaximumRetryAttempts = None Integer
}
}