pulumi-gcp 8.1.0__py3-none-any.whl → 8.1.0a1726293903__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. pulumi_gcp/__init__.py +0 -24
  2. pulumi_gcp/alloydb/_inputs.py +0 -94
  3. pulumi_gcp/alloydb/cluster.py +1 -94
  4. pulumi_gcp/alloydb/outputs.py +0 -79
  5. pulumi_gcp/assuredworkloads/workload.py +16 -135
  6. pulumi_gcp/backupdisasterrecovery/__init__.py +0 -1
  7. pulumi_gcp/bigquery/_inputs.py +0 -33
  8. pulumi_gcp/bigquery/data_transfer_config.py +6 -134
  9. pulumi_gcp/bigquery/outputs.py +0 -36
  10. pulumi_gcp/bigqueryanalyticshub/_inputs.py +7 -169
  11. pulumi_gcp/bigqueryanalyticshub/data_exchange.py +3 -96
  12. pulumi_gcp/bigqueryanalyticshub/listing.py +0 -114
  13. pulumi_gcp/bigqueryanalyticshub/outputs.py +5 -138
  14. pulumi_gcp/bigtable/_inputs.py +1 -21
  15. pulumi_gcp/bigtable/outputs.py +1 -13
  16. pulumi_gcp/bigtable/table.py +0 -34
  17. pulumi_gcp/certificateauthority/authority.py +7 -14
  18. pulumi_gcp/certificatemanager/__init__.py +0 -1
  19. pulumi_gcp/certificatemanager/certificate.py +0 -28
  20. pulumi_gcp/certificatemanager/outputs.py +0 -322
  21. pulumi_gcp/cloudbuild/_inputs.py +6 -6
  22. pulumi_gcp/cloudbuild/outputs.py +4 -4
  23. pulumi_gcp/cloudrun/_inputs.py +12 -6
  24. pulumi_gcp/cloudrun/outputs.py +16 -8
  25. pulumi_gcp/cloudrunv2/_inputs.py +15 -72
  26. pulumi_gcp/cloudrunv2/outputs.py +16 -82
  27. pulumi_gcp/cloudrunv2/service.py +4 -50
  28. pulumi_gcp/cloudtasks/_inputs.py +0 -630
  29. pulumi_gcp/cloudtasks/outputs.py +0 -479
  30. pulumi_gcp/cloudtasks/queue.py +0 -238
  31. pulumi_gcp/compute/_inputs.py +9 -129
  32. pulumi_gcp/compute/get_instance.py +1 -1
  33. pulumi_gcp/compute/health_check.py +0 -114
  34. pulumi_gcp/compute/instance.py +4 -86
  35. pulumi_gcp/compute/instance_template.py +0 -66
  36. pulumi_gcp/compute/interconnect.py +21 -28
  37. pulumi_gcp/compute/node_template.py +0 -93
  38. pulumi_gcp/compute/outputs.py +6 -108
  39. pulumi_gcp/compute/target_https_proxy.py +0 -28
  40. pulumi_gcp/container/_inputs.py +3 -140
  41. pulumi_gcp/container/attached_cluster.py +7 -7
  42. pulumi_gcp/container/outputs.py +2 -174
  43. pulumi_gcp/databasemigrationservice/_inputs.py +148 -176
  44. pulumi_gcp/databasemigrationservice/connection_profile.py +0 -206
  45. pulumi_gcp/databasemigrationservice/outputs.py +87 -109
  46. pulumi_gcp/dataloss/_inputs.py +1 -353
  47. pulumi_gcp/dataloss/outputs.py +3 -274
  48. pulumi_gcp/dataproc/_inputs.py +27 -27
  49. pulumi_gcp/dataproc/outputs.py +18 -18
  50. pulumi_gcp/datastream/_inputs.py +1 -69
  51. pulumi_gcp/datastream/outputs.py +2 -44
  52. pulumi_gcp/datastream/stream.py +7 -194
  53. pulumi_gcp/discoveryengine/_inputs.py +0 -188
  54. pulumi_gcp/discoveryengine/data_store.py +14 -14
  55. pulumi_gcp/discoveryengine/outputs.py +1 -153
  56. pulumi_gcp/firebase/database_instance.py +7 -7
  57. pulumi_gcp/gkehub/_inputs.py +1 -25
  58. pulumi_gcp/gkehub/feature_membership.py +6 -12
  59. pulumi_gcp/gkehub/outputs.py +1 -17
  60. pulumi_gcp/iam/_inputs.py +0 -196
  61. pulumi_gcp/iam/get_workload_identity_pool_provider.py +3 -13
  62. pulumi_gcp/iam/outputs.py +0 -295
  63. pulumi_gcp/iam/workload_identity_pool_provider.py +3 -164
  64. pulumi_gcp/kms/__init__.py +0 -2
  65. pulumi_gcp/kms/autokey_config.py +2 -10
  66. pulumi_gcp/kms/outputs.py +0 -164
  67. pulumi_gcp/netapp/active_directory.py +6 -6
  68. pulumi_gcp/netapp/backup.py +6 -6
  69. pulumi_gcp/netapp/backup_policy.py +6 -6
  70. pulumi_gcp/netapp/backup_vault.py +6 -6
  71. pulumi_gcp/netapp/storage_pool.py +4 -4
  72. pulumi_gcp/netapp/volume.py +0 -7
  73. pulumi_gcp/networkconnectivity/_inputs.py +1 -21
  74. pulumi_gcp/networkconnectivity/outputs.py +1 -15
  75. pulumi_gcp/networkconnectivity/spoke.py +0 -8
  76. pulumi_gcp/networksecurity/client_tls_policy.py +22 -24
  77. pulumi_gcp/networksecurity/server_tls_policy.py +32 -20
  78. pulumi_gcp/organizations/get_project.py +3 -13
  79. pulumi_gcp/organizations/project.py +3 -88
  80. pulumi_gcp/parallelstore/instance.py +121 -121
  81. pulumi_gcp/projects/iam_member_remove.py +0 -26
  82. pulumi_gcp/projects/usage_export_bucket.py +0 -38
  83. pulumi_gcp/pubsub/_inputs.py +0 -40
  84. pulumi_gcp/pubsub/outputs.py +1 -51
  85. pulumi_gcp/pubsub/subscription.py +0 -6
  86. pulumi_gcp/pulumi-plugin.json +1 -1
  87. pulumi_gcp/redis/_inputs.py +0 -419
  88. pulumi_gcp/redis/cluster.py +0 -123
  89. pulumi_gcp/redis/outputs.py +0 -315
  90. pulumi_gcp/securitycenter/__init__.py +0 -2
  91. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +4 -4
  92. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/METADATA +1 -1
  93. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/RECORD +95 -101
  94. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/WHEEL +1 -1
  95. pulumi_gcp/backupdisasterrecovery/backup_vault.py +0 -1203
  96. pulumi_gcp/certificatemanager/get_certificates.py +0 -150
  97. pulumi_gcp/kms/get_crypto_key_latest_version.py +0 -222
  98. pulumi_gcp/kms/get_crypto_key_versions.py +0 -175
  99. pulumi_gcp/securitycenter/v2_folder_scc_big_query_export.py +0 -857
  100. pulumi_gcp/securitycenter/v2_project_scc_big_query_export.py +0 -796
  101. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/top_level.txt +0 -0
