pulumi-gcp 7.37.0a1723638212__py3-none-any.whl → 7.38.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 +32 -0
- pulumi_gcp/appengine/application_url_dispatch_rules.py +10 -2
- pulumi_gcp/appengine/engine_split_traffic.py +32 -8
- pulumi_gcp/appengine/flexible_app_version.py +18 -2
- pulumi_gcp/appengine/service_network_settings.py +10 -2
- pulumi_gcp/appengine/standard_app_version.py +20 -4
- pulumi_gcp/applicationintegration/client.py +2 -2
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_locations.py +167 -0
- pulumi_gcp/assuredworkloads/workload.py +14 -14
- pulumi_gcp/biglake/database.py +10 -2
- pulumi_gcp/biglake/table.py +20 -4
- pulumi_gcp/bigquery/connection.py +12 -0
- pulumi_gcp/bigquery/job.py +20 -4
- pulumi_gcp/cloudbuild/worker_pool.py +5 -5
- pulumi_gcp/clouddeploy/_inputs.py +41 -1
- pulumi_gcp/clouddeploy/delivery_pipeline.py +19 -19
- pulumi_gcp/clouddeploy/outputs.py +29 -1
- pulumi_gcp/clouddeploy/target.py +19 -19
- pulumi_gcp/cloudfunctions/function.py +42 -42
- pulumi_gcp/cloudfunctions/get_function.py +3 -3
- pulumi_gcp/cloudfunctionsv2/function.py +2 -0
- pulumi_gcp/cloudidentity/__init__.py +1 -0
- pulumi_gcp/cloudidentity/get_group_memberships.py +12 -0
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +93 -0
- pulumi_gcp/cloudidentity/outputs.py +131 -0
- pulumi_gcp/cloudquota/outputs.py +6 -6
- pulumi_gcp/composer/get_user_workloads_secret.py +1 -1
- pulumi_gcp/composer/user_workloads_secret.py +14 -14
- pulumi_gcp/compute/_inputs.py +91 -85
- pulumi_gcp/compute/get_instance_serial_port.py +12 -4
- pulumi_gcp/compute/get_instance_template.py +1 -1
- pulumi_gcp/compute/get_region_instance_template.py +1 -1
- pulumi_gcp/compute/instance_template.py +14 -14
- pulumi_gcp/compute/outputs.py +93 -83
- pulumi_gcp/compute/region_instance_template.py +14 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +18 -2
- pulumi_gcp/compute/subnetwork.py +82 -0
- pulumi_gcp/container/_inputs.py +35 -38
- pulumi_gcp/container/attached_cluster.py +14 -7
- pulumi_gcp/container/aws_cluster.py +5 -5
- pulumi_gcp/container/aws_node_pool.py +5 -5
- pulumi_gcp/container/azure_cluster.py +5 -5
- pulumi_gcp/container/azure_node_pool.py +5 -5
- pulumi_gcp/container/outputs.py +31 -33
- pulumi_gcp/databasemigrationservice/_inputs.py +5 -5
- pulumi_gcp/databasemigrationservice/outputs.py +3 -3
- pulumi_gcp/dataflow/flex_template_job.py +42 -42
- pulumi_gcp/dataflow/job.py +42 -42
- pulumi_gcp/datafusion/instance.py +10 -2
- pulumi_gcp/dataloss/_inputs.py +5 -5
- pulumi_gcp/dataloss/outputs.py +3 -3
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -2
- pulumi_gcp/dataplex/asset.py +14 -14
- pulumi_gcp/dataplex/lake.py +14 -14
- pulumi_gcp/dataplex/zone.py +14 -14
- pulumi_gcp/dataproc/_inputs.py +10 -10
- pulumi_gcp/dataproc/outputs.py +6 -6
- pulumi_gcp/dataproc/workflow_template.py +12 -12
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/schema.py +524 -0
- pulumi_gcp/dns/_inputs.py +80 -76
- pulumi_gcp/dns/outputs.py +56 -52
- pulumi_gcp/eventarc/trigger.py +14 -14
- pulumi_gcp/firebase/_inputs.py +5 -5
- pulumi_gcp/firebase/outputs.py +3 -3
- pulumi_gcp/healthcare/dicom_store.py +12 -2
- pulumi_gcp/healthcare/fhir_store.py +10 -2
- pulumi_gcp/iam/access_boundary_policy.py +10 -2
- pulumi_gcp/managedkafka/_inputs.py +6 -6
- pulumi_gcp/managedkafka/cluster.py +7 -7
- pulumi_gcp/managedkafka/outputs.py +4 -4
- pulumi_gcp/managedkafka/topic.py +7 -7
- pulumi_gcp/monitoring/get_app_engine_service.py +10 -2
- pulumi_gcp/networkconnectivity/_inputs.py +5 -5
- pulumi_gcp/networkconnectivity/outputs.py +3 -3
- pulumi_gcp/parallelstore/instance.py +215 -15
- pulumi_gcp/projects/default_service_accounts.py +7 -7
- pulumi_gcp/pubsub/subscription.py +36 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +14 -14
- pulumi_gcp/securitycenter/__init__.py +2 -0
- pulumi_gcp/securitycenter/_inputs.py +186 -0
- pulumi_gcp/securitycenter/folder_notification_config.py +486 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +10 -2
- pulumi_gcp/securitycenter/instance_iam_member.py +10 -2
- pulumi_gcp/securitycenter/instance_iam_policy.py +10 -2
- pulumi_gcp/securitycenter/outputs.py +118 -0
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +575 -0
- pulumi_gcp/serviceaccount/key.py +14 -14
- pulumi_gcp/servicenetworking/connection.py +50 -3
- pulumi_gcp/sql/_inputs.py +20 -0
- pulumi_gcp/sql/outputs.py +36 -0
- pulumi_gcp/vertex/__init__.py +1 -0
- pulumi_gcp/vertex/_inputs.py +438 -0
- pulumi_gcp/vertex/ai_feature_group.py +12 -2
- pulumi_gcp/vertex/ai_feature_group_feature.py +12 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +48 -8
- pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +1170 -0
- pulumi_gcp/vertex/outputs.py +393 -0
- pulumi_gcp/workstations/_inputs.py +10 -10
- pulumi_gcp/workstations/outputs.py +6 -6
- pulumi_gcp/workstations/workstation_config.py +14 -6
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/RECORD +107 -101
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/top_level.txt +0 -0
@@ -22,6 +22,7 @@ __all__ = [
|
|
22
22
|
'FolderCustomModuleCustomConfigCustomOutputPropertyValueExpression',
|
23
23
|
'FolderCustomModuleCustomConfigPredicate',
|
24
24
|
'FolderCustomModuleCustomConfigResourceSelector',
|
25
|
+
'FolderNotificationConfigStreamingConfig',
|
25
26
|
'InstanceIamBindingCondition',
|
26
27
|
'InstanceIamMemberCondition',
|
27
28
|
'ManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig',
|
@@ -58,6 +59,7 @@ __all__ = [
|
|
58
59
|
'ProjectNotificationConfigStreamingConfig',
|
59
60
|
'SourceIamBindingCondition',
|
60
61
|
'SourceIamMemberCondition',
|
62
|
+
'V2FolderNotificationConfigStreamingConfig',
|
61
63
|
'V2OrganizationNotificationConfigStreamingConfig',
|
62
64
|
'V2OrganizationSourceIamBindingCondition',
|
63
65
|
'V2OrganizationSourceIamMemberCondition',
|
@@ -410,6 +412,64 @@ class FolderCustomModuleCustomConfigResourceSelector(dict):
|
|
410
412
|
return pulumi.get(self, "resource_types")
|
411
413
|
|
412
414
|
|
415
|
+
@pulumi.output_type
|
416
|
+
class FolderNotificationConfigStreamingConfig(dict):
|
417
|
+
def __init__(__self__, *,
|
418
|
+
filter: str):
|
419
|
+
"""
|
420
|
+
:param str filter: Expression that defines the filter to apply across create/update
|
421
|
+
events of assets or findings as specified by the event type. The
|
422
|
+
expression is a list of zero or more restrictions combined via
|
423
|
+
logical operators AND and OR. Parentheses are supported, and OR
|
424
|
+
has higher precedence than AND.
|
425
|
+
Restrictions have the form <field> <operator> <value> and may have
|
426
|
+
a - character in front of them to indicate negation. The fields
|
427
|
+
map to those defined in the corresponding resource.
|
428
|
+
The supported operators are:
|
429
|
+
* = for all value types.
|
430
|
+
* >, <, >=, <= for integer values.
|
431
|
+
* :, meaning substring matching, for strings.
|
432
|
+
The supported value types are:
|
433
|
+
* string literals in quotes.
|
434
|
+
* integer literals without quotes.
|
435
|
+
* boolean literals true and false without quotes.
|
436
|
+
See
|
437
|
+
[Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
|
438
|
+
for information on how to write a filter.
|
439
|
+
|
440
|
+
- - -
|
441
|
+
"""
|
442
|
+
pulumi.set(__self__, "filter", filter)
|
443
|
+
|
444
|
+
@property
|
445
|
+
@pulumi.getter
|
446
|
+
def filter(self) -> str:
|
447
|
+
"""
|
448
|
+
Expression that defines the filter to apply across create/update
|
449
|
+
events of assets or findings as specified by the event type. The
|
450
|
+
expression is a list of zero or more restrictions combined via
|
451
|
+
logical operators AND and OR. Parentheses are supported, and OR
|
452
|
+
has higher precedence than AND.
|
453
|
+
Restrictions have the form <field> <operator> <value> and may have
|
454
|
+
a - character in front of them to indicate negation. The fields
|
455
|
+
map to those defined in the corresponding resource.
|
456
|
+
The supported operators are:
|
457
|
+
* = for all value types.
|
458
|
+
* >, <, >=, <= for integer values.
|
459
|
+
* :, meaning substring matching, for strings.
|
460
|
+
The supported value types are:
|
461
|
+
* string literals in quotes.
|
462
|
+
* integer literals without quotes.
|
463
|
+
* boolean literals true and false without quotes.
|
464
|
+
See
|
465
|
+
[Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
|
466
|
+
for information on how to write a filter.
|
467
|
+
|
468
|
+
- - -
|
469
|
+
"""
|
470
|
+
return pulumi.get(self, "filter")
|
471
|
+
|
472
|
+
|
413
473
|
@pulumi.output_type
|
414
474
|
class InstanceIamBindingCondition(dict):
|
415
475
|
def __init__(__self__, *,
|
@@ -2380,6 +2440,64 @@ class SourceIamMemberCondition(dict):
|
|
2380
2440
|
return pulumi.get(self, "description")
|
2381
2441
|
|
2382
2442
|
|
2443
|
+
@pulumi.output_type
|
2444
|
+
class V2FolderNotificationConfigStreamingConfig(dict):
|
2445
|
+
def __init__(__self__, *,
|
2446
|
+
filter: str):
|
2447
|
+
"""
|
2448
|
+
:param str filter: Expression that defines the filter to apply across create/update
|
2449
|
+
events of assets or findings as specified by the event type. The
|
2450
|
+
expression is a list of zero or more restrictions combined via
|
2451
|
+
logical operators AND and OR. Parentheses are supported, and OR
|
2452
|
+
has higher precedence than AND.
|
2453
|
+
Restrictions have the form <field> <operator> <value> and may have
|
2454
|
+
a - character in front of them to indicate negation. The fields
|
2455
|
+
map to those defined in the corresponding resource.
|
2456
|
+
The supported operators are:
|
2457
|
+
* = for all value types.
|
2458
|
+
* >, <, >=, <= for integer values.
|
2459
|
+
* :, meaning substring matching, for strings.
|
2460
|
+
The supported value types are:
|
2461
|
+
* string literals in quotes.
|
2462
|
+
* integer literals without quotes.
|
2463
|
+
* boolean literals true and false without quotes.
|
2464
|
+
See
|
2465
|
+
[Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
|
2466
|
+
for information on how to write a filter.
|
2467
|
+
|
2468
|
+
- - -
|
2469
|
+
"""
|
2470
|
+
pulumi.set(__self__, "filter", filter)
|
2471
|
+
|
2472
|
+
@property
|
2473
|
+
@pulumi.getter
|
2474
|
+
def filter(self) -> str:
|
2475
|
+
"""
|
2476
|
+
Expression that defines the filter to apply across create/update
|
2477
|
+
events of assets or findings as specified by the event type. The
|
2478
|
+
expression is a list of zero or more restrictions combined via
|
2479
|
+
logical operators AND and OR. Parentheses are supported, and OR
|
2480
|
+
has higher precedence than AND.
|
2481
|
+
Restrictions have the form <field> <operator> <value> and may have
|
2482
|
+
a - character in front of them to indicate negation. The fields
|
2483
|
+
map to those defined in the corresponding resource.
|
2484
|
+
The supported operators are:
|
2485
|
+
* = for all value types.
|
2486
|
+
* >, <, >=, <= for integer values.
|
2487
|
+
* :, meaning substring matching, for strings.
|
2488
|
+
The supported value types are:
|
2489
|
+
* string literals in quotes.
|
2490
|
+
* integer literals without quotes.
|
2491
|
+
* boolean literals true and false without quotes.
|
2492
|
+
See
|
2493
|
+
[Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
|
2494
|
+
for information on how to write a filter.
|
2495
|
+
|
2496
|
+
- - -
|
2497
|
+
"""
|
2498
|
+
return pulumi.get(self, "filter")
|
2499
|
+
|
2500
|
+
|
2383
2501
|
@pulumi.output_type
|
2384
2502
|
class V2OrganizationNotificationConfigStreamingConfig(dict):
|
2385
2503
|
def __init__(__self__, *,
|