Class MonitoringSloBasicSliOutputReference

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

      • MonitoringSloBasicSliOutputReference

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

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

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

      • putAvailability

        @Stability(Stable)
        public void putAvailability​(@NotNull
                                    MonitoringSloBasicSliAvailability value)
        Parameters:
        value - This parameter is required.
      • putLatency

        @Stability(Stable)
        public void putLatency​(@NotNull
                               MonitoringSloBasicSliLatency value)
        Parameters:
        value - This parameter is required.
      • resetAvailability

        @Stability(Stable)
        public void resetAvailability()
      • resetLatency

        @Stability(Stable)
        public void resetLatency()
      • resetLocation

        @Stability(Stable)
        public void resetLocation()
      • resetMethod

        @Stability(Stable)
        public void resetMethod()
      • resetVersion

        @Stability(Stable)
        public void resetVersion()
      • getLocationInput

        @Stability(Stable)
        @Nullable
        public List<String> getLocationInput()
      • getMethodInput

        @Stability(Stable)
        @Nullable
        public List<String> getMethodInput()
      • getVersionInput

        @Stability(Stable)
        @Nullable
        public List<String> getVersionInput()
      • getLocation

        @Stability(Stable)
        @NotNull
        public List<String> getLocation()
      • setLocation

        @Stability(Stable)
        public void setLocation​(@NotNull
                                List<String> value)
      • getMethod

        @Stability(Stable)
        @NotNull
        public List<String> getMethod()
      • setMethod

        @Stability(Stable)
        public void setMethod​(@NotNull
                              List<String> value)
      • getVersion

        @Stability(Stable)
        @NotNull
        public List<String> getVersion()
      • setVersion

        @Stability(Stable)
        public void setVersion​(@NotNull
                               List<String> value)
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     MonitoringSloBasicSli value)