@@ -1191,117 +1191,137 @@ class ConnectionProfileErrorArgs:
1191
1191
 
1192
1192
  if not MYPY:
1193
1193
  class ConnectionProfileMysqlArgsDict(TypedDict):
1194
- cloud_sql_id: NotRequired[pulumi.Input[str]]
1195
- """
1196
- If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
1197
- """
1198
- host: NotRequired[pulumi.Input[str]]
1194
+ host: pulumi.Input[str]
1199
1195
  """
1200
- The IP or hostname of the source MySQL database.
1196
+ Required. The IP or hostname of the source MySQL database.
1201
1197
  """
1202
- password: NotRequired[pulumi.Input[str]]
1198
+ password: pulumi.Input[str]
1203
1199
  """
1204
- Input only. The password for the user that Database Migration Service will be using to connect to the database.
1200
+ Required. Input only. The password for the user that Database Migration Service will be using to connect to the database.
1205
1201
  This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
1206
1202
  **Note**: This property is sensitive and will not be displayed in the plan.
1207
1203
  """
1204
+ port: pulumi.Input[int]
1205
+ """
1206
+ Required. The network port of the source MySQL database.
1207
+ """
1208
+ username: pulumi.Input[str]
1209
+ """
1210
+ Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
1211
+ """
1212
+ cloud_sql_id: NotRequired[pulumi.Input[str]]
1213
+ """
1214
+ If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
1215
+ """
1208
1216
  password_set: NotRequired[pulumi.Input[bool]]
