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/container/registry.py
CHANGED
@@ -121,6 +121,8 @@ class Registry(pulumi.CustomResource):
|
|
121
121
|
project: Optional[pulumi.Input[str]] = None,
|
122
122
|
__props__=None):
|
123
123
|
"""
|
124
|
+
> **Warning**: Container Registry is deprecated. Effective March 18, 2025, Container Registry is shut down and writing images to Container Registry is unavailable. Resource will be removed in future major release.
|
125
|
+
|
124
126
|
Ensures that the Google Cloud Storage bucket that backs Google Container Registry exists. Creating this resource will create the backing bucket if it does not exist, or do nothing if the bucket already exists. Destroying this resource does *NOT* destroy the backing bucket. For more information see [the official documentation](https://cloud.google.com/container-registry/docs/overview)
|
125
127
|
|
126
128
|
This resource can be used to ensure that the GCS bucket exists prior to assigning permissions. For more information see the [access control page](https://cloud.google.com/container-registry/docs/access-control) for GCR.
|
@@ -167,6 +169,8 @@ class Registry(pulumi.CustomResource):
|
|
167
169
|
args: Optional[RegistryArgs] = None,
|
168
170
|
opts: Optional[pulumi.ResourceOptions] = None):
|
169
171
|
"""
|
172
|
+
> **Warning**: Container Registry is deprecated. Effective March 18, 2025, Container Registry is shut down and writing images to Container Registry is unavailable. Resource will be removed in future major release.
|
173
|
+
|
170
174
|
Ensures that the Google Cloud Storage bucket that backs Google Container Registry exists. Creating this resource will create the backing bucket if it does not exist, or do nothing if the bucket already exists. Destroying this resource does *NOT* destroy the backing bucket. For more information see [the official documentation](https://cloud.google.com/container-registry/docs/overview)
|
171
175
|
|
172
176
|
This resource can be used to ensure that the GCS bucket exists prior to assigning permissions. For more information see the [access control page](https://cloud.google.com/container-registry/docs/access-control) for GCR.
|
@@ -38,6 +38,7 @@ class InstanceArgs:
|
|
38
38
|
private_instance: Optional[pulumi.Input[bool]] = None,
|
39
39
|
project: Optional[pulumi.Input[str]] = None,
|
40
40
|
region: Optional[pulumi.Input[str]] = None,
|
41
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
41
42
|
version: Optional[pulumi.Input[str]] = None,
|
42
43
|
zone: Optional[pulumi.Input[str]] = None):
|
43
44
|
"""
|
@@ -85,6 +86,10 @@ class InstanceArgs:
|
|
85
86
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
86
87
|
If it is not provided, the provider project is used.
|
87
88
|
:param pulumi.Input[str] region: The region of the Data Fusion instance.
|
89
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags.
|
90
|
+
Resource manager tag keys and values have the same definition as resource manager tags.
|
91
|
+
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_value_id}.
|
92
|
+
The field is ignored (both PUT & PATCH) when empty.
|
88
93
|
:param pulumi.Input[str] version: Current version of the Data Fusion.
|
89
94
|
:param pulumi.Input[str] zone: Name of the zone in which the Data Fusion instance will be created. Only DEVELOPER instances use this field.
|
90
95
|
"""
|
@@ -121,6 +126,8 @@ class InstanceArgs:
|
|
121
126
|
pulumi.set(__self__, "project", project)
|
122
127
|
if region is not None:
|
123
128
|
pulumi.set(__self__, "region", region)
|
129
|
+
if tags is not None:
|
130
|
+
pulumi.set(__self__, "tags", tags)
|
124
131
|
if version is not None:
|
125
132
|
pulumi.set(__self__, "version", version)
|
126
133
|
if zone is not None:
|
@@ -356,6 +363,21 @@ class InstanceArgs:
|
|
356
363
|
def region(self, value: Optional[pulumi.Input[str]]):
|
357
364
|
pulumi.set(self, "region", value)
|
358
365
|
|
366
|
+
@property
|
367
|
+
@pulumi.getter
|
368
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
369
|
+
"""
|
370
|
+
A map of resource manager tags.
|
371
|
+
Resource manager tag keys and values have the same definition as resource manager tags.
|
372
|
+
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_value_id}.
|
373
|
+
The field is ignored (both PUT & PATCH) when empty.
|
374
|
+
"""
|
375
|
+
return pulumi.get(self, "tags")
|
376
|
+
|
377
|
+
@tags.setter
|
378
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
379
|
+
pulumi.set(self, "tags", value)
|
380
|
+
|
359
381
|
@property
|
360
382
|
@pulumi.getter
|
361
383
|
def version(self) -> Optional[pulumi.Input[str]]:
|
@@ -410,6 +432,7 @@ class _InstanceState:
|
|
410
432
|
service_endpoint: Optional[pulumi.Input[str]] = None,
|
411
433
|
state: Optional[pulumi.Input[str]] = None,
|
412
434
|
state_message: Optional[pulumi.Input[str]] = None,
|
435
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
413
436
|
tenant_project_id: Optional[pulumi.Input[str]] = None,
|
414
437
|
type: Optional[pulumi.Input[str]] = None,
|
415
438
|
update_time: Optional[pulumi.Input[str]] = None,
|
@@ -463,6 +486,10 @@ class _InstanceState:
|
|
463
486
|
- UPGRADING: Instance is being upgraded
|
464
487
|
- RESTARTING: Instance is being restarted
|
465
488
|
:param pulumi.Input[str] state_message: Additional information about the current state of this Data Fusion instance if available.
|
489
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags.
|
490
|
+
Resource manager tag keys and values have the same definition as resource manager tags.
|
491
|
+
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_value_id}.
|
492
|
+
The field is ignored (both PUT & PATCH) when empty.
|
466
493
|
:param pulumi.Input[str] tenant_project_id: The name of the tenant project.
|
467
494
|
:param pulumi.Input[str] type: Represents the type of Data Fusion instance. Each type is configured with
|
468
495
|
the default settings for processing and memory.
|
@@ -537,6 +564,8 @@ class _InstanceState:
|
|
537
564
|
pulumi.set(__self__, "state", state)
|
538
565
|
if state_message is not None:
|
539
566
|
pulumi.set(__self__, "state_message", state_message)
|
567
|
+
if tags is not None:
|
568
|
+
pulumi.set(__self__, "tags", tags)
|
540
569
|
if tenant_project_id is not None:
|
541
570
|
pulumi.set(__self__, "tenant_project_id", tenant_project_id)
|
542
571
|
if type is not None:
|
@@ -881,6 +910,21 @@ class _InstanceState:
|
|
881
910
|
def state_message(self, value: Optional[pulumi.Input[str]]):
|
882
911
|
pulumi.set(self, "state_message", value)
|
883
912
|
|
913
|
+
@property
|
914
|
+
@pulumi.getter
|
915
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
916
|
+
"""
|
917
|
+
A map of resource manager tags.
|
918
|
+
Resource manager tag keys and values have the same definition as resource manager tags.
|
919
|
+
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_value_id}.
|
920
|
+
The field is ignored (both PUT & PATCH) when empty.
|
921
|
+
"""
|
922
|
+
return pulumi.get(self, "tags")
|
923
|
+
|
924
|
+
@tags.setter
|
925
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
926
|
+
pulumi.set(self, "tags", value)
|
927
|
+
|
884
928
|
@property
|
885
929
|
@pulumi.getter(name="tenantProjectId")
|
886
930
|
def tenant_project_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -976,6 +1020,7 @@ class Instance(pulumi.CustomResource):
|
|
976
1020
|
private_instance: Optional[pulumi.Input[bool]] = None,
|
977
1021
|
project: Optional[pulumi.Input[str]] = None,
|
978
1022
|
region: Optional[pulumi.Input[str]] = None,
|
1023
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
979
1024
|
type: Optional[pulumi.Input[str]] = None,
|
980
1025
|
version: Optional[pulumi.Input[str]] = None,
|
981
1026
|
zone: Optional[pulumi.Input[str]] = None,
|
@@ -1202,6 +1247,10 @@ class Instance(pulumi.CustomResource):
|
|
1202
1247
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
1203
1248
|
If it is not provided, the provider project is used.
|
1204
1249
|
:param pulumi.Input[str] region: The region of the Data Fusion instance.
|
1250
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags.
|
1251
|
+
Resource manager tag keys and values have the same definition as resource manager tags.
|
1252
|
+
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_value_id}.
|
1253
|
+
The field is ignored (both PUT & PATCH) when empty.
|
1205
1254
|
:param pulumi.Input[str] type: Represents the type of Data Fusion instance. Each type is configured with
|
1206
1255
|
the default settings for processing and memory.
|
1207
1256
|
- BASIC: Basic Data Fusion instance. In Basic type, the user will be able to create data pipelines
|
@@ -1447,6 +1496,7 @@ class Instance(pulumi.CustomResource):
|
|
1447
1496
|
private_instance: Optional[pulumi.Input[bool]] = None,
|
1448
1497
|
project: Optional[pulumi.Input[str]] = None,
|
1449
1498
|
region: Optional[pulumi.Input[str]] = None,
|
1499
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1450
1500
|
type: Optional[pulumi.Input[str]] = None,
|
1451
1501
|
version: Optional[pulumi.Input[str]] = None,
|
1452
1502
|
zone: Optional[pulumi.Input[str]] = None,
|
@@ -1475,6 +1525,7 @@ class Instance(pulumi.CustomResource):
|
|
1475
1525
|
__props__.__dict__["private_instance"] = private_instance
|
1476
1526
|
__props__.__dict__["project"] = project
|
1477
1527
|
__props__.__dict__["region"] = region
|
1528
|
+
__props__.__dict__["tags"] = tags
|
1478
1529
|
if type is None and not opts.urn:
|
1479
1530
|
raise TypeError("Missing required property 'type'")
|
1480
1531
|
__props__.__dict__["type"] = type
|
@@ -1530,6 +1581,7 @@ class Instance(pulumi.CustomResource):
|
|
1530
1581
|
service_endpoint: Optional[pulumi.Input[str]] = None,
|
1531
1582
|
state: Optional[pulumi.Input[str]] = None,
|
1532
1583
|
state_message: Optional[pulumi.Input[str]] = None,
|
1584
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1533
1585
|
tenant_project_id: Optional[pulumi.Input[str]] = None,
|
1534
1586
|
type: Optional[pulumi.Input[str]] = None,
|
1535
1587
|
update_time: Optional[pulumi.Input[str]] = None,
|
@@ -1588,6 +1640,10 @@ class Instance(pulumi.CustomResource):
|
|
1588
1640
|
- UPGRADING: Instance is being upgraded
|
1589
1641
|
- RESTARTING: Instance is being restarted
|
1590
1642
|
:param pulumi.Input[str] state_message: Additional information about the current state of this Data Fusion instance if available.
|
1643
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags.
|
1644
|
+
Resource manager tag keys and values have the same definition as resource manager tags.
|
1645
|
+
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_value_id}.
|
1646
|
+
The field is ignored (both PUT & PATCH) when empty.
|
1591
1647
|
:param pulumi.Input[str] tenant_project_id: The name of the tenant project.
|
1592
1648
|
:param pulumi.Input[str] type: Represents the type of Data Fusion instance. Each type is configured with
|
1593
1649
|
the default settings for processing and memory.
|
@@ -1637,6 +1693,7 @@ class Instance(pulumi.CustomResource):
|
|
1637
1693
|
__props__.__dict__["service_endpoint"] = service_endpoint
|
1638
1694
|
__props__.__dict__["state"] = state
|
1639
1695
|
__props__.__dict__["state_message"] = state_message
|
1696
|
+
__props__.__dict__["tags"] = tags
|
1640
1697
|
__props__.__dict__["tenant_project_id"] = tenant_project_id
|
1641
1698
|
__props__.__dict__["type"] = type
|
1642
1699
|
__props__.__dict__["update_time"] = update_time
|
@@ -1873,6 +1930,17 @@ class Instance(pulumi.CustomResource):
|
|
1873
1930
|
"""
|
1874
1931
|
return pulumi.get(self, "state_message")
|
1875
1932
|
|
1933
|
+
@property
|
1934
|
+
@pulumi.getter
|
1935
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
1936
|
+
"""
|
1937
|
+
A map of resource manager tags.
|
1938
|
+
Resource manager tag keys and values have the same definition as resource manager tags.
|
1939
|
+
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_value_id}.
|
1940
|
+
The field is ignored (both PUT & PATCH) when empty.
|
1941
|
+
"""
|
1942
|
+
return pulumi.get(self, "tags")
|
1943
|
+
|
1876
1944
|
@property
|
1877
1945
|
@pulumi.getter(name="tenantProjectId")
|
1878
1946
|
def tenant_project_id(self) -> pulumi.Output[str]:
|
pulumi_gcp/dataproc/__init__.py
CHANGED
@@ -20,13 +20,18 @@ from .gdc_spark_application import *
|
|
20
20
|
from .get_autoscaling_policy_iam_policy import *
|
21
21
|
from .get_cluster_iam_policy import *
|
22
22
|
from .get_job_iam_policy import *
|
23
|
+
from .get_metastore_database_iam_policy import *
|
23
24
|
from .get_metastore_federation_iam_policy import *
|
24
25
|
from .get_metastore_service import *
|
25
26
|
from .get_metastore_service_iam_policy import *
|
27
|
+
from .get_metastore_table_iam_policy import *
|
26
28
|
from .job import *
|
27
29
|
from .job_iam_binding import *
|
28
30
|
from .job_iam_member import *
|
29
31
|
from .job_iam_policy import *
|
32
|
+
from .metastore_database_iam_binding import *
|
33
|
+
from .metastore_database_iam_member import *
|
34
|
+
from .metastore_database_iam_policy import *
|
30
35
|
from .metastore_federation import *
|
31
36
|
from .metastore_federation_iam_binding import *
|
32
37
|
from .metastore_federation_iam_member import *
|
@@ -35,6 +40,9 @@ from .metastore_service import *
|
|
35
40
|
from .metastore_service_iam_binding import *
|
36
41
|
from .metastore_service_iam_member import *
|
37
42
|
from .metastore_service_iam_policy import *
|
43
|
+
from .metastore_table_iam_binding import *
|
44
|
+
from .metastore_table_iam_member import *
|
45
|
+
from .metastore_table_iam_policy import *
|
38
46
|
from .workflow_template import *
|
39
47
|
from ._inputs import *
|
40
48
|
from . import outputs
|
pulumi_gcp/dataproc/_inputs.py
CHANGED
@@ -203,6 +203,10 @@ __all__ = [
|
|
203
203
|
'JobSparksqlConfigLoggingConfigArgsDict',
|
204
204
|
'JobStatusArgs',
|
205
205
|
'JobStatusArgsDict',
|
206
|
+
'MetastoreDatabaseIamBindingConditionArgs',
|
207
|
+
'MetastoreDatabaseIamBindingConditionArgsDict',
|
208
|
+
'MetastoreDatabaseIamMemberConditionArgs',
|
209
|
+
'MetastoreDatabaseIamMemberConditionArgsDict',
|
206
210
|
'MetastoreFederationBackendMetastoreArgs',
|
207
211
|
'MetastoreFederationBackendMetastoreArgsDict',
|
208
212
|
'MetastoreFederationIamBindingConditionArgs',
|
@@ -243,6 +247,10 @@ __all__ = [
|
|
243
247
|
'MetastoreServiceScheduledBackupArgsDict',
|
244
248
|
'MetastoreServiceTelemetryConfigArgs',
|
245
249
|
'MetastoreServiceTelemetryConfigArgsDict',
|
250
|
+
'MetastoreTableIamBindingConditionArgs',
|
251
|
+
'MetastoreTableIamBindingConditionArgsDict',
|
252
|
+
'MetastoreTableIamMemberConditionArgs',
|
253
|
+
'MetastoreTableIamMemberConditionArgsDict',
|
246
254
|
'WorkflowTemplateEncryptionConfigArgs',
|
247
255
|
'WorkflowTemplateEncryptionConfigArgsDict',
|
248
256
|
'WorkflowTemplateJobArgs',
|
@@ -9020,6 +9028,100 @@ class JobStatusArgs:
|
|
9020
9028
|
pulumi.set(self, "substate", value)
|
9021
9029
|
|
9022
9030
|
|
9031
|
+
if not MYPY:
|
9032
|
+
class MetastoreDatabaseIamBindingConditionArgsDict(TypedDict):
|
9033
|
+
expression: pulumi.Input[str]
|
9034
|
+
title: pulumi.Input[str]
|
9035
|
+
description: NotRequired[pulumi.Input[str]]
|
9036
|
+
elif False:
|
9037
|
+
MetastoreDatabaseIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
|
9038
|
+
|
9039
|
+
@pulumi.input_type
|
9040
|
+
class MetastoreDatabaseIamBindingConditionArgs:
|
9041
|
+
def __init__(__self__, *,
|
9042
|
+
expression: pulumi.Input[str],
|
9043
|
+
title: pulumi.Input[str],
|
9044
|
+
description: Optional[pulumi.Input[str]] = None):
|
9045
|
+
pulumi.set(__self__, "expression", expression)
|
9046
|
+
pulumi.set(__self__, "title", title)
|
9047
|
+
if description is not None:
|
9048
|
+
pulumi.set(__self__, "description", description)
|
9049
|
+
|
9050
|
+
@property
|
9051
|
+
@pulumi.getter
|
9052
|
+
def expression(self) -> pulumi.Input[str]:
|
9053
|
+
return pulumi.get(self, "expression")
|
9054
|
+
|
9055
|
+
@expression.setter
|
9056
|
+
def expression(self, value: pulumi.Input[str]):
|
9057
|
+
pulumi.set(self, "expression", value)
|
9058
|
+
|
9059
|
+
@property
|
9060
|
+
@pulumi.getter
|
9061
|
+
def title(self) -> pulumi.Input[str]:
|
9062
|
+
return pulumi.get(self, "title")
|
9063
|
+
|
9064
|
+
@title.setter
|
9065
|
+
def title(self, value: pulumi.Input[str]):
|
9066
|
+
pulumi.set(self, "title", value)
|
9067
|
+
|
9068
|
+
@property
|
9069
|
+
@pulumi.getter
|
9070
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
9071
|
+
return pulumi.get(self, "description")
|
9072
|
+
|
9073
|
+
@description.setter
|
9074
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
9075
|
+
pulumi.set(self, "description", value)
|
9076
|
+
|
9077
|
+
|
9078
|
+
if not MYPY:
|
9079
|
+
class MetastoreDatabaseIamMemberConditionArgsDict(TypedDict):
|
9080
|
+
expression: pulumi.Input[str]
|
9081
|
+
title: pulumi.Input[str]
|
9082
|
+
description: NotRequired[pulumi.Input[str]]
|
9083
|
+
elif False:
|
9084
|
+
MetastoreDatabaseIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
|
9085
|
+
|
9086
|
+
@pulumi.input_type
|
9087
|
+
class MetastoreDatabaseIamMemberConditionArgs:
|
9088
|
+
def __init__(__self__, *,
|
9089
|
+
expression: pulumi.Input[str],
|
9090
|
+
title: pulumi.Input[str],
|
9091
|
+
description: Optional[pulumi.Input[str]] = None):
|
9092
|
+
pulumi.set(__self__, "expression", expression)
|
9093
|
+
pulumi.set(__self__, "title", title)
|
9094
|
+
if description is not None:
|
9095
|
+
pulumi.set(__self__, "description", description)
|
9096
|
+
|
9097
|
+
@property
|
9098
|
+
@pulumi.getter
|
9099
|
+
def expression(self) -> pulumi.Input[str]:
|
9100
|
+
return pulumi.get(self, "expression")
|
9101
|
+
|
9102
|
+
@expression.setter
|
9103
|
+
def expression(self, value: pulumi.Input[str]):
|
9104
|
+
pulumi.set(self, "expression", value)
|
9105
|
+
|
9106
|
+
@property
|
9107
|
+
@pulumi.getter
|
9108
|
+
def title(self) -> pulumi.Input[str]:
|
9109
|
+
return pulumi.get(self, "title")
|
9110
|
+
|
9111
|
+
@title.setter
|
9112
|
+
def title(self, value: pulumi.Input[str]):
|
9113
|
+
pulumi.set(self, "title", value)
|
9114
|
+
|
9115
|
+
@property
|
9116
|
+
@pulumi.getter
|
9117
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
9118
|
+
return pulumi.get(self, "description")
|
9119
|
+
|
9120
|
+
@description.setter
|
9121
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
9122
|
+
pulumi.set(self, "description", value)
|
9123
|
+
|
9124
|
+
|
9023
9125
|
if not MYPY:
|
9024
9126
|
class MetastoreFederationBackendMetastoreArgsDict(TypedDict):
|
9025
9127
|
metastore_type: pulumi.Input[str]
|
@@ -9956,6 +10058,11 @@ if not MYPY:
|
|
9956
10058
|
"""
|
9957
10059
|
Defines whether autoscaling is enabled. The default value is false.
|
9958
10060
|
"""
|
10061
|
+
autoscaling_factor: NotRequired[pulumi.Input[float]]
|
10062
|
+
"""
|
10063
|
+
(Output)
|
10064
|
+
Output only. The scaling factor of a service with autoscaling enabled.
|
10065
|
+
"""
|
9959
10066
|
limit_config: NotRequired[pulumi.Input['MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgsDict']]
|
9960
10067
|
"""
|
9961
10068
|
Represents the limit configuration of a metastore service.
|
@@ -9968,14 +10075,19 @@ elif False:
|
|
9968
10075
|
class MetastoreServiceScalingConfigAutoscalingConfigArgs:
|
9969
10076
|
def __init__(__self__, *,
|
9970
10077
|
autoscaling_enabled: Optional[pulumi.Input[bool]] = None,
|
10078
|
+
autoscaling_factor: Optional[pulumi.Input[float]] = None,
|
9971
10079
|
limit_config: Optional[pulumi.Input['MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs']] = None):
|
9972
10080
|
"""
|
9973
10081
|
:param pulumi.Input[bool] autoscaling_enabled: Defines whether autoscaling is enabled. The default value is false.
|
10082
|
+
:param pulumi.Input[float] autoscaling_factor: (Output)
|
10083
|
+
Output only. The scaling factor of a service with autoscaling enabled.
|
9974
10084
|
:param pulumi.Input['MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs'] limit_config: Represents the limit configuration of a metastore service.
|
9975
10085
|
Structure is documented below.
|
9976
10086
|
"""
|
9977
10087
|
if autoscaling_enabled is not None:
|
9978
10088
|
pulumi.set(__self__, "autoscaling_enabled", autoscaling_enabled)
|
10089
|
+
if autoscaling_factor is not None:
|
10090
|
+
pulumi.set(__self__, "autoscaling_factor", autoscaling_factor)
|
9979
10091
|
if limit_config is not None:
|
9980
10092
|
pulumi.set(__self__, "limit_config", limit_config)
|
9981
10093
|
|
@@ -9991,6 +10103,19 @@ class MetastoreServiceScalingConfigAutoscalingConfigArgs:
|
|
9991
10103
|
def autoscaling_enabled(self, value: Optional[pulumi.Input[bool]]):
|
9992
10104
|
pulumi.set(self, "autoscaling_enabled", value)
|
9993
10105
|
|
10106
|
+
@property
|
10107
|
+
@pulumi.getter(name="autoscalingFactor")
|
10108
|
+
def autoscaling_factor(self) -> Optional[pulumi.Input[float]]:
|
10109
|
+
"""
|
10110
|
+
(Output)
|
10111
|
+
Output only. The scaling factor of a service with autoscaling enabled.
|
10112
|
+
"""
|
10113
|
+
return pulumi.get(self, "autoscaling_factor")
|
10114
|
+
|
10115
|
+
@autoscaling_factor.setter
|
10116
|
+
def autoscaling_factor(self, value: Optional[pulumi.Input[float]]):
|
10117
|
+
pulumi.set(self, "autoscaling_factor", value)
|
10118
|
+
|
9994
10119
|
@property
|
9995
10120
|
@pulumi.getter(name="limitConfig")
|
9996
10121
|
def limit_config(self) -> Optional[pulumi.Input['MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs']]:
|
@@ -10186,6 +10311,100 @@ class MetastoreServiceTelemetryConfigArgs:
|
|
10186
10311
|
pulumi.set(self, "log_format", value)
|
10187
10312
|
|
10188
10313
|
|
10314
|
+
if not MYPY:
|
10315
|
+
class MetastoreTableIamBindingConditionArgsDict(TypedDict):
|
10316
|
+
expression: pulumi.Input[str]
|
10317
|
+
title: pulumi.Input[str]
|
10318
|
+
description: NotRequired[pulumi.Input[str]]
|
10319
|
+
elif False:
|
10320
|
+
MetastoreTableIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
|
10321
|
+
|
10322
|
+
@pulumi.input_type
|
10323
|
+
class MetastoreTableIamBindingConditionArgs:
|
10324
|
+
def __init__(__self__, *,
|
10325
|
+
expression: pulumi.Input[str],
|
10326
|
+
title: pulumi.Input[str],
|
10327
|
+
description: Optional[pulumi.Input[str]] = None):
|
10328
|
+
pulumi.set(__self__, "expression", expression)
|
10329
|
+
pulumi.set(__self__, "title", title)
|
10330
|
+
if description is not None:
|
10331
|
+
pulumi.set(__self__, "description", description)
|
10332
|
+
|
10333
|
+
@property
|
10334
|
+
@pulumi.getter
|
10335
|
+
def expression(self) -> pulumi.Input[str]:
|
10336
|
+
return pulumi.get(self, "expression")
|
10337
|
+
|
10338
|
+
@expression.setter
|
10339
|
+
def expression(self, value: pulumi.Input[str]):
|
10340
|
+
pulumi.set(self, "expression", value)
|
10341
|
+
|
10342
|
+
@property
|
10343
|
+
@pulumi.getter
|
10344
|
+
def title(self) -> pulumi.Input[str]:
|
10345
|
+
return pulumi.get(self, "title")
|
10346
|
+
|
10347
|
+
@title.setter
|
10348
|
+
def title(self, value: pulumi.Input[str]):
|
10349
|
+
pulumi.set(self, "title", value)
|
10350
|
+
|
10351
|
+
@property
|
10352
|
+
@pulumi.getter
|
10353
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
10354
|
+
return pulumi.get(self, "description")
|
10355
|
+
|
10356
|
+
@description.setter
|
10357
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
10358
|
+
pulumi.set(self, "description", value)
|
10359
|
+
|
10360
|
+
|
10361
|
+
if not MYPY:
|
10362
|
+
class MetastoreTableIamMemberConditionArgsDict(TypedDict):
|
10363
|
+
expression: pulumi.Input[str]
|
10364
|
+
title: pulumi.Input[str]
|
10365
|
+
description: NotRequired[pulumi.Input[str]]
|
10366
|
+
elif False:
|
10367
|
+
MetastoreTableIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
|
10368
|
+
|
10369
|
+
@pulumi.input_type
|
10370
|
+
class MetastoreTableIamMemberConditionArgs:
|
10371
|
+
def __init__(__self__, *,
|
10372
|
+
expression: pulumi.Input[str],
|
10373
|
+
title: pulumi.Input[str],
|
10374
|
+
description: Optional[pulumi.Input[str]] = None):
|
10375
|
+
pulumi.set(__self__, "expression", expression)
|
10376
|
+
pulumi.set(__self__, "title", title)
|
10377
|
+
if description is not None:
|
10378
|
+
pulumi.set(__self__, "description", description)
|
10379
|
+
|
10380
|
+
@property
|
10381
|
+
@pulumi.getter
|
10382
|
+
def expression(self) -> pulumi.Input[str]:
|
10383
|
+
return pulumi.get(self, "expression")
|
10384
|
+
|
10385
|
+
@expression.setter
|
10386
|
+
def expression(self, value: pulumi.Input[str]):
|
10387
|
+
pulumi.set(self, "expression", value)
|
10388
|
+
|
10389
|
+
@property
|
10390
|
+
@pulumi.getter
|
10391
|
+
def title(self) -> pulumi.Input[str]:
|
10392
|
+
return pulumi.get(self, "title")
|
10393
|
+
|
10394
|
+
@title.setter
|
10395
|
+
def title(self, value: pulumi.Input[str]):
|
10396
|
+
pulumi.set(self, "title", value)
|
10397
|
+
|
10398
|
+
@property
|
10399
|
+
@pulumi.getter
|
10400
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
10401
|
+
return pulumi.get(self, "description")
|
10402
|
+
|
10403
|
+
@description.setter
|
10404
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
10405
|
+
pulumi.set(self, "description", value)
|
10406
|
+
|
10407
|
+
|
10189
10408
|
if not MYPY:
|
10190
10409
|
class WorkflowTemplateEncryptionConfigArgsDict(TypedDict):
|
10191
10410
|
kms_key: NotRequired[pulumi.Input[str]]
|