1. Packages
  2. Google Cloud Native
  3. API Docs
  4. datastream
  5. datastream/v1
  6. ConnectionProfile

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.datastream/v1.ConnectionProfile

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Use this method to create a connection profile in a project and location. Auto-naming is currently not supported for this resource.

Create ConnectionProfile Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ConnectionProfile(name: string, args: ConnectionProfileArgs, opts?: CustomResourceOptions);
@overload
def ConnectionProfile(resource_name: str,
                      args: ConnectionProfileArgs,
                      opts: Optional[ResourceOptions] = None)

@overload
def ConnectionProfile(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      display_name: Optional[str] = None,
                      connection_profile_id: Optional[str] = None,
                      labels: Optional[Mapping[str, str]] = None,
                      force: Optional[bool] = None,
                      forward_ssh_connectivity: Optional[ForwardSshTunnelConnectivityArgs] = None,
                      gcs_profile: Optional[GcsProfileArgs] = None,
                      bigquery_profile: Optional[BigQueryProfileArgs] = None,
                      location: Optional[str] = None,
                      mysql_profile: Optional[MysqlProfileArgs] = None,
                      oracle_profile: Optional[OracleProfileArgs] = None,
                      postgresql_profile: Optional[PostgresqlProfileArgs] = None,
                      private_connectivity: Optional[PrivateConnectivityArgs] = None,
                      project: Optional[str] = None,
                      request_id: Optional[str] = None,
                      static_service_ip_connectivity: Optional[StaticServiceIpConnectivityArgs] = None)
func NewConnectionProfile(ctx *Context, name string, args ConnectionProfileArgs, opts ...ResourceOption) (*ConnectionProfile, error)
public ConnectionProfile(string name, ConnectionProfileArgs args, CustomResourceOptions? opts = null)
public ConnectionProfile(String name, ConnectionProfileArgs args)
public ConnectionProfile(String name, ConnectionProfileArgs args, CustomResourceOptions options)
type: google-native:datastream/v1:ConnectionProfile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ConnectionProfileArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ConnectionProfileArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ConnectionProfileArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ConnectionProfileArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ConnectionProfileArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var exampleconnectionProfileResourceResourceFromDatastreamv1 = new GoogleNative.Datastream.V1.ConnectionProfile("exampleconnectionProfileResourceResourceFromDatastreamv1", new()
{
    DisplayName = "string",
    ConnectionProfileId = "string",
    Labels = 
    {
        { "string", "string" },
    },
    Force = false,
    ForwardSshConnectivity = new GoogleNative.Datastream.V1.Inputs.ForwardSshTunnelConnectivityArgs
    {
        Hostname = "string",
        Username = "string",
        Password = "string",
        Port = 0,
        PrivateKey = "string",
    },
    GcsProfile = new GoogleNative.Datastream.V1.Inputs.GcsProfileArgs
    {
        Bucket = "string",
        RootPath = "string",
    },
    BigqueryProfile = null,
    Location = "string",
    MysqlProfile = new GoogleNative.Datastream.V1.Inputs.MysqlProfileArgs
    {
        Hostname = "string",
        Password = "string",
        Username = "string",
        Port = 0,
        SslConfig = new GoogleNative.Datastream.V1.Inputs.MysqlSslConfigArgs
        {
            CaCertificate = "string",
            ClientCertificate = "string",
            ClientKey = "string",
        },
    },
    OracleProfile = new GoogleNative.Datastream.V1.Inputs.OracleProfileArgs
    {
        DatabaseService = "string",
        Hostname = "string",
        Password = "string",
        Username = "string",
        ConnectionAttributes = 
        {
            { "string", "string" },
        },
        OracleSslConfig = new GoogleNative.Datastream.V1.Inputs.OracleSslConfigArgs
        {
            CaCertificate = "string",
        },
        Port = 0,
    },
    PostgresqlProfile = new GoogleNative.Datastream.V1.Inputs.PostgresqlProfileArgs
    {
        Database = "string",
        Hostname = "string",
        Password = "string",
        Username = "string",
        Port = 0,
    },
    PrivateConnectivity = new GoogleNative.Datastream.V1.Inputs.PrivateConnectivityArgs
    {
        PrivateConnection = "string",
    },
    Project = "string",
    RequestId = "string",
    StaticServiceIpConnectivity = null,
});
Copy
example, err := datastream.NewConnectionProfile(ctx, "exampleconnectionProfileResourceResourceFromDatastreamv1", &datastream.ConnectionProfileArgs{
	DisplayName:         pulumi.String("string"),
	ConnectionProfileId: pulumi.String("string"),
	Labels: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	Force: pulumi.Bool(false),
	ForwardSshConnectivity: &datastream.ForwardSshTunnelConnectivityArgs{
		Hostname:   pulumi.String("string"),
		Username:   pulumi.String("string"),
		Password:   pulumi.String("string"),
		Port:       pulumi.Int(0),
		PrivateKey: pulumi.String("string"),
	},
	GcsProfile: &datastream.GcsProfileArgs{
		Bucket:   pulumi.String("string"),
		RootPath: pulumi.String("string"),
	},
	BigqueryProfile: &datastream.BigQueryProfileArgs{},
	Location:        pulumi.String("string"),
	MysqlProfile: &datastream.MysqlProfileArgs{
		Hostname: pulumi.String("string"),
		Password: pulumi.String("string"),
		Username: pulumi.String("string"),
		Port:     pulumi.Int(0),
		SslConfig: &datastream.MysqlSslConfigArgs{
			CaCertificate:     pulumi.String("string"),
			ClientCertificate: pulumi.String("string"),
			ClientKey:         pulumi.String("string"),
		},
	},
	OracleProfile: &datastream.OracleProfileArgs{
		DatabaseService: pulumi.String("string"),
		Hostname:        pulumi.String("string"),
		Password:        pulumi.String("string"),
		Username:        pulumi.String("string"),
		ConnectionAttributes: pulumi.StringMap{
			"string": pulumi.String("string"),
		},
		OracleSslConfig: &datastream.OracleSslConfigArgs{
			CaCertificate: pulumi.String("string"),
		},
		Port: pulumi.Int(0),
	},
	PostgresqlProfile: &datastream.PostgresqlProfileArgs{
		Database: pulumi.String("string"),
		Hostname: pulumi.String("string"),
		Password: pulumi.String("string"),
		Username: pulumi.String("string"),
		Port:     pulumi.Int(0),
	},
	PrivateConnectivity: &datastream.PrivateConnectivityArgs{
		PrivateConnection: pulumi.String("string"),
	},
	Project:                     pulumi.String("string"),
	RequestId:                   pulumi.String("string"),
	StaticServiceIpConnectivity: &datastream.StaticServiceIpConnectivityArgs{},
})
Copy
var exampleconnectionProfileResourceResourceFromDatastreamv1 = new ConnectionProfile("exampleconnectionProfileResourceResourceFromDatastreamv1", ConnectionProfileArgs.builder()
    .displayName("string")
    .connectionProfileId("string")
    .labels(Map.of("string", "string"))
    .force(false)
    .forwardSshConnectivity(ForwardSshTunnelConnectivityArgs.builder()
        .hostname("string")
        .username("string")
        .password("string")
        .port(0)
        .privateKey("string")
        .build())
    .gcsProfile(GcsProfileArgs.builder()
        .bucket("string")
        .rootPath("string")
        .build())
    .bigqueryProfile()
    .location("string")
    .mysqlProfile(MysqlProfileArgs.builder()
        .hostname("string")
        .password("string")
        .username("string")
        .port(0)
        .sslConfig(MysqlSslConfigArgs.builder()
            .caCertificate("string")
            .clientCertificate("string")
            .clientKey("string")
            .build())
        .build())
    .oracleProfile(OracleProfileArgs.builder()
        .databaseService("string")
        .hostname("string")
        .password("string")
        .username("string")
        .connectionAttributes(Map.of("string", "string"))
        .oracleSslConfig(OracleSslConfigArgs.builder()
            .caCertificate("string")
            .build())
        .port(0)
        .build())
    .postgresqlProfile(PostgresqlProfileArgs.builder()
        .database("string")
        .hostname("string")
        .password("string")
        .username("string")
        .port(0)
        .build())
    .privateConnectivity(PrivateConnectivityArgs.builder()
        .privateConnection("string")
        .build())
    .project("string")
    .requestId("string")
    .staticServiceIpConnectivity()
    .build());
