Class LaunchTemplateInstanceRequirementsNetworkBandwidthGbpsOutputReference

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

      • LaunchTemplateInstanceRequirementsNetworkBandwidthGbpsOutputReference

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

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

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

      • resetMax

        @Stability(Stable)
        public void resetMax()
      • resetMin

        @Stability(Stable)
        public void resetMin()
      • getMaxInput

        @Stability(Stable)
        @Nullable
        public Number getMaxInput()
      • getMinInput

        @Stability(Stable)
        @Nullable
        public Number getMinInput()
      • getMax

        @Stability(Stable)
        @NotNull
        public Number getMax()
      • setMax

        @Stability(Stable)
        public void setMax​(@NotNull
                           Number value)
      • getMin

        @Stability(Stable)
        @NotNull
        public Number getMin()
      • setMin

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