1209
1217
  """
1210
1218
  (Output)
1211
1219
  Output only. Indicates If this connection profile password is stored.
1212
1220
  """
1213
- port: NotRequired[pulumi.Input[int]]
1214
- """
1215
- The network port of the source MySQL database.
1216
- """
1217
1221
  ssl: NotRequired[pulumi.Input['ConnectionProfileMysqlSslArgsDict']]
1218
1222
  """
1219
1223
  SSL configuration for the destination to connect to the source database.
1220
1224
  Structure is documented below.
1221
1225
  """
1222
- username: NotRequired[pulumi.Input[str]]
1223
- """
1224
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
1225
- """
1226
1226
  elif False:
1227
1227
  ConnectionProfileMysqlArgsDict: TypeAlias = Mapping[str, Any]
1228
1228
 
1229
1229
  @pulumi.input_type
1230
1230
  class ConnectionProfileMysqlArgs:
1231
1231
  def __init__(__self__, *,
1232
+ host: pulumi.Input[str],
1233
+ password: pulumi.Input[str],
1234
+ port: pulumi.Input[int],
1235
+ username: pulumi.Input[str],
1232
1236
  cloud_sql_id: Optional[pulumi.Input[str]] = None,
1233
- host: Optional[pulumi.Input[str]] = None,
1234
- password: Optional[pulumi.Input[str]] = None,
1235
1237
  password_set: Optional[pulumi.Input[bool]] = None,
1236
- port: Optional[pulumi.Input[int]] = None,
1237
- ssl: Optional[pulumi.Input['ConnectionProfileMysqlSslArgs']] = None,
1238
- username: Optional[pulumi.Input[str]] = None):
1238
+ ssl: Optional[pulumi.Input['ConnectionProfileMysqlSslArgs']] = None):
1239
1239
  """
1240
- :param pulumi.Input[str] cloud_sql_id: If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
1241
- :param pulumi.Input[str] host: The IP or hostname of the source MySQL database.
1242
- :param pulumi.Input[str] password: Input only. The password for the user that Database Migration Service will be using to connect to the database.
1240
+ :param pulumi.Input[str] host: Required. The IP or hostname of the source MySQL database.
1241
+ :param pulumi.Input[str] password: Required. Input only. The password for the user that Database Migration Service will be using to connect to the database.
1243
1242
  This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
1244
1243
  **Note**: This property is sensitive and will not be displayed in the plan.
1244
+ :param pulumi.Input[int] port: Required. The network port of the source MySQL database.
1245
+ :param pulumi.Input[str] username: Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
1246
+ :param pulumi.Input[str] cloud_sql_id: If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
1245
1247
  :param pulumi.Input[bool] password_set: (Output)
1246
1248
  Output only. Indicates If this connection profile password is stored.
1247
- :param pulumi.Input[int] port: The network port of the source MySQL database.
1248
1249
  :param pulumi.Input['ConnectionProfileMysqlSslArgs'] ssl: SSL configuration for the destination to connect to the source database.
1249
1250
  Structure is documented below.
1250
- :param pulumi.Input[str] username: The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
1251
1251
  """
1252
+ pulumi.set(__self__, "host", host)
1253
+ pulumi.set(__self__, "password", password)
1254
+ pulumi.set(__self__, "port", port)
1255
+ pulumi.set(__self__, "username", username)
1252
1256
  if cloud_sql_id is not None:
1253
1257
  pulumi.set(__self__, "cloud_sql_id", cloud_sql_id)
1254
- if host is not None:
1255
- pulumi.set(__self__, "host", host)
1256
- if password is not None:
1257
- pulumi.set(__self__, "password", password)
1258
1258
  if password_set is not None:
1259
1259
  pulumi.set(__self__, "password_set", password_set)
1260
- if port is not None:
1261
- pulumi.set(__self__, "port", port)
1262
1260
  if ssl is not None:
1263
1261
  pulumi.set(__self__, "ssl", ssl)
1264
- if username is not None:
1265
- pulumi.set(__self__, "username", username)
1266
-
1267
- @property
1268
- @pulumi.getter(name="cloudSqlId")
1269
- def cloud_sql_id(self) -> Optional[pulumi.Input[str]]:
1270
- """
1271
- If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
1272
- """
1273
- return pulumi.get(self, "cloud_sql_id")
1274
-
1275
- @cloud_sql_id.setter
1276
- def cloud_sql_id(self, value: Optional[pulumi.Input[str]]):
1277
- pulumi.set(self, "cloud_sql_id", value)
1278
1262
 
