Class CfnDeliveryStream.RedshiftRetryOptionsProperty.Jsii$Proxy

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

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

  • Method Details

    • getDurationInSeconds

      public final Number getDurationInSeconds()
      Description copied from interface: CfnDeliveryStream.RedshiftRetryOptionsProperty
      The length of time during which Kinesis Data Firehose retries delivery after a failure, starting from the initial request and including the first attempt.

      The default value is 3600 seconds (60 minutes). Kinesis Data Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.

      Specified by:
      getDurationInSeconds in interface CfnDeliveryStream.RedshiftRetryOptionsProperty
    • $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