Class OsConfigPatchDeploymentPatchConfigWindowsUpdateOutputReference

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

      • OsConfigPatchDeploymentPatchConfigWindowsUpdateOutputReference

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

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

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

      • resetClassifications

        @Stability(Stable)
        public void resetClassifications()
      • resetExcludes

        @Stability(Stable)
        public void resetExcludes()
      • resetExclusivePatches

        @Stability(Stable)
        public void resetExclusivePatches()
      • getClassificationsInput

        @Stability(Stable)
        @Nullable
        public List<String> getClassificationsInput()
      • getExcludesInput

        @Stability(Stable)
        @Nullable
        public List<String> getExcludesInput()
      • getExclusivePatchesInput

        @Stability(Stable)
        @Nullable
        public List<String> getExclusivePatchesInput()
      • getClassifications

        @Stability(Stable)
        @NotNull
        public List<String> getClassifications()
      • setClassifications

        @Stability(Stable)
        public void setClassifications​(@NotNull
                                       List<String> value)
      • getExcludes

        @Stability(Stable)
        @NotNull
        public List<String> getExcludes()
      • setExcludes

        @Stability(Stable)
        public void setExcludes​(@NotNull
                                List<String> value)
      • getExclusivePatches

        @Stability(Stable)
        @NotNull
        public List<String> getExclusivePatches()
      • setExclusivePatches

        @Stability(Stable)
        public void setExclusivePatches​(@NotNull
                                        List<String> value)