1279
1263
  @property
1280
1264
  @pulumi.getter
1281
- def host(self) -> Optional[pulumi.Input[str]]:
1265
+ def host(self) -> pulumi.Input[str]:
1282
1266
  """
1283
- The IP or hostname of the source MySQL database.
1267
+ Required. The IP or hostname of the source MySQL database.
1284
1268
  """
1285
1269
  return pulumi.get(self, "host")
1286
1270
 
1287
1271
  @host.setter
1288
- def host(self, value: Optional[pulumi.Input[str]]):
1272
+ def host(self, value: pulumi.Input[str]):
1289
1273
  pulumi.set(self, "host", value)
1290
1274
 
1291
1275
  @property
1292
1276
  @pulumi.getter
1293
- def password(self) -> Optional[pulumi.Input[str]]:
1277
+ def password(self) -> pulumi.Input[str]:
1294
1278
  """
1295
- Input only. The password for the user that Database Migration Service will be using to connect to the database.
1279
+ Required. Input only. The password for the user that Database Migration Service will be using to connect to the database.
1296
1280
  This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
1297
1281
  **Note**: This property is sensitive and will not be displayed in the plan.
1298
1282
  """
1299
1283
  return pulumi.get(self, "password")
1300
1284
 
1301
1285
  @password.setter
1302
- def password(self, value: Optional[pulumi.Input[str]]):
1286
+ def password(self, value: pulumi.Input[str]):
1303
1287
  pulumi.set(self, "password", value)
1304
1288
 
1289
+ @property
1290
+ @pulumi.getter
1291
+ def port(self) -> pulumi.Input[int]:
1292
+ """
1293
+ Required. The network port of the source MySQL database.
1294
+ """
1295
+ return pulumi.get(self, "port")
1296
+
1297
+ @port.setter
1298
+ def port(self, value: pulumi.Input[int]):
1299
+ pulumi.set(self, "port", value)
1300
+
1301
+ @property
1302
+ @pulumi.getter
1303
+ def username(self) -> pulumi.Input[str]:
1304
+ """
1305
+ Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
1306
+ """
1307
+ return pulumi.get(self, "username")
1308
+
1309
+ @username.setter
1310
+ def username(self, value: pulumi.Input[str]):
1311
+ pulumi.set(self, "username", value)
1312
+
1313
+ @property
1314
+ @pulumi.getter(name="cloudSqlId")
1315
+ def cloud_sql_id(self) -> Optional[pulumi.Input[str]]:
1316
+ """
1317
+ If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
1318
+ """
1319
+ return pulumi.get(self, "cloud_sql_id")
1320
+
1321
+ @cloud_sql_id.setter
1322
+ def cloud_sql_id(self, value: Optional[pulumi.Input[str]]):
1323
+ pulumi.set(self, "cloud_sql_id", value)
1324
+
1305
1325
  @property
1306
1326
  @pulumi.getter(name="passwordSet")
1307
1327
  def password_set(self) -> Optional[pulumi.Input[bool]]:
@@ -1315,18 +1335,6 @@ class ConnectionProfileMysqlArgs:
1315
1335
  def password_set(self, value: Optional[pulumi.Input[bool]]):
1316
1336
  pulumi.set(self, "password_set", value)
1317
1337
 
1318
- @property
1319
- @pulumi.getter
1320
- def port(self) -> Optional[pulumi.Input[int]]:
1321
- """
1322
- The network port of the source MySQL database.
1323
- """
1324
- return pulumi.get(self, "port")
1325
-
1326
- @port.setter
1327
- def port(self, value: Optional[pulumi.Input[int]]):
1328
- pulumi.set(self, "port", value)
1329
-
1330
1338
  @property
1331
1339
  @pulumi.getter
1332
1340
  def ssl(self) -> Optional[pulumi.Input['ConnectionProfileMysqlSslArgs']]:
@@ -1340,18 +1348,6 @@ class ConnectionProfileMysqlArgs:
1340
1348
  def ssl(self, value: Optional[pulumi.Input['ConnectionProfileMysqlSslArgs']]):
1341
1349
  pulumi.set(self, "ssl", value)
1342
1350
 
