Class DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference

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

      • DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference

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

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

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

      • putAuthorizedNetworks

        @Stability(Stable)
        public void putAuthorizedNetworks​(@NotNull
                                          Object value)
        Parameters:
        value - This parameter is required.
      • resetAuthorizedNetworks

        @Stability(Stable)
        public void resetAuthorizedNetworks()
      • resetEnableIpv4

        @Stability(Stable)
        public void resetEnableIpv4()
      • resetPrivateNetwork

        @Stability(Stable)
        public void resetPrivateNetwork()
      • resetRequireSsl

        @Stability(Stable)
        public void resetRequireSsl()
      • getAuthorizedNetworksInput

        @Stability(Stable)
        @Nullable
        public Object getAuthorizedNetworksInput()
      • getEnableIpv4Input

        @Stability(Stable)
        @Nullable
        public Object getEnableIpv4Input()
      • getPrivateNetworkInput

        @Stability(Stable)
        @Nullable
        public String getPrivateNetworkInput()
      • getRequireSslInput

        @Stability(Stable)
        @Nullable
        public Object getRequireSslInput()
      • getEnableIpv4

        @Stability(Stable)
        @NotNull
        public Object getEnableIpv4()
      • setEnableIpv4

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

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

        @Stability(Stable)
        @NotNull
        public String getPrivateNetwork()
      • setPrivateNetwork

        @Stability(Stable)
        public void setPrivateNetwork​(@NotNull
                                      String value)
      • getRequireSsl

        @Stability(Stable)
        @NotNull
        public Object getRequireSsl()
      • setRequireSsl

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

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