Class DataplexTaskNotebookInfrastructureSpecVpcNetworkOutputReference

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

      • DataplexTaskNotebookInfrastructureSpecVpcNetworkOutputReference

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

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

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

      • resetNetwork

        @Stability(Stable)
        public void resetNetwork()
      • resetNetworkTags

        @Stability(Stable)
        public void resetNetworkTags()
      • resetSubNetwork

        @Stability(Stable)
        public void resetSubNetwork()
      • getNetworkInput

        @Stability(Stable)
        @Nullable
        public String getNetworkInput()
      • getNetworkTagsInput

        @Stability(Stable)
        @Nullable
        public List<String> getNetworkTagsInput()
      • getSubNetworkInput

        @Stability(Stable)
        @Nullable
        public String getSubNetworkInput()
      • getNetwork

        @Stability(Stable)
        @NotNull
        public String getNetwork()
      • setNetwork

        @Stability(Stable)
        public void setNetwork​(@NotNull
                               String value)
      • getNetworkTags

        @Stability(Stable)
        @NotNull
        public List<String> getNetworkTags()
      • setNetworkTags

        @Stability(Stable)
        public void setNetworkTags​(@NotNull
                                   List<String> value)
      • getSubNetwork

        @Stability(Stable)
        @NotNull
        public String getSubNetwork()
      • setSubNetwork

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