1343
- @property
1344
- @pulumi.getter
1345
- def username(self) -> Optional[pulumi.Input[str]]:
1346
- """
1347
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
1348
- """
1349
- return pulumi.get(self, "username")
1350
-
1351
- @username.setter
1352
- def username(self, value: Optional[pulumi.Input[str]]):
1353
- pulumi.set(self, "username", value)
1354
-
1355
1351
 
1356
1352
  if not MYPY:
1357
1353
  class ConnectionProfileMysqlSslArgsDict(TypedDict):
@@ -1965,108 +1961,134 @@ class ConnectionProfileOracleStaticServiceIpConnectivityArgs:
1965
1961
 
1966
1962
  if not MYPY:
1967
1963
  class ConnectionProfilePostgresqlArgsDict(TypedDict):
1968
- alloydb_cluster_id: NotRequired[pulumi.Input[str]]
1964
+ host: pulumi.Input[str]
1969
1965
  """
1970
- If the connected database is an AlloyDB instance, use this field to provide the AlloyDB cluster ID.
1966
+ Required. The IP or hostname of the source MySQL database.
1971
1967
  """
1972
- cloud_sql_id: NotRequired[pulumi.Input[str]]
1968
+ password: pulumi.Input[str]
1973
1969
  """
1974
- If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
1970
+ Required. Input only. The password for the user that Database Migration Service will be using to connect to the database.
1971
+ This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
1972
+ **Note**: This property is sensitive and will not be displayed in the plan.
1975
1973
  """
1976
- host: NotRequired[pulumi.Input[str]]
1974
+ port: pulumi.Input[int]
1977
1975
  """
1978
- The IP or hostname of the source MySQL database.
1976
+ Required. The network port of the source MySQL database.
1977
+ """
1978
+ username: pulumi.Input[str]
1979
+ """
1980
+ Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
1981
+ """
1982
+ cloud_sql_id: NotRequired[pulumi.Input[str]]
1983
+ """
1984
+ If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
1979
1985
  """
1980
1986
  network_architecture: NotRequired[pulumi.Input[str]]
1981
1987
  """
1982
1988
  (Output)
1983
1989
  Output only. If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
1984
1990
  """
1985
- password: NotRequired[pulumi.Input[str]]
1986
- """
1987
- Input only. The password for the user that Database Migration Service will be using to connect to the database.
1988
- This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
1989
- **Note**: This property is sensitive and will not be displayed in the plan.
1990
- """
1991
1991
  password_set: NotRequired[pulumi.Input[bool]]
1992
1992
  """
1993
1993
  (Output)
1994
1994
  Output only. Indicates If this connection profile password is stored.
1995
1995
  """
1996
- port: NotRequired[pulumi.Input[int]]
1997
- """
1998
- The network port of the source MySQL database.
1999
- """
2000
1996
  ssl: NotRequired[pulumi.Input['ConnectionProfilePostgresqlSslArgsDict']]
2001
1997
  """
2002
1998
  SSL configuration for the destination to connect to the source database.
2003
1999
  Structure is documented below.
2004
2000
  """
2005
- username: NotRequired[pulumi.Input[str]]
2006
- """
2007
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
2008
- """
2009
2001
  elif False:
2010
2002
  ConnectionProfilePostgresqlArgsDict: TypeAlias = Mapping[str, Any]
2011
2003
 
2012
2004
  @pulumi.input_type
2013
2005
  class ConnectionProfilePostgresqlArgs:
