Interface RenderSignalsOptions

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
RenderSignalsOptions.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:45.400Z") @Stability(Stable) public interface RenderSignalsOptions extends software.amazon.jsii.JsiiSerializable
Input for Signals.renderCreationPolicy.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.autoscaling.*;
 RenderSignalsOptions renderSignalsOptions = RenderSignalsOptions.builder()
         .desiredCapacity(123)
         .minCapacity(123)
         .build();
 
  • Method Details

    • getDesiredCapacity

      @Stability(Stable) @Nullable default Number getDesiredCapacity()
      The desiredCapacity of the ASG.

      Default: - desired capacity not configured

    • getMinCapacity

      @Stability(Stable) @Nullable default Number getMinCapacity()
      The minSize of the ASG.

      Default: - minCapacity not configured

    • builder

      @Stability(Stable) static RenderSignalsOptions.Builder builder()
      Returns:
      a RenderSignalsOptions.Builder of RenderSignalsOptions