Copy
exampleconnection_profile_resource_resource_from_datastreamv1 = google_native.datastream.v1.ConnectionProfile("exampleconnectionProfileResourceResourceFromDatastreamv1",
    display_name="string",
    connection_profile_id="string",
    labels={
        "string": "string",
    },
    force=False,
    forward_ssh_connectivity={
        "hostname": "string",
        "username": "string",
        "password": "string",
        "port": 0,
        "private_key": "string",
    },
    gcs_profile={
        "bucket": "string",
        "root_path": "string",
    },
    bigquery_profile={},
    location="string",
    mysql_profile={
        "hostname": "string",
        "password": "string",
        "username": "string",
        "port": 0,
        "ssl_config": {
            "ca_certificate": "string",
            "client_certificate": "string",
            "client_key": "string",
        },
    },
    oracle_profile={
        "database_service": "string",
        "hostname": "string",
        "password": "string",
        "username": "string",
        "connection_attributes": {
            "string": "string",
        },
        "oracle_ssl_config": {
            "ca_certificate": "string",
        },
        "port": 0,
    },
    postgresql_profile={
        "database": "string",
        "hostname": "string",
        "password": "string",
        "username": "string",
        "port": 0,
    },
    private_connectivity={
        "private_connection": "string",
    },
    project="string",
    request_id="string",
    static_service_ip_connectivity={})
Copy
const exampleconnectionProfileResourceResourceFromDatastreamv1 = new google_native.datastream.v1.ConnectionProfile("exampleconnectionProfileResourceResourceFromDatastreamv1", {
    displayName: "string",
    connectionProfileId: "string",
    labels: {
        string: "string",
    },
    force: false,
    forwardSshConnectivity: {
        hostname: "string",
        username: "string",
        password: "string",
        port: 0,
        privateKey: "string",
    },
    gcsProfile: {
        bucket: "string",
        rootPath: "string",
    },
    bigqueryProfile: {},
    location: "string",
    mysqlProfile: {
        hostname: "string",
        password: "string",
        username: "string",
        port: 0,
        sslConfig: {
            caCertificate: "string",
            clientCertificate: "string",
            clientKey: "string",
        },
    },
    oracleProfile: {
        databaseService: "string",
        hostname: "string",
        password: "string",
        username: "string",
        connectionAttributes: {
            string: "string",
        },
        oracleSslConfig: {
            caCertificate: "string",
        },
        port: 0,
    },
    postgresqlProfile: {
        database: "string",
        hostname: "string",
        password: "string",
        username: "string",
        port: 0,
    },
    privateConnectivity: {
        privateConnection: "string",
    },
    project: "string",
    requestId: "string",
    staticServiceIpConnectivity: {},
});
Copy
type: google-native:datastream/v1:ConnectionProfile
properties:
    bigqueryProfile: {}
    connectionProfileId: string
    displayName: string
    force: false
    forwardSshConnectivity:
        hostname: string
        password: string
        port: 0
        privateKey: string
        username: string
    gcsProfile:
        bucket: string
        rootPath: string
    labels:
        string: string
    location: string
    mysqlProfile:
        hostname: string
        password: string
        port: 0
        sslConfig:
            caCertificate: string
            clientCertificate: string
            clientKey: string
        username: string
    oracleProfile:
        connectionAttributes:
            string: string
        databaseService: string
        hostname: string
        oracleSslConfig:
            caCertificate: string
        password: string
        port: 0
        username: string
    postgresqlProfile:
        database: string
        hostname: string
        password: string
        port: 0
        username: string
    privateConnectivity:
        privateConnection: string
    project: string
    requestId: string
    staticServiceIpConnectivity: {}
