Class DatastreamConnectionProfileConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.datastream_connection_profile.DatastreamConnectionProfileConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DatastreamConnectionProfileConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatastreamConnectionProfileConfig
@Stability(Stable) @Internal public static final class DatastreamConnectionProfileConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatastreamConnectionProfileConfig
An implementation forDatastreamConnectionProfileConfig
-
-
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.datastream_connection_profile.DatastreamConnectionProfileConfig
DatastreamConnectionProfileConfig.Builder, DatastreamConnectionProfileConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatastreamConnectionProfileConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastreamConnectionProfileConfig.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)DatastreamConnectionProfileBigqueryProfilegetBigqueryProfile()bigquery_profile block.ObjectgetConnection()StringgetConnectionProfileId()The connection profile identifier.ObjectgetCount()ObjectgetCreateWithoutValidation()Create the connection profile without validating it.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDisplayName()Display name.com.hashicorp.cdktf.ITerraformIteratorgetForEach()DatastreamConnectionProfileForwardSshConnectivitygetForwardSshConnectivity()forward_ssh_connectivity block.DatastreamConnectionProfileGcsProfilegetGcsProfile()gcs_profile block.StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#id DatastreamConnectionProfile#id}.Map<String,String>getLabels()Labels.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLocation()The name of the location this connection profile is located in.DatastreamConnectionProfileMysqlProfilegetMysqlProfile()mysql_profile block.DatastreamConnectionProfileOracleProfilegetOracleProfile()oracle_profile block.DatastreamConnectionProfilePostgresqlProfilegetPostgresqlProfile()postgresql_profile block.DatastreamConnectionProfilePrivateConnectivitygetPrivateConnectivity()private_connectivity block.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#project DatastreamConnectionProfile#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()DatastreamConnectionProfileSqlServerProfilegetSqlServerProfile()sql_server_profile block.DatastreamConnectionProfileTimeoutsgetTimeouts()timeouts 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(DatastreamConnectionProfileConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatastreamConnectionProfileConfig.Builder.
-
-
Method Detail
-
getConnectionProfileId
public final String getConnectionProfileId()
Description copied from interface:DatastreamConnectionProfileConfigThe connection profile identifier.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#connection_profile_id DatastreamConnectionProfile#connection_profile_id}
- Specified by:
getConnectionProfileIdin interfaceDatastreamConnectionProfileConfig
-
getDisplayName
public final String getDisplayName()
Description copied from interface:DatastreamConnectionProfileConfigDisplay name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#display_name DatastreamConnectionProfile#display_name}
- Specified by:
getDisplayNamein interfaceDatastreamConnectionProfileConfig
-
getLocation
public final String getLocation()
Description copied from interface:DatastreamConnectionProfileConfigThe name of the location this connection profile is located in.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#location DatastreamConnectionProfile#location}
- Specified by:
getLocationin interfaceDatastreamConnectionProfileConfig
-
getBigqueryProfile
public final DatastreamConnectionProfileBigqueryProfile getBigqueryProfile()
Description copied from interface:DatastreamConnectionProfileConfigbigquery_profile block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#bigquery_profile DatastreamConnectionProfile#bigquery_profile}
- Specified by:
getBigqueryProfilein interfaceDatastreamConnectionProfileConfig
-
getCreateWithoutValidation
public final Object getCreateWithoutValidation()
Description copied from interface:DatastreamConnectionProfileConfigCreate the connection profile without validating it.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#create_without_validation DatastreamConnectionProfile#create_without_validation}
- Specified by:
getCreateWithoutValidationin interfaceDatastreamConnectionProfileConfig
-
getForwardSshConnectivity
public final DatastreamConnectionProfileForwardSshConnectivity getForwardSshConnectivity()
Description copied from interface:DatastreamConnectionProfileConfigforward_ssh_connectivity block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#forward_ssh_connectivity DatastreamConnectionProfile#forward_ssh_connectivity}
- Specified by:
getForwardSshConnectivityin interfaceDatastreamConnectionProfileConfig
-
getGcsProfile
public final DatastreamConnectionProfileGcsProfile getGcsProfile()
Description copied from interface:DatastreamConnectionProfileConfiggcs_profile block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#gcs_profile DatastreamConnectionProfile#gcs_profile}
- Specified by:
getGcsProfilein interfaceDatastreamConnectionProfileConfig
-
getId
public final String getId()
Description copied from interface:DatastreamConnectionProfileConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#id DatastreamConnectionProfile#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceDatastreamConnectionProfileConfig
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:DatastreamConnectionProfileConfigLabels.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#labels DatastreamConnectionProfile#labels}
- Specified by:
getLabelsin interfaceDatastreamConnectionProfileConfig
-
getMysqlProfile
public final DatastreamConnectionProfileMysqlProfile getMysqlProfile()
Description copied from interface:DatastreamConnectionProfileConfigmysql_profile block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#mysql_profile DatastreamConnectionProfile#mysql_profile}
- Specified by:
getMysqlProfilein interfaceDatastreamConnectionProfileConfig
-
getOracleProfile
public final DatastreamConnectionProfileOracleProfile getOracleProfile()
Description copied from interface:DatastreamConnectionProfileConfigoracle_profile block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#oracle_profile DatastreamConnectionProfile#oracle_profile}
- Specified by:
getOracleProfilein interfaceDatastreamConnectionProfileConfig
-
getPostgresqlProfile
public final DatastreamConnectionProfilePostgresqlProfile getPostgresqlProfile()
Description copied from interface:DatastreamConnectionProfileConfigpostgresql_profile block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#postgresql_profile DatastreamConnectionProfile#postgresql_profile}
- Specified by:
getPostgresqlProfilein interfaceDatastreamConnectionProfileConfig
-
getPrivateConnectivity
public final DatastreamConnectionProfilePrivateConnectivity getPrivateConnectivity()
Description copied from interface:DatastreamConnectionProfileConfigprivate_connectivity block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#private_connectivity DatastreamConnectionProfile#private_connectivity}
- Specified by:
getPrivateConnectivityin interfaceDatastreamConnectionProfileConfig
-
getProject
public final String getProject()
Description copied from interface:DatastreamConnectionProfileConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#project DatastreamConnectionProfile#project}.- Specified by:
getProjectin interfaceDatastreamConnectionProfileConfig
-
getSqlServerProfile
public final DatastreamConnectionProfileSqlServerProfile getSqlServerProfile()
Description copied from interface:DatastreamConnectionProfileConfigsql_server_profile block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#sql_server_profile DatastreamConnectionProfile#sql_server_profile}
- Specified by:
getSqlServerProfilein interfaceDatastreamConnectionProfileConfig
-
getTimeouts
public final DatastreamConnectionProfileTimeouts getTimeouts()
Description copied from interface:DatastreamConnectionProfileConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#timeouts DatastreamConnectionProfile#timeouts}
- Specified by:
getTimeoutsin interfaceDatastreamConnectionProfileConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-