Interface DatastreamConnectionProfileConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DatastreamConnectionProfileConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.839Z") @Stability(Stable) public interface DatastreamConnectionProfileConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatastreamConnectionProfileConfig.BuilderA builder forDatastreamConnectionProfileConfigstatic classDatastreamConnectionProfileConfig.Jsii$ProxyAn implementation forDatastreamConnectionProfileConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DatastreamConnectionProfileConfig.Builderbuilder()default DatastreamConnectionProfileBigqueryProfilegetBigqueryProfile()bigquery_profile block.StringgetConnectionProfileId()The connection profile identifier.default ObjectgetCreateWithoutValidation()Create the connection profile without validating it.StringgetDisplayName()Display name.default DatastreamConnectionProfileForwardSshConnectivitygetForwardSshConnectivity()forward_ssh_connectivity block.default DatastreamConnectionProfileGcsProfilegetGcsProfile()gcs_profile block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#id DatastreamConnectionProfile#id}.default Map<String,String>getLabels()Labels.StringgetLocation()The name of the location this connection profile is located in.default DatastreamConnectionProfileMysqlProfilegetMysqlProfile()mysql_profile block.default DatastreamConnectionProfileOracleProfilegetOracleProfile()oracle_profile block.default DatastreamConnectionProfilePostgresqlProfilegetPostgresqlProfile()postgresql_profile block.default DatastreamConnectionProfilePrivateConnectivitygetPrivateConnectivity()private_connectivity block.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#project DatastreamConnectionProfile#project}.default DatastreamConnectionProfileSqlServerProfilegetSqlServerProfile()sql_server_profile block.default DatastreamConnectionProfileTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getConnectionProfileId
@Stability(Stable) @NotNull String getConnectionProfileId()
The 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}
-
getDisplayName
@Stability(Stable) @NotNull String getDisplayName()
Display 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}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The 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}
-
getBigqueryProfile
@Stability(Stable) @Nullable default DatastreamConnectionProfileBigqueryProfile getBigqueryProfile()
bigquery_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}
-
getCreateWithoutValidation
@Stability(Stable) @Nullable default Object getCreateWithoutValidation()
Create 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}
-
getForwardSshConnectivity
@Stability(Stable) @Nullable default DatastreamConnectionProfileForwardSshConnectivity getForwardSshConnectivity()
forward_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}
-
getGcsProfile
@Stability(Stable) @Nullable default DatastreamConnectionProfileGcsProfile getGcsProfile()
gcs_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}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs 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.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Labels.**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}
-
getMysqlProfile
@Stability(Stable) @Nullable default DatastreamConnectionProfileMysqlProfile getMysqlProfile()
mysql_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}
-
getOracleProfile
@Stability(Stable) @Nullable default DatastreamConnectionProfileOracleProfile getOracleProfile()
oracle_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}
-
getPostgresqlProfile
@Stability(Stable) @Nullable default DatastreamConnectionProfilePostgresqlProfile getPostgresqlProfile()
postgresql_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}
-
getPrivateConnectivity
@Stability(Stable) @Nullable default DatastreamConnectionProfilePrivateConnectivity getPrivateConnectivity()
private_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}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#project DatastreamConnectionProfile#project}.
-
getSqlServerProfile
@Stability(Stable) @Nullable default DatastreamConnectionProfileSqlServerProfile getSqlServerProfile()
sql_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}
-
getTimeouts
@Stability(Stable) @Nullable default DatastreamConnectionProfileTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#timeouts DatastreamConnectionProfile#timeouts}
-
builder
@Stability(Stable) static DatastreamConnectionProfileConfig.Builder builder()
-
-