Copy

ConnectionProfile Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The ConnectionProfile resource accepts the following input properties:

ConnectionProfileId
This property is required.
Changes to this property will trigger replacement.
string
Required. The connection profile identifier.
DisplayName This property is required. string
Display name.
BigqueryProfile Pulumi.GoogleNative.Datastream.V1.Inputs.BigQueryProfile
BigQuery Connection Profile configuration.
Force bool
Optional. Create the connection profile without validating it.
ForwardSshConnectivity Pulumi.GoogleNative.Datastream.V1.Inputs.ForwardSshTunnelConnectivity
Forward SSH tunnel connectivity.
GcsProfile Pulumi.GoogleNative.Datastream.V1.Inputs.GcsProfile
Cloud Storage ConnectionProfile configuration.
Labels Dictionary<string, string>
Labels.
Location Changes to this property will trigger replacement. string
MysqlProfile Pulumi.GoogleNative.Datastream.V1.Inputs.MysqlProfile
MySQL ConnectionProfile configuration.
OracleProfile Pulumi.GoogleNative.Datastream.V1.Inputs.OracleProfile
Oracle ConnectionProfile configuration.
PostgresqlProfile Pulumi.GoogleNative.Datastream.V1.Inputs.PostgresqlProfile
PostgreSQL Connection Profile configuration.
PrivateConnectivity Pulumi.GoogleNative.Datastream.V1.Inputs.PrivateConnectivity
Private connectivity.
Project Changes to this property will trigger replacement. string
RequestId string
Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
StaticServiceIpConnectivity Pulumi.GoogleNative.Datastream.V1.Inputs.StaticServiceIpConnectivity
Static Service IP connectivity.
ConnectionProfileId
This property is required.
Changes to this property will trigger replacement.
string
Required. The connection profile identifier.
DisplayName This property is required. string
Display name.
BigqueryProfile BigQueryProfileArgs
BigQuery Connection Profile configuration.
Force bool
Optional. Create the connection profile without validating it.
ForwardSshConnectivity ForwardSshTunnelConnectivityArgs
Forward SSH tunnel connectivity.
GcsProfile GcsProfileArgs
Cloud Storage ConnectionProfile configuration.
Labels map[string]string
Labels.
Location Changes to this property will trigger replacement. string
MysqlProfile MysqlProfileArgs
MySQL ConnectionProfile configuration.
OracleProfile OracleProfileArgs
Oracle ConnectionProfile configuration.
PostgresqlProfile PostgresqlProfileArgs
PostgreSQL Connection Profile configuration.
PrivateConnectivity PrivateConnectivityArgs
Private connectivity.
Project Changes to this property will trigger replacement. string
RequestId string
Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
StaticServiceIpConnectivity StaticServiceIpConnectivityArgs
Static Service IP connectivity.
connectionProfileId
This property is required.
Changes to this property will trigger replacement.
String
Required. The connection profile identifier.
displayName This property is required. String
Display name.
bigqueryProfile BigQueryProfile
BigQuery Connection Profile configuration.
force Boolean
Optional. Create the connection profile without validating it.
forwardSshConnectivity ForwardSshTunnelConnectivity
Forward SSH tunnel connectivity.
gcsProfile GcsProfile
Cloud Storage ConnectionProfile configuration.
labels Map<String,String>
Labels.
location Changes to this property will trigger replacement. String
mysqlProfile MysqlProfile
MySQL ConnectionProfile configuration.
oracleProfile OracleProfile
Oracle ConnectionProfile configuration.
postgresqlProfile PostgresqlProfile
PostgreSQL Connection Profile configuration.
privateConnectivity PrivateConnectivity
Private connectivity.
project Changes to this property will trigger replacement. String
requestId String
Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
staticServiceIpConnectivity StaticServiceIpConnectivity
Static Service IP connectivity.
connectionProfileId
This property is required.
Changes to this property will trigger replacement.
string
Required. The connection profile identifier.
displayName This property is required. string
Display name.
bigqueryProfile BigQueryProfile
BigQuery Connection Profile configuration.
force boolean
Optional. Create the connection profile without validating it.
forwardSshConnectivity ForwardSshTunnelConnectivity
Forward SSH tunnel connectivity.
gcsProfile GcsProfile
Cloud Storage ConnectionProfile configuration.
labels {[key: string]: string}
Labels.
location Changes to this property will trigger replacement. string
mysqlProfile MysqlProfile
MySQL ConnectionProfile configuration.
oracleProfile OracleProfile
Oracle ConnectionProfile configuration.
postgresqlProfile PostgresqlProfile
PostgreSQL Connection Profile configuration.
privateConnectivity PrivateConnectivity
Private connectivity.
project Changes to this property will trigger replacement. string
requestId string
Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
staticServiceIpConnectivity StaticServiceIpConnectivity
Static Service IP connectivity.
connection_profile_id
This property is required.
Changes to this property will trigger replacement.
str
Required. The connection profile identifier.
display_name This property is required. str
Display name.
bigquery_profile BigQueryProfileArgs
BigQuery Connection Profile configuration.
force bool
Optional. Create the connection profile without validating it.
forward_ssh_connectivity ForwardSshTunnelConnectivityArgs
Forward SSH tunnel connectivity.
gcs_profile GcsProfileArgs
Cloud Storage ConnectionProfile configuration.
labels Mapping[str, str]
Labels.
location Changes to this property will trigger replacement. str
mysql_profile MysqlProfileArgs
MySQL ConnectionProfile configuration.
oracle_profile OracleProfileArgs
Oracle ConnectionProfile configuration.
postgresql_profile PostgresqlProfileArgs
PostgreSQL Connection Profile configuration.
private_connectivity PrivateConnectivityArgs
Private connectivity.
project Changes to this property will trigger replacement. str
request_id str
Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
static_service_ip_connectivity StaticServiceIpConnectivityArgs
Static Service IP connectivity.
connectionProfileId
This property is required.
Changes to this property will trigger replacement.
String
Required. The connection profile identifier.
displayName This property is required. String
Display name.
bigqueryProfile Property Map
BigQuery Connection Profile configuration.
force Boolean
Optional. Create the connection profile without validating it.
forwardSshConnectivity Property Map
Forward SSH tunnel connectivity.
gcsProfile Property Map
Cloud Storage ConnectionProfile configuration.
labels Map<String>
Labels.
location Changes to this property will trigger replacement. String
mysqlProfile Property Map
MySQL ConnectionProfile configuration.
oracleProfile Property Map
Oracle ConnectionProfile configuration.
postgresqlProfile Property Map
PostgreSQL Connection Profile configuration.
privateConnectivity Property Map
Private connectivity.
project Changes to this property will trigger replacement. String
requestId String
Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
staticServiceIpConnectivity Property Map
Static Service IP connectivity.

