Class CfnDeliveryStream.RetryOptionsProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.RetryOptionsProperty.Jsii$Proxy
All Implemented Interfaces:
CfnDeliveryStream.RetryOptionsProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDeliveryStream.RetryOptionsProperty

@Stability(Stable) @Internal public static final class CfnDeliveryStream.RetryOptionsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryStream.RetryOptionsProperty
  • Constructor Details

  • Method Details

    • getDurationInSeconds

      public final Number getDurationInSeconds()
      Description copied from interface: CfnDeliveryStream.RetryOptionsProperty
      The total amount of time that Kinesis Data Firehose spends on retries.

      This duration starts after the initial attempt to send data to the custom destination via HTTPS endpoint fails. It doesn't include the periods during which Kinesis Data Firehose waits for acknowledgment from the specified destination after each attempt.

      Specified by:
      getDurationInSeconds in interface CfnDeliveryStream.RetryOptionsProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object