Class CloudTasksQueueRateLimitsOutputReference

  • 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:18.041Z")
    @Stability(Stable)
    public class CloudTasksQueueRateLimitsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • CloudTasksQueueRateLimitsOutputReference

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

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

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

      • resetMaxConcurrentDispatches

        @Stability(Stable)
        public void resetMaxConcurrentDispatches()
      • resetMaxDispatchesPerSecond

        @Stability(Stable)
        public void resetMaxDispatchesPerSecond()
      • getMaxBurstSize

        @Stability(Stable)
        @NotNull
        public Number getMaxBurstSize()
      • getMaxConcurrentDispatchesInput

        @Stability(Stable)
        @Nullable
        public Number getMaxConcurrentDispatchesInput()
      • getMaxDispatchesPerSecondInput

        @Stability(Stable)
        @Nullable
        public Number getMaxDispatchesPerSecondInput()
      • getMaxConcurrentDispatches

        @Stability(Stable)
        @NotNull
        public Number getMaxConcurrentDispatches()
      • setMaxConcurrentDispatches

        @Stability(Stable)
        public void setMaxConcurrentDispatches​(@NotNull
                                               Number value)
      • getMaxDispatchesPerSecond

        @Stability(Stable)
        @NotNull
        public Number getMaxDispatchesPerSecond()
      • setMaxDispatchesPerSecond

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