Outputs

All input properties are implicitly available as output properties. Additionally, the ConnectionProfile resource produces the following output properties:

CreateTime string
The create time of the resource.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The resource's name.
UpdateTime string
The update time of the resource.
CreateTime string
The create time of the resource.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The resource's name.
UpdateTime string
The update time of the resource.
createTime String
The create time of the resource.
id String
The provider-assigned unique ID for this managed resource.
name String
The resource's name.
updateTime String
The update time of the resource.
createTime string
The create time of the resource.
id string
The provider-assigned unique ID for this managed resource.
name string
The resource's name.
updateTime string
The update time of the resource.
create_time str
The create time of the resource.
id str
The provider-assigned unique ID for this managed resource.
name str
The resource's name.
update_time str
The update time of the resource.
createTime String
The create time of the resource.
id String
The provider-assigned unique ID for this managed resource.
name String
The resource's name.
updateTime String
The update time of the resource.

Supporting Types

ForwardSshTunnelConnectivity
, ForwardSshTunnelConnectivityArgs

Hostname This property is required. string
Hostname for the SSH tunnel.
Username This property is required. string
Username for the SSH tunnel.
Password string
Input only. SSH password.
Port int
Port for the SSH tunnel, default value is 22.
PrivateKey string
Input only. SSH private key.
Hostname This property is required. string
Hostname for the SSH tunnel.
Username This property is required. string
Username for the SSH tunnel.
Password string
Input only. SSH password.
Port int
Port for the SSH tunnel, default value is 22.
PrivateKey string
Input only. SSH private key.
hostname This property is required. String
Hostname for the SSH tunnel.
username This property is required. String
Username for the SSH tunnel.
password String
Input only. SSH password.
port Integer
Port for the SSH tunnel, default value is 22.
privateKey String
Input only. SSH private key.
hostname This property is required. string
Hostname for the SSH tunnel.
username This property is required. string
Username for the SSH tunnel.
password string
Input only. SSH password.
port number
Port for the SSH tunnel, default value is 22.
privateKey string
Input only. SSH private key.
hostname This property is required. str
Hostname for the SSH tunnel.
username This property is required. str
Username for the SSH tunnel.
password str
Input only. SSH password.
port int
Port for the SSH tunnel, default value is 22.
private_key str
Input only. SSH private key.
hostname This property is required. String
Hostname for the SSH tunnel.
username This property is required. String
Username for the SSH tunnel.
password String
Input only. SSH password.
port Number
Port for the SSH tunnel, default value is 22.
privateKey String
Input only. SSH private key.

ForwardSshTunnelConnectivityResponse
, ForwardSshTunnelConnectivityResponseArgs

