Class OsConfigPatchDeploymentPatchConfigAptOutputReference

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

      • OsConfigPatchDeploymentPatchConfigAptOutputReference

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

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

        @Stability(Stable)
        public OsConfigPatchDeploymentPatchConfigAptOutputReference​(@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()
      • resetType

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

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

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

        @Stability(Stable)
        @Nullable
        public String getTypeInput()
      • 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)
      • getType

        @Stability(Stable)
        @NotNull
        public String getType()
      • setType

        @Stability(Stable)
        public void setType​(@NotNull
                            String value)