Class MonitoringAlertPolicyConditionsConditionAbsentAggregationsOutputReference

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

      • MonitoringAlertPolicyConditionsConditionAbsentAggregationsOutputReference

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

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

        @Stability(Stable)
        public MonitoringAlertPolicyConditionsConditionAbsentAggregationsOutputReference​(@NotNull
                                                                                         com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                                         @NotNull
                                                                                         String terraformAttribute,
                                                                                         @NotNull
                                                                                         Number complexObjectIndex,
                                                                                         @NotNull
                                                                                         Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • resetAlignmentPeriod

        @Stability(Stable)
        public void resetAlignmentPeriod()
      • resetCrossSeriesReducer

        @Stability(Stable)
        public void resetCrossSeriesReducer()
      • resetGroupByFields

        @Stability(Stable)
        public void resetGroupByFields()
      • resetPerSeriesAligner

        @Stability(Stable)
        public void resetPerSeriesAligner()
      • getAlignmentPeriodInput

        @Stability(Stable)
        @Nullable
        public String getAlignmentPeriodInput()
      • getCrossSeriesReducerInput

        @Stability(Stable)
        @Nullable
        public String getCrossSeriesReducerInput()
      • getGroupByFieldsInput

        @Stability(Stable)
        @Nullable
        public List<String> getGroupByFieldsInput()
      • getPerSeriesAlignerInput

        @Stability(Stable)
        @Nullable
        public String getPerSeriesAlignerInput()
      • getAlignmentPeriod

        @Stability(Stable)
        @NotNull
        public String getAlignmentPeriod()
      • setAlignmentPeriod

        @Stability(Stable)
        public void setAlignmentPeriod​(@NotNull
                                       String value)
      • getCrossSeriesReducer

        @Stability(Stable)
        @NotNull
        public String getCrossSeriesReducer()
      • setCrossSeriesReducer

        @Stability(Stable)
        public void setCrossSeriesReducer​(@NotNull
                                          String value)
      • getGroupByFields

        @Stability(Stable)
        @NotNull
        public List<String> getGroupByFields()
      • setGroupByFields

        @Stability(Stable)
        public void setGroupByFields​(@NotNull
                                     List<String> value)
      • getPerSeriesAligner

        @Stability(Stable)
        @NotNull
        public String getPerSeriesAligner()
      • setPerSeriesAligner

        @Stability(Stable)
        public void setPerSeriesAligner​(@NotNull
                                        String value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)