Hostname This property is required. string
Hostname for the SSH tunnel.
Password This property is required. string
Input only. SSH password.
Port This property is required. int
Port for the SSH tunnel, default value is 22.
PrivateKey This property is required. string
Input only. SSH private key.
Username This property is required. string
Username for the SSH tunnel.
Hostname This property is required. string
Hostname for the SSH tunnel.
Password This property is required. string
Input only. SSH password.
Port This property is required. int
Port for the SSH tunnel, default value is 22.
PrivateKey This property is required. string
Input only. SSH private key.
Username This property is required. string
Username for the SSH tunnel.
hostname This property is required. String
Hostname for the SSH tunnel.
password This property is required. String
Input only. SSH password.
port This property is required. Integer
Port for the SSH tunnel, default value is 22.
privateKey This property is required. String
Input only. SSH private key.
username This property is required. String
Username for the SSH tunnel.
hostname This property is required. string
Hostname for the SSH tunnel.
password This property is required. string
Input only. SSH password.
port This property is required. number
Port for the SSH tunnel, default value is 22.
privateKey This property is required. string
Input only. SSH private key.
username This property is required. string
Username for the SSH tunnel.
hostname This property is required. str
Hostname for the SSH tunnel.
password This property is required. str
Input only. SSH password.
port This property is required. int
Port for the SSH tunnel, default value is 22.
private_key This property is required. str
Input only. SSH private key.
username This property is required. str
Username for the SSH tunnel.
hostname This property is required. String
Hostname for the SSH tunnel.
password This property is required. String
Input only. SSH password.
port This property is required. Number
Port for the SSH tunnel, default value is 22.
privateKey This property is required. String
Input only. SSH private key.
username This property is required. String
Username for the SSH tunnel.

GcsProfile
, GcsProfileArgs

Bucket This property is required. string
The Cloud Storage bucket name.
RootPath string
The root path inside the Cloud Storage bucket.
Bucket This property is required. string
The Cloud Storage bucket name.
RootPath string
The root path inside the Cloud Storage bucket.
bucket This property is required. String
The Cloud Storage bucket name.
rootPath String
The root path inside the Cloud Storage bucket.
bucket This property is required. string
The Cloud Storage bucket name.
rootPath string
The root path inside the Cloud Storage bucket.
bucket This property is required. str
The Cloud Storage bucket name.
root_path str
The root path inside the Cloud Storage bucket.
bucket This property is required. String
The Cloud Storage bucket name.
rootPath String
The root path inside the Cloud Storage bucket.

GcsProfileResponse
, GcsProfileResponseArgs

Bucket This property is required. string
The Cloud Storage bucket name.
RootPath This property is required. string
The root path inside the Cloud Storage bucket.
Bucket This property is required. string
The Cloud Storage bucket name.
RootPath This property is required. string
The root path inside the Cloud Storage bucket.
bucket This property is required. String
The Cloud Storage bucket name.
rootPath This property is required. String
The root path inside the Cloud Storage bucket.
bucket This property is required. string
The Cloud Storage bucket name.
rootPath This property is required. string
The root path inside the Cloud Storage bucket.
bucket This property is required. str
The Cloud Storage bucket name.
root_path This property is required. str
The root path inside the Cloud Storage bucket.
bucket This property is required. String
The Cloud Storage bucket name.
rootPath This property is required. String
The root path inside the Cloud Storage bucket.

MysqlProfile
, MysqlProfileArgs

Hostname This property is required. string
Hostname for the MySQL connection.
Password This property is required. string
Input only. Password for the MySQL connection.
Username This property is required. string
Username for the MySQL connection.
Port int
Port for the MySQL connection, default value is 3306.
SslConfig Pulumi.GoogleNative.Datastream.V1.Inputs.MysqlSslConfig
SSL configuration for the MySQL connection.
Hostname This property is required. string
Hostname for the MySQL connection.
Password This property is required. string
Input only. Password for the MySQL connection.
Username This property is required. string
Username for the MySQL connection.
Port int
Port for the MySQL connection, default value is 3306.
SslConfig MysqlSslConfig
SSL configuration for the MySQL connection.
hostname This property is required. String
Hostname for the MySQL connection.
password This property is required. String
Input only. Password for the MySQL connection.
username This property is required. String
Username for the MySQL connection.
port Integer
Port for the MySQL connection, default value is 3306.
sslConfig MysqlSslConfig
SSL configuration for the MySQL connection.
hostname This property is required. string
Hostname for the MySQL connection.
password This property is required. string
Input only. Password for the MySQL connection.
username This property is required. string
Username for the MySQL connection.
port number
Port for the MySQL connection, default value is 3306.
sslConfig MysqlSslConfig
SSL configuration for the MySQL connection.
hostname This property is required. str
Hostname for the MySQL connection.
password This property is required. str
Input only. Password for the MySQL connection.
username This property is required. str
Username for the MySQL connection.
port int
Port for the MySQL connection, default value is 3306.
ssl_config MysqlSslConfig
SSL configuration for the MySQL connection.
hostname This property is required. String
Hostname for the MySQL connection.
password This property is required. String
Input only. Password for the MySQL connection.
username This property is required. String
Username for the MySQL connection.
port Number
Port for the MySQL connection, default value is 3306.
sslConfig Property Map
SSL configuration for the MySQL connection.

MysqlProfileResponse
, MysqlProfileResponseArgs

