Class PipesPipeSourceParametersKinesisStreamParametersOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:54.430Z")
    @Stability(Stable)
    public class PipesPipeSourceParametersKinesisStreamParametersOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • PipesPipeSourceParametersKinesisStreamParametersOutputReference

        protected PipesPipeSourceParametersKinesisStreamParametersOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • PipesPipeSourceParametersKinesisStreamParametersOutputReference

        protected PipesPipeSourceParametersKinesisStreamParametersOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • PipesPipeSourceParametersKinesisStreamParametersOutputReference

        @Stability(Stable)
        public PipesPipeSourceParametersKinesisStreamParametersOutputReference​(@NotNull
                                                                               com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                               @NotNull
                                                                               String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetBatchSize

        @Stability(Stable)
        public void resetBatchSize()
      • resetDeadLetterConfig

        @Stability(Stable)
        public void resetDeadLetterConfig()
      • resetMaximumBatchingWindowInSeconds

        @Stability(Stable)
        public void resetMaximumBatchingWindowInSeconds()
      • resetMaximumRecordAgeInSeconds

        @Stability(Stable)
        public void resetMaximumRecordAgeInSeconds()
      • resetMaximumRetryAttempts

        @Stability(Stable)
        public void resetMaximumRetryAttempts()
      • resetOnPartialBatchItemFailure

        @Stability(Stable)
        public void resetOnPartialBatchItemFailure()
      • resetParallelizationFactor

        @Stability(Stable)
        public void resetParallelizationFactor()
      • resetStartingPositionTimestamp

        @Stability(Stable)
        public void resetStartingPositionTimestamp()
      • getBatchSizeInput

        @Stability(Stable)
        @Nullable
        public Number getBatchSizeInput()
      • getMaximumBatchingWindowInSecondsInput

        @Stability(Stable)
        @Nullable
        public Number getMaximumBatchingWindowInSecondsInput()
      • getMaximumRecordAgeInSecondsInput

        @Stability(Stable)
        @Nullable
        public Number getMaximumRecordAgeInSecondsInput()
      • getMaximumRetryAttemptsInput

        @Stability(Stable)
        @Nullable
        public Number getMaximumRetryAttemptsInput()
      • getOnPartialBatchItemFailureInput

        @Stability(Stable)
        @Nullable
        public String getOnPartialBatchItemFailureInput()
      • getParallelizationFactorInput

        @Stability(Stable)
        @Nullable
        public Number getParallelizationFactorInput()
      • getStartingPositionInput

        @Stability(Stable)
        @Nullable
        public String getStartingPositionInput()
      • getStartingPositionTimestampInput

        @Stability(Stable)
        @Nullable
        public String getStartingPositionTimestampInput()
      • getBatchSize

        @Stability(Stable)
        @NotNull
        public Number getBatchSize()
      • setBatchSize

        @Stability(Stable)
        public void setBatchSize​(@NotNull
                                 Number value)
      • getMaximumBatchingWindowInSeconds

        @Stability(Stable)
        @NotNull
        public Number getMaximumBatchingWindowInSeconds()
      • setMaximumBatchingWindowInSeconds

        @Stability(Stable)
        public void setMaximumBatchingWindowInSeconds​(@NotNull
                                                      Number value)
      • getMaximumRecordAgeInSeconds

        @Stability(Stable)
        @NotNull
        public Number getMaximumRecordAgeInSeconds()
      • setMaximumRecordAgeInSeconds

        @Stability(Stable)
        public void setMaximumRecordAgeInSeconds​(@NotNull
                                                 Number value)
      • getMaximumRetryAttempts

        @Stability(Stable)
        @NotNull
        public Number getMaximumRetryAttempts()
      • setMaximumRetryAttempts

        @Stability(Stable)
        public void setMaximumRetryAttempts​(@NotNull
                                            Number value)
      • getOnPartialBatchItemFailure

        @Stability(Stable)
        @NotNull
        public String getOnPartialBatchItemFailure()
      • setOnPartialBatchItemFailure

        @Stability(Stable)
        public void setOnPartialBatchItemFailure​(@NotNull
                                                 String value)
      • getParallelizationFactor

        @Stability(Stable)
        @NotNull
        public Number getParallelizationFactor()
      • setParallelizationFactor

        @Stability(Stable)
        public void setParallelizationFactor​(@NotNull
                                             Number value)
      • getStartingPosition

        @Stability(Stable)
        @NotNull
        public String getStartingPosition()
      • setStartingPosition

        @Stability(Stable)
        public void setStartingPosition​(@NotNull
                                        String value)
      • getStartingPositionTimestamp

        @Stability(Stable)
        @NotNull
        public String getStartingPositionTimestamp()
      • setStartingPositionTimestamp

        @Stability(Stable)
        public void setStartingPositionTimestamp​(@NotNull
                                                 String value)