2014
2006
  def __init__(__self__, *,
2015
- alloydb_cluster_id: Optional[pulumi.Input[str]] = None,
2007
+ host: pulumi.Input[str],
2008
+ password: pulumi.Input[str],
2009
+ port: pulumi.Input[int],
2010
+ username: pulumi.Input[str],
2016
2011
  cloud_sql_id: Optional[pulumi.Input[str]] = None,
2017
- host: Optional[pulumi.Input[str]] = None,
2018
2012
  network_architecture: Optional[pulumi.Input[str]] = None,
2019
- password: Optional[pulumi.Input[str]] = None,
2020
2013
  password_set: Optional[pulumi.Input[bool]] = None,
2021
- port: Optional[pulumi.Input[int]] = None,
2022
- ssl: Optional[pulumi.Input['ConnectionProfilePostgresqlSslArgs']] = None,
2023
- username: Optional[pulumi.Input[str]] = None):
2014
+ ssl: Optional[pulumi.Input['ConnectionProfilePostgresqlSslArgs']] = None):
2024
2015
  """
2025
- :param pulumi.Input[str] alloydb_cluster_id: If the connected database is an AlloyDB instance, use this field to provide the AlloyDB cluster ID.
2016
+ :param pulumi.Input[str] host: Required. The IP or hostname of the source MySQL database.
2017
+ :param pulumi.Input[str] password: Required. Input only. The password for the user that Database Migration Service will be using to connect to the database.
2018
+ This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
2019
+ **Note**: This property is sensitive and will not be displayed in the plan.
2020
+ :param pulumi.Input[int] port: Required. The network port of the source MySQL database.
2021
+ :param pulumi.Input[str] username: Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
2026
2022
  :param pulumi.Input[str] cloud_sql_id: If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
2027
- :param pulumi.Input[str] host: The IP or hostname of the source MySQL database.
2028
2023
  :param pulumi.Input[str] network_architecture: (Output)
2029
2024
  Output only. If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
2030
- :param pulumi.Input[str] password: Input only. The password for the user that Database Migration Service will be using to connect to the database.
2031
- This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
2032
- **Note**: This property is sensitive and will not be displayed in the plan.
2033
2025
  :param pulumi.Input[bool] password_set: (Output)
2034
2026
  Output only. Indicates If this connection profile password is stored.
2035
- :param pulumi.Input[int] port: The network port of the source MySQL database.
2036
2027
  :param pulumi.Input['ConnectionProfilePostgresqlSslArgs'] ssl: SSL configuration for the destination to connect to the source database.
2037
2028
  Structure is documented below.
2038
- :param pulumi.Input[str] username: The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
2039
2029
  """
2040
- if alloydb_cluster_id is not None:
2041
- pulumi.set(__self__, "alloydb_cluster_id", alloydb_cluster_id)
2030
+ pulumi.set(__self__, "host", host)
2031
+ pulumi.set(__self__, "password", password)
2032
+ pulumi.set(__self__, "port", port)
2033
+ pulumi.set(__self__, "username", username)
2042
2034
  if cloud_sql_id is not None:
2043
2035
  pulumi.set(__self__, "cloud_sql_id", cloud_sql_id)
2044
- if host is not None:
2045
- pulumi.set(__self__, "host", host)
2046
2036
  if network_architecture is not None:
2047
2037
  pulumi.set(__self__, "network_architecture", network_architecture)
2048
- if password is not None:
2049
- pulumi.set(__self__, "password", password)
2050
2038
  if password_set is not None:
2051
2039
  pulumi.set(__self__, "password_set", password_set)
2052
- if port is not None:
2053
- pulumi.set(__self__, "port", port)
2054
2040
  if ssl is not None:
2055
2041
  pulumi.set(__self__, "ssl", ssl)
2056
- if username is not None:
2057
- pulumi.set(__self__, "username", username)
2058
2042
 
2059
2043
  @property
2060
- @pulumi.getter(name="alloydbClusterId")
2061
- def alloydb_cluster_id(self) -> Optional[pulumi.Input[str]]:
2044
+ @pulumi.getter
2045
+ def host(self) -> pulumi.Input[str]:
2062
2046
  """
2063
- If the connected database is an AlloyDB instance, use this field to provide the AlloyDB cluster ID.
2047
+ Required. The IP or hostname of the source MySQL database.
2064
2048
  """
2065
- return pulumi.get(self, "alloydb_cluster_id")
2049
+ return pulumi.get(self, "host")
2066
2050
 
2067
- @alloydb_cluster_id.setter
2068
- def alloydb_cluster_id(self, value: Optional[pulumi.Input[str]]):
2069
- pulumi.set(self, "alloydb_cluster_id", value)
2051
+ @host.setter
2052
+ def host(self, value: pulumi.Input[str]):
2053
+ pulumi.set(self, "host", value)
2054
+
2055
+ @property
2056
+ @pulumi.getter
2057
+ def password(self) -> pulumi.Input[str]:
2058
+ """
2059
+ Required. Input only. The password for the user that Database Migration Service will be using to connect to the database.
2060
+ This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
2061
+ **Note**: This property is sensitive and will not be displayed in the plan.
2062
+ """
2063
+ return pulumi.get(self, "password")
2064
+
2065
+ @password.setter
2066
+ def password(self, value: pulumi.Input[str]):
2067
+ pulumi.set(self, "password", value)
2068
+
2069
+ @property
2070
+ @pulumi.getter
2071
+ def port(self) -> pulumi.Input[int]:
2072
+ """
2073
+ Required. The network port of the source MySQL database.
2074
+ """
2075
+ return pulumi.get(self, "port")
2076
+
2077
+ @port.setter
2078
+ def port(self, value: pulumi.Input[int]):
2079
+ pulumi.set(self, "port", value)
2080
+
2081
+ @property
2082
+ @pulumi.getter
2083
+ def username(self) -> pulumi.Input[str]:
2084
+ """
2085
+ Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
2086
+ """
2087
+ return pulumi.get(self, "username")
2088
+
2089
+ @username.setter
2090
+ def username(self, value: pulumi.Input[str]):
2091
+ pulumi.set(self, "username", value)
2070
2092
 