Hostname This property is required. string
Hostname for the MySQL connection.
Password This property is required. string
Input only. Password for the MySQL connection.
Port This property is required. int
Port for the MySQL connection, default value is 3306.
SslConfig This property is required. Pulumi.GoogleNative.Datastream.V1.Inputs.MysqlSslConfigResponse
SSL configuration for the MySQL connection.
Username This property is required. string
Username for the MySQL connection.
Hostname This property is required. string
Hostname for the MySQL connection.
Password This property is required. string
Input only. Password for the MySQL connection.
Port This property is required. int
Port for the MySQL connection, default value is 3306.
SslConfig This property is required. MysqlSslConfigResponse
SSL configuration for the MySQL connection.
Username This property is required. string
Username for the MySQL connection.
hostname This property is required. String
Hostname for the MySQL connection.
password This property is required. String
Input only. Password for the MySQL connection.
port This property is required. Integer
Port for the MySQL connection, default value is 3306.
sslConfig This property is required. MysqlSslConfigResponse
SSL configuration for the MySQL connection.
username This property is required. String
Username for the MySQL connection.
hostname This property is required. string
Hostname for the MySQL connection.
password This property is required. string
Input only. Password for the MySQL connection.
port This property is required. number
Port for the MySQL connection, default value is 3306.
sslConfig This property is required. MysqlSslConfigResponse
SSL configuration for the MySQL connection.
username This property is required. string
Username for the MySQL connection.
hostname This property is required. str
Hostname for the MySQL connection.
password This property is required. str
Input only. Password for the MySQL connection.
port This property is required. int
Port for the MySQL connection, default value is 3306.
ssl_config This property is required. MysqlSslConfigResponse
SSL configuration for the MySQL connection.
username This property is required. str
Username for the MySQL connection.
hostname This property is required. String
Hostname for the MySQL connection.
password This property is required. String
Input only. Password for the MySQL connection.
port This property is required. Number
Port for the MySQL connection, default value is 3306.
sslConfig This property is required. Property Map
SSL configuration for the MySQL connection.
username This property is required. String
Username for the MySQL connection.

MysqlSslConfig
, MysqlSslConfigArgs

CaCertificate string
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
ClientCertificate string
Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
ClientKey string
Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
CaCertificate string
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
ClientCertificate string
Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
ClientKey string
Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
caCertificate String
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
clientCertificate String
Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
clientKey String
Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
caCertificate string
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
clientCertificate string
Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
clientKey string
Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
ca_certificate str
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
client_certificate str
Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
client_key str
Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
caCertificate String
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
clientCertificate String
Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
clientKey String
Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.

MysqlSslConfigResponse
, MysqlSslConfigResponseArgs

CaCertificate This property is required. string
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
CaCertificateSet This property is required. bool
Indicates whether the ca_certificate field is set.
ClientCertificate This property is required. string
Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
ClientCertificateSet This property is required. bool
Indicates whether the client_certificate field is set.
ClientKey This property is required. string
Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
ClientKeySet This property is required. bool
Indicates whether the client_key field is set.
CaCertificate This property is required. string
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
CaCertificateSet This property is required. bool
Indicates whether the ca_certificate field is set.
ClientCertificate This property is required. string
Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
ClientCertificateSet This property is required. bool
Indicates whether the client_certificate field is set.
ClientKey This property is required. string
Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
ClientKeySet This property is required. bool
Indicates whether the client_key field is set.
caCertificate This property is required. String
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
caCertificateSet This property is required. Boolean
Indicates whether the ca_certificate field is set.
clientCertificate This property is required. String
Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
clientCertificateSet This property is required. Boolean
Indicates whether the client_certificate field is set.
clientKey This property is required. String
Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
clientKeySet This property is required. Boolean
Indicates whether the client_key field is set.
caCertificate This property is required. string
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
caCertificateSet This property is required. boolean
Indicates whether the ca_certificate field is set.
clientCertificate This property is required. string
Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
clientCertificateSet This property is required. boolean
Indicates whether the client_certificate field is set.
clientKey This property is required. string
Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
clientKeySet This property is required. boolean
Indicates whether the client_key field is set.
ca_certificate This property is required. str
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
ca_certificate_set This property is required. bool
Indicates whether the ca_certificate field is set.
client_certificate This property is required. str
Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
client_certificate_set This property is required. bool
Indicates whether the client_certificate field is set.
client_key This property is required. str
Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
client_key_set This property is required. bool
Indicates whether the client_key field is set.
caCertificate This property is required. String
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
caCertificateSet This property is required. Boolean
Indicates whether the ca_certificate field is set.
clientCertificate This property is required. String
Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
clientCertificateSet This property is required. Boolean
Indicates whether the client_certificate field is set.
clientKey This property is required. String
Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
clientKeySet This property is required. Boolean
Indicates whether the client_key field is set.

OracleProfile
, OracleProfileArgs

