Class OsConfigOsPolicyAssignmentInstanceFilterOutputReference

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

      • OsConfigOsPolicyAssignmentInstanceFilterOutputReference

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

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

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

      • putExclusionLabels

        @Stability(Stable)
        public void putExclusionLabels​(@NotNull
                                       Object value)
        Parameters:
        value - This parameter is required.
      • putInclusionLabels

        @Stability(Stable)
        public void putInclusionLabels​(@NotNull
                                       Object value)
        Parameters:
        value - This parameter is required.
      • putInventories

        @Stability(Stable)
        public void putInventories​(@NotNull
                                   Object value)
        Parameters:
        value - This parameter is required.
      • resetAll

        @Stability(Stable)
        public void resetAll()
      • resetExclusionLabels

        @Stability(Stable)
        public void resetExclusionLabels()
      • resetInclusionLabels

        @Stability(Stable)
        public void resetInclusionLabels()
      • resetInventories

        @Stability(Stable)
        public void resetInventories()
      • getAllInput

        @Stability(Stable)
        @Nullable
        public Object getAllInput()
      • getExclusionLabelsInput

        @Stability(Stable)
        @Nullable
        public Object getExclusionLabelsInput()
      • getInclusionLabelsInput

        @Stability(Stable)
        @Nullable
        public Object getInclusionLabelsInput()
      • getInventoriesInput

        @Stability(Stable)
        @Nullable
        public Object getInventoriesInput()
      • getAll

        @Stability(Stable)
        @NotNull
        public Object getAll()
      • setAll

        @Stability(Stable)
        public void setAll​(@NotNull
                           Boolean value)
      • setAll

        @Stability(Stable)
        public void setAll​(@NotNull
                           com.hashicorp.cdktf.IResolvable value)