Class DataplexTaskNotebookInfrastructureSpecContainerImageOutputReference

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

      • DataplexTaskNotebookInfrastructureSpecContainerImageOutputReference

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

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

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

      • resetImage

        @Stability(Stable)
        public void resetImage()
      • resetJavaJars

        @Stability(Stable)
        public void resetJavaJars()
      • resetProperties

        @Stability(Stable)
        public void resetProperties()
      • resetPythonPackages

        @Stability(Stable)
        public void resetPythonPackages()
      • getImageInput

        @Stability(Stable)
        @Nullable
        public String getImageInput()
      • getJavaJarsInput

        @Stability(Stable)
        @Nullable
        public List<String> getJavaJarsInput()
      • getPropertiesInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getPropertiesInput()
      • getPythonPackagesInput

        @Stability(Stable)
        @Nullable
        public List<String> getPythonPackagesInput()
      • getImage

        @Stability(Stable)
        @NotNull
        public String getImage()
      • setImage

        @Stability(Stable)
        public void setImage​(@NotNull
                             String value)
      • getJavaJars

        @Stability(Stable)
        @NotNull
        public List<String> getJavaJars()
      • setJavaJars

        @Stability(Stable)
        public void setJavaJars​(@NotNull
                                List<String> value)
      • getProperties

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getProperties()
      • setProperties

        @Stability(Stable)
        public void setProperties​(@NotNull
                                  Map<String,​String> value)
      • getPythonPackages

        @Stability(Stable)
        @NotNull
        public List<String> getPythonPackages()
      • setPythonPackages

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