DatabaseService This property is required. string
Database for the Oracle connection.
Hostname This property is required. string
Hostname for the Oracle connection.
Password This property is required. string
Password for the Oracle connection.
Username This property is required. string
Username for the Oracle connection.
ConnectionAttributes Dictionary<string, string>
Connection string attributes
OracleSslConfig Pulumi.GoogleNative.Datastream.V1.Inputs.OracleSslConfig
Optional. SSL configuration for the Oracle connection.
Port int
Port for the Oracle connection, default value is 1521.
DatabaseService This property is required. string
Database for the Oracle connection.
Hostname This property is required. string
Hostname for the Oracle connection.
Password This property is required. string
Password for the Oracle connection.
Username This property is required. string
Username for the Oracle connection.
ConnectionAttributes map[string]string
Connection string attributes
OracleSslConfig OracleSslConfig
Optional. SSL configuration for the Oracle connection.
Port int
Port for the Oracle connection, default value is 1521.
databaseService This property is required. String
Database for the Oracle connection.
hostname This property is required. String
Hostname for the Oracle connection.
password This property is required. String
Password for the Oracle connection.
username This property is required. String
Username for the Oracle connection.
connectionAttributes Map<String,String>
Connection string attributes
oracleSslConfig OracleSslConfig
Optional. SSL configuration for the Oracle connection.
port Integer
Port for the Oracle connection, default value is 1521.
databaseService This property is required. string
Database for the Oracle connection.
hostname This property is required. string
Hostname for the Oracle connection.
password This property is required. string
Password for the Oracle connection.
username This property is required. string
Username for the Oracle connection.
connectionAttributes {[key: string]: string}
Connection string attributes
oracleSslConfig OracleSslConfig
Optional. SSL configuration for the Oracle connection.
port number
Port for the Oracle connection, default value is 1521.
database_service This property is required. str
Database for the Oracle connection.
hostname This property is required. str
Hostname for the Oracle connection.
password This property is required. str
Password for the Oracle connection.
username This property is required. str
Username for the Oracle connection.
connection_attributes Mapping[str, str]
Connection string attributes
oracle_ssl_config OracleSslConfig
Optional. SSL configuration for the Oracle connection.
port int
Port for the Oracle connection, default value is 1521.
databaseService This property is required. String
Database for the Oracle connection.
hostname This property is required. String
Hostname for the Oracle connection.
password This property is required. String
Password for the Oracle connection.
username This property is required. String
Username for the Oracle connection.
connectionAttributes Map<String>
Connection string attributes
oracleSslConfig Property Map
Optional. SSL configuration for the Oracle connection.
port Number
Port for the Oracle connection, default value is 1521.

OracleProfileResponse
, OracleProfileResponseArgs

ConnectionAttributes This property is required. Dictionary<string, string>
Connection string attributes
DatabaseService This property is required. string
Database for the Oracle connection.
Hostname This property is required. string
Hostname for the Oracle connection.
OracleSslConfig This property is required. Pulumi.GoogleNative.Datastream.V1.Inputs.OracleSslConfigResponse
Optional. SSL configuration for the Oracle connection.
Password This property is required. string
Password for the Oracle connection.
Port This property is required. int
Port for the Oracle connection, default value is 1521.
Username This property is required. string
Username for the Oracle connection.
ConnectionAttributes This property is required. map[string]string
Connection string attributes
DatabaseService This property is required. string
Database for the Oracle connection.
Hostname This property is required. string
Hostname for the Oracle connection.
OracleSslConfig This property is required. OracleSslConfigResponse
Optional. SSL configuration for the Oracle connection.
Password This property is required. string
Password for the Oracle connection.
Port This property is required. int
Port for the Oracle connection, default value is 1521.
Username This property is required. string
Username for the Oracle connection.
connectionAttributes This property is required. Map<String,String>
Connection string attributes
databaseService This property is required. String
Database for the Oracle connection.
hostname This property is required. String
Hostname for the Oracle connection.
oracleSslConfig This property is required. OracleSslConfigResponse
Optional. SSL configuration for the Oracle connection.
password This property is required. String
Password for the Oracle connection.
port This property is required. Integer
Port for the Oracle connection, default value is 1521.
username This property is required. String
Username for the Oracle connection.
connectionAttributes This property is required. {[key: string]: string}
Connection string attributes
databaseService This property is required. string
Database for the Oracle connection.
hostname This property is required. string
Hostname for the Oracle connection.
oracleSslConfig This property is required. OracleSslConfigResponse
Optional. SSL configuration for the Oracle connection.
password This property is required. string
Password for the Oracle connection.
port This property is required. number
Port for the Oracle connection, default value is 1521.
username This property is required. string
Username for the Oracle connection.
connection_attributes This property is required. Mapping[str, str]
Connection string attributes
database_service This property is required. str
Database for the Oracle connection.
hostname This property is required. str
Hostname for the Oracle connection.
oracle_ssl_config This property is required. OracleSslConfigResponse
Optional. SSL configuration for the Oracle connection.
password This property is required. str
Password for the Oracle connection.
port This property is required. int
Port for the Oracle connection, default value is 1521.
username This property is required. str
Username for the Oracle connection.
connectionAttributes This property is required. Map<String>
Connection string attributes
databaseService This property is required. String
Database for the Oracle connection.
hostname This property is required. String
Hostname for the Oracle connection.
oracleSslConfig This property is required. Property Map
Optional. SSL configuration for the Oracle connection.
password This property is required. String
Password for the Oracle connection.
port This property is required. Number
Port for the Oracle connection, default value is 1521.
username This property is required. String
Username for the Oracle connection.

OracleSslConfig
, OracleSslConfigArgs

CaCertificate string
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
CaCertificate string
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
caCertificate String
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
caCertificate string
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
ca_certificate str
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
caCertificate String
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.

OracleSslConfigResponse
, OracleSslConfigResponseArgs

CaCertificate This property is required. string
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
CaCertificateSet This property is required. bool
Indicates whether the ca_certificate field has been set for this Connection-Profile.
CaCertificate This property is required. string
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
CaCertificateSet This property is required. bool
Indicates whether the ca_certificate field has been set for this Connection-Profile.
caCertificate This property is required. String
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
caCertificateSet This property is required. Boolean
Indicates whether the ca_certificate field has been set for this Connection-Profile.
caCertificate This property is required. string
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
caCertificateSet This property is required. boolean
Indicates whether the ca_certificate field has been set for this Connection-Profile.
ca_certificate This property is required. str
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
ca_certificate_set This property is required. bool
Indicates whether the ca_certificate field has been set for this Connection-Profile.
caCertificate This property is required. String
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
caCertificateSet This property is required. Boolean
Indicates whether the ca_certificate field has been set for this Connection-Profile.

PostgresqlProfile
, PostgresqlProfileArgs

