Interface CloudwatchEventTargetRetryPolicy

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    CloudwatchEventTargetRetryPolicy.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:50.989Z")
    @Stability(Stable)
    public interface CloudwatchEventTargetRetryPolicy
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getMaximumEventAgeInSeconds

        @Stability(Stable)
        @Nullable
        default Number getMaximumEventAgeInSeconds()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#maximum_event_age_in_seconds CloudwatchEventTarget#maximum_event_age_in_seconds}.
      • getMaximumRetryAttempts

        @Stability(Stable)
        @Nullable
        default Number getMaximumRetryAttempts()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#maximum_retry_attempts CloudwatchEventTarget#maximum_retry_attempts}.