Class DatabaseMigrationServiceConnectionProfilePostgresqlOutputReference

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

      • DatabaseMigrationServiceConnectionProfilePostgresqlOutputReference

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

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

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

      • resetCloudSqlId

        @Stability(Stable)
        public void resetCloudSqlId()
      • resetSsl

        @Stability(Stable)
        public void resetSsl()
      • getNetworkArchitecture

        @Stability(Stable)
        @NotNull
        public String getNetworkArchitecture()
      • getPasswordSet

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.IResolvable getPasswordSet()
      • getCloudSqlIdInput

        @Stability(Stable)
        @Nullable
        public String getCloudSqlIdInput()
      • getHostInput

        @Stability(Stable)
        @Nullable
        public String getHostInput()
      • getPasswordInput

        @Stability(Stable)
        @Nullable
        public String getPasswordInput()
      • getPortInput

        @Stability(Stable)
        @Nullable
        public Number getPortInput()
      • getUsernameInput

        @Stability(Stable)
        @Nullable
        public String getUsernameInput()
      • getCloudSqlId

        @Stability(Stable)
        @NotNull
        public String getCloudSqlId()
      • setCloudSqlId

        @Stability(Stable)
        public void setCloudSqlId​(@NotNull
                                  String value)
      • getHost

        @Stability(Stable)
        @NotNull
        public String getHost()
      • setHost

        @Stability(Stable)
        public void setHost​(@NotNull
                            String value)
      • getPassword

        @Stability(Stable)
        @NotNull
        public String getPassword()
      • setPassword

        @Stability(Stable)
        public void setPassword​(@NotNull
                                String value)
      • getPort

        @Stability(Stable)
        @NotNull
        public Number getPort()
      • setPort

        @Stability(Stable)
        public void setPort​(@NotNull
                            Number value)
      • getUsername

        @Stability(Stable)
        @NotNull
        public String getUsername()
      • setUsername

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