pulumi-gcp 8.24.0a1743057423__py3-none-any.whl → 8.25.0__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.
- pulumi_gcp/__init__.py +131 -0
- pulumi_gcp/_inputs.py +48 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +324 -12
- pulumi_gcp/accesscontextmanager/outputs.py +204 -12
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/_inputs.py +58 -0
- pulumi_gcp/apigee/dns_zone.py +491 -0
- pulumi_gcp/apigee/outputs.py +53 -0
- pulumi_gcp/bigquery/_inputs.py +158 -0
- pulumi_gcp/bigquery/outputs.py +115 -0
- pulumi_gcp/bigquery/reservation.py +189 -1
- pulumi_gcp/bigquery/reservation_assignment.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +11 -7
- pulumi_gcp/bigtable/table.py +8 -8
- pulumi_gcp/chronicle/data_access_label.py +16 -0
- pulumi_gcp/chronicle/data_access_scope.py +16 -0
- pulumi_gcp/chronicle/reference_list.py +16 -0
- pulumi_gcp/chronicle/retrohunt.py +16 -0
- pulumi_gcp/chronicle/rule.py +16 -0
- pulumi_gcp/chronicle/rule_deployment.py +16 -0
- pulumi_gcp/chronicle/watchlist.py +16 -0
- pulumi_gcp/cloudfunctionsv2/_inputs.py +20 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/_inputs.py +20 -0
- pulumi_gcp/cloudrunv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/service.py +14 -14
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +2627 -61
- pulumi_gcp/compute/backend_service.py +121 -3
- pulumi_gcp/compute/get_backend_service.py +15 -4
- pulumi_gcp/compute/get_images.py +172 -0
- pulumi_gcp/compute/get_instance.py +12 -1
- pulumi_gcp/compute/get_region_backend_service.py +482 -0
- pulumi_gcp/compute/get_resource_policy.py +15 -4
- pulumi_gcp/compute/get_router.py +12 -1
- pulumi_gcp/compute/get_subnetwork.py +43 -1
- pulumi_gcp/compute/image.py +54 -0
- pulumi_gcp/compute/instance.py +47 -0
- pulumi_gcp/compute/instance_from_machine_image.py +94 -0
- pulumi_gcp/compute/instance_from_template.py +47 -0
- pulumi_gcp/compute/interconnect.py +14 -7
- pulumi_gcp/compute/outputs.py +4522 -391
- pulumi_gcp/compute/public_delegated_prefix.py +69 -15
- pulumi_gcp/compute/resource_policy.py +169 -3
- pulumi_gcp/compute/router.py +54 -0
- pulumi_gcp/compute/router_route_policy.py +16 -0
- pulumi_gcp/compute/subnetwork.py +35 -5
- pulumi_gcp/config/__init__.pyi +8 -0
- pulumi_gcp/config/outputs.py +27 -0
- pulumi_gcp/config/vars.py +16 -0
- pulumi_gcp/container/_inputs.py +274 -13
- pulumi_gcp/container/cluster.py +101 -0
- pulumi_gcp/container/get_cluster.py +23 -1
- pulumi_gcp/container/get_registry_image.py +4 -0
- pulumi_gcp/container/get_registry_repository.py +4 -0
- pulumi_gcp/container/outputs.py +305 -10
- pulumi_gcp/container/registry.py +4 -0
- pulumi_gcp/datafusion/instance.py +68 -0
- pulumi_gcp/dataproc/__init__.py +8 -0
- pulumi_gcp/dataproc/_inputs.py +219 -0
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +193 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +210 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +848 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +848 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +687 -0
- pulumi_gcp/dataproc/metastore_federation.py +38 -2
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +895 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +895 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +734 -0
- pulumi_gcp/dataproc/outputs.py +139 -0
- pulumi_gcp/datastream/_inputs.py +311 -94
- pulumi_gcp/datastream/connection_profile.py +40 -0
- pulumi_gcp/datastream/outputs.py +244 -51
- pulumi_gcp/datastream/stream.py +216 -0
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/sitemap.py +504 -0
- pulumi_gcp/eventarc/__init__.py +1 -0
- pulumi_gcp/eventarc/enrollment.py +980 -0
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +484 -0
- pulumi_gcp/firebase/app_hosting_build.py +1232 -0
- pulumi_gcp/firebase/outputs.py +333 -0
- pulumi_gcp/identityplatform/_inputs.py +91 -0
- pulumi_gcp/identityplatform/outputs.py +73 -0
- pulumi_gcp/identityplatform/tenant.py +56 -0
- pulumi_gcp/lustre/__init__.py +8 -0
- pulumi_gcp/lustre/instance.py +983 -0
- pulumi_gcp/managedkafka/cluster.py +2 -2
- pulumi_gcp/memorystore/__init__.py +1 -0
- pulumi_gcp/memorystore/_inputs.py +1252 -7
- pulumi_gcp/memorystore/get_instance.py +45 -1
- pulumi_gcp/memorystore/instance.py +481 -30
- pulumi_gcp/memorystore/instance_desired_user_created_endpoints.py +843 -0
- pulumi_gcp/memorystore/outputs.py +1440 -15
- pulumi_gcp/networkmanagement/_inputs.py +422 -91
- pulumi_gcp/networkmanagement/connectivity_test.py +233 -211
- pulumi_gcp/networkmanagement/outputs.py +280 -61
- pulumi_gcp/networksecurity/_inputs.py +891 -26
- pulumi_gcp/networksecurity/intercept_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +90 -36
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +94 -36
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/outputs.py +531 -1
- pulumi_gcp/networksecurity/security_profile.py +8 -0
- pulumi_gcp/organizations/__init__.py +2 -0
- pulumi_gcp/organizations/get_iam_custom_role.py +198 -0
- pulumi_gcp/organizations/get_iam_custom_roles.py +164 -0
- pulumi_gcp/organizations/outputs.py +96 -0
- pulumi_gcp/osconfig/__init__.py +1 -0
- pulumi_gcp/osconfig/_inputs.py +5413 -0
- pulumi_gcp/osconfig/outputs.py +3962 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +971 -0
- pulumi_gcp/parametermanager/get_parameter.py +16 -1
- pulumi_gcp/parametermanager/get_parameter_version.py +19 -1
- pulumi_gcp/parametermanager/get_parameter_version_render.py +4 -0
- pulumi_gcp/parametermanager/get_parameters.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +8 -0
- pulumi_gcp/parametermanager/get_regional_parameters.py +4 -0
- pulumi_gcp/parametermanager/outputs.py +11 -0
- pulumi_gcp/parametermanager/parameter.py +88 -0
- pulumi_gcp/parametermanager/parameter_version.py +74 -0
- pulumi_gcp/parametermanager/regional_parameter.py +12 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +12 -0
- pulumi_gcp/provider.py +75 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +136 -0
- pulumi_gcp/redis/cluster.py +54 -0
- pulumi_gcp/redis/outputs.py +114 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +0 -16
- pulumi_gcp/storage/__init__.py +6 -0
- pulumi_gcp/storage/_inputs.py +1322 -0
- pulumi_gcp/storage/bucket.py +7 -7
- pulumi_gcp/storage/control_folder_intelligence_config.py +420 -0
- pulumi_gcp/storage/control_organization_intelligence_config.py +420 -0
- pulumi_gcp/storage/control_project_intelligence_config.py +408 -0
- pulumi_gcp/storage/get_bucket_object_content.py +16 -1
- pulumi_gcp/storage/get_control_folder_intelligence_config.py +160 -0
- pulumi_gcp/storage/get_control_organization_intelligence_config.py +160 -0
- pulumi_gcp/storage/get_control_project_intelligence_config.py +160 -0
- pulumi_gcp/storage/outputs.py +1553 -17
- pulumi_gcp/workbench/instance.py +14 -2
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/RECORD +150 -124
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/datastream/stream.py
CHANGED
@@ -1300,6 +1300,114 @@ class Stream(pulumi.CustomResource):
|
|
1300
1300
|
},
|
1301
1301
|
backfill_none={})
|
1302
1302
|
```
|
1303
|
+
### Datastream Stream Bigquery Blmt
|
1304
|
+
|
1305
|
+
```python
|
1306
|
+
import pulumi
|
1307
|
+
import pulumi_gcp as gcp
|
1308
|
+
import pulumi_random as random
|
1309
|
+
|
1310
|
+
project = gcp.organizations.get_project()
|
1311
|
+
instance = gcp.sql.DatabaseInstance("instance",
|
1312
|
+
name="blmt-instance",
|
1313
|
+
database_version="MYSQL_8_0",
|
1314
|
+
region="us-central1",
|
1315
|
+
settings={
|
1316
|
+
"tier": "db-f1-micro",
|
1317
|
+
"ip_configuration": {
|
1318
|
+
"authorized_networks": [
|
1319
|
+
{
|
1320
|
+
"value": "34.71.242.81",
|
1321
|
+
},
|
1322
|
+
{
|
1323
|
+
"value": "34.72.28.29",
|
1324
|
+
},
|
1325
|
+
{
|
1326
|
+
"value": "34.67.6.157",
|
1327
|
+
},
|
1328
|
+
{
|
1329
|
+
"value": "34.67.234.134",
|
1330
|
+
},
|
1331
|
+
{
|
1332
|
+
"value": "34.72.239.218",
|
1333
|
+
},
|
1334
|
+
],
|
1335
|
+
},
|
1336
|
+
},
|
1337
|
+
deletion_protection=True)
|
1338
|
+
db = gcp.sql.Database("db",
|
1339
|
+
instance=instance.name,
|
1340
|
+
name="db")
|
1341
|
+
pwd = random.RandomPassword("pwd",
|
1342
|
+
length=16,
|
1343
|
+
special=False)
|
1344
|
+
user = gcp.sql.User("user",
|
1345
|
+
name="user",
|
1346
|
+
instance=instance.name,
|
1347
|
+
host="%",
|
1348
|
+
password=pwd.result)
|
1349
|
+
blmt_bucket = gcp.storage.Bucket("blmt_bucket",
|
1350
|
+
name="blmt-bucket",
|
1351
|
+
location="us-central1",
|
1352
|
+
force_destroy=True)
|
1353
|
+
blmt_connection = gcp.bigquery.Connection("blmt_connection",
|
1354
|
+
project=project.project_id,
|
1355
|
+
location="us-central1",
|
1356
|
+
connection_id="blmt-connection",
|
1357
|
+
friendly_name="Datastream BLMT Test Connection",
|
1358
|
+
description="Connection for Datastream BLMT test",
|
1359
|
+
cloud_resource={})
|
1360
|
+
blmt_connection_bucket_admin = gcp.storage.BucketIAMMember("blmt_connection_bucket_admin",
|
1361
|
+
bucket=blmt_bucket.name,
|
1362
|
+
role="roles/storage.admin",
|
1363
|
+
member=blmt_connection.cloud_resource.apply(lambda cloud_resource: f"serviceAccount:{cloud_resource.service_account_id}"))
|
1364
|
+
source_connection_profile = gcp.datastream.ConnectionProfile("source_connection_profile",
|
1365
|
+
display_name="Source connection profile",
|
1366
|
+
location="us-central1",
|
1367
|
+
connection_profile_id="blmt-source-profile",
|
1368
|
+
mysql_profile={
|
1369
|
+
"hostname": instance.public_ip_address,
|
1370
|
+
"username": user.name,
|
1371
|
+
"password": user.password,
|
1372
|
+
})
|
1373
|
+
destination_connection_profile = gcp.datastream.ConnectionProfile("destination_connection_profile",
|
1374
|
+
display_name="Connection profile",
|
1375
|
+
location="us-central1",
|
1376
|
+
connection_profile_id="blmt-destination-profile",
|
1377
|
+
bigquery_profile={})
|
1378
|
+
default = gcp.datastream.Stream("default",
|
1379
|
+
stream_id="blmt-stream",
|
1380
|
+
location="us-central1",
|
1381
|
+
display_name="My BLMT stream",
|
1382
|
+
source_config={
|
1383
|
+
"source_connection_profile": source_connection_profile.id,
|
1384
|
+
"mysql_source_config": {},
|
1385
|
+
},
|
1386
|
+
destination_config={
|
1387
|
+
"destination_connection_profile": destination_connection_profile.id,
|
1388
|
+
"bigquery_destination_config": {
|
1389
|
+
"source_hierarchy_datasets": {
|
1390
|
+
"dataset_template": {
|
1391
|
+
"location": "us-central1",
|
1392
|
+
},
|
1393
|
+
},
|
1394
|
+
"blmt_config": {
|
1395
|
+
"bucket": blmt_bucket.name,
|
1396
|
+
"connection_name": pulumi.Output.all(
|
1397
|
+
project=blmt_connection.project,
|
1398
|
+
location=blmt_connection.location,
|
1399
|
+
connection_id=blmt_connection.connection_id
|
1400
|
+
).apply(lambda resolved_outputs: f"{resolved_outputs['project']}.{resolved_outputs['location']}.{resolved_outputs['connection_id']}")
|
1401
|
+
,
|
1402
|
+
"file_format": "PARQUET",
|
1403
|
+
"table_format": "ICEBERG",
|
1404
|
+
"root_path": "/",
|
1405
|
+
},
|
1406
|
+
"append_only": {},
|
1407
|
+
},
|
1408
|
+
},
|
1409
|
+
backfill_none={})
|
1410
|
+
```
|
1303
1411
|
|
1304
1412
|
## Import
|
1305
1413
|
|
@@ -2138,6 +2246,114 @@ class Stream(pulumi.CustomResource):
|
|
2138
2246
|
},
|
2139
2247
|
backfill_none={})
|
2140
2248
|
```
|
2249
|
+
### Datastream Stream Bigquery Blmt
|
2250
|
+
|
2251
|
+
```python
|
2252
|
+
import pulumi
|
2253
|
+
import pulumi_gcp as gcp
|
2254
|
+
import pulumi_random as random
|
2255
|
+
|
2256
|
+
project = gcp.organizations.get_project()
|
2257
|
+
instance = gcp.sql.DatabaseInstance("instance",
|
2258
|
+
name="blmt-instance",
|
2259
|
+
database_version="MYSQL_8_0",
|
2260
|
+
region="us-central1",
|
2261
|
+
settings={
|
2262
|
+
"tier": "db-f1-micro",
|
2263
|
+
"ip_configuration": {
|
2264
|
+
"authorized_networks": [
|
2265
|
+
{
|
2266
|
+
"value": "34.71.242.81",
|
2267
|
+
},
|
2268
|
+
{
|
2269
|
+
"value": "34.72.28.29",
|
2270
|
+
},
|
2271
|
+
{
|
2272
|
+
"value": "34.67.6.157",
|
2273
|
+
},
|
2274
|
+
{
|
2275
|
+
"value": "34.67.234.134",
|
2276
|
+
},
|
2277
|
+
{
|
2278
|
+
"value": "34.72.239.218",
|
2279
|
+
},
|
2280
|
+
],
|
2281
|
+
},
|
2282
|
+
},
|
2283
|
+
deletion_protection=True)
|
2284
|
+
db = gcp.sql.Database("db",
|
2285
|
+
instance=instance.name,
|
2286
|
+
name="db")
|
2287
|
+
pwd = random.RandomPassword("pwd",
|
2288
|
+
length=16,
|
2289
|
+
special=False)
|
2290
|
+
user = gcp.sql.User("user",
|
2291
|
+
name="user",
|
2292
|
+
instance=instance.name,
|
2293
|
+
host="%",
|
2294
|
+
password=pwd.result)
|
2295
|
+
blmt_bucket = gcp.storage.Bucket("blmt_bucket",
|
2296
|
+
name="blmt-bucket",
|
2297
|
+
location="us-central1",
|
2298
|
+
force_destroy=True)
|
2299
|
+
blmt_connection = gcp.bigquery.Connection("blmt_connection",
|
2300
|
+
project=project.project_id,
|
2301
|
+
location="us-central1",
|
2302
|
+
connection_id="blmt-connection",
|
2303
|
+
friendly_name="Datastream BLMT Test Connection",
|
2304
|
+
description="Connection for Datastream BLMT test",
|
2305
|
+
cloud_resource={})
|
2306
|
+
blmt_connection_bucket_admin = gcp.storage.BucketIAMMember("blmt_connection_bucket_admin",
|
2307
|
+
bucket=blmt_bucket.name,
|
2308
|
+
role="roles/storage.admin",
|
2309
|
+
member=blmt_connection.cloud_resource.apply(lambda cloud_resource: f"serviceAccount:{cloud_resource.service_account_id}"))
|
2310
|
+
source_connection_profile = gcp.datastream.ConnectionProfile("source_connection_profile",
|
2311
|
+
display_name="Source connection profile",
|
2312
|
+
location="us-central1",
|
2313
|
+
connection_profile_id="blmt-source-profile",
|
2314
|
+
mysql_profile={
|
2315
|
+
"hostname": instance.public_ip_address,
|
2316
|
+
"username": user.name,
|
2317
|
+
"password": user.password,
|
2318
|
+
})
|
2319
|
+
destination_connection_profile = gcp.datastream.ConnectionProfile("destination_connection_profile",
|
2320
|
+
display_name="Connection profile",
|
2321
|
+
location="us-central1",
|
2322
|
+
connection_profile_id="blmt-destination-profile",
|
2323
|
+
bigquery_profile={})
|
2324
|
+
default = gcp.datastream.Stream("default",
|
2325
|
+
stream_id="blmt-stream",
|
2326
|
+
location="us-central1",
|
2327
|
+
display_name="My BLMT stream",
|
2328
|
+
source_config={
|
2329
|
+
"source_connection_profile": source_connection_profile.id,
|
2330
|
+
"mysql_source_config": {},
|
2331
|
+
},
|
2332
|
+
destination_config={
|
2333
|
+
"destination_connection_profile": destination_connection_profile.id,
|
2334
|
+
"bigquery_destination_config": {
|
2335
|
+
"source_hierarchy_datasets": {
|
2336
|
+
"dataset_template": {
|
2337
|
+
"location": "us-central1",
|
2338
|
+
},
|
2339
|
+
},
|
2340
|
+
"blmt_config": {
|
2341
|
+
"bucket": blmt_bucket.name,
|
2342
|
+
"connection_name": pulumi.Output.all(
|
2343
|
+
project=blmt_connection.project,
|
2344
|
+
location=blmt_connection.location,
|
2345
|
+
connection_id=blmt_connection.connection_id
|
2346
|
+
).apply(lambda resolved_outputs: f"{resolved_outputs['project']}.{resolved_outputs['location']}.{resolved_outputs['connection_id']}")
|
2347
|
+
,
|
2348
|
+
"file_format": "PARQUET",
|
2349
|
+
"table_format": "ICEBERG",
|
2350
|
+
"root_path": "/",
|
2351
|
+
},
|
2352
|
+
"append_only": {},
|
2353
|
+
},
|
2354
|
+
},
|
2355
|
+
backfill_none={})
|
2356
|
+
```
|
2141
2357
|
|
2142
2358
|
## Import
|
2143
2359
|
|