Class PipesPipeSourceParametersKinesisStreamParametersOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.pipes_pipe.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description PipesPipeSourceParametersKinesisStreamParametersOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedPipesPipeSourceParametersKinesisStreamParametersOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedPipesPipeSourceParametersKinesisStreamParametersOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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
-
putDeadLetterConfig
@Stability(Stable) public void putDeadLetterConfig(@NotNull PipesPipeSourceParametersKinesisStreamParametersDeadLetterConfig value)- Parameters:
value- This parameter is required.
-
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()
-
getDeadLetterConfig
@Stability(Stable) @NotNull public PipesPipeSourceParametersKinesisStreamParametersDeadLetterConfigOutputReference getDeadLetterConfig()
-
getBatchSizeInput
@Stability(Stable) @Nullable public Number getBatchSizeInput()
-
getDeadLetterConfigInput
@Stability(Stable) @Nullable public PipesPipeSourceParametersKinesisStreamParametersDeadLetterConfig getDeadLetterConfigInput()
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public PipesPipeSourceParametersKinesisStreamParameters getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable PipesPipeSourceParametersKinesisStreamParameters value)
-
-