Class DatabaseMigrationServiceConnectionProfileAlloydb.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.database_migration_service_connection_profile.DatabaseMigrationServiceConnectionProfileAlloydb.Jsii$Proxy
-
- All Implemented Interfaces:
DatabaseMigrationServiceConnectionProfileAlloydb,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatabaseMigrationServiceConnectionProfileAlloydb
@Stability(Stable) @Internal public static final class DatabaseMigrationServiceConnectionProfileAlloydb.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatabaseMigrationServiceConnectionProfileAlloydb
An implementation forDatabaseMigrationServiceConnectionProfileAlloydb
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.database_migration_service_connection_profile.DatabaseMigrationServiceConnectionProfileAlloydb
DatabaseMigrationServiceConnectionProfileAlloydb.Builder, DatabaseMigrationServiceConnectionProfileAlloydb.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatabaseMigrationServiceConnectionProfileAlloydb.Builder builder)Constructor that initializes the object based on literal property values passed by theDatabaseMigrationServiceConnectionProfileAlloydb.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetClusterId()Required.DatabaseMigrationServiceConnectionProfileAlloydbSettingsgetSettings()settings block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DatabaseMigrationServiceConnectionProfileAlloydb.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatabaseMigrationServiceConnectionProfileAlloydb.Builder.
-
-
Method Detail
-
getClusterId
public final String getClusterId()
Description copied from interface:DatabaseMigrationServiceConnectionProfileAlloydbRequired. The AlloyDB cluster ID that this connection profile is associated with.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#cluster_id DatabaseMigrationServiceConnectionProfile#cluster_id}
- Specified by:
getClusterIdin interfaceDatabaseMigrationServiceConnectionProfileAlloydb
-
getSettings
public final DatabaseMigrationServiceConnectionProfileAlloydbSettings getSettings()
Description copied from interface:DatabaseMigrationServiceConnectionProfileAlloydbsettings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#settings DatabaseMigrationServiceConnectionProfile#settings}
- Specified by:
getSettingsin interfaceDatabaseMigrationServiceConnectionProfileAlloydb
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-