pulumi-gcp 8.20.0a1739946722__py3-none-any.whl → 8.20.1__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 +64 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +168 -8
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +2 -2
- pulumi_gcp/accesscontextmanager/outputs.py +104 -8
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +78 -3
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +78 -3
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +78 -3
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +78 -3
- pulumi_gcp/alloydb/__init__.py +2 -0
- pulumi_gcp/alloydb/get_cluster.py +491 -0
- pulumi_gcp/alloydb/get_instance.py +466 -0
- pulumi_gcp/alloydb/outputs.py +1160 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +20 -2
- pulumi_gcp/apigateway/get_api_iam_policy.py +20 -2
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +22 -2
- pulumi_gcp/apigee/get_environment_iam_policy.py +2 -2
- pulumi_gcp/appengine/_inputs.py +3 -3
- pulumi_gcp/appengine/outputs.py +2 -2
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -2
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +16 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +16 -0
- pulumi_gcp/backupdisasterrecovery/management_server.py +16 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +2 -2
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -2
- pulumi_gcp/bigquery/_inputs.py +6 -8
- pulumi_gcp/bigquery/connection.py +2 -14
- pulumi_gcp/bigquery/data_transfer_config.py +28 -0
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -2
- pulumi_gcp/bigquery/get_table_iam_policy.py +2 -2
- pulumi_gcp/bigquery/outputs.py +4 -5
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +8 -8
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -2
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +2 -2
- pulumi_gcp/chronicle/rule_deployment.py +21 -7
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/_inputs.py +6 -3
- pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/outputs.py +4 -2
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -2
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -2
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -2
- pulumi_gcp/colab/get_runtime_template_iam_policy.py +2 -2
- pulumi_gcp/composer/_inputs.py +6 -6
- pulumi_gcp/composer/get_environment.py +12 -0
- pulumi_gcp/composer/get_image_versions.py +12 -0
- pulumi_gcp/composer/get_user_workloads_config_map.py +12 -0
- pulumi_gcp/composer/get_user_workloads_secret.py +12 -0
- pulumi_gcp/composer/outputs.py +8 -8
- pulumi_gcp/compute/_inputs.py +756 -30
- pulumi_gcp/compute/firewall_policy_rule.py +0 -2
- pulumi_gcp/compute/get_backend_bucket_iam_policy.py +20 -2
- pulumi_gcp/compute/get_backend_service_iam_policy.py +20 -2
- pulumi_gcp/compute/get_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_hc_vpn_gateway.py +45 -1
- pulumi_gcp/compute/get_image_iam_policy.py +2 -2
- pulumi_gcp/compute/get_instance_iam_policy.py +2 -2
- pulumi_gcp/compute/get_instance_template_iam_policy.py +2 -2
- pulumi_gcp/compute/get_machine_image_iam_policy.py +20 -2
- pulumi_gcp/compute/get_region_backend_service_iam_policy.py +22 -2
- pulumi_gcp/compute/get_region_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_snapshot_iam_policy.py +2 -2
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +2 -2
- pulumi_gcp/compute/ha_vpn_gateway.py +189 -2
- pulumi_gcp/compute/instance_template.py +14 -35
- pulumi_gcp/compute/network_peering_routes_config.py +140 -6
- pulumi_gcp/compute/outputs.py +796 -18
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +447 -3
- pulumi_gcp/container/outputs.py +469 -5
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/entry_group.py +4 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/entry_group_iam_member.py +8 -8
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +8 -8
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +8 -8
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +8 -8
- pulumi_gcp/datacatalog/tag_template.py +4 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/tag_template_iam_member.py +8 -8
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +8 -8
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +8 -8
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +8 -8
- pulumi_gcp/dataform/get_repository_iam_policy.py +22 -2
- pulumi_gcp/datafusion/get_instance_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_asset_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_lake_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_zone_iam_policy.py +2 -2
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -2
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -2
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +8 -8
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +8 -8
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +8 -8
- pulumi_gcp/dataproc/metastore_service.py +27 -28
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +8 -8
- pulumi_gcp/dataproc/metastore_service_iam_member.py +8 -8
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +8 -8
- pulumi_gcp/developerconnect/_inputs.py +575 -0
- pulumi_gcp/developerconnect/connection.py +200 -0
- pulumi_gcp/developerconnect/git_repository_link.py +12 -0
- pulumi_gcp/developerconnect/outputs.py +461 -0
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +2 -2
- pulumi_gcp/endpoints/get_service_iam_policy.py +2 -2
- pulumi_gcp/eventarc/_inputs.py +29 -8
- pulumi_gcp/eventarc/google_channel_config.py +58 -46
- pulumi_gcp/eventarc/outputs.py +20 -6
- pulumi_gcp/eventarc/trigger.py +95 -72
- pulumi_gcp/filestore/backup.py +4 -4
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/data_connect_service.py +937 -0
- pulumi_gcp/gemini/__init__.py +5 -0
- pulumi_gcp/gemini/data_sharing_with_google_setting.py +613 -0
- pulumi_gcp/gemini/data_sharing_with_google_setting_binding.py +722 -0
- pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +608 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +2 -2
- pulumi_gcp/gemini/logging_setting.py +42 -50
- pulumi_gcp/gemini/logging_setting_binding.py +734 -0
- pulumi_gcp/gemini/release_channel_setting.py +39 -43
- pulumi_gcp/gemini/release_channel_setting_binding.py +734 -0
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -2
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -2
- pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -2
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -2
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -2
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +2 -2
- pulumi_gcp/iam/organizations_policy_binding.py +10 -2
- pulumi_gcp/iam/projects_policy_binding.py +10 -2
- pulumi_gcp/iam/workforce_pool_provider.py +63 -11
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +2 -2
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +2 -2
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -2
- pulumi_gcp/iap/get_tunnel_iam_policy.py +2 -2
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +2 -2
- pulumi_gcp/kms/get_ekm_connection_iam_policy.py +2 -2
- pulumi_gcp/logging/get_log_view_iam_policy.py +2 -2
- pulumi_gcp/monitoring/_inputs.py +588 -0
- pulumi_gcp/monitoring/outputs.py +410 -0
- pulumi_gcp/netapp/__init__.py +1 -0
- pulumi_gcp/netapp/volume_quota_rule.py +895 -0
- pulumi_gcp/networksecurity/address_group_iam_binding.py +4 -4
- pulumi_gcp/networksecurity/address_group_iam_member.py +4 -4
- pulumi_gcp/networksecurity/address_group_iam_policy.py +4 -4
- pulumi_gcp/networkservices/authz_extension.py +8 -15
- pulumi_gcp/networkservices/mesh.py +79 -12
- pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -2
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -2
- pulumi_gcp/parametermanager/get_parameter_version_render.py +3 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +3 -0
- pulumi_gcp/projects/__init__.py +1 -0
- pulumi_gcp/projects/get_ancestry.py +150 -0
- pulumi_gcp/projects/outputs.py +30 -0
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/get_schema_iam_policy.py +2 -2
- pulumi_gcp/pubsub/get_topic_iam_policy.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +211 -94
- pulumi_gcp/runtimeconfig/get_config_iam_policy.py +20 -2
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/secret_version.py +73 -23
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -2
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/get_source_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/mute_config.py +136 -3
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +2 -14
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +2 -14
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +8 -8
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +8 -8
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +8 -8
- pulumi_gcp/securitycenter/v2_project_notification_config.py +2 -14
- pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +18 -2
- pulumi_gcp/servicedirectory/get_service_iam_policy.py +18 -2
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +2 -2
- pulumi_gcp/spanner/__init__.py +1 -0
- pulumi_gcp/spanner/instance.py +0 -46
- pulumi_gcp/spanner/instance_partition.py +658 -0
- pulumi_gcp/sql/_inputs.py +6 -6
- pulumi_gcp/sql/outputs.py +4 -4
- pulumi_gcp/sql/user.py +20 -14
- pulumi_gcp/storage/bucket.py +30 -0
- pulumi_gcp/storage/get_bucket_iam_policy.py +2 -2
- pulumi_gcp/tags/get_tag_key_iam_policy.py +2 -2
- pulumi_gcp/tags/get_tag_value_iam_policy.py +2 -2
- pulumi_gcp/tpu/_inputs.py +150 -1
- pulumi_gcp/tpu/outputs.py +114 -1
- pulumi_gcp/tpu/v2_queued_resource.py +74 -0
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +22 -2
- pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +20 -2
- pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +22 -2
- pulumi_gcp/workbench/get_instance_iam_policy.py +2 -2
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +24 -2
- pulumi_gcp/workstations/get_workstation_iam_policy.py +26 -2
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.20.1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.20.1.dist-info}/RECORD +228 -217
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.20.1.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.20.1.dist-info}/top_level.txt +0 -0
@@ -106,7 +106,16 @@ def get_api_config_iam_policy(api: Optional[str] = None,
|
|
106
106
|
project: Optional[str] = None,
|
107
107
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetApiConfigIamPolicyResult:
|
108
108
|
"""
|
109
|
-
|
109
|
+
## Example Usage
|
110
|
+
|
111
|
+
```python
|
112
|
+
import pulumi
|
113
|
+
import pulumi_gcp as gcp
|
114
|
+
|
115
|
+
policy = gcp.apigateway.get_api_config_iam_policy(api=api_cfg["api"],
|
116
|
+
api_config=api_cfg["apiConfigId"])
|
117
|
+
```
|
118
|
+
|
110
119
|
|
111
120
|
:param str api: The API to attach the config to.
|
112
121
|
Used to find the parent resource to bind the IAM policy to
|
@@ -132,7 +141,16 @@ def get_api_config_iam_policy_output(api: Optional[pulumi.Input[str]] = None,
|
|
132
141
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
133
142
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetApiConfigIamPolicyResult]:
|
134
143
|
"""
|
135
|
-
|
144
|
+
## Example Usage
|
145
|
+
|
146
|
+
```python
|
147
|
+
import pulumi
|
148
|
+
import pulumi_gcp as gcp
|
149
|
+
|
150
|
+
policy = gcp.apigateway.get_api_config_iam_policy(api=api_cfg["api"],
|
151
|
+
api_config=api_cfg["apiConfigId"])
|
152
|
+
```
|
153
|
+
|
136
154
|
|
137
155
|
:param str api: The API to attach the config to.
|
138
156
|
Used to find the parent resource to bind the IAM policy to
|
@@ -96,7 +96,16 @@ def get_api_iam_policy(api: Optional[str] = None,
|
|
96
96
|
project: Optional[str] = None,
|
97
97
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetApiIamPolicyResult:
|
98
98
|
"""
|
99
|
-
|
99
|
+
## Example Usage
|
100
|
+
|
101
|
+
```python
|
102
|
+
import pulumi
|
103
|
+
import pulumi_gcp as gcp
|
104
|
+
|
105
|
+
policy = gcp.apigateway.get_api_iam_policy(project=api["project"],
|
106
|
+
api=api["apiId"])
|
107
|
+
```
|
108
|
+
|
100
109
|
|
101
110
|
:param str project: The ID of the project in which the resource belongs.
|
102
111
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -117,7 +126,16 @@ def get_api_iam_policy_output(api: Optional[pulumi.Input[str]] = None,
|
|
117
126
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
118
127
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetApiIamPolicyResult]:
|
119
128
|
"""
|
120
|
-
|
129
|
+
## Example Usage
|
130
|
+
|
131
|
+
```python
|
132
|
+
import pulumi
|
133
|
+
import pulumi_gcp as gcp
|
134
|
+
|
135
|
+
policy = gcp.apigateway.get_api_iam_policy(project=api["project"],
|
136
|
+
api=api["apiId"])
|
137
|
+
```
|
138
|
+
|
121
139
|
|
122
140
|
:param str project: The ID of the project in which the resource belongs.
|
123
141
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -106,7 +106,17 @@ def get_gateway_iam_policy(gateway: Optional[str] = None,
|
|
106
106
|
region: Optional[str] = None,
|
107
107
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGatewayIamPolicyResult:
|
108
108
|
"""
|
109
|
-
|
109
|
+
## Example Usage
|
110
|
+
|
111
|
+
```python
|
112
|
+
import pulumi
|
113
|
+
import pulumi_gcp as gcp
|
114
|
+
|
115
|
+
policy = gcp.apigateway.get_gateway_iam_policy(project=api_gw["project"],
|
116
|
+
region=api_gw["region"],
|
117
|
+
gateway=api_gw["gatewayId"])
|
118
|
+
```
|
119
|
+
|
110
120
|
|
111
121
|
:param str project: The ID of the project in which the resource belongs.
|
112
122
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -134,7 +144,17 @@ def get_gateway_iam_policy_output(gateway: Optional[pulumi.Input[str]] = None,
|
|
134
144
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
135
145
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGatewayIamPolicyResult]:
|
136
146
|
"""
|
137
|
-
|
147
|
+
## Example Usage
|
148
|
+
|
149
|
+
```python
|
150
|
+
import pulumi
|
151
|
+
import pulumi_gcp as gcp
|
152
|
+
|
153
|
+
policy = gcp.apigateway.get_gateway_iam_policy(project=api_gw["project"],
|
154
|
+
region=api_gw["region"],
|
155
|
+
gateway=api_gw["gatewayId"])
|
156
|
+
```
|
157
|
+
|
138
158
|
|
139
159
|
:param str project: The ID of the project in which the resource belongs.
|
140
160
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -98,7 +98,7 @@ def get_environment_iam_policy(env_id: Optional[str] = None,
|
|
98
98
|
"""
|
99
99
|
Retrieves the current IAM policy data for environment
|
100
100
|
|
101
|
-
##
|
101
|
+
## Example Usage
|
102
102
|
|
103
103
|
```python
|
104
104
|
import pulumi
|
@@ -129,7 +129,7 @@ def get_environment_iam_policy_output(env_id: Optional[pulumi.Input[str]] = None
|
|
129
129
|
"""
|
130
130
|
Retrieves the current IAM policy data for environment
|
131
131
|
|
132
|
-
##
|
132
|
+
## Example Usage
|
133
133
|
|
134
134
|
```python
|
135
135
|
import pulumi
|
pulumi_gcp/appengine/_inputs.py
CHANGED
@@ -3079,7 +3079,7 @@ if not MYPY:
|
|
3079
3079
|
max_instances: NotRequired[pulumi.Input[int]]
|
3080
3080
|
"""
|
3081
3081
|
Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration.
|
3082
|
-
**Note:** Starting from
|
3082
|
+
**Note:** Starting from March 2025, App Engine sets the maxInstances default for standard environment deployments to 20. This change doesn't impact existing apps. To override the default, specify a new value between 0 and 2147483647, and deploy a new version or redeploy over an existing version. To disable the maxInstances default configuration setting, specify the maximum permitted value 2147483647.
|
3083
3083
|
"""
|
3084
3084
|
min_instances: NotRequired[pulumi.Input[int]]
|
3085
3085
|
"""
|
@@ -3105,7 +3105,7 @@ class StandardAppVersionAutomaticScalingStandardSchedulerSettingsArgs:
|
|
3105
3105
|
target_throughput_utilization: Optional[pulumi.Input[float]] = None):
|
3106
3106
|
"""
|
3107
3107
|
:param pulumi.Input[int] max_instances: Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration.
|
3108
|
-
**Note:** Starting from
|
3108
|
+
**Note:** Starting from March 2025, App Engine sets the maxInstances default for standard environment deployments to 20. This change doesn't impact existing apps. To override the default, specify a new value between 0 and 2147483647, and deploy a new version or redeploy over an existing version. To disable the maxInstances default configuration setting, specify the maximum permitted value 2147483647.
|
3109
3109
|
:param pulumi.Input[int] min_instances: Minimum number of instances to run for this version. Set to zero to disable minInstances configuration.
|
3110
3110
|
:param pulumi.Input[float] target_cpu_utilization: Target CPU utilization ratio to maintain when scaling. Should be a value in the range [0.50, 0.95], zero, or a negative value.
|
3111
3111
|
:param pulumi.Input[float] target_throughput_utilization: Target throughput utilization ratio to maintain when scaling. Should be a value in the range [0.50, 0.95], zero, or a negative value.
|
@@ -3124,7 +3124,7 @@ class StandardAppVersionAutomaticScalingStandardSchedulerSettingsArgs:
|
|
3124
3124
|
def max_instances(self) -> Optional[pulumi.Input[int]]:
|
3125
3125
|
"""
|
3126
3126
|
Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration.
|
3127
|
-
**Note:** Starting from
|
3127
|
+
**Note:** Starting from March 2025, App Engine sets the maxInstances default for standard environment deployments to 20. This change doesn't impact existing apps. To override the default, specify a new value between 0 and 2147483647, and deploy a new version or redeploy over an existing version. To disable the maxInstances default configuration setting, specify the maximum permitted value 2147483647.
|
3128
3128
|
"""
|
3129
3129
|
return pulumi.get(self, "max_instances")
|
3130
3130
|
|
pulumi_gcp/appengine/outputs.py
CHANGED
@@ -2424,7 +2424,7 @@ class StandardAppVersionAutomaticScalingStandardSchedulerSettings(dict):
|
|
2424
2424
|
target_throughput_utilization: Optional[float] = None):
|
2425
2425
|
"""
|
2426
2426
|
:param int max_instances: Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration.
|
2427
|
-
**Note:** Starting from
|
2427
|
+
**Note:** Starting from March 2025, App Engine sets the maxInstances default for standard environment deployments to 20. This change doesn't impact existing apps. To override the default, specify a new value between 0 and 2147483647, and deploy a new version or redeploy over an existing version. To disable the maxInstances default configuration setting, specify the maximum permitted value 2147483647.
|
2428
2428
|
:param int min_instances: Minimum number of instances to run for this version. Set to zero to disable minInstances configuration.
|
2429
2429
|
:param float target_cpu_utilization: Target CPU utilization ratio to maintain when scaling. Should be a value in the range [0.50, 0.95], zero, or a negative value.
|
2430
2430
|
:param float target_throughput_utilization: Target throughput utilization ratio to maintain when scaling. Should be a value in the range [0.50, 0.95], zero, or a negative value.
|
@@ -2443,7 +2443,7 @@ class StandardAppVersionAutomaticScalingStandardSchedulerSettings(dict):
|
|
2443
2443
|
def max_instances(self) -> Optional[int]:
|
2444
2444
|
"""
|
2445
2445
|
Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration.
|
2446
|
-
**Note:** Starting from
|
2446
|
+
**Note:** Starting from March 2025, App Engine sets the maxInstances default for standard environment deployments to 20. This change doesn't impact existing apps. To override the default, specify a new value between 0 and 2147483647, and deploy a new version or redeploy over an existing version. To disable the maxInstances default configuration setting, specify the maximum permitted value 2147483647.
|
2447
2447
|
"""
|
2448
2448
|
return pulumi.get(self, "max_instances")
|
2449
2449
|
|
@@ -108,7 +108,7 @@ def get_repository_iam_policy(location: Optional[str] = None,
|
|
108
108
|
"""
|
109
109
|
Retrieves the current IAM policy data for repository
|
110
110
|
|
111
|
-
##
|
111
|
+
## Example Usage
|
112
112
|
|
113
113
|
```python
|
114
114
|
import pulumi
|
@@ -153,7 +153,7 @@ def get_repository_iam_policy_output(location: Optional[pulumi.Input[Optional[st
|
|
153
153
|
"""
|
154
154
|
Retrieves the current IAM policy data for repository
|
155
155
|
|
156
|
-
##
|
156
|
+
## Example Usage
|
157
157
|
|
158
158
|
```python
|
159
159
|
import pulumi
|
@@ -327,6 +327,14 @@ class BackupPlan(pulumi.CustomResource):
|
|
327
327
|
resource_type: Optional[pulumi.Input[str]] = None,
|
328
328
|
__props__=None):
|
329
329
|
"""
|
330
|
+
A backup plan defines when and how to back up a resource, including the backup's schedule, retention, and location.
|
331
|
+
|
332
|
+
To get more information about BackupPlan, see:
|
333
|
+
|
334
|
+
* [API documentation](https://cloud.google.com/backup-disaster-recovery/docs/reference/rest)
|
335
|
+
* How-to Guides
|
336
|
+
* [Official Documentation](https://cloud.google.com/backup-disaster-recovery/docs)
|
337
|
+
|
330
338
|
## Example Usage
|
331
339
|
|
332
340
|
### Backup Dr Backup Plan Simple
|
@@ -400,6 +408,14 @@ class BackupPlan(pulumi.CustomResource):
|
|
400
408
|
args: BackupPlanArgs,
|
401
409
|
opts: Optional[pulumi.ResourceOptions] = None):
|
402
410
|
"""
|
411
|
+
A backup plan defines when and how to back up a resource, including the backup's schedule, retention, and location.
|
412
|
+
|
413
|
+
To get more information about BackupPlan, see:
|
414
|
+
|
415
|
+
* [API documentation](https://cloud.google.com/backup-disaster-recovery/docs/reference/rest)
|
416
|
+
* How-to Guides
|
417
|
+
* [Official Documentation](https://cloud.google.com/backup-disaster-recovery/docs)
|
418
|
+
|
403
419
|
## Example Usage
|
404
420
|
|
405
421
|
### Backup Dr Backup Plan Simple
|
@@ -348,6 +348,14 @@ class BackupPlanAssociation(pulumi.CustomResource):
|
|
348
348
|
resource_type: Optional[pulumi.Input[str]] = None,
|
349
349
|
__props__=None):
|
350
350
|
"""
|
351
|
+
A Backup and DR BackupPlanAssociation.
|
352
|
+
|
353
|
+
To get more information about BackupPlanAssociation, see:
|
354
|
+
|
355
|
+
* [API documentation](https://cloud.google.com/backup-disaster-recovery/docs/reference/rest)
|
356
|
+
* How-to Guides
|
357
|
+
* [Official Documentation](https://cloud.google.com/backup-disaster-recovery/docs)
|
358
|
+
|
351
359
|
## Example Usage
|
352
360
|
|
353
361
|
### Backup Dr Bpa
|
@@ -457,6 +465,14 @@ class BackupPlanAssociation(pulumi.CustomResource):
|
|
457
465
|
args: BackupPlanAssociationArgs,
|
458
466
|
opts: Optional[pulumi.ResourceOptions] = None):
|
459
467
|
"""
|
468
|
+
A Backup and DR BackupPlanAssociation.
|
469
|
+
|
470
|
+
To get more information about BackupPlanAssociation, see:
|
471
|
+
|
472
|
+
* [API documentation](https://cloud.google.com/backup-disaster-recovery/docs/reference/rest)
|
473
|
+
* How-to Guides
|
474
|
+
* [Official Documentation](https://cloud.google.com/backup-disaster-recovery/docs)
|
475
|
+
|
460
476
|
## Example Usage
|
461
477
|
|
462
478
|
### Backup Dr Bpa
|
@@ -267,6 +267,14 @@ class ManagementServer(pulumi.CustomResource):
|
|
267
267
|
type: Optional[pulumi.Input[str]] = None,
|
268
268
|
__props__=None):
|
269
269
|
"""
|
270
|
+
A Backup and DR Management Server (Also referred as Management Console)
|
271
|
+
|
272
|
+
To get more information about ManagementServer, see:
|
273
|
+
|
274
|
+
* [API documentation](https://cloud.google.com/backup-disaster-recovery/docs/deployment/deployment-plan)
|
275
|
+
* How-to Guides
|
276
|
+
* [Official Documentation](https://cloud.google.com/backup-disaster-recovery/docs)
|
277
|
+
|
270
278
|
## Example Usage
|
271
279
|
|
272
280
|
### Backup Dr Management Server
|
@@ -339,6 +347,14 @@ class ManagementServer(pulumi.CustomResource):
|
|
339
347
|
args: ManagementServerArgs,
|
340
348
|
opts: Optional[pulumi.ResourceOptions] = None):
|
341
349
|
"""
|
350
|
+
A Backup and DR Management Server (Also referred as Management Console)
|
351
|
+
|
352
|
+
To get more information about ManagementServer, see:
|
353
|
+
|
354
|
+
* [API documentation](https://cloud.google.com/backup-disaster-recovery/docs/deployment/deployment-plan)
|
355
|
+
* How-to Guides
|
356
|
+
* [Official Documentation](https://cloud.google.com/backup-disaster-recovery/docs)
|
357
|
+
|
342
358
|
## Example Usage
|
343
359
|
|
344
360
|
### Backup Dr Management Server
|
@@ -108,7 +108,7 @@ def get_application_iam_policy(application_id: Optional[str] = None,
|
|
108
108
|
"""
|
109
109
|
Retrieves the current IAM policy data for application
|
110
110
|
|
111
|
-
##
|
111
|
+
## Example Usage
|
112
112
|
|
113
113
|
```python
|
114
114
|
import pulumi
|
@@ -144,7 +144,7 @@ def get_application_iam_policy_output(application_id: Optional[pulumi.Input[str]
|
|
144
144
|
"""
|
145
145
|
Retrieves the current IAM policy data for application
|
146
146
|
|
147
|
-
##
|
147
|
+
## Example Usage
|
148
148
|
|
149
149
|
```python
|
150
150
|
import pulumi
|
@@ -108,7 +108,7 @@ def get_security_gateway_iam_policy(location: Optional[str] = None,
|
|
108
108
|
"""
|
109
109
|
Retrieves the current IAM policy data for securitygateway
|
110
110
|
|
111
|
-
##
|
111
|
+
## Example Usage
|
112
112
|
|
113
113
|
```python
|
114
114
|
import pulumi
|
@@ -147,7 +147,7 @@ def get_security_gateway_iam_policy_output(location: Optional[pulumi.Input[Optio
|
|
147
147
|
"""
|
148
148
|
Retrieves the current IAM policy data for securitygateway
|
149
149
|
|
150
|
-
##
|
150
|
+
## Example Usage
|
151
151
|
|
152
152
|
```python
|
153
153
|
import pulumi
|
pulumi_gcp/bigquery/_inputs.py
CHANGED
@@ -1398,10 +1398,9 @@ class DataTransferConfigScheduleOptionsArgs:
|
|
1398
1398
|
|
1399
1399
|
if not MYPY:
|
1400
1400
|
class DataTransferConfigSensitiveParamsArgsDict(TypedDict):
|
1401
|
-
secret_access_key: pulumi.Input[str]
|
1401
|
+
secret_access_key: NotRequired[pulumi.Input[str]]
|
1402
1402
|
"""
|
1403
1403
|
The Secret Access Key of the AWS account transferring data from.
|
1404
|
-
**Note**: This property is sensitive and will not be displayed in the plan.
|
1405
1404
|
"""
|
1406
1405
|
elif False:
|
1407
1406
|
DataTransferConfigSensitiveParamsArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -1409,24 +1408,23 @@ elif False:
|
|
1409
1408
|
@pulumi.input_type
|
1410
1409
|
class DataTransferConfigSensitiveParamsArgs:
|
1411
1410
|
def __init__(__self__, *,
|
1412
|
-
secret_access_key: pulumi.Input[str]):
|
1411
|
+
secret_access_key: Optional[pulumi.Input[str]] = None):
|
1413
1412
|
"""
|
1414
1413
|
:param pulumi.Input[str] secret_access_key: The Secret Access Key of the AWS account transferring data from.
|
1415
|
-
**Note**: This property is sensitive and will not be displayed in the plan.
|
1416
1414
|
"""
|
1417
|
-
|
1415
|
+
if secret_access_key is not None:
|
1416
|
+
pulumi.set(__self__, "secret_access_key", secret_access_key)
|
1418
1417
|
|
1419
1418
|
@property
|
1420
1419
|
@pulumi.getter(name="secretAccessKey")
|
1421
|
-
def secret_access_key(self) -> pulumi.Input[str]:
|
1420
|
+
def secret_access_key(self) -> Optional[pulumi.Input[str]]:
|
1422
1421
|
"""
|
1423
1422
|
The Secret Access Key of the AWS account transferring data from.
|
1424
|
-
**Note**: This property is sensitive and will not be displayed in the plan.
|
1425
1423
|
"""
|
1426
1424
|
return pulumi.get(self, "secret_access_key")
|
1427
1425
|
|
1428
1426
|
@secret_access_key.setter
|
1429
|
-
def secret_access_key(self, value: pulumi.Input[str]):
|
1427
|
+
def secret_access_key(self, value: Optional[pulumi.Input[str]]):
|
1430
1428
|
pulumi.set(self, "secret_access_key", value)
|
1431
1429
|
|
1432
1430
|
|
@@ -751,11 +751,6 @@ class Connection(pulumi.CustomResource):
|
|
751
751
|
name="user",
|
752
752
|
instance=instance.name,
|
753
753
|
password="tf-test-my-password_15222")
|
754
|
-
bq_sa = gcp.bigquery.get_default_service_account()
|
755
|
-
key_sa_user = gcp.kms.CryptoKeyIAMMember("key_sa_user",
|
756
|
-
crypto_key_id="projects/project/locations/us-central1/keyRings/us-central1/cryptoKeys/bq-key",
|
757
|
-
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
758
|
-
member=f"serviceAccount:{bq_sa.email}")
|
759
754
|
bq_connection_cmek = gcp.bigquery.Connection("bq-connection-cmek",
|
760
755
|
friendly_name="👋",
|
761
756
|
description="a riveting description",
|
@@ -769,8 +764,7 @@ class Connection(pulumi.CustomResource):
|
|
769
764
|
"username": user.name,
|
770
765
|
"password": user.password,
|
771
766
|
},
|
772
|
-
}
|
773
|
-
opts = pulumi.ResourceOptions(depends_on=[key_sa_user]))
|
767
|
+
})
|
774
768
|
```
|
775
769
|
|
776
770
|
## Import
|
@@ -1057,11 +1051,6 @@ class Connection(pulumi.CustomResource):
|
|
1057
1051
|
name="user",
|
1058
1052
|
instance=instance.name,
|
1059
1053
|
password="tf-test-my-password_15222")
|
1060
|
-
bq_sa = gcp.bigquery.get_default_service_account()
|
1061
|
-
key_sa_user = gcp.kms.CryptoKeyIAMMember("key_sa_user",
|
1062
|
-
crypto_key_id="projects/project/locations/us-central1/keyRings/us-central1/cryptoKeys/bq-key",
|
1063
|
-
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
1064
|
-
member=f"serviceAccount:{bq_sa.email}")
|
1065
1054
|
bq_connection_cmek = gcp.bigquery.Connection("bq-connection-cmek",
|
1066
1055
|
friendly_name="👋",
|
1067
1056
|
description="a riveting description",
|
@@ -1075,8 +1064,7 @@ class Connection(pulumi.CustomResource):
|
|
1075
1064
|
"username": user.name,
|
1076
1065
|
"password": user.password,
|
1077
1066
|
},
|
1078
|
-
}
|
1079
|
-
opts = pulumi.ResourceOptions(depends_on=[key_sa_user]))
|
1067
|
+
})
|
1080
1068
|
```
|
1081
1069
|
|
1082
1070
|
## Import
|
@@ -698,6 +698,9 @@ class DataTransferConfig(pulumi.CustomResource):
|
|
698
698
|
* How-to Guides
|
699
699
|
* [Official Documentation](https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/)
|
700
700
|
|
701
|
+
> **Note:** All arguments marked as write-only values will not be stored in the state: `sensitive_params.secret_access_key_wo`.
|
702
|
+
Read more about Write-only Attributes.
|
703
|
+
|
701
704
|
## Example Usage
|
702
705
|
|
703
706
|
### Bigquerydatatransfer Config Scheduled Query
|
@@ -794,6 +797,17 @@ class DataTransferConfig(pulumi.CustomResource):
|
|
794
797
|
})
|
795
798
|
```
|
796
799
|
|
800
|
+
## Ephemeral Attributes Reference
|
801
|
+
|
802
|
+
The following write-only attributes are supported:
|
803
|
+
|
804
|
+
<a name="nested_sensitive_params"></a>The `sensitive_params` block supports:
|
805
|
+
|
806
|
+
* `secret_access_key_wo` -
|
807
|
+
(Optional)
|
808
|
+
The Secret Access Key of the AWS account transferring data from.
|
809
|
+
**Note**: This property is write-only and will not be read from the API.
|
810
|
+
|
797
811
|
## Import
|
798
812
|
|
799
813
|
Config can be imported using any of these accepted formats:
|
@@ -885,6 +899,9 @@ class DataTransferConfig(pulumi.CustomResource):
|
|
885
899
|
* How-to Guides
|
886
900
|
* [Official Documentation](https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/)
|
887
901
|
|
902
|
+
> **Note:** All arguments marked as write-only values will not be stored in the state: `sensitive_params.secret_access_key_wo`.
|
903
|
+
Read more about Write-only Attributes.
|
904
|
+
|
888
905
|
## Example Usage
|
889
906
|
|
890
907
|
### Bigquerydatatransfer Config Scheduled Query
|
@@ -981,6 +998,17 @@ class DataTransferConfig(pulumi.CustomResource):
|
|
981
998
|
})
|
982
999
|
```
|
983
1000
|
|
1001
|
+
## Ephemeral Attributes Reference
|
1002
|
+
|
1003
|
+
The following write-only attributes are supported:
|
1004
|
+
|
1005
|
+
<a name="nested_sensitive_params"></a>The `sensitive_params` block supports:
|
1006
|
+
|
1007
|
+
* `secret_access_key_wo` -
|
1008
|
+
(Optional)
|
1009
|
+
The Secret Access Key of the AWS account transferring data from.
|
1010
|
+
**Note**: This property is write-only and will not be read from the API.
|
1011
|
+
|
984
1012
|
## Import
|
985
1013
|
|
986
1014
|
Config can be imported using any of these accepted formats:
|
@@ -108,7 +108,7 @@ def get_connection_iam_policy(connection_id: Optional[str] = None,
|
|
108
108
|
"""
|
109
109
|
Retrieves the current IAM policy data for connection
|
110
110
|
|
111
|
-
##
|
111
|
+
## Example Usage
|
112
112
|
|
113
113
|
```python
|
114
114
|
import pulumi
|
@@ -155,7 +155,7 @@ def get_connection_iam_policy_output(connection_id: Optional[pulumi.Input[str]]
|
|
155
155
|
"""
|
156
156
|
Retrieves the current IAM policy data for connection
|
157
157
|
|
158
|
-
##
|
158
|
+
## Example Usage
|
159
159
|
|
160
160
|
```python
|
161
161
|
import pulumi
|
@@ -108,7 +108,7 @@ def get_table_iam_policy(dataset_id: Optional[str] = None,
|
|
108
108
|
"""
|
109
109
|
Retrieves the current IAM policy data for table
|
110
110
|
|
111
|
-
##
|
111
|
+
## Example Usage
|
112
112
|
|
113
113
|
```python
|
114
114
|
import pulumi
|
@@ -144,7 +144,7 @@ def get_table_iam_policy_output(dataset_id: Optional[pulumi.Input[str]] = None,
|
|
144
144
|
"""
|
145
145
|
Retrieves the current IAM policy data for table
|
146
146
|
|
147
|
-
##
|
147
|
+
## Example Usage
|
148
148
|
|
149
149
|
```python
|
150
150
|
import pulumi
|
pulumi_gcp/bigquery/outputs.py
CHANGED
@@ -1137,19 +1137,18 @@ class DataTransferConfigSensitiveParams(dict):
|
|
1137
1137
|
return super().get(key, default)
|
1138
1138
|
|
1139
1139
|
def __init__(__self__, *,
|
1140
|
-
secret_access_key: str):
|
1140
|
+
secret_access_key: Optional[str] = None):
|
1141
1141
|
"""
|
1142
1142
|
:param str secret_access_key: The Secret Access Key of the AWS account transferring data from.
|
1143
|
-
**Note**: This property is sensitive and will not be displayed in the plan.
|
1144
1143
|
"""
|
1145
|
-
|
1144
|
+
if secret_access_key is not None:
|
1145
|
+
pulumi.set(__self__, "secret_access_key", secret_access_key)
|
1146
1146
|
|
1147
1147
|
@property
|
1148
1148
|
@pulumi.getter(name="secretAccessKey")
|
1149
|
-
def secret_access_key(self) -> str:
|
1149
|
+
def secret_access_key(self) -> Optional[str]:
|
1150
1150
|
"""
|
1151
1151
|
The Secret Access Key of the AWS account transferring data from.
|
1152
|
-
**Note**: This property is sensitive and will not be displayed in the plan.
|
1153
1152
|
"""
|
1154
1153
|
return pulumi.get(self, "secret_access_key")
|
1155
1154
|
|
@@ -308,7 +308,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
308
308
|
role: Optional[pulumi.Input[str]] = None,
|
309
309
|
__props__=None):
|
310
310
|
"""
|
311
|
-
Three different resources help you manage your IAM policy for
|
311
|
+
Three different resources help you manage your IAM policy for BigQuery Analytics Hub DataExchange. Each of these resources serves a different use case:
|
312
312
|
|
313
313
|
* `bigqueryanalyticshub.DataExchangeIamPolicy`: Authoritative. Sets the IAM policy for the dataexchange and replaces any existing policy already attached.
|
314
314
|
* `bigqueryanalyticshub.DataExchangeIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the dataexchange are preserved.
|
@@ -371,8 +371,8 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
371
371
|
|
372
372
|
-
|
373
373
|
|
374
|
-
# IAM policy for
|
375
|
-
Three different resources help you manage your IAM policy for
|
374
|
+
# IAM policy for BigQuery Analytics Hub DataExchange
|
375
|
+
Three different resources help you manage your IAM policy for BigQuery Analytics Hub DataExchange. Each of these resources serves a different use case:
|
376
376
|
|
377
377
|
* `bigqueryanalyticshub.DataExchangeIamPolicy`: Authoritative. Sets the IAM policy for the dataexchange and replaces any existing policy already attached.
|
378
378
|
* `bigqueryanalyticshub.DataExchangeIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the dataexchange are preserved.
|
@@ -445,7 +445,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
445
445
|
|
446
446
|
Any variables not passed in the import command will be taken from the provider configuration.
|
447
447
|
|
448
|
-
|
448
|
+
BigQuery Analytics Hub dataexchange IAM resources can be imported using the resource identifiers, role, and member.
|
449
449
|
|
450
450
|
IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
|
451
451
|
|
@@ -500,7 +500,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
500
500
|
args: DataExchangeIamBindingArgs,
|
501
501
|
opts: Optional[pulumi.ResourceOptions] = None):
|
502
502
|
"""
|
503
|
-
Three different resources help you manage your IAM policy for
|
503
|
+
Three different resources help you manage your IAM policy for BigQuery Analytics Hub DataExchange. Each of these resources serves a different use case:
|
504
504
|
|
505
505
|
* `bigqueryanalyticshub.DataExchangeIamPolicy`: Authoritative. Sets the IAM policy for the dataexchange and replaces any existing policy already attached.
|
506
506
|
* `bigqueryanalyticshub.DataExchangeIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the dataexchange are preserved.
|
@@ -563,8 +563,8 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
563
563
|
|
564
564
|
-
|
565
565
|
|
566
|
-
# IAM policy for
|
567
|
-
Three different resources help you manage your IAM policy for
|
566
|
+
# IAM policy for BigQuery Analytics Hub DataExchange
|
567
|
+
Three different resources help you manage your IAM policy for BigQuery Analytics Hub DataExchange. Each of these resources serves a different use case:
|
568
568
|
|
569
569
|
* `bigqueryanalyticshub.DataExchangeIamPolicy`: Authoritative. Sets the IAM policy for the dataexchange and replaces any existing policy already attached.
|
570
570
|
* `bigqueryanalyticshub.DataExchangeIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the dataexchange are preserved.
|
@@ -637,7 +637,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
637
637
|
|
638
638
|
Any variables not passed in the import command will be taken from the provider configuration.
|
639
639
|
|
640
|
-
|
640
|
+
BigQuery Analytics Hub dataexchange IAM resources can be imported using the resource identifiers, role, and member.
|
641
641
|
|
642
642
|
IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
|
643
643
|
|