Class PubsubSubscriptionDeadLetterPolicyOutputReference

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.488Z")
    @Stability(Stable)
    public class PubsubSubscriptionDeadLetterPolicyOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • PubsubSubscriptionDeadLetterPolicyOutputReference

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

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

        @Stability(Stable)
        public PubsubSubscriptionDeadLetterPolicyOutputReference​(@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

      • resetDeadLetterTopic

        @Stability(Stable)
        public void resetDeadLetterTopic()
      • resetMaxDeliveryAttempts

        @Stability(Stable)
        public void resetMaxDeliveryAttempts()
      • getDeadLetterTopicInput

        @Stability(Stable)
        @Nullable
        public String getDeadLetterTopicInput()
      • getMaxDeliveryAttemptsInput

        @Stability(Stable)
        @Nullable
        public Number getMaxDeliveryAttemptsInput()
      • getDeadLetterTopic

        @Stability(Stable)
        @NotNull
        public String getDeadLetterTopic()
      • setDeadLetterTopic

        @Stability(Stable)
        public void setDeadLetterTopic​(@NotNull
                                       String value)
      • getMaxDeliveryAttempts

        @Stability(Stable)
        @NotNull
        public Number getMaxDeliveryAttempts()
      • setMaxDeliveryAttempts

        @Stability(Stable)
        public void setMaxDeliveryAttempts​(@NotNull
                                           Number value)