2071
2093
  @property
2072
2094
  @pulumi.getter(name="cloudSqlId")
@@ -2080,18 +2102,6 @@ class ConnectionProfilePostgresqlArgs:
2080
2102
  def cloud_sql_id(self, value: Optional[pulumi.Input[str]]):
2081
2103
  pulumi.set(self, "cloud_sql_id", value)
2082
2104
 
2083
- @property
2084
- @pulumi.getter
2085
- def host(self) -> Optional[pulumi.Input[str]]:
2086
- """
2087
- The IP or hostname of the source MySQL database.
2088
- """
2089
- return pulumi.get(self, "host")
2090
-
2091
- @host.setter
2092
- def host(self, value: Optional[pulumi.Input[str]]):
2093
- pulumi.set(self, "host", value)
2094
-
2095
2105
  @property
2096
2106
  @pulumi.getter(name="networkArchitecture")
2097
2107
  def network_architecture(self) -> Optional[pulumi.Input[str]]:
@@ -2105,20 +2115,6 @@ class ConnectionProfilePostgresqlArgs:
2105
2115
  def network_architecture(self, value: Optional[pulumi.Input[str]]):
2106
2116
  pulumi.set(self, "network_architecture", value)
2107
2117
 
2108
- @property
2109
- @pulumi.getter
2110
- def password(self) -> Optional[pulumi.Input[str]]:
2111
- """
2112
- Input only. The password for the user that Database Migration Service will be using to connect to the database.
2113
- This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
2114
- **Note**: This property is sensitive and will not be displayed in the plan.
2115
- """
2116
- return pulumi.get(self, "password")
2117
-
2118
- @password.setter
2119
- def password(self, value: Optional[pulumi.Input[str]]):
2120
- pulumi.set(self, "password", value)
2121
-
2122
2118
  @property
2123
2119
  @pulumi.getter(name="passwordSet")
2124
2120
  def password_set(self) -> Optional[pulumi.Input[bool]]:
@@ -2132,18 +2128,6 @@ class ConnectionProfilePostgresqlArgs:
2132
2128
  def password_set(self, value: Optional[pulumi.Input[bool]]):
2133
2129
  pulumi.set(self, "password_set", value)
2134
2130
 
2135
- @property
2136
- @pulumi.getter
2137
- def port(self) -> Optional[pulumi.Input[int]]:
2138
- """
2139
- The network port of the source MySQL database.
2140
- """
2141
- return pulumi.get(self, "port")
2142
-
2143
- @port.setter
2144
- def port(self, value: Optional[pulumi.Input[int]]):
2145
- pulumi.set(self, "port", value)
2146
-
2147
2131
  @property
2148
2132
  @pulumi.getter
2149
2133
  def ssl(self) -> Optional[pulumi.Input['ConnectionProfilePostgresqlSslArgs']]:
@@ -2157,18 +2141,6 @@ class ConnectionProfilePostgresqlArgs:
2157
2141
  def ssl(self, value: Optional[pulumi.Input['ConnectionProfilePostgresqlSslArgs']]):
2158
2142
  pulumi.set(self, "ssl", value)
2159
2143
 
2160
- @property
2161
- @pulumi.getter
2162
- def username(self) -> Optional[pulumi.Input[str]]:
2163
- """
2164
- The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
2165
- """
2166
- return pulumi.get(self, "username")
2167
-
2168
- @username.setter
2169
- def username(self, value: Optional[pulumi.Input[str]]):
2170
- pulumi.set(self, "username", value)
2171
-
2172
2144
 
2173
2145
  if not MYPY:
2174
2146
  class ConnectionProfilePostgresqlSslArgsDict(TypedDict):