Class DataFusionInstanceNetworkConfigOutputReference

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

      • DataFusionInstanceNetworkConfigOutputReference

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

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

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

      • resetConnectionType

        @Stability(Stable)
        public void resetConnectionType()
      • resetIpAllocation

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

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

        @Stability(Stable)
        public void resetPrivateServiceConnectConfig()
      • getConnectionTypeInput

        @Stability(Stable)
        @Nullable
        public String getConnectionTypeInput()
      • getIpAllocationInput

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

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

        @Stability(Stable)
        @NotNull
        public String getConnectionType()
      • setConnectionType

        @Stability(Stable)
        public void setConnectionType​(@NotNull
                                      String value)
      • getIpAllocation

        @Stability(Stable)
        @NotNull
        public String getIpAllocation()
      • setIpAllocation

        @Stability(Stable)
        public void setIpAllocation​(@NotNull
                                    String value)
      • getNetwork

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

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