Database This property is required. string
Database for the PostgreSQL connection.
Hostname This property is required. string
Hostname for the PostgreSQL connection.
Password This property is required. string
Password for the PostgreSQL connection.
Username This property is required. string
Username for the PostgreSQL connection.
Port int
Port for the PostgreSQL connection, default value is 5432.
Database This property is required. string
Database for the PostgreSQL connection.
Hostname This property is required. string
Hostname for the PostgreSQL connection.
Password This property is required. string
Password for the PostgreSQL connection.
Username This property is required. string
Username for the PostgreSQL connection.
Port int
Port for the PostgreSQL connection, default value is 5432.
database This property is required. String
Database for the PostgreSQL connection.
hostname This property is required. String
Hostname for the PostgreSQL connection.
password This property is required. String
Password for the PostgreSQL connection.
username This property is required. String
Username for the PostgreSQL connection.
port Integer
Port for the PostgreSQL connection, default value is 5432.
database This property is required. string
Database for the PostgreSQL connection.
hostname This property is required. string
Hostname for the PostgreSQL connection.
password This property is required. string
Password for the PostgreSQL connection.
username This property is required. string
Username for the PostgreSQL connection.
port number
Port for the PostgreSQL connection, default value is 5432.
database This property is required. str
Database for the PostgreSQL connection.
hostname This property is required. str
Hostname for the PostgreSQL connection.
password This property is required. str
Password for the PostgreSQL connection.
username This property is required. str
Username for the PostgreSQL connection.
port int
Port for the PostgreSQL connection, default value is 5432.
database This property is required. String
Database for the PostgreSQL connection.
hostname This property is required. String
Hostname for the PostgreSQL connection.
password This property is required. String
Password for the PostgreSQL connection.
username This property is required. String
Username for the PostgreSQL connection.
port Number
Port for the PostgreSQL connection, default value is 5432.

PostgresqlProfileResponse
, PostgresqlProfileResponseArgs

Database This property is required. string
Database for the PostgreSQL connection.
Hostname This property is required. string
Hostname for the PostgreSQL connection.
Password This property is required. string
Password for the PostgreSQL connection.
Port This property is required. int
Port for the PostgreSQL connection, default value is 5432.
Username This property is required. string
Username for the PostgreSQL connection.
Database This property is required. string
Database for the PostgreSQL connection.
Hostname This property is required. string
Hostname for the PostgreSQL connection.
Password This property is required. string
Password for the PostgreSQL connection.
Port This property is required. int
Port for the PostgreSQL connection, default value is 5432.
Username This property is required. string
Username for the PostgreSQL connection.
database This property is required. String
Database for the PostgreSQL connection.
hostname This property is required. String
Hostname for the PostgreSQL connection.
password This property is required. String
Password for the PostgreSQL connection.
port This property is required. Integer
Port for the PostgreSQL connection, default value is 5432.
username This property is required. String
Username for the PostgreSQL connection.
database This property is required. string
Database for the PostgreSQL connection.
hostname This property is required. string
Hostname for the PostgreSQL connection.
password This property is required. string
Password for the PostgreSQL connection.
port This property is required. number
Port for the PostgreSQL connection, default value is 5432.
username This property is required. string
Username for the PostgreSQL connection.
database This property is required. str
Database for the PostgreSQL connection.
hostname This property is required. str
Hostname for the PostgreSQL connection.
password This property is required. str
Password for the PostgreSQL connection.
port This property is required. int
Port for the PostgreSQL connection, default value is 5432.
username This property is required. str
Username for the PostgreSQL connection.
database This property is required. String
Database for the PostgreSQL connection.
hostname This property is required. String
Hostname for the PostgreSQL connection.
password This property is required. String
Password for the PostgreSQL connection.
port This property is required. Number
Port for the PostgreSQL connection, default value is 5432.
username This property is required. String
Username for the PostgreSQL connection.

PrivateConnectivity
, PrivateConnectivityArgs

PrivateConnection This property is required. string
A reference to a private connection resource. Format: projects/{project}/locations/{location}/privateConnections/{name}
PrivateConnection This property is required. string
A reference to a private connection resource. Format: projects/{project}/locations/{location}/privateConnections/{name}
privateConnection This property is required. String
A reference to a private connection resource. Format: projects/{project}/locations/{location}/privateConnections/{name}
privateConnection This property is required. string
A reference to a private connection resource. Format: projects/{project}/locations/{location}/privateConnections/{name}
private_connection This property is required. str
A reference to a private connection resource. Format: projects/{project}/locations/{location}/privateConnections/{name}
privateConnection This property is required. String
A reference to a private connection resource. Format: projects/{project}/locations/{location}/privateConnections/{name}

PrivateConnectivityResponse
, PrivateConnectivityResponseArgs

PrivateConnection This property is required. string
A reference to a private connection resource. Format: projects/{project}/locations/{location}/privateConnections/{name}
PrivateConnection This property is required. string
A reference to a private connection resource. Format: projects/{project}/locations/{location}/privateConnections/{name}
privateConnection This property is required. String
A reference to a private connection resource. Format: projects/{project}/locations/{location}/privateConnections/{name}
privateConnection This property is required. string
A reference to a private connection resource. Format: projects/{project}/locations/{location}/privateConnections/{name}
private_connection This property is required. str
A reference to a private connection resource. Format: projects/{project}/locations/{location}/privateConnections/{name}
privateConnection This property is required. String
A reference to a private connection resource. Format: projects/{project}/locations/{location}/privateConnections/{name}

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi