Class OsConfigPatchDeploymentPatchConfigYumOutputReference

  • 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 OsConfigPatchDeploymentPatchConfigYumOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • OsConfigPatchDeploymentPatchConfigYumOutputReference

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

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

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

      • resetExcludes

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

        @Stability(Stable)
        public void resetExclusivePackages()
      • resetMinimal

        @Stability(Stable)
        public void resetMinimal()
      • resetSecurity

        @Stability(Stable)
        public void resetSecurity()
      • getExcludesInput

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

        @Stability(Stable)
        @Nullable
        public List<String> getExclusivePackagesInput()
      • getMinimalInput

        @Stability(Stable)
        @Nullable
        public Object getMinimalInput()
      • getSecurityInput

        @Stability(Stable)
        @Nullable
        public Object getSecurityInput()
      • getExcludes

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

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

        @Stability(Stable)
        @NotNull
        public List<String> getExclusivePackages()
      • setExclusivePackages

        @Stability(Stable)
        public void setExclusivePackages​(@NotNull
                                         List<String> value)
      • getMinimal

        @Stability(Stable)
        @NotNull
        public Object getMinimal()
      • setMinimal

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

        @Stability(Stable)
        public void setMinimal​(@NotNull
                               com.hashicorp.cdktf.IResolvable value)
      • getSecurity

        @Stability(Stable)
        @NotNull
        public Object getSecurity()
      • setSecurity

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

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