Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.datamigration/v1.ConnectionProfile
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a new connection profile in a given project and location.
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,
connection_profile_id: Optional[str] = None,
mysql: Optional[MySqlConnectionProfileArgs] = None,
oracle: Optional[OracleConnectionProfileArgs] = None,
display_name: Optional[str] = None,
labels: Optional[Mapping[str, str]] = None,
location: Optional[str] = None,
alloydb: Optional[AlloyDbConnectionProfileArgs] = None,
name: Optional[str] = None,
cloudsql: Optional[CloudSqlConnectionProfileArgs] = None,
postgresql: Optional[PostgreSqlConnectionProfileArgs] = None,
project: Optional[str] = None,
provider: Optional[ConnectionProfileProvider] = None,
request_id: Optional[str] = None,
skip_validation: Optional[bool] = None,
state: Optional[ConnectionProfileState] = 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:datamigration/v1:ConnectionProfile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ConnectionProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args ConnectionProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConnectionProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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 connectionProfileResource = new GoogleNative.Datamigration.V1.ConnectionProfile("connectionProfileResource", new()
{
ConnectionProfileId = "string",
Mysql = new GoogleNative.Datamigration.V1.Inputs.MySqlConnectionProfileArgs
{
Host = "string",
Password = "string",
Port = 0,
Username = "string",
CloudSqlId = "string",
Ssl = new GoogleNative.Datamigration.V1.Inputs.SslConfigArgs
{
CaCertificate = "string",
ClientCertificate = "string",
ClientKey = "string",
},
},
Oracle = new GoogleNative.Datamigration.V1.Inputs.OracleConnectionProfileArgs
{
DatabaseService = "string",
Host = "string",
Password = "string",
Port = 0,
Username = "string",
ForwardSshConnectivity = new GoogleNative.Datamigration.V1.Inputs.ForwardSshTunnelConnectivityArgs
{
Hostname = "string",
Username = "string",
Password = "string",
Port = 0,
PrivateKey = "string",
},
PrivateConnectivity = new GoogleNative.Datamigration.V1.Inputs.PrivateConnectivityArgs
{
PrivateConnection = "string",
},
Ssl = new GoogleNative.Datamigration.V1.Inputs.SslConfigArgs
{
CaCertificate = "string",
ClientCertificate = "string",
ClientKey = "string",
},
StaticServiceIpConnectivity = null,
},
DisplayName = "string",
Labels =
{
{ "string", "string" },
},
Location = "string",
Alloydb = new GoogleNative.Datamigration.V1.Inputs.AlloyDbConnectionProfileArgs
{
ClusterId = "string",
Settings = new GoogleNative.Datamigration.V1.Inputs.AlloyDbSettingsArgs
{
InitialUser = new GoogleNative.Datamigration.V1.Inputs.UserPasswordArgs
{
Password = "string",
User = "string",
},
VpcNetwork = "string",
DatabaseVersion = GoogleNative.Datamigration.V1.AlloyDbSettingsDatabaseVersion.DatabaseVersionUnspecified,
EncryptionConfig = new GoogleNative.Datamigration.V1.Inputs.EncryptionConfigArgs
{
KmsKeyName = "string",
},
Labels =
{
{ "string", "string" },
},
PrimaryInstanceSettings = new GoogleNative.Datamigration.V1.Inputs.PrimaryInstanceSettingsArgs
{
Id = "string",
DatabaseFlags =
{
{ "string", "string" },
},
Labels =
{
{ "string", "string" },
},
MachineConfig = new GoogleNative.Datamigration.V1.Inputs.MachineConfigArgs
{
CpuCount = 0,
},
},
},
},
Name = "string",
Cloudsql = new GoogleNative.Datamigration.V1.Inputs.CloudSqlConnectionProfileArgs
{
Settings = new GoogleNative.Datamigration.V1.Inputs.CloudSqlSettingsArgs
{
ActivationPolicy = GoogleNative.Datamigration.V1.CloudSqlSettingsActivationPolicy.SqlActivationPolicyUnspecified,
AutoStorageIncrease = false,
AvailabilityType = GoogleNative.Datamigration.V1.CloudSqlSettingsAvailabilityType.SqlAvailabilityTypeUnspecified,
CmekKeyName = "string",
Collation = "string",
DataCacheConfig = new GoogleNative.Datamigration.V1.Inputs.DataCacheConfigArgs
{
DataCacheEnabled = false,
},
DataDiskSizeGb = "string",
DataDiskType = GoogleNative.Datamigration.V1.CloudSqlSettingsDataDiskType.SqlDataDiskTypeUnspecified,
DatabaseFlags =
{
{ "string", "string" },
},
DatabaseVersion = GoogleNative.Datamigration.V1.CloudSqlSettingsDatabaseVersion.SqlDatabaseVersionUnspecified,
Edition = GoogleNative.Datamigration.V1.CloudSqlSettingsEdition.EditionUnspecified,
IpConfig = new GoogleNative.Datamigration.V1.Inputs.SqlIpConfigArgs
{
AllocatedIpRange = "string",
AuthorizedNetworks = new[]
{
new GoogleNative.Datamigration.V1.Inputs.SqlAclEntryArgs
{
ExpireTime = "string",
Label = "string",
Ttl = "string",
Value = "string",
},
},
EnableIpv4 = false,
PrivateNetwork = "string",
RequireSsl = false,
},
RootPassword = "string",
SecondaryZone = "string",
SourceId = "string",
StorageAutoResizeLimit = "string",
Tier = "string",
UserLabels =
{
{ "string", "string" },
},
Zone = "string",
},
},
Postgresql = new GoogleNative.Datamigration.V1.Inputs.PostgreSqlConnectionProfileArgs
{
Host = "string",
Password = "string",
Port = 0,
Username = "string",
AlloydbClusterId = "string",
CloudSqlId = "string",
PrivateServiceConnectConnectivity = new GoogleNative.Datamigration.V1.Inputs.PrivateServiceConnectConnectivityArgs
{
ServiceAttachment = "string",
},
Ssl = new GoogleNative.Datamigration.V1.Inputs.SslConfigArgs
{
CaCertificate = "string",
ClientCertificate = "string",
ClientKey = "string",
},
StaticIpConnectivity = null,
},
Project = "string",
Provider = GoogleNative.Datamigration.V1.ConnectionProfileProvider.DatabaseProviderUnspecified,
RequestId = "string",
SkipValidation = false,
State = GoogleNative.Datamigration.V1.ConnectionProfileState.StateUnspecified,
});
example, err := datamigration.NewConnectionProfile(ctx, "connectionProfileResource", &datamigration.ConnectionProfileArgs{
ConnectionProfileId: pulumi.String("string"),
Mysql: &datamigration.MySqlConnectionProfileArgs{
Host: pulumi.String("string"),
Password: pulumi.String("string"),
Port: pulumi.Int(0),
Username: pulumi.String("string"),
CloudSqlId: pulumi.String("string"),
Ssl: &datamigration.SslConfigArgs{
CaCertificate: pulumi.String("string"),
ClientCertificate: pulumi.String("string"),
ClientKey: pulumi.String("string"),
},
},
Oracle: &datamigration.OracleConnectionProfileArgs{
DatabaseService: pulumi.String("string"),
Host: pulumi.String("string"),
Password: pulumi.String("string"),
Port: pulumi.Int(0),
Username: pulumi.String("string"),
ForwardSshConnectivity: &datamigration.ForwardSshTunnelConnectivityArgs{
Hostname: pulumi.String("string"),
Username: pulumi.String("string"),
Password: pulumi.String("string"),
Port: pulumi.Int(0),
PrivateKey: pulumi.String("string"),
},
PrivateConnectivity: &datamigration.PrivateConnectivityArgs{
PrivateConnection: pulumi.String("string"),
},
Ssl: &datamigration.SslConfigArgs{
CaCertificate: pulumi.String("string"),
ClientCertificate: pulumi.String("string"),
ClientKey: pulumi.String("string"),
},
StaticServiceIpConnectivity: nil,
},
DisplayName: pulumi.String("string"),
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
Location: pulumi.String("string"),
Alloydb: &datamigration.AlloyDbConnectionProfileArgs{
ClusterId: pulumi.String("string"),
Settings: &datamigration.AlloyDbSettingsArgs{
InitialUser: &datamigration.UserPasswordArgs{
Password: pulumi.String("string"),
User: pulumi.String("string"),
},
VpcNetwork: pulumi.String("string"),
DatabaseVersion: datamigration.AlloyDbSettingsDatabaseVersionDatabaseVersionUnspecified,
EncryptionConfig: &datamigration.EncryptionConfigArgs{
KmsKeyName: pulumi.String("string"),
},
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
PrimaryInstanceSettings: &datamigration.PrimaryInstanceSettingsArgs{
Id: pulumi.String("string"),
DatabaseFlags: pulumi.StringMap{
"string": pulumi.String("string"),
},
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
MachineConfig: &datamigration.MachineConfigArgs{
CpuCount: pulumi.Int(0),
},
},
},
},
Name: pulumi.String("string"),
Cloudsql: &datamigration.CloudSqlConnectionProfileArgs{
Settings: &datamigration.CloudSqlSettingsArgs{
ActivationPolicy: datamigration.CloudSqlSettingsActivationPolicySqlActivationPolicyUnspecified,
AutoStorageIncrease: pulumi.Bool(false),
AvailabilityType: datamigration.CloudSqlSettingsAvailabilityTypeSqlAvailabilityTypeUnspecified,
CmekKeyName: pulumi.String("string"),
Collation: pulumi.String("string"),
DataCacheConfig: &datamigration.DataCacheConfigArgs{
DataCacheEnabled: pulumi.Bool(false),
},
DataDiskSizeGb: pulumi.String("string"),
DataDiskType: datamigration.CloudSqlSettingsDataDiskTypeSqlDataDiskTypeUnspecified,
DatabaseFlags: pulumi.StringMap{
"string": pulumi.String("string"),
},
DatabaseVersion: datamigration.CloudSqlSettingsDatabaseVersionSqlDatabaseVersionUnspecified,
Edition: datamigration.CloudSqlSettingsEditionEditionUnspecified,
IpConfig: &datamigration.SqlIpConfigArgs{
AllocatedIpRange: pulumi.String("string"),
AuthorizedNetworks: datamigration.SqlAclEntryArray{
&datamigration.SqlAclEntryArgs{
ExpireTime: pulumi.String("string"),
Label: pulumi.String("string"),
Ttl: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
EnableIpv4: pulumi.Bool(false),
PrivateNetwork: pulumi.String("string"),
RequireSsl: pulumi.Bool(false),
},
RootPassword: pulumi.String("string"),
SecondaryZone: pulumi.String("string"),
SourceId: pulumi.String("string"),
StorageAutoResizeLimit: pulumi.String("string"),
Tier: pulumi.String("string"),
UserLabels: pulumi.StringMap{
"string": pulumi.String("string"),
},
Zone: pulumi.String("string"),
},
},
Postgresql: &datamigration.PostgreSqlConnectionProfileArgs{
Host: pulumi.String("string"),
Password: pulumi.String("string"),
Port: pulumi.Int(0),
Username: pulumi.String("string"),
AlloydbClusterId: pulumi.String("string"),
CloudSqlId: pulumi.String("string"),
PrivateServiceConnectConnectivity: &datamigration.PrivateServiceConnectConnectivityArgs{
ServiceAttachment: pulumi.String("string"),
},
Ssl: &datamigration.SslConfigArgs{
CaCertificate: pulumi.String("string"),
ClientCertificate: pulumi.String("string"),
ClientKey: pulumi.String("string"),
},
StaticIpConnectivity: nil,
},
Project: pulumi.String("string"),
Provider: datamigration.ConnectionProfileProviderDatabaseProviderUnspecified,
RequestId: pulumi.String("string"),
SkipValidation: pulumi.Bool(false),
State: datamigration.ConnectionProfileStateStateUnspecified,
})
var connectionProfileResource = new ConnectionProfile("connectionProfileResource", ConnectionProfileArgs.builder()
.connectionProfileId("string")
.mysql(MySqlConnectionProfileArgs.builder()
.host("string")
.password("string")
.port(0)
.username("string")
.cloudSqlId("string")
.ssl(SslConfigArgs.builder()
.caCertificate("string")
.clientCertificate("string")
.clientKey("string")
.build())
.build())
.oracle(OracleConnectionProfileArgs.builder()
.databaseService("string")
.host("string")
.password("string")
.port(0)
.username("string")
.forwardSshConnectivity(ForwardSshTunnelConnectivityArgs.builder()
.hostname("string")
.username("string")
.password("string")
.port(0)
.privateKey("string")
.build())
.privateConnectivity(PrivateConnectivityArgs.builder()
.privateConnection("string")
.build())
.ssl(SslConfigArgs.builder()
.caCertificate("string")
.clientCertificate("string")
.clientKey("string")
.build())
.staticServiceIpConnectivity()
.build())
.displayName("string")
.labels(Map.of("string", "string"))
.location("string")
.alloydb(AlloyDbConnectionProfileArgs.builder()
.clusterId("string")
.settings(AlloyDbSettingsArgs.builder()
.initialUser(UserPasswordArgs.builder()
.password("string")
.user("string")
.build())
.vpcNetwork("string")
.databaseVersion("DATABASE_VERSION_UNSPECIFIED")
.encryptionConfig(EncryptionConfigArgs.builder()
.kmsKeyName("string")
.build())
.labels(Map.of("string", "string"))
.primaryInstanceSettings(PrimaryInstanceSettingsArgs.builder()
.id("string")
.databaseFlags(Map.of("string", "string"))
.labels(Map.of("string", "string"))
.machineConfig(MachineConfigArgs.builder()
.cpuCount(0)
.build())
.build())
.build())
.build())
.name("string")
.cloudsql(CloudSqlConnectionProfileArgs.builder()
.settings(CloudSqlSettingsArgs.builder()
.activationPolicy("SQL_ACTIVATION_POLICY_UNSPECIFIED")
.autoStorageIncrease(false)
.availabilityType("SQL_AVAILABILITY_TYPE_UNSPECIFIED")
.cmekKeyName("string")
.collation("string")
.dataCacheConfig(DataCacheConfigArgs.builder()
.dataCacheEnabled(false)
.build())
.dataDiskSizeGb("string")
.dataDiskType("SQL_DATA_DISK_TYPE_UNSPECIFIED")
.databaseFlags(Map.of("string", "string"))
.databaseVersion("SQL_DATABASE_VERSION_UNSPECIFIED")
.edition("EDITION_UNSPECIFIED")
.ipConfig(SqlIpConfigArgs.builder()
.allocatedIpRange("string")
.authorizedNetworks(SqlAclEntryArgs.builder()
.expireTime("string")
.label("string")
.ttl("string")
.value("string")
.build())
.enableIpv4(false)
.privateNetwork("string")
.requireSsl(false)
.build())
.rootPassword("string")
.secondaryZone("string")
.sourceId("string")
.storageAutoResizeLimit("string")
.tier("string")
.userLabels(Map.of("string", "string"))
.zone("string")
.build())
.build())
.postgresql(PostgreSqlConnectionProfileArgs.builder()
.host("string")
.password("string")
.port(0)
.username("string")
.alloydbClusterId("string")
.cloudSqlId("string")
.privateServiceConnectConnectivity(PrivateServiceConnectConnectivityArgs.builder()
.serviceAttachment("string")
.build())
.ssl(SslConfigArgs.builder()
.caCertificate("string")
.clientCertificate("string")
.clientKey("string")
.build())
.staticIpConnectivity()
.build())
.project("string")
.provider("DATABASE_PROVIDER_UNSPECIFIED")
.requestId("string")
.skipValidation(false)
.state("STATE_UNSPECIFIED")
.build());
connection_profile_resource = google_native.datamigration.v1.ConnectionProfile("connectionProfileResource",
connection_profile_id="string",
mysql=google_native.datamigration.v1.MySqlConnectionProfileArgs(
host="string",
password="string",
port=0,
username="string",
cloud_sql_id="string",
ssl=google_native.datamigration.v1.SslConfigArgs(
ca_certificate="string",
client_certificate="string",
client_key="string",
),
),
oracle=google_native.datamigration.v1.OracleConnectionProfileArgs(
database_service="string",
host="string",
password="string",
port=0,
username="string",
forward_ssh_connectivity=google_native.datamigration.v1.ForwardSshTunnelConnectivityArgs(
hostname="string",
username="string",
password="string",
port=0,
private_key="string",
),
private_connectivity=google_native.datamigration.v1.PrivateConnectivityArgs(
private_connection="string",
),
ssl=google_native.datamigration.v1.SslConfigArgs(
ca_certificate="string",
client_certificate="string",
client_key="string",
),
static_service_ip_connectivity=google_native.datamigration.v1.StaticServiceIpConnectivityArgs(),
),
display_name="string",
labels={
"string": "string",
},
location="string",
alloydb=google_native.datamigration.v1.AlloyDbConnectionProfileArgs(
cluster_id="string",
settings=google_native.datamigration.v1.AlloyDbSettingsArgs(
initial_user=google_native.datamigration.v1.UserPasswordArgs(
password="string",
user="string",
),
vpc_network="string",
database_version=google_native.datamigration.v1.AlloyDbSettingsDatabaseVersion.DATABASE_VERSION_UNSPECIFIED,
encryption_config=google_native.datamigration.v1.EncryptionConfigArgs(
kms_key_name="string",
),
labels={
"string": "string",
},
primary_instance_settings=google_native.datamigration.v1.PrimaryInstanceSettingsArgs(
id="string",
database_flags={
"string": "string",
},
labels={
"string": "string",
},
machine_config=google_native.datamigration.v1.MachineConfigArgs(
cpu_count=0,
),
),
),
),
name="string",
cloudsql=google_native.datamigration.v1.CloudSqlConnectionProfileArgs(
settings=google_native.datamigration.v1.CloudSqlSettingsArgs(
activation_policy=google_native.datamigration.v1.CloudSqlSettingsActivationPolicy.SQL_ACTIVATION_POLICY_UNSPECIFIED,
auto_storage_increase=False,
availability_type=google_native.datamigration.v1.CloudSqlSettingsAvailabilityType.SQL_AVAILABILITY_TYPE_UNSPECIFIED,
cmek_key_name="string",
collation="string",
data_cache_config=google_native.datamigration.v1.DataCacheConfigArgs(
data_cache_enabled=False,
),
data_disk_size_gb="string",
data_disk_type=google_native.datamigration.v1.CloudSqlSettingsDataDiskType.SQL_DATA_DISK_TYPE_UNSPECIFIED,
database_flags={
"string": "string",
},
database_version=google_native.datamigration.v1.CloudSqlSettingsDatabaseVersion.SQL_DATABASE_VERSION_UNSPECIFIED,
edition=google_native.datamigration.v1.CloudSqlSettingsEdition.EDITION_UNSPECIFIED,
ip_config=google_native.datamigration.v1.SqlIpConfigArgs(
allocated_ip_range="string",
authorized_networks=[google_native.datamigration.v1.SqlAclEntryArgs(
expire_time="string",
label="string",
ttl="string",
value="string",
)],
enable_ipv4=False,
private_network="string",
require_ssl=False,
),
root_password="string",
secondary_zone="string",
source_id="string",
storage_auto_resize_limit="string",
tier="string",
user_labels={
"string": "string",
},
zone="string",
),
),
postgresql=google_native.datamigration.v1.PostgreSqlConnectionProfileArgs(
host="string",
password="string",
port=0,
username="string",
alloydb_cluster_id="string",
cloud_sql_id="string",
private_service_connect_connectivity=google_native.datamigration.v1.PrivateServiceConnectConnectivityArgs(
service_attachment="string",
),
ssl=google_native.datamigration.v1.SslConfigArgs(
ca_certificate="string",
client_certificate="string",
client_key="string",
),
static_ip_connectivity=google_native.datamigration.v1.StaticIpConnectivityArgs(),
),
project="string",
provider=google_native.datamigration.v1.ConnectionProfileProvider.DATABASE_PROVIDER_UNSPECIFIED,
request_id="string",
skip_validation=False,
state=google_native.datamigration.v1.ConnectionProfileState.STATE_UNSPECIFIED)
const connectionProfileResource = new google_native.datamigration.v1.ConnectionProfile("connectionProfileResource", {
connectionProfileId: "string",
mysql: {
host: "string",
password: "string",
port: 0,
username: "string",
cloudSqlId: "string",
ssl: {
caCertificate: "string",
clientCertificate: "string",
clientKey: "string",
},
},
oracle: {
databaseService: "string",
host: "string",
password: "string",
port: 0,
username: "string",
forwardSshConnectivity: {
hostname: "string",
username: "string",
password: "string",
port: 0,
privateKey: "string",
},
privateConnectivity: {
privateConnection: "string",
},
ssl: {
caCertificate: "string",
clientCertificate: "string",
clientKey: "string",
},
staticServiceIpConnectivity: {},
},
displayName: "string",
labels: {
string: "string",
},
location: "string",
alloydb: {
clusterId: "string",
settings: {
initialUser: {
password: "string",
user: "string",
},
vpcNetwork: "string",
databaseVersion: google_native.datamigration.v1.AlloyDbSettingsDatabaseVersion.DatabaseVersionUnspecified,
encryptionConfig: {
kmsKeyName: "string",
},
labels: {
string: "string",
},
primaryInstanceSettings: {
id: "string",
databaseFlags: {
string: "string",
},
labels: {
string: "string",
},
machineConfig: {
cpuCount: 0,
},
},
},
},
name: "string",
cloudsql: {
settings: {
activationPolicy: google_native.datamigration.v1.CloudSqlSettingsActivationPolicy.SqlActivationPolicyUnspecified,
autoStorageIncrease: false,
availabilityType: google_native.datamigration.v1.CloudSqlSettingsAvailabilityType.SqlAvailabilityTypeUnspecified,
cmekKeyName: "string",
collation: "string",
dataCacheConfig: {
dataCacheEnabled: false,
},
dataDiskSizeGb: "string",
dataDiskType: google_native.datamigration.v1.CloudSqlSettingsDataDiskType.SqlDataDiskTypeUnspecified,
databaseFlags: {
string: "string",
},
databaseVersion: google_native.datamigration.v1.CloudSqlSettingsDatabaseVersion.SqlDatabaseVersionUnspecified,
edition: google_native.datamigration.v1.CloudSqlSettingsEdition.EditionUnspecified,
ipConfig: {
allocatedIpRange: "string",
authorizedNetworks: [{
expireTime: "string",
label: "string",
ttl: "string",
value: "string",
}],
enableIpv4: false,
privateNetwork: "string",
requireSsl: false,
},
rootPassword: "string",
secondaryZone: "string",
sourceId: "string",
storageAutoResizeLimit: "string",
tier: "string",
userLabels: {
string: "string",
},
zone: "string",
},
},
postgresql: {
host: "string",
password: "string",
port: 0,
username: "string",
alloydbClusterId: "string",
cloudSqlId: "string",
privateServiceConnectConnectivity: {
serviceAttachment: "string",
},
ssl: {
caCertificate: "string",
clientCertificate: "string",
clientKey: "string",
},
staticIpConnectivity: {},
},
project: "string",
provider: google_native.datamigration.v1.ConnectionProfileProvider.DatabaseProviderUnspecified,
requestId: "string",
skipValidation: false,
state: google_native.datamigration.v1.ConnectionProfileState.StateUnspecified,
});
type: google-native:datamigration/v1:ConnectionProfile
properties:
alloydb:
clusterId: string
settings:
databaseVersion: DATABASE_VERSION_UNSPECIFIED
encryptionConfig:
kmsKeyName: string
initialUser:
password: string
user: string
labels:
string: string
primaryInstanceSettings:
databaseFlags:
string: string
id: string
labels:
string: string
machineConfig:
cpuCount: 0
vpcNetwork: string
cloudsql:
settings:
activationPolicy: SQL_ACTIVATION_POLICY_UNSPECIFIED
autoStorageIncrease: false
availabilityType: SQL_AVAILABILITY_TYPE_UNSPECIFIED
cmekKeyName: string
collation: string
dataCacheConfig:
dataCacheEnabled: false
dataDiskSizeGb: string
dataDiskType: SQL_DATA_DISK_TYPE_UNSPECIFIED
databaseFlags:
string: string
databaseVersion: SQL_DATABASE_VERSION_UNSPECIFIED
edition: EDITION_UNSPECIFIED
ipConfig:
allocatedIpRange: string
authorizedNetworks:
- expireTime: string
label: string
ttl: string
value: string
enableIpv4: false
privateNetwork: string
requireSsl: false
rootPassword: string
secondaryZone: string
sourceId: string
storageAutoResizeLimit: string
tier: string
userLabels:
string: string
zone: string
connectionProfileId: string
displayName: string
labels:
string: string
location: string
mysql:
cloudSqlId: string
host: string
password: string
port: 0
ssl:
caCertificate: string
clientCertificate: string
clientKey: string
username: string
name: string
oracle:
databaseService: string
forwardSshConnectivity:
hostname: string
password: string
port: 0
privateKey: string
username: string
host: string
password: string
port: 0
privateConnectivity:
privateConnection: string
ssl:
caCertificate: string
clientCertificate: string
clientKey: string
staticServiceIpConnectivity: {}
username: string
postgresql:
alloydbClusterId: string
cloudSqlId: string
host: string
password: string
port: 0
privateServiceConnectConnectivity:
serviceAttachment: string
ssl:
caCertificate: string
clientCertificate: string
clientKey: string
staticIpConnectivity: {}
username: string
project: string
provider: DATABASE_PROVIDER_UNSPECIFIED
requestId: string
skipValidation: false
state: STATE_UNSPECIFIED
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
The ConnectionProfile resource accepts the following input properties:
- Connection
Profile stringId - Required. The connection profile identifier.
- Alloydb
Pulumi.
Google Native. Datamigration. V1. Inputs. Alloy Db Connection Profile - An AlloyDB cluster connection profile.
- Cloudsql
Pulumi.
Google Native. Datamigration. V1. Inputs. Cloud Sql Connection Profile - A CloudSQL database connection profile.
- Display
Name string - The connection profile display name.
- Labels Dictionary<string, string>
- The resource labels for connection profile to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "1.3kg", "count": "3" }
. - Location string
- Mysql
Pulumi.
Google Native. Datamigration. V1. Inputs. My Sql Connection Profile - A MySQL database connection profile.
- Name string
- The name of this connection profile resource in the form of projects/{project}/locations/{location}/connectionProfiles/{connectionProfile}.
- Oracle
Pulumi.
Google Native. Datamigration. V1. Inputs. Oracle Connection Profile - An Oracle database connection profile.
- Postgresql
Pulumi.
Google Native. Datamigration. V1. Inputs. Postgre Sql Connection Profile - A PostgreSQL database connection profile.
- Project string
- Provider
Pulumi.
Google Native. Datamigration. V1. Connection Profile Provider - The database provider.
- Request
Id string - Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
- Skip
Validation bool - Optional. Create the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.
- State
Pulumi.
Google Native. Datamigration. V1. Connection Profile State - The current connection profile state (e.g. DRAFT, READY, or FAILED).
- Connection
Profile stringId - Required. The connection profile identifier.
- Alloydb
Alloy
Db Connection Profile Args - An AlloyDB cluster connection profile.
- Cloudsql
Cloud
Sql Connection Profile Args - A CloudSQL database connection profile.
- Display
Name string - The connection profile display name.
- Labels map[string]string
- The resource labels for connection profile to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "1.3kg", "count": "3" }
. - Location string
- Mysql
My
Sql Connection Profile Args - A MySQL database connection profile.
- Name string
- The name of this connection profile resource in the form of projects/{project}/locations/{location}/connectionProfiles/{connectionProfile}.
- Oracle
Oracle
Connection Profile Args - An Oracle database connection profile.
- Postgresql
Postgre
Sql Connection Profile Args - A PostgreSQL database connection profile.
- Project string
- Provider
Connection
Profile Provider - The database provider.
- Request
Id string - Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
- Skip
Validation bool - Optional. Create the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.
- State
Connection
Profile State Enum - The current connection profile state (e.g. DRAFT, READY, or FAILED).
- connection
Profile StringId - Required. The connection profile identifier.
- alloydb
Alloy
Db Connection Profile - An AlloyDB cluster connection profile.
- cloudsql
Cloud
Sql Connection Profile - A CloudSQL database connection profile.
- display
Name String - The connection profile display name.
- labels Map<String,String>
- The resource labels for connection profile to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "1.3kg", "count": "3" }
. - location String
- mysql
My
Sql Connection Profile - A MySQL database connection profile.
- name String
- The name of this connection profile resource in the form of projects/{project}/locations/{location}/connectionProfiles/{connectionProfile}.
- oracle
Oracle
Connection Profile - An Oracle database connection profile.
- postgresql
Postgre
Sql Connection Profile - A PostgreSQL database connection profile.
- project String
- provider
Connection
Profile Provider - The database provider.
- request
Id String - Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
- skip
Validation Boolean - Optional. Create the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.
- state
Connection
Profile State - The current connection profile state (e.g. DRAFT, READY, or FAILED).
- connection
Profile stringId - Required. The connection profile identifier.
- alloydb
Alloy
Db Connection Profile - An AlloyDB cluster connection profile.
- cloudsql
Cloud
Sql Connection Profile - A CloudSQL database connection profile.
- display
Name string - The connection profile display name.
- labels {[key: string]: string}
- The resource labels for connection profile to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "1.3kg", "count": "3" }
. - location string
- mysql
My
Sql Connection Profile - A MySQL database connection profile.
- name string
- The name of this connection profile resource in the form of projects/{project}/locations/{location}/connectionProfiles/{connectionProfile}.
- oracle
Oracle
Connection Profile - An Oracle database connection profile.
- postgresql
Postgre
Sql Connection Profile - A PostgreSQL database connection profile.
- project string
- provider
Connection
Profile Provider - The database provider.
- request
Id string - Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
- skip
Validation boolean - Optional. Create the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.
- state
Connection
Profile State - The current connection profile state (e.g. DRAFT, READY, or FAILED).
- connection_
profile_ strid - Required. The connection profile identifier.
- alloydb
Alloy
Db Connection Profile Args - An AlloyDB cluster connection profile.
- cloudsql
Cloud
Sql Connection Profile Args - A CloudSQL database connection profile.
- display_
name str - The connection profile display name.
- labels Mapping[str, str]
- The resource labels for connection profile to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "1.3kg", "count": "3" }
. - location str
- mysql
My
Sql Connection Profile Args - A MySQL database connection profile.
- name str
- The name of this connection profile resource in the form of projects/{project}/locations/{location}/connectionProfiles/{connectionProfile}.
- oracle
Oracle
Connection Profile Args - An Oracle database connection profile.
- postgresql
Postgre
Sql Connection Profile Args - A PostgreSQL database connection profile.
- project str
- provider
Connection
Profile Provider - The database provider.
- request_
id str - Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
- skip_
validation bool - Optional. Create the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.
- state
Connection
Profile State - The current connection profile state (e.g. DRAFT, READY, or FAILED).
- connection
Profile StringId - Required. The connection profile identifier.
- alloydb Property Map
- An AlloyDB cluster connection profile.
- cloudsql Property Map
- A CloudSQL database connection profile.
- display
Name String - The connection profile display name.
- labels Map<String>
- The resource labels for connection profile to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "1.3kg", "count": "3" }
. - location String
- mysql Property Map
- A MySQL database connection profile.
- name String
- The name of this connection profile resource in the form of projects/{project}/locations/{location}/connectionProfiles/{connectionProfile}.
- oracle Property Map
- An Oracle database connection profile.
- postgresql Property Map
- A PostgreSQL database connection profile.
- project String
- provider "DATABASE_PROVIDER_UNSPECIFIED" | "CLOUDSQL" | "RDS" | "AURORA" | "ALLOYDB"
- The database provider.
- request
Id String - Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
- skip
Validation Boolean - Optional. Create the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.
- state "STATE_UNSPECIFIED" | "DRAFT" | "CREATING" | "READY" | "UPDATING" | "DELETING" | "DELETED" | "FAILED"
- The current connection profile state (e.g. DRAFT, READY, or FAILED).
Outputs
All input properties are implicitly available as output properties. Additionally, the ConnectionProfile resource produces the following output properties:
- Create
Time string - The timestamp when the resource was created. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
- Error
Pulumi.
Google Native. Datamigration. V1. Outputs. Status Response - The error details in case of state FAILED.
- Id string
- The provider-assigned unique ID for this managed resource.
- Update
Time string - The timestamp when the resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
- Create
Time string - The timestamp when the resource was created. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
- Error
Status
Response - The error details in case of state FAILED.
- Id string
- The provider-assigned unique ID for this managed resource.
- Update
Time string - The timestamp when the resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
- create
Time String - The timestamp when the resource was created. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
- error
Status
Response - The error details in case of state FAILED.
- id String
- The provider-assigned unique ID for this managed resource.
- update
Time String - The timestamp when the resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
- create
Time string - The timestamp when the resource was created. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
- error
Status
Response - The error details in case of state FAILED.
- id string
- The provider-assigned unique ID for this managed resource.
- update
Time string - The timestamp when the resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
- create_
time str - The timestamp when the resource was created. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
- error
Status
Response - The error details in case of state FAILED.
- id str
- The provider-assigned unique ID for this managed resource.
- update_
time str - The timestamp when the resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
- create
Time String - The timestamp when the resource was created. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
- error Property Map
- The error details in case of state FAILED.
- id String
- The provider-assigned unique ID for this managed resource.
- update
Time String - The timestamp when the resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
Supporting Types
AlloyDbConnectionProfile, AlloyDbConnectionProfileArgs
- Cluster
Id string - The AlloyDB cluster ID that this connection profile is associated with.
- Settings
Pulumi.
Google Native. Datamigration. V1. Inputs. Alloy Db Settings - Immutable. Metadata used to create the destination AlloyDB cluster.
- Cluster
Id string - The AlloyDB cluster ID that this connection profile is associated with.
- Settings
Alloy
Db Settings - Immutable. Metadata used to create the destination AlloyDB cluster.
- cluster
Id String - The AlloyDB cluster ID that this connection profile is associated with.
- settings
Alloy
Db Settings - Immutable. Metadata used to create the destination AlloyDB cluster.
- cluster
Id string - The AlloyDB cluster ID that this connection profile is associated with.
- settings
Alloy
Db Settings - Immutable. Metadata used to create the destination AlloyDB cluster.
- cluster_
id str - The AlloyDB cluster ID that this connection profile is associated with.
- settings
Alloy
Db Settings - Immutable. Metadata used to create the destination AlloyDB cluster.
- cluster
Id String - The AlloyDB cluster ID that this connection profile is associated with.
- settings Property Map
- Immutable. Metadata used to create the destination AlloyDB cluster.
AlloyDbConnectionProfileResponse, AlloyDbConnectionProfileResponseArgs
- Cluster
Id string - The AlloyDB cluster ID that this connection profile is associated with.
- Settings
Pulumi.
Google Native. Datamigration. V1. Inputs. Alloy Db Settings Response - Immutable. Metadata used to create the destination AlloyDB cluster.
- Cluster
Id string - The AlloyDB cluster ID that this connection profile is associated with.
- Settings
Alloy
Db Settings Response - Immutable. Metadata used to create the destination AlloyDB cluster.
- cluster
Id String - The AlloyDB cluster ID that this connection profile is associated with.
- settings
Alloy
Db Settings Response - Immutable. Metadata used to create the destination AlloyDB cluster.
- cluster
Id string - The AlloyDB cluster ID that this connection profile is associated with.
- settings
Alloy
Db Settings Response - Immutable. Metadata used to create the destination AlloyDB cluster.
- cluster_
id str - The AlloyDB cluster ID that this connection profile is associated with.
- settings
Alloy
Db Settings Response - Immutable. Metadata used to create the destination AlloyDB cluster.
- cluster
Id String - The AlloyDB cluster ID that this connection profile is associated with.
- settings Property Map
- Immutable. Metadata used to create the destination AlloyDB cluster.
AlloyDbSettings, AlloyDbSettingsArgs
- Initial
User Pulumi.Google Native. Datamigration. V1. Inputs. User Password - Input only. Initial user to setup during cluster creation. Required.
- Vpc
Network string - The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.
- Database
Version Pulumi.Google Native. Datamigration. V1. Alloy Db Settings Database Version - Optional. The database engine major version. This is an optional field. If a database version is not supplied at cluster creation time, then a default database version will be used.
- Encryption
Config Pulumi.Google Native. Datamigration. V1. Inputs. Encryption Config - Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.
- Labels Dictionary<string, string>
- Labels for the AlloyDB cluster created by DMS. An object containing a list of 'key', 'value' pairs.
- Primary
Instance Pulumi.Settings Google Native. Datamigration. V1. Inputs. Primary Instance Settings
- Initial
User UserPassword - Input only. Initial user to setup during cluster creation. Required.
- Vpc
Network string - The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.
- Database
Version AlloyDb Settings Database Version - Optional. The database engine major version. This is an optional field. If a database version is not supplied at cluster creation time, then a default database version will be used.
- Encryption
Config EncryptionConfig - Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.
- Labels map[string]string
- Labels for the AlloyDB cluster created by DMS. An object containing a list of 'key', 'value' pairs.
- Primary
Instance PrimarySettings Instance Settings
- initial
User UserPassword - Input only. Initial user to setup during cluster creation. Required.
- vpc
Network String - The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.
- database
Version AlloyDb Settings Database Version - Optional. The database engine major version. This is an optional field. If a database version is not supplied at cluster creation time, then a default database version will be used.
- encryption
Config EncryptionConfig - Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.
- labels Map<String,String>
- Labels for the AlloyDB cluster created by DMS. An object containing a list of 'key', 'value' pairs.
- primary
Instance PrimarySettings Instance Settings
- initial
User UserPassword - Input only. Initial user to setup during cluster creation. Required.
- vpc
Network string - The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.
- database
Version AlloyDb Settings Database Version - Optional. The database engine major version. This is an optional field. If a database version is not supplied at cluster creation time, then a default database version will be used.
- encryption
Config EncryptionConfig - Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.
- labels {[key: string]: string}
- Labels for the AlloyDB cluster created by DMS. An object containing a list of 'key', 'value' pairs.
- primary
Instance PrimarySettings Instance Settings
- initial_
user UserPassword - Input only. Initial user to setup during cluster creation. Required.
- vpc_
network str - The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.
- database_
version AlloyDb Settings Database Version - Optional. The database engine major version. This is an optional field. If a database version is not supplied at cluster creation time, then a default database version will be used.
- encryption_
config EncryptionConfig - Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.
- labels Mapping[str, str]
- Labels for the AlloyDB cluster created by DMS. An object containing a list of 'key', 'value' pairs.
- primary_
instance_ Primarysettings Instance Settings
- initial
User Property Map - Input only. Initial user to setup during cluster creation. Required.
- vpc
Network String - The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.
- database
Version "DATABASE_VERSION_UNSPECIFIED" | "POSTGRES_14" | "POSTGRES_15" - Optional. The database engine major version. This is an optional field. If a database version is not supplied at cluster creation time, then a default database version will be used.
- encryption
Config Property Map - Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.
- labels Map<String>
- Labels for the AlloyDB cluster created by DMS. An object containing a list of 'key', 'value' pairs.
- primary
Instance Property MapSettings
AlloyDbSettingsDatabaseVersion, AlloyDbSettingsDatabaseVersionArgs
- Database
Version Unspecified - DATABASE_VERSION_UNSPECIFIEDThis is an unknown database version.
- Postgres14
- POSTGRES_14The database version is Postgres 14.
- Postgres15
- POSTGRES_15The database version is Postgres 15.
- Alloy
Db Settings Database Version Database Version Unspecified - DATABASE_VERSION_UNSPECIFIEDThis is an unknown database version.
- Alloy
Db Settings Database Version Postgres14 - POSTGRES_14The database version is Postgres 14.
- Alloy
Db Settings Database Version Postgres15 - POSTGRES_15The database version is Postgres 15.
- Database
Version Unspecified - DATABASE_VERSION_UNSPECIFIEDThis is an unknown database version.
- Postgres14
- POSTGRES_14The database version is Postgres 14.
- Postgres15
- POSTGRES_15The database version is Postgres 15.
- Database
Version Unspecified - DATABASE_VERSION_UNSPECIFIEDThis is an unknown database version.
- Postgres14
- POSTGRES_14The database version is Postgres 14.
- Postgres15
- POSTGRES_15The database version is Postgres 15.
- DATABASE_VERSION_UNSPECIFIED
- DATABASE_VERSION_UNSPECIFIEDThis is an unknown database version.
- POSTGRES14
- POSTGRES_14The database version is Postgres 14.
- POSTGRES15
- POSTGRES_15The database version is Postgres 15.
- "DATABASE_VERSION_UNSPECIFIED"
- DATABASE_VERSION_UNSPECIFIEDThis is an unknown database version.
- "POSTGRES_14"
- POSTGRES_14The database version is Postgres 14.
- "POSTGRES_15"
- POSTGRES_15The database version is Postgres 15.
AlloyDbSettingsResponse, AlloyDbSettingsResponseArgs
- Database
Version string - Optional. The database engine major version. This is an optional field. If a database version is not supplied at cluster creation time, then a default database version will be used.
- Encryption
Config Pulumi.Google Native. Datamigration. V1. Inputs. Encryption Config Response - Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.
- Initial
User Pulumi.Google Native. Datamigration. V1. Inputs. User Password Response - Input only. Initial user to setup during cluster creation. Required.
- Labels Dictionary<string, string>
- Labels for the AlloyDB cluster created by DMS. An object containing a list of 'key', 'value' pairs.
- Primary
Instance Pulumi.Settings Google Native. Datamigration. V1. Inputs. Primary Instance Settings Response - Vpc
Network string - The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.
- Database
Version string - Optional. The database engine major version. This is an optional field. If a database version is not supplied at cluster creation time, then a default database version will be used.
- Encryption
Config EncryptionConfig Response - Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.
- Initial
User UserPassword Response - Input only. Initial user to setup during cluster creation. Required.
- Labels map[string]string
- Labels for the AlloyDB cluster created by DMS. An object containing a list of 'key', 'value' pairs.
- Primary
Instance PrimarySettings Instance Settings Response - Vpc
Network string - The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.
- database
Version String - Optional. The database engine major version. This is an optional field. If a database version is not supplied at cluster creation time, then a default database version will be used.
- encryption
Config EncryptionConfig Response - Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.
- initial
User UserPassword Response - Input only. Initial user to setup during cluster creation. Required.
- labels Map<String,String>
- Labels for the AlloyDB cluster created by DMS. An object containing a list of 'key', 'value' pairs.
- primary
Instance PrimarySettings Instance Settings Response - vpc
Network String - The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.
- database
Version string - Optional. The database engine major version. This is an optional field. If a database version is not supplied at cluster creation time, then a default database version will be used.
- encryption
Config EncryptionConfig Response - Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.
- initial
User UserPassword Response - Input only. Initial user to setup during cluster creation. Required.
- labels {[key: string]: string}
- Labels for the AlloyDB cluster created by DMS. An object containing a list of 'key', 'value' pairs.
- primary
Instance PrimarySettings Instance Settings Response - vpc
Network string - The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.
- database_
version str - Optional. The database engine major version. This is an optional field. If a database version is not supplied at cluster creation time, then a default database version will be used.
- encryption_
config EncryptionConfig Response - Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.
- initial_
user UserPassword Response - Input only. Initial user to setup during cluster creation. Required.
- labels Mapping[str, str]
- Labels for the AlloyDB cluster created by DMS. An object containing a list of 'key', 'value' pairs.
- primary_
instance_ Primarysettings Instance Settings Response - vpc_
network str - The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.
- database
Version String - Optional. The database engine major version. This is an optional field. If a database version is not supplied at cluster creation time, then a default database version will be used.
- encryption
Config Property Map - Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.
- initial
User Property Map - Input only. Initial user to setup during cluster creation. Required.
- labels Map<String>
- Labels for the AlloyDB cluster created by DMS. An object containing a list of 'key', 'value' pairs.
- primary
Instance Property MapSettings - vpc
Network String - The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.
CloudSqlConnectionProfile, CloudSqlConnectionProfileArgs
- Settings
Pulumi.
Google Native. Datamigration. V1. Inputs. Cloud Sql Settings - Immutable. Metadata used to create the destination Cloud SQL database.
- Settings
Cloud
Sql Settings - Immutable. Metadata used to create the destination Cloud SQL database.
- settings
Cloud
Sql Settings - Immutable. Metadata used to create the destination Cloud SQL database.
- settings
Cloud
Sql Settings - Immutable. Metadata used to create the destination Cloud SQL database.
- settings
Cloud
Sql Settings - Immutable. Metadata used to create the destination Cloud SQL database.
- settings Property Map
- Immutable. Metadata used to create the destination Cloud SQL database.
CloudSqlConnectionProfileResponse, CloudSqlConnectionProfileResponseArgs
- Additional
Public stringIp - The Cloud SQL database instance's additional (outgoing) public IP. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- Cloud
Sql stringId - The Cloud SQL instance ID that this connection profile is associated with.
- Private
Ip string - The Cloud SQL database instance's private IP.
- Public
Ip string - The Cloud SQL database instance's public IP.
- Settings
Pulumi.
Google Native. Datamigration. V1. Inputs. Cloud Sql Settings Response - Immutable. Metadata used to create the destination Cloud SQL database.
- Additional
Public stringIp - The Cloud SQL database instance's additional (outgoing) public IP. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- Cloud
Sql stringId - The Cloud SQL instance ID that this connection profile is associated with.
- Private
Ip string - The Cloud SQL database instance's private IP.
- Public
Ip string - The Cloud SQL database instance's public IP.
- Settings
Cloud
Sql Settings Response - Immutable. Metadata used to create the destination Cloud SQL database.
- additional
Public StringIp - The Cloud SQL database instance's additional (outgoing) public IP. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- cloud
Sql StringId - The Cloud SQL instance ID that this connection profile is associated with.
- private
Ip String - The Cloud SQL database instance's private IP.
- public
Ip String - The Cloud SQL database instance's public IP.
- settings
Cloud
Sql Settings Response - Immutable. Metadata used to create the destination Cloud SQL database.
- additional
Public stringIp - The Cloud SQL database instance's additional (outgoing) public IP. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- cloud
Sql stringId - The Cloud SQL instance ID that this connection profile is associated with.
- private
Ip string - The Cloud SQL database instance's private IP.
- public
Ip string - The Cloud SQL database instance's public IP.
- settings
Cloud
Sql Settings Response - Immutable. Metadata used to create the destination Cloud SQL database.
- additional_
public_ strip - The Cloud SQL database instance's additional (outgoing) public IP. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- cloud_
sql_ strid - The Cloud SQL instance ID that this connection profile is associated with.
- private_
ip str - The Cloud SQL database instance's private IP.
- public_
ip str - The Cloud SQL database instance's public IP.
- settings
Cloud
Sql Settings Response - Immutable. Metadata used to create the destination Cloud SQL database.
- additional
Public StringIp - The Cloud SQL database instance's additional (outgoing) public IP. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- cloud
Sql StringId - The Cloud SQL instance ID that this connection profile is associated with.
- private
Ip String - The Cloud SQL database instance's private IP.
- public
Ip String - The Cloud SQL database instance's public IP.
- settings Property Map
- Immutable. Metadata used to create the destination Cloud SQL database.
CloudSqlSettings, CloudSqlSettingsArgs
- Activation
Policy Pulumi.Google Native. Datamigration. V1. Cloud Sql Settings Activation Policy - The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'. Valid values: 'ALWAYS': The instance is on, and remains so even in the absence of connection requests.
NEVER
: The instance is off; it is not activated, even if a connection request arrives. - Auto
Storage boolIncrease - [default: ON] If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
- Availability
Type Pulumi.Google Native. Datamigration. V1. Cloud Sql Settings Availability Type - Optional. Availability type. Potential values: *
ZONAL
: The instance serves data from only one zone. Outages in that zone affect data availability. *REGIONAL
: The instance can serve data from more than one zone in a region (it is highly available). - Cmek
Key stringName - The KMS key name used for the csql instance.
- Collation string
- The Cloud SQL default instance level collation.
- Data
Cache Pulumi.Config Google Native. Datamigration. V1. Inputs. Data Cache Config - Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see Data cache overview in Cloud SQL documentation.
- Data
Disk stringSize Gb - The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
- Data
Disk Pulumi.Type Google Native. Datamigration. V1. Cloud Sql Settings Data Disk Type - The type of storage:
PD_SSD
(default) orPD_HDD
. - Database
Flags Dictionary<string, string> - The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- Database
Version Pulumi.Google Native. Datamigration. V1. Cloud Sql Settings Database Version - The database engine type and version.
- Edition
Pulumi.
Google Native. Datamigration. V1. Cloud Sql Settings Edition - Optional. The edition of the given Cloud SQL instance.
- Ip
Config Pulumi.Google Native. Datamigration. V1. Inputs. Sql Ip Config - The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled.
- Root
Password string - Input only. Initial root password.
- Secondary
Zone string - Optional. The Google Cloud Platform zone where the failover Cloud SQL database instance is located. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- Source
Id string - The Database Migration Service source connection profile ID, in the format:
projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID
- Storage
Auto stringResize Limit - The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
- Tier string
- The tier (or machine type) for this instance, for example:
db-n1-standard-1
(MySQL instances) ordb-custom-1-3840
(PostgreSQL instances). For more information, see Cloud SQL Instance Settings. - User
Labels Dictionary<string, string> - The resource labels for a Cloud SQL instance to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "18kg", "count": "3" }
. - Zone string
- The Google Cloud Platform zone where your Cloud SQL database instance is located.
- Activation
Policy CloudSql Settings Activation Policy - The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'. Valid values: 'ALWAYS': The instance is on, and remains so even in the absence of connection requests.
NEVER
: The instance is off; it is not activated, even if a connection request arrives. - Auto
Storage boolIncrease - [default: ON] If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
- Availability
Type CloudSql Settings Availability Type - Optional. Availability type. Potential values: *
ZONAL
: The instance serves data from only one zone. Outages in that zone affect data availability. *REGIONAL
: The instance can serve data from more than one zone in a region (it is highly available). - Cmek
Key stringName - The KMS key name used for the csql instance.
- Collation string
- The Cloud SQL default instance level collation.
- Data
Cache DataConfig Cache Config - Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see Data cache overview in Cloud SQL documentation.
- Data
Disk stringSize Gb - The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
- Data
Disk CloudType Sql Settings Data Disk Type - The type of storage:
PD_SSD
(default) orPD_HDD
. - Database
Flags map[string]string - The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- Database
Version CloudSql Settings Database Version - The database engine type and version.
- Edition
Cloud
Sql Settings Edition - Optional. The edition of the given Cloud SQL instance.
- Ip
Config SqlIp Config - The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled.
- Root
Password string - Input only. Initial root password.
- Secondary
Zone string - Optional. The Google Cloud Platform zone where the failover Cloud SQL database instance is located. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- Source
Id string - The Database Migration Service source connection profile ID, in the format:
projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID
- Storage
Auto stringResize Limit - The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
- Tier string
- The tier (or machine type) for this instance, for example:
db-n1-standard-1
(MySQL instances) ordb-custom-1-3840
(PostgreSQL instances). For more information, see Cloud SQL Instance Settings. - User
Labels map[string]string - The resource labels for a Cloud SQL instance to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "18kg", "count": "3" }
. - Zone string
- The Google Cloud Platform zone where your Cloud SQL database instance is located.
- activation
Policy CloudSql Settings Activation Policy - The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'. Valid values: 'ALWAYS': The instance is on, and remains so even in the absence of connection requests.
NEVER
: The instance is off; it is not activated, even if a connection request arrives. - auto
Storage BooleanIncrease - [default: ON] If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
- availability
Type CloudSql Settings Availability Type - Optional. Availability type. Potential values: *
ZONAL
: The instance serves data from only one zone. Outages in that zone affect data availability. *REGIONAL
: The instance can serve data from more than one zone in a region (it is highly available). - cmek
Key StringName - The KMS key name used for the csql instance.
- collation String
- The Cloud SQL default instance level collation.
- data
Cache DataConfig Cache Config - Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see Data cache overview in Cloud SQL documentation.
- data
Disk StringSize Gb - The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
- data
Disk CloudType Sql Settings Data Disk Type - The type of storage:
PD_SSD
(default) orPD_HDD
. - database
Flags Map<String,String> - The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- database
Version CloudSql Settings Database Version - The database engine type and version.
- edition
Cloud
Sql Settings Edition - Optional. The edition of the given Cloud SQL instance.
- ip
Config SqlIp Config - The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled.
- root
Password String - Input only. Initial root password.
- secondary
Zone String - Optional. The Google Cloud Platform zone where the failover Cloud SQL database instance is located. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- source
Id String - The Database Migration Service source connection profile ID, in the format:
projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID
- storage
Auto StringResize Limit - The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
- tier String
- The tier (or machine type) for this instance, for example:
db-n1-standard-1
(MySQL instances) ordb-custom-1-3840
(PostgreSQL instances). For more information, see Cloud SQL Instance Settings. - user
Labels Map<String,String> - The resource labels for a Cloud SQL instance to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "18kg", "count": "3" }
. - zone String
- The Google Cloud Platform zone where your Cloud SQL database instance is located.
- activation
Policy CloudSql Settings Activation Policy - The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'. Valid values: 'ALWAYS': The instance is on, and remains so even in the absence of connection requests.
NEVER
: The instance is off; it is not activated, even if a connection request arrives. - auto
Storage booleanIncrease - [default: ON] If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
- availability
Type CloudSql Settings Availability Type - Optional. Availability type. Potential values: *
ZONAL
: The instance serves data from only one zone. Outages in that zone affect data availability. *REGIONAL
: The instance can serve data from more than one zone in a region (it is highly available). - cmek
Key stringName - The KMS key name used for the csql instance.
- collation string
- The Cloud SQL default instance level collation.
- data
Cache DataConfig Cache Config - Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see Data cache overview in Cloud SQL documentation.
- data
Disk stringSize Gb - The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
- data
Disk CloudType Sql Settings Data Disk Type - The type of storage:
PD_SSD
(default) orPD_HDD
. - database
Flags {[key: string]: string} - The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- database
Version CloudSql Settings Database Version - The database engine type and version.
- edition
Cloud
Sql Settings Edition - Optional. The edition of the given Cloud SQL instance.
- ip
Config SqlIp Config - The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled.
- root
Password string - Input only. Initial root password.
- secondary
Zone string - Optional. The Google Cloud Platform zone where the failover Cloud SQL database instance is located. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- source
Id string - The Database Migration Service source connection profile ID, in the format:
projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID
- storage
Auto stringResize Limit - The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
- tier string
- The tier (or machine type) for this instance, for example:
db-n1-standard-1
(MySQL instances) ordb-custom-1-3840
(PostgreSQL instances). For more information, see Cloud SQL Instance Settings. - user
Labels {[key: string]: string} - The resource labels for a Cloud SQL instance to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "18kg", "count": "3" }
. - zone string
- The Google Cloud Platform zone where your Cloud SQL database instance is located.
- activation_
policy CloudSql Settings Activation Policy - The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'. Valid values: 'ALWAYS': The instance is on, and remains so even in the absence of connection requests.
NEVER
: The instance is off; it is not activated, even if a connection request arrives. - auto_
storage_ boolincrease - [default: ON] If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
- availability_
type CloudSql Settings Availability Type - Optional. Availability type. Potential values: *
ZONAL
: The instance serves data from only one zone. Outages in that zone affect data availability. *REGIONAL
: The instance can serve data from more than one zone in a region (it is highly available). - cmek_
key_ strname - The KMS key name used for the csql instance.
- collation str
- The Cloud SQL default instance level collation.
- data_
cache_ Dataconfig Cache Config - Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see Data cache overview in Cloud SQL documentation.
- data_
disk_ strsize_ gb - The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
- data_
disk_ Cloudtype Sql Settings Data Disk Type - The type of storage:
PD_SSD
(default) orPD_HDD
. - database_
flags Mapping[str, str] - The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- database_
version CloudSql Settings Database Version - The database engine type and version.
- edition
Cloud
Sql Settings Edition - Optional. The edition of the given Cloud SQL instance.
- ip_
config SqlIp Config - The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled.
- root_
password str - Input only. Initial root password.
- secondary_
zone str - Optional. The Google Cloud Platform zone where the failover Cloud SQL database instance is located. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- source_
id str - The Database Migration Service source connection profile ID, in the format:
projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID
- storage_
auto_ strresize_ limit - The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
- tier str
- The tier (or machine type) for this instance, for example:
db-n1-standard-1
(MySQL instances) ordb-custom-1-3840
(PostgreSQL instances). For more information, see Cloud SQL Instance Settings. - user_
labels Mapping[str, str] - The resource labels for a Cloud SQL instance to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "18kg", "count": "3" }
. - zone str
- The Google Cloud Platform zone where your Cloud SQL database instance is located.
- activation
Policy "SQL_ACTIVATION_POLICY_UNSPECIFIED" | "ALWAYS" | "NEVER" - The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'. Valid values: 'ALWAYS': The instance is on, and remains so even in the absence of connection requests.
NEVER
: The instance is off; it is not activated, even if a connection request arrives. - auto
Storage BooleanIncrease - [default: ON] If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
- availability
Type "SQL_AVAILABILITY_TYPE_UNSPECIFIED" | "ZONAL" | "REGIONAL" - Optional. Availability type. Potential values: *
ZONAL
: The instance serves data from only one zone. Outages in that zone affect data availability. *REGIONAL
: The instance can serve data from more than one zone in a region (it is highly available). - cmek
Key StringName - The KMS key name used for the csql instance.
- collation String
- The Cloud SQL default instance level collation.
- data
Cache Property MapConfig - Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see Data cache overview in Cloud SQL documentation.
- data
Disk StringSize Gb - The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
- data
Disk "SQL_DATA_DISK_TYPE_UNSPECIFIED" | "PD_SSD" | "PD_HDD"Type - The type of storage:
PD_SSD
(default) orPD_HDD
. - database
Flags Map<String> - The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- database
Version "SQL_DATABASE_VERSION_UNSPECIFIED" | "MYSQL_5_6" | "MYSQL_5_7" | "MYSQL_8_0" | "MYSQL_8_0_18" | "MYSQL_8_0_26" | "MYSQL_8_0_27" | "MYSQL_8_0_28" | "MYSQL_8_0_30" | "MYSQL_8_0_31" | "MYSQL_8_0_32" | "MYSQL_8_0_33" | "MYSQL_8_0_34" | "POSTGRES_9_6" | "POSTGRES_11" | "POSTGRES_10" | "POSTGRES_12" | "POSTGRES_13" | "POSTGRES_14" | "POSTGRES_15" - The database engine type and version.
- edition "EDITION_UNSPECIFIED" | "ENTERPRISE" | "ENTERPRISE_PLUS"
- Optional. The edition of the given Cloud SQL instance.
- ip
Config Property Map - The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled.
- root
Password String - Input only. Initial root password.
- secondary
Zone String - Optional. The Google Cloud Platform zone where the failover Cloud SQL database instance is located. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- source
Id String - The Database Migration Service source connection profile ID, in the format:
projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID
- storage
Auto StringResize Limit - The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
- tier String
- The tier (or machine type) for this instance, for example:
db-n1-standard-1
(MySQL instances) ordb-custom-1-3840
(PostgreSQL instances). For more information, see Cloud SQL Instance Settings. - user
Labels Map<String> - The resource labels for a Cloud SQL instance to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "18kg", "count": "3" }
. - zone String
- The Google Cloud Platform zone where your Cloud SQL database instance is located.
CloudSqlSettingsActivationPolicy, CloudSqlSettingsActivationPolicyArgs
- Sql
Activation Policy Unspecified - SQL_ACTIVATION_POLICY_UNSPECIFIEDunspecified policy.
- Always
- ALWAYSThe instance is always up and running.
- Never
- NEVERThe instance should never spin up.
- Cloud
Sql Settings Activation Policy Sql Activation Policy Unspecified - SQL_ACTIVATION_POLICY_UNSPECIFIEDunspecified policy.
- Cloud
Sql Settings Activation Policy Always - ALWAYSThe instance is always up and running.
- Cloud
Sql Settings Activation Policy Never - NEVERThe instance should never spin up.
- Sql
Activation Policy Unspecified - SQL_ACTIVATION_POLICY_UNSPECIFIEDunspecified policy.
- Always
- ALWAYSThe instance is always up and running.
- Never
- NEVERThe instance should never spin up.
- Sql
Activation Policy Unspecified - SQL_ACTIVATION_POLICY_UNSPECIFIEDunspecified policy.
- Always
- ALWAYSThe instance is always up and running.
- Never
- NEVERThe instance should never spin up.
- SQL_ACTIVATION_POLICY_UNSPECIFIED
- SQL_ACTIVATION_POLICY_UNSPECIFIEDunspecified policy.
- ALWAYS
- ALWAYSThe instance is always up and running.
- NEVER
- NEVERThe instance should never spin up.
- "SQL_ACTIVATION_POLICY_UNSPECIFIED"
- SQL_ACTIVATION_POLICY_UNSPECIFIEDunspecified policy.
- "ALWAYS"
- ALWAYSThe instance is always up and running.
- "NEVER"
- NEVERThe instance should never spin up.
CloudSqlSettingsAvailabilityType, CloudSqlSettingsAvailabilityTypeArgs
- Sql
Availability Type Unspecified - SQL_AVAILABILITY_TYPE_UNSPECIFIEDThis is an unknown Availability type.
- Zonal
- ZONALZonal availablility instance.
- Regional
- REGIONALRegional availability instance.
- Cloud
Sql Settings Availability Type Sql Availability Type Unspecified - SQL_AVAILABILITY_TYPE_UNSPECIFIEDThis is an unknown Availability type.
- Cloud
Sql Settings Availability Type Zonal - ZONALZonal availablility instance.
- Cloud
Sql Settings Availability Type Regional - REGIONALRegional availability instance.
- Sql
Availability Type Unspecified - SQL_AVAILABILITY_TYPE_UNSPECIFIEDThis is an unknown Availability type.
- Zonal
- ZONALZonal availablility instance.
- Regional
- REGIONALRegional availability instance.
- Sql
Availability Type Unspecified - SQL_AVAILABILITY_TYPE_UNSPECIFIEDThis is an unknown Availability type.
- Zonal
- ZONALZonal availablility instance.
- Regional
- REGIONALRegional availability instance.
- SQL_AVAILABILITY_TYPE_UNSPECIFIED
- SQL_AVAILABILITY_TYPE_UNSPECIFIEDThis is an unknown Availability type.
- ZONAL
- ZONALZonal availablility instance.
- REGIONAL
- REGIONALRegional availability instance.
- "SQL_AVAILABILITY_TYPE_UNSPECIFIED"
- SQL_AVAILABILITY_TYPE_UNSPECIFIEDThis is an unknown Availability type.
- "ZONAL"
- ZONALZonal availablility instance.
- "REGIONAL"
- REGIONALRegional availability instance.
CloudSqlSettingsDataDiskType, CloudSqlSettingsDataDiskTypeArgs
- Sql
Data Disk Type Unspecified - SQL_DATA_DISK_TYPE_UNSPECIFIEDUnspecified.
- Pd
Ssd - PD_SSDSSD disk.
- Pd
Hdd - PD_HDDHDD disk.
- Cloud
Sql Settings Data Disk Type Sql Data Disk Type Unspecified - SQL_DATA_DISK_TYPE_UNSPECIFIEDUnspecified.
- Cloud
Sql Settings Data Disk Type Pd Ssd - PD_SSDSSD disk.
- Cloud
Sql Settings Data Disk Type Pd Hdd - PD_HDDHDD disk.
- Sql
Data Disk Type Unspecified - SQL_DATA_DISK_TYPE_UNSPECIFIEDUnspecified.
- Pd
Ssd - PD_SSDSSD disk.
- Pd
Hdd - PD_HDDHDD disk.
- Sql
Data Disk Type Unspecified - SQL_DATA_DISK_TYPE_UNSPECIFIEDUnspecified.
- Pd
Ssd - PD_SSDSSD disk.
- Pd
Hdd - PD_HDDHDD disk.
- SQL_DATA_DISK_TYPE_UNSPECIFIED
- SQL_DATA_DISK_TYPE_UNSPECIFIEDUnspecified.
- PD_SSD
- PD_SSDSSD disk.
- PD_HDD
- PD_HDDHDD disk.
- "SQL_DATA_DISK_TYPE_UNSPECIFIED"
- SQL_DATA_DISK_TYPE_UNSPECIFIEDUnspecified.
- "PD_SSD"
- PD_SSDSSD disk.
- "PD_HDD"
- PD_HDDHDD disk.
CloudSqlSettingsDatabaseVersion, CloudSqlSettingsDatabaseVersionArgs
- Sql
Database Version Unspecified - SQL_DATABASE_VERSION_UNSPECIFIEDUnspecified version.
- Mysql56
- MYSQL_5_6MySQL 5.6.
- Mysql57
- MYSQL_5_7MySQL 5.7.
- Mysql80
- MYSQL_8_0MySQL 8.0.
- Mysql8018
- MYSQL_8_0_18The database major version is MySQL 8.0 and the minor version is 18.
- Mysql8026
- MYSQL_8_0_26The database major version is MySQL 8.0 and the minor version is 26.
- Mysql8027
- MYSQL_8_0_27The database major version is MySQL 8.0 and the minor version is 27.
- Mysql8028
- MYSQL_8_0_28The database major version is MySQL 8.0 and the minor version is 28.
- Mysql8030
- MYSQL_8_0_30The database major version is MySQL 8.0 and the minor version is 30.
- Mysql8031
- MYSQL_8_0_31The database major version is MySQL 8.0 and the minor version is 31.
- Mysql8032
- MYSQL_8_0_32The database major version is MySQL 8.0 and the minor version is 32.
- Mysql8033
- MYSQL_8_0_33The database major version is MySQL 8.0 and the minor version is 33.
- Mysql8034
- MYSQL_8_0_34The database major version is MySQL 8.0 and the minor version is 34.
- Postgres96
- POSTGRES_9_6PostgreSQL 9.6.
- Postgres11
- POSTGRES_11PostgreSQL 11.
- Postgres10
- POSTGRES_10PostgreSQL 10.
- Postgres12
- POSTGRES_12PostgreSQL 12.
- Postgres13
- POSTGRES_13PostgreSQL 13.
- Postgres14
- POSTGRES_14PostgreSQL 14.
- Postgres15
- POSTGRES_15PostgreSQL 15.
- Cloud
Sql Settings Database Version Sql Database Version Unspecified - SQL_DATABASE_VERSION_UNSPECIFIEDUnspecified version.
- Cloud
Sql Settings Database Version Mysql56 - MYSQL_5_6MySQL 5.6.
- Cloud
Sql Settings Database Version Mysql57 - MYSQL_5_7MySQL 5.7.
- Cloud
Sql Settings Database Version Mysql80 - MYSQL_8_0MySQL 8.0.
- Cloud
Sql Settings Database Version Mysql8018 - MYSQL_8_0_18The database major version is MySQL 8.0 and the minor version is 18.
- Cloud
Sql Settings Database Version Mysql8026 - MYSQL_8_0_26The database major version is MySQL 8.0 and the minor version is 26.
- Cloud
Sql Settings Database Version Mysql8027 - MYSQL_8_0_27The database major version is MySQL 8.0 and the minor version is 27.
- Cloud
Sql Settings Database Version Mysql8028 - MYSQL_8_0_28The database major version is MySQL 8.0 and the minor version is 28.
- Cloud
Sql Settings Database Version Mysql8030 - MYSQL_8_0_30The database major version is MySQL 8.0 and the minor version is 30.
- Cloud
Sql Settings Database Version Mysql8031 - MYSQL_8_0_31The database major version is MySQL 8.0 and the minor version is 31.
- Cloud
Sql Settings Database Version Mysql8032 - MYSQL_8_0_32The database major version is MySQL 8.0 and the minor version is 32.
- Cloud
Sql Settings Database Version Mysql8033 - MYSQL_8_0_33The database major version is MySQL 8.0 and the minor version is 33.
- Cloud
Sql Settings Database Version Mysql8034 - MYSQL_8_0_34The database major version is MySQL 8.0 and the minor version is 34.
- Cloud
Sql Settings Database Version Postgres96 - POSTGRES_9_6PostgreSQL 9.6.
- Cloud
Sql Settings Database Version Postgres11 - POSTGRES_11PostgreSQL 11.
- Cloud
Sql Settings Database Version Postgres10 - POSTGRES_10PostgreSQL 10.
- Cloud
Sql Settings Database Version Postgres12 - POSTGRES_12PostgreSQL 12.
- Cloud
Sql Settings Database Version Postgres13 - POSTGRES_13PostgreSQL 13.
- Cloud
Sql Settings Database Version Postgres14 - POSTGRES_14PostgreSQL 14.
- Cloud
Sql Settings Database Version Postgres15 - POSTGRES_15PostgreSQL 15.
- Sql
Database Version Unspecified - SQL_DATABASE_VERSION_UNSPECIFIEDUnspecified version.
- Mysql56
- MYSQL_5_6MySQL 5.6.
- Mysql57
- MYSQL_5_7MySQL 5.7.
- Mysql80
- MYSQL_8_0MySQL 8.0.
- Mysql8018
- MYSQL_8_0_18The database major version is MySQL 8.0 and the minor version is 18.
- Mysql8026
- MYSQL_8_0_26The database major version is MySQL 8.0 and the minor version is 26.
- Mysql8027
- MYSQL_8_0_27The database major version is MySQL 8.0 and the minor version is 27.
- Mysql8028
- MYSQL_8_0_28The database major version is MySQL 8.0 and the minor version is 28.
- Mysql8030
- MYSQL_8_0_30The database major version is MySQL 8.0 and the minor version is 30.
- Mysql8031
- MYSQL_8_0_31The database major version is MySQL 8.0 and the minor version is 31.
- Mysql8032
- MYSQL_8_0_32The database major version is MySQL 8.0 and the minor version is 32.
- Mysql8033
- MYSQL_8_0_33The database major version is MySQL 8.0 and the minor version is 33.
- Mysql8034
- MYSQL_8_0_34The database major version is MySQL 8.0 and the minor version is 34.
- Postgres96
- POSTGRES_9_6PostgreSQL 9.6.
- Postgres11
- POSTGRES_11PostgreSQL 11.
- Postgres10
- POSTGRES_10PostgreSQL 10.
- Postgres12
- POSTGRES_12PostgreSQL 12.
- Postgres13
- POSTGRES_13PostgreSQL 13.
- Postgres14
- POSTGRES_14PostgreSQL 14.
- Postgres15
- POSTGRES_15PostgreSQL 15.
- Sql
Database Version Unspecified - SQL_DATABASE_VERSION_UNSPECIFIEDUnspecified version.
- Mysql56
- MYSQL_5_6MySQL 5.6.
- Mysql57
- MYSQL_5_7MySQL 5.7.
- Mysql80
- MYSQL_8_0MySQL 8.0.
- Mysql8018
- MYSQL_8_0_18The database major version is MySQL 8.0 and the minor version is 18.
- Mysql8026
- MYSQL_8_0_26The database major version is MySQL 8.0 and the minor version is 26.
- Mysql8027
- MYSQL_8_0_27The database major version is MySQL 8.0 and the minor version is 27.
- Mysql8028
- MYSQL_8_0_28The database major version is MySQL 8.0 and the minor version is 28.
- Mysql8030
- MYSQL_8_0_30The database major version is MySQL 8.0 and the minor version is 30.
- Mysql8031
- MYSQL_8_0_31The database major version is MySQL 8.0 and the minor version is 31.
- Mysql8032
- MYSQL_8_0_32The database major version is MySQL 8.0 and the minor version is 32.
- Mysql8033
- MYSQL_8_0_33The database major version is MySQL 8.0 and the minor version is 33.
- Mysql8034
- MYSQL_8_0_34The database major version is MySQL 8.0 and the minor version is 34.
- Postgres96
- POSTGRES_9_6PostgreSQL 9.6.
- Postgres11
- POSTGRES_11PostgreSQL 11.
- Postgres10
- POSTGRES_10PostgreSQL 10.
- Postgres12
- POSTGRES_12PostgreSQL 12.
- Postgres13
- POSTGRES_13PostgreSQL 13.
- Postgres14
- POSTGRES_14PostgreSQL 14.
- Postgres15
- POSTGRES_15PostgreSQL 15.
- SQL_DATABASE_VERSION_UNSPECIFIED
- SQL_DATABASE_VERSION_UNSPECIFIEDUnspecified version.
- MYSQL56
- MYSQL_5_6MySQL 5.6.
- MYSQL57
- MYSQL_5_7MySQL 5.7.
- MYSQL80
- MYSQL_8_0MySQL 8.0.
- MYSQL8018
- MYSQL_8_0_18The database major version is MySQL 8.0 and the minor version is 18.
- MYSQL8026
- MYSQL_8_0_26The database major version is MySQL 8.0 and the minor version is 26.
- MYSQL8027
- MYSQL_8_0_27The database major version is MySQL 8.0 and the minor version is 27.
- MYSQL8028
- MYSQL_8_0_28The database major version is MySQL 8.0 and the minor version is 28.
- MYSQL8030
- MYSQL_8_0_30The database major version is MySQL 8.0 and the minor version is 30.
- MYSQL8031
- MYSQL_8_0_31The database major version is MySQL 8.0 and the minor version is 31.
- MYSQL8032
- MYSQL_8_0_32The database major version is MySQL 8.0 and the minor version is 32.
- MYSQL8033
- MYSQL_8_0_33The database major version is MySQL 8.0 and the minor version is 33.
- MYSQL8034
- MYSQL_8_0_34The database major version is MySQL 8.0 and the minor version is 34.
- POSTGRES96
- POSTGRES_9_6PostgreSQL 9.6.
- POSTGRES11
- POSTGRES_11PostgreSQL 11.
- POSTGRES10
- POSTGRES_10PostgreSQL 10.
- POSTGRES12
- POSTGRES_12PostgreSQL 12.
- POSTGRES13
- POSTGRES_13PostgreSQL 13.
- POSTGRES14
- POSTGRES_14PostgreSQL 14.
- POSTGRES15
- POSTGRES_15PostgreSQL 15.
- "SQL_DATABASE_VERSION_UNSPECIFIED"
- SQL_DATABASE_VERSION_UNSPECIFIEDUnspecified version.
- "MYSQL_5_6"
- MYSQL_5_6MySQL 5.6.
- "MYSQL_5_7"
- MYSQL_5_7MySQL 5.7.
- "MYSQL_8_0"
- MYSQL_8_0MySQL 8.0.
- "MYSQL_8_0_18"
- MYSQL_8_0_18The database major version is MySQL 8.0 and the minor version is 18.
- "MYSQL_8_0_26"
- MYSQL_8_0_26The database major version is MySQL 8.0 and the minor version is 26.
- "MYSQL_8_0_27"
- MYSQL_8_0_27The database major version is MySQL 8.0 and the minor version is 27.
- "MYSQL_8_0_28"
- MYSQL_8_0_28The database major version is MySQL 8.0 and the minor version is 28.
- "MYSQL_8_0_30"
- MYSQL_8_0_30The database major version is MySQL 8.0 and the minor version is 30.
- "MYSQL_8_0_31"
- MYSQL_8_0_31The database major version is MySQL 8.0 and the minor version is 31.
- "MYSQL_8_0_32"
- MYSQL_8_0_32The database major version is MySQL 8.0 and the minor version is 32.
- "MYSQL_8_0_33"
- MYSQL_8_0_33The database major version is MySQL 8.0 and the minor version is 33.
- "MYSQL_8_0_34"
- MYSQL_8_0_34The database major version is MySQL 8.0 and the minor version is 34.
- "POSTGRES_9_6"
- POSTGRES_9_6PostgreSQL 9.6.
- "POSTGRES_11"
- POSTGRES_11PostgreSQL 11.
- "POSTGRES_10"
- POSTGRES_10PostgreSQL 10.
- "POSTGRES_12"
- POSTGRES_12PostgreSQL 12.
- "POSTGRES_13"
- POSTGRES_13PostgreSQL 13.
- "POSTGRES_14"
- POSTGRES_14PostgreSQL 14.
- "POSTGRES_15"
- POSTGRES_15PostgreSQL 15.
CloudSqlSettingsEdition, CloudSqlSettingsEditionArgs
- Edition
Unspecified - EDITION_UNSPECIFIEDThe instance did not specify the edition.
- Enterprise
- ENTERPRISEThe instance is an enterprise edition.
- Enterprise
Plus - ENTERPRISE_PLUSThe instance is an enterprise plus edition.
- Cloud
Sql Settings Edition Edition Unspecified - EDITION_UNSPECIFIEDThe instance did not specify the edition.
- Cloud
Sql Settings Edition Enterprise - ENTERPRISEThe instance is an enterprise edition.
- Cloud
Sql Settings Edition Enterprise Plus - ENTERPRISE_PLUSThe instance is an enterprise plus edition.
- Edition
Unspecified - EDITION_UNSPECIFIEDThe instance did not specify the edition.
- Enterprise
- ENTERPRISEThe instance is an enterprise edition.
- Enterprise
Plus - ENTERPRISE_PLUSThe instance is an enterprise plus edition.
- Edition
Unspecified - EDITION_UNSPECIFIEDThe instance did not specify the edition.
- Enterprise
- ENTERPRISEThe instance is an enterprise edition.
- Enterprise
Plus - ENTERPRISE_PLUSThe instance is an enterprise plus edition.
- EDITION_UNSPECIFIED
- EDITION_UNSPECIFIEDThe instance did not specify the edition.
- ENTERPRISE
- ENTERPRISEThe instance is an enterprise edition.
- ENTERPRISE_PLUS
- ENTERPRISE_PLUSThe instance is an enterprise plus edition.
- "EDITION_UNSPECIFIED"
- EDITION_UNSPECIFIEDThe instance did not specify the edition.
- "ENTERPRISE"
- ENTERPRISEThe instance is an enterprise edition.
- "ENTERPRISE_PLUS"
- ENTERPRISE_PLUSThe instance is an enterprise plus edition.
CloudSqlSettingsResponse, CloudSqlSettingsResponseArgs
- Activation
Policy string - The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'. Valid values: 'ALWAYS': The instance is on, and remains so even in the absence of connection requests.
NEVER
: The instance is off; it is not activated, even if a connection request arrives. - Auto
Storage boolIncrease - [default: ON] If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
- Availability
Type string - Optional. Availability type. Potential values: *
ZONAL
: The instance serves data from only one zone. Outages in that zone affect data availability. *REGIONAL
: The instance can serve data from more than one zone in a region (it is highly available). - Cmek
Key stringName - The KMS key name used for the csql instance.
- Collation string
- The Cloud SQL default instance level collation.
- Data
Cache Pulumi.Config Google Native. Datamigration. V1. Inputs. Data Cache Config Response - Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see Data cache overview in Cloud SQL documentation.
- Data
Disk stringSize Gb - The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
- Data
Disk stringType - The type of storage:
PD_SSD
(default) orPD_HDD
. - Database
Flags Dictionary<string, string> - The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- Database
Version string - The database engine type and version.
- Edition string
- Optional. The edition of the given Cloud SQL instance.
- Ip
Config Pulumi.Google Native. Datamigration. V1. Inputs. Sql Ip Config Response - The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled.
- Root
Password string - Input only. Initial root password.
- Root
Password boolSet - Indicates If this connection profile root password is stored.
- Secondary
Zone string - Optional. The Google Cloud Platform zone where the failover Cloud SQL database instance is located. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- Source
Id string - The Database Migration Service source connection profile ID, in the format:
projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID
- Storage
Auto stringResize Limit - The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
- Tier string
- The tier (or machine type) for this instance, for example:
db-n1-standard-1
(MySQL instances) ordb-custom-1-3840
(PostgreSQL instances). For more information, see Cloud SQL Instance Settings. - User
Labels Dictionary<string, string> - The resource labels for a Cloud SQL instance to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "18kg", "count": "3" }
. - Zone string
- The Google Cloud Platform zone where your Cloud SQL database instance is located.
- Activation
Policy string - The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'. Valid values: 'ALWAYS': The instance is on, and remains so even in the absence of connection requests.
NEVER
: The instance is off; it is not activated, even if a connection request arrives. - Auto
Storage boolIncrease - [default: ON] If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
- Availability
Type string - Optional. Availability type. Potential values: *
ZONAL
: The instance serves data from only one zone. Outages in that zone affect data availability. *REGIONAL
: The instance can serve data from more than one zone in a region (it is highly available). - Cmek
Key stringName - The KMS key name used for the csql instance.
- Collation string
- The Cloud SQL default instance level collation.
- Data
Cache DataConfig Cache Config Response - Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see Data cache overview in Cloud SQL documentation.
- Data
Disk stringSize Gb - The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
- Data
Disk stringType - The type of storage:
PD_SSD
(default) orPD_HDD
. - Database
Flags map[string]string - The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- Database
Version string - The database engine type and version.
- Edition string
- Optional. The edition of the given Cloud SQL instance.
- Ip
Config SqlIp Config Response - The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled.
- Root
Password string - Input only. Initial root password.
- Root
Password boolSet - Indicates If this connection profile root password is stored.
- Secondary
Zone string - Optional. The Google Cloud Platform zone where the failover Cloud SQL database instance is located. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- Source
Id string - The Database Migration Service source connection profile ID, in the format:
projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID
- Storage
Auto stringResize Limit - The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
- Tier string
- The tier (or machine type) for this instance, for example:
db-n1-standard-1
(MySQL instances) ordb-custom-1-3840
(PostgreSQL instances). For more information, see Cloud SQL Instance Settings. - User
Labels map[string]string - The resource labels for a Cloud SQL instance to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "18kg", "count": "3" }
. - Zone string
- The Google Cloud Platform zone where your Cloud SQL database instance is located.
- activation
Policy String - The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'. Valid values: 'ALWAYS': The instance is on, and remains so even in the absence of connection requests.
NEVER
: The instance is off; it is not activated, even if a connection request arrives. - auto
Storage BooleanIncrease - [default: ON] If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
- availability
Type String - Optional. Availability type. Potential values: *
ZONAL
: The instance serves data from only one zone. Outages in that zone affect data availability. *REGIONAL
: The instance can serve data from more than one zone in a region (it is highly available). - cmek
Key StringName - The KMS key name used for the csql instance.
- collation String
- The Cloud SQL default instance level collation.
- data
Cache DataConfig Cache Config Response - Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see Data cache overview in Cloud SQL documentation.
- data
Disk StringSize Gb - The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
- data
Disk StringType - The type of storage:
PD_SSD
(default) orPD_HDD
. - database
Flags Map<String,String> - The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- database
Version String - The database engine type and version.
- edition String
- Optional. The edition of the given Cloud SQL instance.
- ip
Config SqlIp Config Response - The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled.
- root
Password String - Input only. Initial root password.
- root
Password BooleanSet - Indicates If this connection profile root password is stored.
- secondary
Zone String - Optional. The Google Cloud Platform zone where the failover Cloud SQL database instance is located. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- source
Id String - The Database Migration Service source connection profile ID, in the format:
projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID
- storage
Auto StringResize Limit - The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
- tier String
- The tier (or machine type) for this instance, for example:
db-n1-standard-1
(MySQL instances) ordb-custom-1-3840
(PostgreSQL instances). For more information, see Cloud SQL Instance Settings. - user
Labels Map<String,String> - The resource labels for a Cloud SQL instance to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "18kg", "count": "3" }
. - zone String
- The Google Cloud Platform zone where your Cloud SQL database instance is located.
- activation
Policy string - The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'. Valid values: 'ALWAYS': The instance is on, and remains so even in the absence of connection requests.
NEVER
: The instance is off; it is not activated, even if a connection request arrives. - auto
Storage booleanIncrease - [default: ON] If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
- availability
Type string - Optional. Availability type. Potential values: *
ZONAL
: The instance serves data from only one zone. Outages in that zone affect data availability. *REGIONAL
: The instance can serve data from more than one zone in a region (it is highly available). - cmek
Key stringName - The KMS key name used for the csql instance.
- collation string
- The Cloud SQL default instance level collation.
- data
Cache DataConfig Cache Config Response - Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see Data cache overview in Cloud SQL documentation.
- data
Disk stringSize Gb - The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
- data
Disk stringType - The type of storage:
PD_SSD
(default) orPD_HDD
. - database
Flags {[key: string]: string} - The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- database
Version string - The database engine type and version.
- edition string
- Optional. The edition of the given Cloud SQL instance.
- ip
Config SqlIp Config Response - The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled.
- root
Password string - Input only. Initial root password.
- root
Password booleanSet - Indicates If this connection profile root password is stored.
- secondary
Zone string - Optional. The Google Cloud Platform zone where the failover Cloud SQL database instance is located. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- source
Id string - The Database Migration Service source connection profile ID, in the format:
projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID
- storage
Auto stringResize Limit - The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
- tier string
- The tier (or machine type) for this instance, for example:
db-n1-standard-1
(MySQL instances) ordb-custom-1-3840
(PostgreSQL instances). For more information, see Cloud SQL Instance Settings. - user
Labels {[key: string]: string} - The resource labels for a Cloud SQL instance to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "18kg", "count": "3" }
. - zone string
- The Google Cloud Platform zone where your Cloud SQL database instance is located.
- activation_
policy str - The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'. Valid values: 'ALWAYS': The instance is on, and remains so even in the absence of connection requests.
NEVER
: The instance is off; it is not activated, even if a connection request arrives. - auto_
storage_ boolincrease - [default: ON] If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
- availability_
type str - Optional. Availability type. Potential values: *
ZONAL
: The instance serves data from only one zone. Outages in that zone affect data availability. *REGIONAL
: The instance can serve data from more than one zone in a region (it is highly available). - cmek_
key_ strname - The KMS key name used for the csql instance.
- collation str
- The Cloud SQL default instance level collation.
- data_
cache_ Dataconfig Cache Config Response - Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see Data cache overview in Cloud SQL documentation.
- data_
disk_ strsize_ gb - The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
- data_
disk_ strtype - The type of storage:
PD_SSD
(default) orPD_HDD
. - database_
flags Mapping[str, str] - The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- database_
version str - The database engine type and version.
- edition str
- Optional. The edition of the given Cloud SQL instance.
- ip_
config SqlIp Config Response - The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled.
- root_
password str - Input only. Initial root password.
- root_
password_ boolset - Indicates If this connection profile root password is stored.
- secondary_
zone str - Optional. The Google Cloud Platform zone where the failover Cloud SQL database instance is located. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- source_
id str - The Database Migration Service source connection profile ID, in the format:
projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID
- storage_
auto_ strresize_ limit - The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
- tier str
- The tier (or machine type) for this instance, for example:
db-n1-standard-1
(MySQL instances) ordb-custom-1-3840
(PostgreSQL instances). For more information, see Cloud SQL Instance Settings. - user_
labels Mapping[str, str] - The resource labels for a Cloud SQL instance to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "18kg", "count": "3" }
. - zone str
- The Google Cloud Platform zone where your Cloud SQL database instance is located.
- activation
Policy String - The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'. Valid values: 'ALWAYS': The instance is on, and remains so even in the absence of connection requests.
NEVER
: The instance is off; it is not activated, even if a connection request arrives. - auto
Storage BooleanIncrease - [default: ON] If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
- availability
Type String - Optional. Availability type. Potential values: *
ZONAL
: The instance serves data from only one zone. Outages in that zone affect data availability. *REGIONAL
: The instance can serve data from more than one zone in a region (it is highly available). - cmek
Key StringName - The KMS key name used for the csql instance.
- collation String
- The Cloud SQL default instance level collation.
- data
Cache Property MapConfig - Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see Data cache overview in Cloud SQL documentation.
- data
Disk StringSize Gb - The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
- data
Disk StringType - The type of storage:
PD_SSD
(default) orPD_HDD
. - database
Flags Map<String> - The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- database
Version String - The database engine type and version.
- edition String
- Optional. The edition of the given Cloud SQL instance.
- ip
Config Property Map - The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled.
- root
Password String - Input only. Initial root password.
- root
Password BooleanSet - Indicates If this connection profile root password is stored.
- secondary
Zone String - Optional. The Google Cloud Platform zone where the failover Cloud SQL database instance is located. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
- source
Id String - The Database Migration Service source connection profile ID, in the format:
projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID
- storage
Auto StringResize Limit - The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
- tier String
- The tier (or machine type) for this instance, for example:
db-n1-standard-1
(MySQL instances) ordb-custom-1-3840
(PostgreSQL instances). For more information, see Cloud SQL Instance Settings. - user
Labels Map<String> - The resource labels for a Cloud SQL instance to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example:
{ "name": "wrench", "mass": "18kg", "count": "3" }
. - zone String
- The Google Cloud Platform zone where your Cloud SQL database instance is located.
ConnectionProfileProvider, ConnectionProfileProviderArgs
- Database
Provider Unspecified - DATABASE_PROVIDER_UNSPECIFIEDThe database provider is unknown.
- Cloudsql
- CLOUDSQLCloudSQL runs the database.
- Rds
- RDSRDS runs the database.
- Aurora
- AURORAAmazon Aurora.
- Alloydb
- ALLOYDBAlloyDB.
- Connection
Profile Provider Database Provider Unspecified - DATABASE_PROVIDER_UNSPECIFIEDThe database provider is unknown.
- Connection
Profile Provider Cloudsql - CLOUDSQLCloudSQL runs the database.
- Connection
Profile Provider Rds - RDSRDS runs the database.
- Connection
Profile Provider Aurora - AURORAAmazon Aurora.
- Connection
Profile Provider Alloydb - ALLOYDBAlloyDB.
- Database
Provider Unspecified - DATABASE_PROVIDER_UNSPECIFIEDThe database provider is unknown.
- Cloudsql
- CLOUDSQLCloudSQL runs the database.
- Rds
- RDSRDS runs the database.
- Aurora
- AURORAAmazon Aurora.
- Alloydb
- ALLOYDBAlloyDB.
- Database
Provider Unspecified - DATABASE_PROVIDER_UNSPECIFIEDThe database provider is unknown.
- Cloudsql
- CLOUDSQLCloudSQL runs the database.
- Rds
- RDSRDS runs the database.
- Aurora
- AURORAAmazon Aurora.
- Alloydb
- ALLOYDBAlloyDB.
- DATABASE_PROVIDER_UNSPECIFIED
- DATABASE_PROVIDER_UNSPECIFIEDThe database provider is unknown.
- CLOUDSQL
- CLOUDSQLCloudSQL runs the database.
- RDS
- RDSRDS runs the database.
- AURORA
- AURORAAmazon Aurora.
- ALLOYDB
- ALLOYDBAlloyDB.
- "DATABASE_PROVIDER_UNSPECIFIED"
- DATABASE_PROVIDER_UNSPECIFIEDThe database provider is unknown.
- "CLOUDSQL"
- CLOUDSQLCloudSQL runs the database.
- "RDS"
- RDSRDS runs the database.
- "AURORA"
- AURORAAmazon Aurora.
- "ALLOYDB"
- ALLOYDBAlloyDB.
ConnectionProfileState, ConnectionProfileStateArgs
- State
Unspecified - STATE_UNSPECIFIEDThe state of the connection profile is unknown.
- Draft
- DRAFTThe connection profile is in draft mode and fully editable.
- Creating
- CREATINGThe connection profile is being created.
- Ready
- READYThe connection profile is ready.
- Updating
- UPDATINGThe connection profile is being updated.
- Deleting
- DELETINGThe connection profile is being deleted.
- Deleted
- DELETEDThe connection profile has been deleted.
- Failed
- FAILEDThe last action on the connection profile failed.
- Connection
Profile State State Unspecified - STATE_UNSPECIFIEDThe state of the connection profile is unknown.
- Connection
Profile State Draft - DRAFTThe connection profile is in draft mode and fully editable.
- Connection
Profile State Creating - CREATINGThe connection profile is being created.
- Connection
Profile State Ready - READYThe connection profile is ready.
- Connection
Profile State Updating - UPDATINGThe connection profile is being updated.
- Connection
Profile State Deleting - DELETINGThe connection profile is being deleted.
- Connection
Profile State Deleted - DELETEDThe connection profile has been deleted.
- Connection
Profile State Failed - FAILEDThe last action on the connection profile failed.
- State
Unspecified - STATE_UNSPECIFIEDThe state of the connection profile is unknown.
- Draft
- DRAFTThe connection profile is in draft mode and fully editable.
- Creating
- CREATINGThe connection profile is being created.
- Ready
- READYThe connection profile is ready.
- Updating
- UPDATINGThe connection profile is being updated.
- Deleting
- DELETINGThe connection profile is being deleted.
- Deleted
- DELETEDThe connection profile has been deleted.
- Failed
- FAILEDThe last action on the connection profile failed.
- State
Unspecified - STATE_UNSPECIFIEDThe state of the connection profile is unknown.
- Draft
- DRAFTThe connection profile is in draft mode and fully editable.
- Creating
- CREATINGThe connection profile is being created.
- Ready
- READYThe connection profile is ready.
- Updating
- UPDATINGThe connection profile is being updated.
- Deleting
- DELETINGThe connection profile is being deleted.
- Deleted
- DELETEDThe connection profile has been deleted.
- Failed
- FAILEDThe last action on the connection profile failed.
- STATE_UNSPECIFIED
- STATE_UNSPECIFIEDThe state of the connection profile is unknown.
- DRAFT
- DRAFTThe connection profile is in draft mode and fully editable.
- CREATING
- CREATINGThe connection profile is being created.
- READY
- READYThe connection profile is ready.
- UPDATING
- UPDATINGThe connection profile is being updated.
- DELETING
- DELETINGThe connection profile is being deleted.
- DELETED
- DELETEDThe connection profile has been deleted.
- FAILED
- FAILEDThe last action on the connection profile failed.
- "STATE_UNSPECIFIED"
- STATE_UNSPECIFIEDThe state of the connection profile is unknown.
- "DRAFT"
- DRAFTThe connection profile is in draft mode and fully editable.
- "CREATING"
- CREATINGThe connection profile is being created.
- "READY"
- READYThe connection profile is ready.
- "UPDATING"
- UPDATINGThe connection profile is being updated.
- "DELETING"
- DELETINGThe connection profile is being deleted.
- "DELETED"
- DELETEDThe connection profile has been deleted.
- "FAILED"
- FAILEDThe last action on the connection profile failed.
DataCacheConfig, DataCacheConfigArgs
- Data
Cache boolEnabled - Optional. Whether data cache is enabled for the instance.
- Data
Cache boolEnabled - Optional. Whether data cache is enabled for the instance.
- data
Cache BooleanEnabled - Optional. Whether data cache is enabled for the instance.
- data
Cache booleanEnabled - Optional. Whether data cache is enabled for the instance.
- data_
cache_ boolenabled - Optional. Whether data cache is enabled for the instance.
- data
Cache BooleanEnabled - Optional. Whether data cache is enabled for the instance.
DataCacheConfigResponse, DataCacheConfigResponseArgs
- Data
Cache boolEnabled - Optional. Whether data cache is enabled for the instance.
- Data
Cache boolEnabled - Optional. Whether data cache is enabled for the instance.
- data
Cache BooleanEnabled - Optional. Whether data cache is enabled for the instance.
- data
Cache booleanEnabled - Optional. Whether data cache is enabled for the instance.
- data_
cache_ boolenabled - Optional. Whether data cache is enabled for the instance.
- data
Cache BooleanEnabled - Optional. Whether data cache is enabled for the instance.
EncryptionConfig, EncryptionConfigArgs
- Kms
Key stringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- Kms
Key stringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- kms
Key StringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- kms
Key stringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- kms_
key_ strname - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- kms
Key StringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
EncryptionConfigResponse, EncryptionConfigResponseArgs
- Kms
Key stringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- Kms
Key stringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- kms
Key StringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- kms
Key stringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- kms_
key_ strname - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- kms
Key StringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
ForwardSshTunnelConnectivity, ForwardSshTunnelConnectivityArgs
- Hostname string
- Hostname for the SSH tunnel.
- Username string
- Username for the SSH tunnel.
- Password string
- Input only. SSH password.
- Port int
- Port for the SSH tunnel, default value is 22.
- Private
Key string - Input only. SSH private key.
- Hostname string
- Hostname for the SSH tunnel.
- Username string
- Username for the SSH tunnel.
- Password string
- Input only. SSH password.
- Port int
- Port for the SSH tunnel, default value is 22.
- Private
Key string - Input only. SSH private key.
- hostname String
- Hostname for the SSH tunnel.
- username String
- Username for the SSH tunnel.
- password String
- Input only. SSH password.
- port Integer
- Port for the SSH tunnel, default value is 22.
- private
Key String - Input only. SSH private key.
- hostname string
- Hostname for the SSH tunnel.
- username string
- Username for the SSH tunnel.
- password string
- Input only. SSH password.
- port number
- Port for the SSH tunnel, default value is 22.
- private
Key string - Input only. SSH private key.
- hostname str
- Hostname for the SSH tunnel.
- username 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 String
- Hostname for the SSH tunnel.
- username String
- Username for the SSH tunnel.
- password String
- Input only. SSH password.
- port Number
- Port for the SSH tunnel, default value is 22.
- private
Key String - Input only. SSH private key.
ForwardSshTunnelConnectivityResponse, ForwardSshTunnelConnectivityResponseArgs
- Hostname string
- Hostname for the SSH tunnel.
- Password string
- Input only. SSH password.
- Port int
- Port for the SSH tunnel, default value is 22.
- Private
Key string - Input only. SSH private key.
- Username string
- Username for the SSH tunnel.
- Hostname string
- Hostname for the SSH tunnel.
- Password string
- Input only. SSH password.
- Port int
- Port for the SSH tunnel, default value is 22.
- Private
Key string - Input only. SSH private key.
- Username string
- Username for the SSH tunnel.
- hostname String
- Hostname for the SSH tunnel.
- password String
- Input only. SSH password.
- port Integer
- Port for the SSH tunnel, default value is 22.
- private
Key String - Input only. SSH private key.
- username String
- Username for the SSH tunnel.
- hostname string
- Hostname for the SSH tunnel.
- password string
- Input only. SSH password.
- port number
- Port for the SSH tunnel, default value is 22.
- private
Key string - Input only. SSH private key.
- username string
- Username for the SSH tunnel.
- hostname str
- Hostname 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.
- username str
- Username for the SSH tunnel.
- hostname String
- Hostname for the SSH tunnel.
- password String
- Input only. SSH password.
- port Number
- Port for the SSH tunnel, default value is 22.
- private
Key String - Input only. SSH private key.
- username String
- Username for the SSH tunnel.
MachineConfig, MachineConfigArgs
- Cpu
Count int - The number of CPU's in the VM instance.
- Cpu
Count int - The number of CPU's in the VM instance.
- cpu
Count Integer - The number of CPU's in the VM instance.
- cpu
Count number - The number of CPU's in the VM instance.
- cpu_
count int - The number of CPU's in the VM instance.
- cpu
Count Number - The number of CPU's in the VM instance.
MachineConfigResponse, MachineConfigResponseArgs
- Cpu
Count int - The number of CPU's in the VM instance.
- Cpu
Count int - The number of CPU's in the VM instance.
- cpu
Count Integer - The number of CPU's in the VM instance.
- cpu
Count number - The number of CPU's in the VM instance.
- cpu_
count int - The number of CPU's in the VM instance.
- cpu
Count Number - The number of CPU's in the VM instance.
MySqlConnectionProfile, MySqlConnectionProfileArgs
- Host string
- The IP or hostname of the source MySQL database.
- Password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- Port int
- The network port of the source MySQL database.
- Username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- Cloud
Sql stringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- Ssl
Pulumi.
Google Native. Datamigration. V1. Inputs. Ssl Config - SSL configuration for the destination to connect to the source database.
- Host string
- The IP or hostname of the source MySQL database.
- Password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- Port int
- The network port of the source MySQL database.
- Username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- Cloud
Sql stringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- Ssl
Ssl
Config - SSL configuration for the destination to connect to the source database.
- host String
- The IP or hostname of the source MySQL database.
- password String
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- port Integer
- The network port of the source MySQL database.
- username String
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- cloud
Sql StringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- ssl
Ssl
Config - SSL configuration for the destination to connect to the source database.
- host string
- The IP or hostname of the source MySQL database.
- password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- port number
- The network port of the source MySQL database.
- username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- cloud
Sql stringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- ssl
Ssl
Config - SSL configuration for the destination to connect to the source database.
- host str
- The IP or hostname of the source MySQL database.
- password str
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- port int
- The network port of the source MySQL database.
- username str
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- cloud_
sql_ strid - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- ssl
Ssl
Config - SSL configuration for the destination to connect to the source database.
- host String
- The IP or hostname of the source MySQL database.
- password String
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- port Number
- The network port of the source MySQL database.
- username String
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- cloud
Sql StringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- ssl Property Map
- SSL configuration for the destination to connect to the source database.
MySqlConnectionProfileResponse, MySqlConnectionProfileResponseArgs
- Cloud
Sql stringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- Host string
- The IP or hostname of the source MySQL database.
- Password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- Password
Set bool - Indicates If this connection profile password is stored.
- Port int
- The network port of the source MySQL database.
- Ssl
Pulumi.
Google Native. Datamigration. V1. Inputs. Ssl Config Response - SSL configuration for the destination to connect to the source database.
- Username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- Cloud
Sql stringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- Host string
- The IP or hostname of the source MySQL database.
- Password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- Password
Set bool - Indicates If this connection profile password is stored.
- Port int
- The network port of the source MySQL database.
- Ssl
Ssl
Config Response - SSL configuration for the destination to connect to the source database.
- Username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- cloud
Sql StringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- host String
- The IP or hostname of the source MySQL database.
- password String
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- password
Set Boolean - Indicates If this connection profile password is stored.
- port Integer
- The network port of the source MySQL database.
- ssl
Ssl
Config Response - SSL configuration for the destination to connect to the source database.
- username String
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- cloud
Sql stringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- host string
- The IP or hostname of the source MySQL database.
- password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- password
Set boolean - Indicates If this connection profile password is stored.
- port number
- The network port of the source MySQL database.
- ssl
Ssl
Config Response - SSL configuration for the destination to connect to the source database.
- username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- cloud_
sql_ strid - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- host str
- The IP or hostname of the source MySQL database.
- password str
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- password_
set bool - Indicates If this connection profile password is stored.
- port int
- The network port of the source MySQL database.
- ssl
Ssl
Config Response - SSL configuration for the destination to connect to the source database.
- username str
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- cloud
Sql StringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- host String
- The IP or hostname of the source MySQL database.
- password String
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- password
Set Boolean - Indicates If this connection profile password is stored.
- port Number
- The network port of the source MySQL database.
- ssl Property Map
- SSL configuration for the destination to connect to the source database.
- username String
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
OracleConnectionProfile, OracleConnectionProfileArgs
- Database
Service string - Database service for the Oracle connection.
- Host string
- The IP or hostname of the source Oracle database.
- Password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- Port int
- The network port of the source Oracle database.
- Username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- Forward
Ssh Pulumi.Connectivity Google Native. Datamigration. V1. Inputs. Forward Ssh Tunnel Connectivity - Forward SSH tunnel connectivity.
- Private
Connectivity Pulumi.Google Native. Datamigration. V1. Inputs. Private Connectivity - Private connectivity.
- Ssl
Pulumi.
Google Native. Datamigration. V1. Inputs. Ssl Config - SSL configuration for the connection to the source Oracle database. * Only
SERVER_ONLY
configuration is supported for Oracle SSL. * SSL is supported for Oracle versions 12 and above. - Static
Service Pulumi.Ip Connectivity Google Native. Datamigration. V1. Inputs. Static Service Ip Connectivity - Static Service IP connectivity.
- Database
Service string - Database service for the Oracle connection.
- Host string
- The IP or hostname of the source Oracle database.
- Password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- Port int
- The network port of the source Oracle database.
- Username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- Forward
Ssh ForwardConnectivity Ssh Tunnel Connectivity - Forward SSH tunnel connectivity.
- Private
Connectivity PrivateConnectivity - Private connectivity.
- Ssl
Ssl
Config - SSL configuration for the connection to the source Oracle database. * Only
SERVER_ONLY
configuration is supported for Oracle SSL. * SSL is supported for Oracle versions 12 and above. - Static
Service StaticIp Connectivity Service Ip Connectivity - Static Service IP connectivity.
- database
Service String - Database service for the Oracle connection.
- host String
- The IP or hostname of the source Oracle database.
- password String
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- port Integer
- The network port of the source Oracle database.
- username String
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- forward
Ssh ForwardConnectivity Ssh Tunnel Connectivity - Forward SSH tunnel connectivity.
- private
Connectivity PrivateConnectivity - Private connectivity.
- ssl
Ssl
Config - SSL configuration for the connection to the source Oracle database. * Only
SERVER_ONLY
configuration is supported for Oracle SSL. * SSL is supported for Oracle versions 12 and above. - static
Service StaticIp Connectivity Service Ip Connectivity - Static Service IP connectivity.
- database
Service string - Database service for the Oracle connection.
- host string
- The IP or hostname of the source Oracle database.
- password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- port number
- The network port of the source Oracle database.
- username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- forward
Ssh ForwardConnectivity Ssh Tunnel Connectivity - Forward SSH tunnel connectivity.
- private
Connectivity PrivateConnectivity - Private connectivity.
- ssl
Ssl
Config - SSL configuration for the connection to the source Oracle database. * Only
SERVER_ONLY
configuration is supported for Oracle SSL. * SSL is supported for Oracle versions 12 and above. - static
Service StaticIp Connectivity Service Ip Connectivity - Static Service IP connectivity.
- database_
service str - Database service for the Oracle connection.
- host str
- The IP or hostname of the source Oracle database.
- password str
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- port int
- The network port of the source Oracle database.
- username str
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- forward_
ssh_ Forwardconnectivity Ssh Tunnel Connectivity - Forward SSH tunnel connectivity.
- private_
connectivity PrivateConnectivity - Private connectivity.
- ssl
Ssl
Config - SSL configuration for the connection to the source Oracle database. * Only
SERVER_ONLY
configuration is supported for Oracle SSL. * SSL is supported for Oracle versions 12 and above. - static_
service_ Staticip_ connectivity Service Ip Connectivity - Static Service IP connectivity.
- database
Service String - Database service for the Oracle connection.
- host String
- The IP or hostname of the source Oracle database.
- password String
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- port Number
- The network port of the source Oracle database.
- username String
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- forward
Ssh Property MapConnectivity - Forward SSH tunnel connectivity.
- private
Connectivity Property Map - Private connectivity.
- ssl Property Map
- SSL configuration for the connection to the source Oracle database. * Only
SERVER_ONLY
configuration is supported for Oracle SSL. * SSL is supported for Oracle versions 12 and above. - static
Service Property MapIp Connectivity - Static Service IP connectivity.
OracleConnectionProfileResponse, OracleConnectionProfileResponseArgs
- Database
Service string - Database service for the Oracle connection.
- Forward
Ssh Pulumi.Connectivity Google Native. Datamigration. V1. Inputs. Forward Ssh Tunnel Connectivity Response - Forward SSH tunnel connectivity.
- Host string
- The IP or hostname of the source Oracle database.
- Password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- Password
Set bool - Indicates whether a new password is included in the request.
- Port int
- The network port of the source Oracle database.
- Private
Connectivity Pulumi.Google Native. Datamigration. V1. Inputs. Private Connectivity Response - Private connectivity.
- Ssl
Pulumi.
Google Native. Datamigration. V1. Inputs. Ssl Config Response - SSL configuration for the connection to the source Oracle database. * Only
SERVER_ONLY
configuration is supported for Oracle SSL. * SSL is supported for Oracle versions 12 and above. - Static
Service Pulumi.Ip Connectivity Google Native. Datamigration. V1. Inputs. Static Service Ip Connectivity Response - Static Service IP connectivity.
- Username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- Database
Service string - Database service for the Oracle connection.
- Forward
Ssh ForwardConnectivity Ssh Tunnel Connectivity Response - Forward SSH tunnel connectivity.
- Host string
- The IP or hostname of the source Oracle database.
- Password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- Password
Set bool - Indicates whether a new password is included in the request.
- Port int
- The network port of the source Oracle database.
- Private
Connectivity PrivateConnectivity Response - Private connectivity.
- Ssl
Ssl
Config Response - SSL configuration for the connection to the source Oracle database. * Only
SERVER_ONLY
configuration is supported for Oracle SSL. * SSL is supported for Oracle versions 12 and above. - Static
Service StaticIp Connectivity Service Ip Connectivity Response - Static Service IP connectivity.
- Username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- database
Service String - Database service for the Oracle connection.
- forward
Ssh ForwardConnectivity Ssh Tunnel Connectivity Response - Forward SSH tunnel connectivity.
- host String
- The IP or hostname of the source Oracle database.
- password String
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- password
Set Boolean - Indicates whether a new password is included in the request.
- port Integer
- The network port of the source Oracle database.
- private
Connectivity PrivateConnectivity Response - Private connectivity.
- ssl
Ssl
Config Response - SSL configuration for the connection to the source Oracle database. * Only
SERVER_ONLY
configuration is supported for Oracle SSL. * SSL is supported for Oracle versions 12 and above. - static
Service StaticIp Connectivity Service Ip Connectivity Response - Static Service IP connectivity.
- username String
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- database
Service string - Database service for the Oracle connection.
- forward
Ssh ForwardConnectivity Ssh Tunnel Connectivity Response - Forward SSH tunnel connectivity.
- host string
- The IP or hostname of the source Oracle database.
- password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- password
Set boolean - Indicates whether a new password is included in the request.
- port number
- The network port of the source Oracle database.
- private
Connectivity PrivateConnectivity Response - Private connectivity.
- ssl
Ssl
Config Response - SSL configuration for the connection to the source Oracle database. * Only
SERVER_ONLY
configuration is supported for Oracle SSL. * SSL is supported for Oracle versions 12 and above. - static
Service StaticIp Connectivity Service Ip Connectivity Response - Static Service IP connectivity.
- username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- database_
service str - Database service for the Oracle connection.
- forward_
ssh_ Forwardconnectivity Ssh Tunnel Connectivity Response - Forward SSH tunnel connectivity.
- host str
- The IP or hostname of the source Oracle database.
- password str
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- password_
set bool - Indicates whether a new password is included in the request.
- port int
- The network port of the source Oracle database.
- private_
connectivity PrivateConnectivity Response - Private connectivity.
- ssl
Ssl
Config Response - SSL configuration for the connection to the source Oracle database. * Only
SERVER_ONLY
configuration is supported for Oracle SSL. * SSL is supported for Oracle versions 12 and above. - static_
service_ Staticip_ connectivity Service Ip Connectivity Response - Static Service IP connectivity.
- username str
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- database
Service String - Database service for the Oracle connection.
- forward
Ssh Property MapConnectivity - Forward SSH tunnel connectivity.
- host String
- The IP or hostname of the source Oracle database.
- password String
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- password
Set Boolean - Indicates whether a new password is included in the request.
- port Number
- The network port of the source Oracle database.
- private
Connectivity Property Map - Private connectivity.
- ssl Property Map
- SSL configuration for the connection to the source Oracle database. * Only
SERVER_ONLY
configuration is supported for Oracle SSL. * SSL is supported for Oracle versions 12 and above. - static
Service Property MapIp Connectivity - Static Service IP connectivity.
- username String
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
PostgreSqlConnectionProfile, PostgreSqlConnectionProfileArgs
- Host string
- The IP or hostname of the source PostgreSQL database.
- Password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- Port int
- The network port of the source PostgreSQL database.
- Username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- Alloydb
Cluster stringId - Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
- Cloud
Sql stringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- Private
Service Pulumi.Connect Connectivity Google Native. Datamigration. V1. Inputs. Private Service Connect Connectivity - Private service connect connectivity.
- Ssl
Pulumi.
Google Native. Datamigration. V1. Inputs. Ssl Config - SSL configuration for the destination to connect to the source database.
- Static
Ip Pulumi.Connectivity Google Native. Datamigration. V1. Inputs. Static Ip Connectivity - Static ip connectivity data (default, no additional details needed).
- Host string
- The IP or hostname of the source PostgreSQL database.
- Password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- Port int
- The network port of the source PostgreSQL database.
- Username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- Alloydb
Cluster stringId - Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
- Cloud
Sql stringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- Private
Service PrivateConnect Connectivity Service Connect Connectivity - Private service connect connectivity.
- Ssl
Ssl
Config - SSL configuration for the destination to connect to the source database.
- Static
Ip StaticConnectivity Ip Connectivity - Static ip connectivity data (default, no additional details needed).
- host String
- The IP or hostname of the source PostgreSQL database.
- password String
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- port Integer
- The network port of the source PostgreSQL database.
- username String
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- alloydb
Cluster StringId - Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
- cloud
Sql StringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- private
Service PrivateConnect Connectivity Service Connect Connectivity - Private service connect connectivity.
- ssl
Ssl
Config - SSL configuration for the destination to connect to the source database.
- static
Ip StaticConnectivity Ip Connectivity - Static ip connectivity data (default, no additional details needed).
- host string
- The IP or hostname of the source PostgreSQL database.
- password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- port number
- The network port of the source PostgreSQL database.
- username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- alloydb
Cluster stringId - Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
- cloud
Sql stringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- private
Service PrivateConnect Connectivity Service Connect Connectivity - Private service connect connectivity.
- ssl
Ssl
Config - SSL configuration for the destination to connect to the source database.
- static
Ip StaticConnectivity Ip Connectivity - Static ip connectivity data (default, no additional details needed).
- host str
- The IP or hostname of the source PostgreSQL database.
- password str
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- port int
- The network port of the source PostgreSQL database.
- username str
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- alloydb_
cluster_ strid - Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
- cloud_
sql_ strid - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- private_
service_ Privateconnect_ connectivity Service Connect Connectivity - Private service connect connectivity.
- ssl
Ssl
Config - SSL configuration for the destination to connect to the source database.
- static_
ip_ Staticconnectivity Ip Connectivity - Static ip connectivity data (default, no additional details needed).
- host String
- The IP or hostname of the source PostgreSQL database.
- password String
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- port Number
- The network port of the source PostgreSQL database.
- username String
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- alloydb
Cluster StringId - Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
- cloud
Sql StringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- private
Service Property MapConnect Connectivity - Private service connect connectivity.
- ssl Property Map
- SSL configuration for the destination to connect to the source database.
- static
Ip Property MapConnectivity - Static ip connectivity data (default, no additional details needed).
PostgreSqlConnectionProfileResponse, PostgreSqlConnectionProfileResponseArgs
- Alloydb
Cluster stringId - Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
- Cloud
Sql stringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- Host string
- The IP or hostname of the source PostgreSQL database.
- Network
Architecture string - If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
- Password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- Password
Set bool - Indicates If this connection profile password is stored.
- Port int
- The network port of the source PostgreSQL database.
- Private
Service Pulumi.Connect Connectivity Google Native. Datamigration. V1. Inputs. Private Service Connect Connectivity Response - Private service connect connectivity.
- Ssl
Pulumi.
Google Native. Datamigration. V1. Inputs. Ssl Config Response - SSL configuration for the destination to connect to the source database.
- Static
Ip Pulumi.Connectivity Google Native. Datamigration. V1. Inputs. Static Ip Connectivity Response - Static ip connectivity data (default, no additional details needed).
- Username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- Alloydb
Cluster stringId - Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
- Cloud
Sql stringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- Host string
- The IP or hostname of the source PostgreSQL database.
- Network
Architecture string - If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
- Password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- Password
Set bool - Indicates If this connection profile password is stored.
- Port int
- The network port of the source PostgreSQL database.
- Private
Service PrivateConnect Connectivity Service Connect Connectivity Response - Private service connect connectivity.
- Ssl
Ssl
Config Response - SSL configuration for the destination to connect to the source database.
- Static
Ip StaticConnectivity Ip Connectivity Response - Static ip connectivity data (default, no additional details needed).
- Username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- alloydb
Cluster StringId - Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
- cloud
Sql StringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- host String
- The IP or hostname of the source PostgreSQL database.
- network
Architecture String - If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
- password String
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- password
Set Boolean - Indicates If this connection profile password is stored.
- port Integer
- The network port of the source PostgreSQL database.
- private
Service PrivateConnect Connectivity Service Connect Connectivity Response - Private service connect connectivity.
- ssl
Ssl
Config Response - SSL configuration for the destination to connect to the source database.
- static
Ip StaticConnectivity Ip Connectivity Response - Static ip connectivity data (default, no additional details needed).
- username String
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- alloydb
Cluster stringId - Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
- cloud
Sql stringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- host string
- The IP or hostname of the source PostgreSQL database.
- network
Architecture string - If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
- password string
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- password
Set boolean - Indicates If this connection profile password is stored.
- port number
- The network port of the source PostgreSQL database.
- private
Service PrivateConnect Connectivity Service Connect Connectivity Response - Private service connect connectivity.
- ssl
Ssl
Config Response - SSL configuration for the destination to connect to the source database.
- static
Ip StaticConnectivity Ip Connectivity Response - Static ip connectivity data (default, no additional details needed).
- username string
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- alloydb_
cluster_ strid - Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
- cloud_
sql_ strid - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- host str
- The IP or hostname of the source PostgreSQL database.
- network_
architecture str - If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
- password str
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- password_
set bool - Indicates If this connection profile password is stored.
- port int
- The network port of the source PostgreSQL database.
- private_
service_ Privateconnect_ connectivity Service Connect Connectivity Response - Private service connect connectivity.
- ssl
Ssl
Config Response - SSL configuration for the destination to connect to the source database.
- static_
ip_ Staticconnectivity Ip Connectivity Response - Static ip connectivity data (default, no additional details needed).
- username str
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
- alloydb
Cluster StringId - Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
- cloud
Sql StringId - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
- host String
- The IP or hostname of the source PostgreSQL database.
- network
Architecture String - If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
- password String
- Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
- password
Set Boolean - Indicates If this connection profile password is stored.
- port Number
- The network port of the source PostgreSQL database.
- private
Service Property MapConnect Connectivity - Private service connect connectivity.
- ssl Property Map
- SSL configuration for the destination to connect to the source database.
- static
Ip Property MapConnectivity - Static ip connectivity data (default, no additional details needed).
- username String
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
PrimaryInstanceSettings, PrimaryInstanceSettingsArgs
- Id string
- The ID of the AlloyDB primary instance. The ID must satisfy the regex expression "[a-z0-9-]+".
- Database
Flags Dictionary<string, string> - Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances. See the AlloyDB documentation for how these can be used.
- Labels Dictionary<string, string>
- Labels for the AlloyDB primary instance created by DMS. An object containing a list of 'key', 'value' pairs.
- Machine
Config Pulumi.Google Native. Datamigration. V1. Inputs. Machine Config - Configuration for the machines that host the underlying database engine.
- Id string
- The ID of the AlloyDB primary instance. The ID must satisfy the regex expression "[a-z0-9-]+".
- Database
Flags map[string]string - Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances. See the AlloyDB documentation for how these can be used.
- Labels map[string]string
- Labels for the AlloyDB primary instance created by DMS. An object containing a list of 'key', 'value' pairs.
- Machine
Config MachineConfig - Configuration for the machines that host the underlying database engine.
- id String
- The ID of the AlloyDB primary instance. The ID must satisfy the regex expression "[a-z0-9-]+".
- database
Flags Map<String,String> - Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances. See the AlloyDB documentation for how these can be used.
- labels Map<String,String>
- Labels for the AlloyDB primary instance created by DMS. An object containing a list of 'key', 'value' pairs.
- machine
Config MachineConfig - Configuration for the machines that host the underlying database engine.
- id string
- The ID of the AlloyDB primary instance. The ID must satisfy the regex expression "[a-z0-9-]+".
- database
Flags {[key: string]: string} - Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances. See the AlloyDB documentation for how these can be used.
- labels {[key: string]: string}
- Labels for the AlloyDB primary instance created by DMS. An object containing a list of 'key', 'value' pairs.
- machine
Config MachineConfig - Configuration for the machines that host the underlying database engine.
- id str
- The ID of the AlloyDB primary instance. The ID must satisfy the regex expression "[a-z0-9-]+".
- database_
flags Mapping[str, str] - Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances. See the AlloyDB documentation for how these can be used.
- labels Mapping[str, str]
- Labels for the AlloyDB primary instance created by DMS. An object containing a list of 'key', 'value' pairs.
- machine_
config MachineConfig - Configuration for the machines that host the underlying database engine.
- id String
- The ID of the AlloyDB primary instance. The ID must satisfy the regex expression "[a-z0-9-]+".
- database
Flags Map<String> - Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances. See the AlloyDB documentation for how these can be used.
- labels Map<String>
- Labels for the AlloyDB primary instance created by DMS. An object containing a list of 'key', 'value' pairs.
- machine
Config Property Map - Configuration for the machines that host the underlying database engine.
PrimaryInstanceSettingsResponse, PrimaryInstanceSettingsResponseArgs
- Database
Flags Dictionary<string, string> - Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances. See the AlloyDB documentation for how these can be used.
- Labels Dictionary<string, string>
- Labels for the AlloyDB primary instance created by DMS. An object containing a list of 'key', 'value' pairs.
- Machine
Config Pulumi.Google Native. Datamigration. V1. Inputs. Machine Config Response - Configuration for the machines that host the underlying database engine.
- Private
Ip string - The private IP address for the Instance. This is the connection endpoint for an end-user application.
- Database
Flags map[string]string - Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances. See the AlloyDB documentation for how these can be used.
- Labels map[string]string
- Labels for the AlloyDB primary instance created by DMS. An object containing a list of 'key', 'value' pairs.
- Machine
Config MachineConfig Response - Configuration for the machines that host the underlying database engine.
- Private
Ip string - The private IP address for the Instance. This is the connection endpoint for an end-user application.
- database
Flags Map<String,String> - Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances. See the AlloyDB documentation for how these can be used.
- labels Map<String,String>
- Labels for the AlloyDB primary instance created by DMS. An object containing a list of 'key', 'value' pairs.
- machine
Config MachineConfig Response - Configuration for the machines that host the underlying database engine.
- private
Ip String - The private IP address for the Instance. This is the connection endpoint for an end-user application.
- database
Flags {[key: string]: string} - Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances. See the AlloyDB documentation for how these can be used.
- labels {[key: string]: string}
- Labels for the AlloyDB primary instance created by DMS. An object containing a list of 'key', 'value' pairs.
- machine
Config MachineConfig Response - Configuration for the machines that host the underlying database engine.
- private
Ip string - The private IP address for the Instance. This is the connection endpoint for an end-user application.
- database_
flags Mapping[str, str] - Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances. See the AlloyDB documentation for how these can be used.
- labels Mapping[str, str]
- Labels for the AlloyDB primary instance created by DMS. An object containing a list of 'key', 'value' pairs.
- machine_
config MachineConfig Response - Configuration for the machines that host the underlying database engine.
- private_
ip str - The private IP address for the Instance. This is the connection endpoint for an end-user application.
- database
Flags Map<String> - Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances. See the AlloyDB documentation for how these can be used.
- labels Map<String>
- Labels for the AlloyDB primary instance created by DMS. An object containing a list of 'key', 'value' pairs.
- machine
Config Property Map - Configuration for the machines that host the underlying database engine.
- private
Ip String - The private IP address for the Instance. This is the connection endpoint for an end-user application.
PrivateConnectivity, PrivateConnectivityArgs
- Private
Connection string - The resource name (URI) of the private connection.
- Private
Connection string - The resource name (URI) of the private connection.
- private
Connection String - The resource name (URI) of the private connection.
- private
Connection string - The resource name (URI) of the private connection.
- private_
connection str - The resource name (URI) of the private connection.
- private
Connection String - The resource name (URI) of the private connection.
PrivateConnectivityResponse, PrivateConnectivityResponseArgs
- Private
Connection string - The resource name (URI) of the private connection.
- Private
Connection string - The resource name (URI) of the private connection.
- private
Connection String - The resource name (URI) of the private connection.
- private
Connection string - The resource name (URI) of the private connection.
- private_
connection str - The resource name (URI) of the private connection.
- private
Connection String - The resource name (URI) of the private connection.
PrivateServiceConnectConnectivity, PrivateServiceConnectConnectivityArgs
- Service
Attachment string - A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}
- Service
Attachment string - A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}
- service
Attachment String - A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}
- service
Attachment string - A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}
- service_
attachment str - A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}
- service
Attachment String - A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}
PrivateServiceConnectConnectivityResponse, PrivateServiceConnectConnectivityResponseArgs
- Service
Attachment string - A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}
- Service
Attachment string - A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}
- service
Attachment String - A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}
- service
Attachment string - A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}
- service_
attachment str - A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}
- service
Attachment String - A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}
SqlAclEntry, SqlAclEntryArgs
- Expire
Time string - The time when this access control entry expires in RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
. - Label string
- A label to identify this entry.
- Ttl string
- Input only. The time-to-leave of this access control entry.
- Value string
- The allowlisted value for the access control list.
- Expire
Time string - The time when this access control entry expires in RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
. - Label string
- A label to identify this entry.
- Ttl string
- Input only. The time-to-leave of this access control entry.
- Value string
- The allowlisted value for the access control list.
- expire
Time String - The time when this access control entry expires in RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
. - label String
- A label to identify this entry.
- ttl String
- Input only. The time-to-leave of this access control entry.
- value String
- The allowlisted value for the access control list.
- expire
Time string - The time when this access control entry expires in RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
. - label string
- A label to identify this entry.
- ttl string
- Input only. The time-to-leave of this access control entry.
- value string
- The allowlisted value for the access control list.
- expire_
time str - The time when this access control entry expires in RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
. - label str
- A label to identify this entry.
- ttl str
- Input only. The time-to-leave of this access control entry.
- value str
- The allowlisted value for the access control list.
- expire
Time String - The time when this access control entry expires in RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
. - label String
- A label to identify this entry.
- ttl String
- Input only. The time-to-leave of this access control entry.
- value String
- The allowlisted value for the access control list.
SqlAclEntryResponse, SqlAclEntryResponseArgs
- Expire
Time string - The time when this access control entry expires in RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
. - Label string
- A label to identify this entry.
- Ttl string
- Input only. The time-to-leave of this access control entry.
- Value string
- The allowlisted value for the access control list.
- Expire
Time string - The time when this access control entry expires in RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
. - Label string
- A label to identify this entry.
- Ttl string
- Input only. The time-to-leave of this access control entry.
- Value string
- The allowlisted value for the access control list.
- expire
Time String - The time when this access control entry expires in RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
. - label String
- A label to identify this entry.
- ttl String
- Input only. The time-to-leave of this access control entry.
- value String
- The allowlisted value for the access control list.
- expire
Time string - The time when this access control entry expires in RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
. - label string
- A label to identify this entry.
- ttl string
- Input only. The time-to-leave of this access control entry.
- value string
- The allowlisted value for the access control list.
- expire_
time str - The time when this access control entry expires in RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
. - label str
- A label to identify this entry.
- ttl str
- Input only. The time-to-leave of this access control entry.
- value str
- The allowlisted value for the access control list.
- expire
Time String - The time when this access control entry expires in RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
. - label String
- A label to identify this entry.
- ttl String
- Input only. The time-to-leave of this access control entry.
- value String
- The allowlisted value for the access control list.
SqlIpConfig, SqlIpConfigArgs
- Allocated
Ip stringRange - Optional. The name of the allocated IP address range for the private IP Cloud SQL instance. This name refers to an already allocated IP range address. If set, the instance IP address will be created in the allocated range. Note that this IP address range can't be modified after the instance is created. If you change the VPC when configuring connectivity settings for the migration job, this field is not relevant.
- List<Pulumi.
Google Native. Datamigration. V1. Inputs. Sql Acl Entry> - The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g.
192.168.100.0/24
). - Enable
Ipv4 bool - Whether the instance should be assigned an IPv4 address or not.
- Private
Network string - The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example,
projects/myProject/global/networks/default
. This setting can be updated, but it cannot be removed after it is set. - Require
Ssl bool - Whether SSL connections over IP should be enforced or not.
- Allocated
Ip stringRange - Optional. The name of the allocated IP address range for the private IP Cloud SQL instance. This name refers to an already allocated IP range address. If set, the instance IP address will be created in the allocated range. Note that this IP address range can't be modified after the instance is created. If you change the VPC when configuring connectivity settings for the migration job, this field is not relevant.
- []Sql
Acl Entry - The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g.
192.168.100.0/24
). - Enable
Ipv4 bool - Whether the instance should be assigned an IPv4 address or not.
- Private
Network string - The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example,
projects/myProject/global/networks/default
. This setting can be updated, but it cannot be removed after it is set. - Require
Ssl bool - Whether SSL connections over IP should be enforced or not.
- allocated
Ip StringRange - Optional. The name of the allocated IP address range for the private IP Cloud SQL instance. This name refers to an already allocated IP range address. If set, the instance IP address will be created in the allocated range. Note that this IP address range can't be modified after the instance is created. If you change the VPC when configuring connectivity settings for the migration job, this field is not relevant.
- List<Sql
Acl Entry> - The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g.
192.168.100.0/24
). - enable
Ipv4 Boolean - Whether the instance should be assigned an IPv4 address or not.
- private
Network String - The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example,
projects/myProject/global/networks/default
. This setting can be updated, but it cannot be removed after it is set. - require
Ssl Boolean - Whether SSL connections over IP should be enforced or not.
- allocated
Ip stringRange - Optional. The name of the allocated IP address range for the private IP Cloud SQL instance. This name refers to an already allocated IP range address. If set, the instance IP address will be created in the allocated range. Note that this IP address range can't be modified after the instance is created. If you change the VPC when configuring connectivity settings for the migration job, this field is not relevant.
- Sql
Acl Entry[] - The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g.
192.168.100.0/24
). - enable
Ipv4 boolean - Whether the instance should be assigned an IPv4 address or not.
- private
Network string - The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example,
projects/myProject/global/networks/default
. This setting can be updated, but it cannot be removed after it is set. - require
Ssl boolean - Whether SSL connections over IP should be enforced or not.
- allocated_
ip_ strrange - Optional. The name of the allocated IP address range for the private IP Cloud SQL instance. This name refers to an already allocated IP range address. If set, the instance IP address will be created in the allocated range. Note that this IP address range can't be modified after the instance is created. If you change the VPC when configuring connectivity settings for the migration job, this field is not relevant.
- Sequence[Sql
Acl Entry] - The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g.
192.168.100.0/24
). - enable_
ipv4 bool - Whether the instance should be assigned an IPv4 address or not.
- private_
network str - The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example,
projects/myProject/global/networks/default
. This setting can be updated, but it cannot be removed after it is set. - require_
ssl bool - Whether SSL connections over IP should be enforced or not.
- allocated
Ip StringRange - Optional. The name of the allocated IP address range for the private IP Cloud SQL instance. This name refers to an already allocated IP range address. If set, the instance IP address will be created in the allocated range. Note that this IP address range can't be modified after the instance is created. If you change the VPC when configuring connectivity settings for the migration job, this field is not relevant.
- List<Property Map>
- The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g.
192.168.100.0/24
). - enable
Ipv4 Boolean - Whether the instance should be assigned an IPv4 address or not.
- private
Network String - The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example,
projects/myProject/global/networks/default
. This setting can be updated, but it cannot be removed after it is set. - require
Ssl Boolean - Whether SSL connections over IP should be enforced or not.
SqlIpConfigResponse, SqlIpConfigResponseArgs
- Allocated
Ip stringRange - Optional. The name of the allocated IP address range for the private IP Cloud SQL instance. This name refers to an already allocated IP range address. If set, the instance IP address will be created in the allocated range. Note that this IP address range can't be modified after the instance is created. If you change the VPC when configuring connectivity settings for the migration job, this field is not relevant.
- List<Pulumi.
Google Native. Datamigration. V1. Inputs. Sql Acl Entry Response> - The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g.
192.168.100.0/24
). - Enable
Ipv4 bool - Whether the instance should be assigned an IPv4 address or not.
- Private
Network string - The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example,
projects/myProject/global/networks/default
. This setting can be updated, but it cannot be removed after it is set. - Require
Ssl bool - Whether SSL connections over IP should be enforced or not.
- Allocated
Ip stringRange - Optional. The name of the allocated IP address range for the private IP Cloud SQL instance. This name refers to an already allocated IP range address. If set, the instance IP address will be created in the allocated range. Note that this IP address range can't be modified after the instance is created. If you change the VPC when configuring connectivity settings for the migration job, this field is not relevant.
- []Sql
Acl Entry Response - The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g.
192.168.100.0/24
). - Enable
Ipv4 bool - Whether the instance should be assigned an IPv4 address or not.
- Private
Network string - The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example,
projects/myProject/global/networks/default
. This setting can be updated, but it cannot be removed after it is set. - Require
Ssl bool - Whether SSL connections over IP should be enforced or not.
- allocated
Ip StringRange - Optional. The name of the allocated IP address range for the private IP Cloud SQL instance. This name refers to an already allocated IP range address. If set, the instance IP address will be created in the allocated range. Note that this IP address range can't be modified after the instance is created. If you change the VPC when configuring connectivity settings for the migration job, this field is not relevant.
- List<Sql
Acl Entry Response> - The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g.
192.168.100.0/24
). - enable
Ipv4 Boolean - Whether the instance should be assigned an IPv4 address or not.
- private
Network String - The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example,
projects/myProject/global/networks/default
. This setting can be updated, but it cannot be removed after it is set. - require
Ssl Boolean - Whether SSL connections over IP should be enforced or not.
- allocated
Ip stringRange - Optional. The name of the allocated IP address range for the private IP Cloud SQL instance. This name refers to an already allocated IP range address. If set, the instance IP address will be created in the allocated range. Note that this IP address range can't be modified after the instance is created. If you change the VPC when configuring connectivity settings for the migration job, this field is not relevant.
- Sql
Acl Entry Response[] - The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g.
192.168.100.0/24
). - enable
Ipv4 boolean - Whether the instance should be assigned an IPv4 address or not.
- private
Network string - The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example,
projects/myProject/global/networks/default
. This setting can be updated, but it cannot be removed after it is set. - require
Ssl boolean - Whether SSL connections over IP should be enforced or not.
- allocated_
ip_ strrange - Optional. The name of the allocated IP address range for the private IP Cloud SQL instance. This name refers to an already allocated IP range address. If set, the instance IP address will be created in the allocated range. Note that this IP address range can't be modified after the instance is created. If you change the VPC when configuring connectivity settings for the migration job, this field is not relevant.
- Sequence[Sql
Acl Entry Response] - The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g.
192.168.100.0/24
). - enable_
ipv4 bool - Whether the instance should be assigned an IPv4 address or not.
- private_
network str - The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example,
projects/myProject/global/networks/default
. This setting can be updated, but it cannot be removed after it is set. - require_
ssl bool - Whether SSL connections over IP should be enforced or not.
- allocated
Ip StringRange - Optional. The name of the allocated IP address range for the private IP Cloud SQL instance. This name refers to an already allocated IP range address. If set, the instance IP address will be created in the allocated range. Note that this IP address range can't be modified after the instance is created. If you change the VPC when configuring connectivity settings for the migration job, this field is not relevant.
- List<Property Map>
- The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g.
192.168.100.0/24
). - enable
Ipv4 Boolean - Whether the instance should be assigned an IPv4 address or not.
- private
Network String - The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example,
projects/myProject/global/networks/default
. This setting can be updated, but it cannot be removed after it is set. - require
Ssl Boolean - Whether SSL connections over IP should be enforced or not.
SslConfig, SslConfigArgs
- Ca
Certificate string - Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. The replica will use this certificate to verify it's connecting to the right host.
- Client
Certificate string - Input only. The x509 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' field is mandatory.
- Client
Key string - Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
- Ca
Certificate string - Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. The replica will use this certificate to verify it's connecting to the right host.
- Client
Certificate string - Input only. The x509 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' field is mandatory.
- Client
Key string - Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
- ca
Certificate String - Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. The replica will use this certificate to verify it's connecting to the right host.
- client
Certificate String - Input only. The x509 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' field is mandatory.
- client
Key String - Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
- ca
Certificate string - Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. The replica will use this certificate to verify it's connecting to the right host.
- client
Certificate string - Input only. The x509 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' field is mandatory.
- client
Key string - Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
- ca_
certificate str - Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. The replica will use this certificate to verify it's connecting to the right host.
- client_
certificate str - Input only. The x509 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' field is mandatory.
- client_
key str - Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
- ca
Certificate String - Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. The replica will use this certificate to verify it's connecting to the right host.
- client
Certificate String - Input only. The x509 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' field is mandatory.
- client
Key String - Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
SslConfigResponse, SslConfigResponseArgs
- Ca
Certificate string - Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. The replica will use this certificate to verify it's connecting to the right host.
- Client
Certificate string - Input only. The x509 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' field is mandatory.
- Client
Key string - Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
- Type string
- The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.
- Ca
Certificate string - Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. The replica will use this certificate to verify it's connecting to the right host.
- Client
Certificate string - Input only. The x509 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' field is mandatory.
- Client
Key string - Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
- Type string
- The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.
- ca
Certificate String - Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. The replica will use this certificate to verify it's connecting to the right host.
- client
Certificate String - Input only. The x509 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' field is mandatory.
- client
Key String - Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
- type String
- The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.
- ca
Certificate string - Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. The replica will use this certificate to verify it's connecting to the right host.
- client
Certificate string - Input only. The x509 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' field is mandatory.
- client
Key string - Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
- type string
- The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.
- ca_
certificate str - Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. The replica will use this certificate to verify it's connecting to the right host.
- client_
certificate str - Input only. The x509 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' field is mandatory.
- client_
key str - Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
- type str
- The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.
- ca
Certificate String - Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. The replica will use this certificate to verify it's connecting to the right host.
- client
Certificate String - Input only. The x509 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' field is mandatory.
- client
Key String - Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
- type String
- The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.
StatusResponse, StatusResponseArgs
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details
List<Immutable
Dictionary<string, string>> - A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details []map[string]string
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code Integer
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String,String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code number
- The status code, which should be an enum value of google.rpc.Code.
- details {[key: string]: string}[]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code int
- The status code, which should be an enum value of google.rpc.Code.
- details Sequence[Mapping[str, str]]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message str
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code Number
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
UserPassword, UserPasswordArgs
UserPasswordResponse, UserPasswordResponseArgs
- Password string
- The initial password for the user.
- Password
Set bool - Indicates if the initial_user.password field has been set.
- User string
- The database username.
- Password string
- The initial password for the user.
- Password
Set bool - Indicates if the initial_user.password field has been set.
- User string
- The database username.
- password String
- The initial password for the user.
- password
Set Boolean - Indicates if the initial_user.password field has been set.
- user String
- The database username.
- password string
- The initial password for the user.
- password
Set boolean - Indicates if the initial_user.password field has been set.
- user string
- The database username.
- password str
- The initial password for the user.
- password_
set bool - Indicates if the initial_user.password field has been set.
- user str
- The database username.
- password String
- The initial password for the user.
- password
Set Boolean - Indicates if the initial_user.password field has been set.
- user String
- The database username.
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.