pulumi-gcp 9.1.0a1758264354__py3-none-any.whl → 9.1.0a1758939336__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 +56 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +7 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +7 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +7 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +7 -0
- pulumi_gcp/apigateway/api_iam_binding.py +7 -0
- pulumi_gcp/apigateway/api_iam_member.py +7 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +7 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +7 -0
- pulumi_gcp/apigee/environment_iam_binding.py +7 -0
- pulumi_gcp/apigee/environment_iam_member.py +7 -0
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_maven_artifact.py +232 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +7 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +2 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_associations.py +127 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_reference.py +211 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +34 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +7 -0
- pulumi_gcp/bigquery/__init__.py +5 -0
- pulumi_gcp/bigquery/_inputs.py +185 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +7 -0
- pulumi_gcp/bigquery/connection_iam_member.py +7 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy.py +870 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_binding.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_member.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_policy.py +670 -0
- pulumi_gcp/bigquery/get_datapolicyv2_data_policy_iam_policy.py +182 -0
- pulumi_gcp/bigquery/iam_binding.py +7 -0
- pulumi_gcp/bigquery/iam_member.py +7 -0
- pulumi_gcp/bigquery/outputs.py +127 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/_inputs.py +37 -0
- pulumi_gcp/certificateauthority/ca_pool.py +90 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/outputs.py +39 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -0
- pulumi_gcp/cloudrun/_inputs.py +21 -1
- pulumi_gcp/cloudrun/iam_binding.py +7 -0
- pulumi_gcp/cloudrun/iam_member.py +7 -0
- pulumi_gcp/cloudrun/outputs.py +27 -2
- pulumi_gcp/cloudrunv2/_inputs.py +83 -3
- pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/outputs.py +104 -6
- pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +7 -0
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +214 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +7 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +7 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +7 -0
- pulumi_gcp/compute/backend_service_iam_member.py +7 -0
- pulumi_gcp/compute/disk_iam_binding.py +7 -0
- pulumi_gcp/compute/disk_iam_member.py +7 -0
- pulumi_gcp/compute/get_interconnect_location.py +278 -0
- pulumi_gcp/compute/get_interconnect_locations.py +130 -0
- pulumi_gcp/compute/get_security_policy.py +45 -1
- pulumi_gcp/compute/image_iam_binding.py +7 -0
- pulumi_gcp/compute/image_iam_member.py +7 -0
- pulumi_gcp/compute/instance_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_iam_member.py +7 -0
- pulumi_gcp/compute/instance_template_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_template_iam_member.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +7 -0
- pulumi_gcp/compute/machine_image_iam_member.py +7 -0
- pulumi_gcp/compute/outputs.py +348 -0
- pulumi_gcp/compute/region_backend_service.py +21 -7
- pulumi_gcp/compute/region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +7 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +7 -0
- pulumi_gcp/compute/region_disk_iam_member.py +7 -0
- pulumi_gcp/compute/security_policy.py +147 -0
- pulumi_gcp/compute/service_attachment.py +193 -3
- pulumi_gcp/compute/snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +7 -0
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +59 -0
- pulumi_gcp/container/outputs.py +67 -0
- pulumi_gcp/containeranalysis/note_iam_binding.py +7 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +7 -0
- pulumi_gcp/dataplex/asset_iam_member.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +7 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +7 -0
- pulumi_gcp/dataplex/lake_iam_member.py +7 -0
- pulumi_gcp/dataplex/task_iam_binding.py +7 -0
- pulumi_gcp/dataplex/task_iam_member.py +7 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +7 -0
- pulumi_gcp/dataplex/zone_iam_member.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +7 -0
- pulumi_gcp/datastream/_inputs.py +21 -1
- pulumi_gcp/datastream/outputs.py +15 -1
- pulumi_gcp/datastream/stream.py +208 -0
- pulumi_gcp/discoveryengine/search_engine.py +100 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +7 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_binding.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +7 -0
- pulumi_gcp/endpoints/service_iam_binding.py +7 -0
- pulumi_gcp/endpoints/service_iam_member.py +7 -0
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/gemini/repository_group_iam_binding.py +7 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +7 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +7 -0
- pulumi_gcp/gkehub/feature_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +7 -0
- pulumi_gcp/gkehub/membership_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +7 -0
- pulumi_gcp/gkehub/scope_iam_member.py +7 -0
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -8
- pulumi_gcp/gkeonprem/_inputs.py +56 -0
- pulumi_gcp/gkeonprem/outputs.py +50 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +70 -0
- pulumi_gcp/healthcare/_inputs.py +144 -0
- pulumi_gcp/healthcare/consent_store_iam_binding.py +7 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +7 -0
- pulumi_gcp/healthcare/fhir_store.py +122 -0
- pulumi_gcp/healthcare/outputs.py +113 -0
- pulumi_gcp/iam/_inputs.py +270 -3
- pulumi_gcp/iam/outputs.py +203 -2
- pulumi_gcp/iam/workforce_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +7 -0
- pulumi_gcp/iam/workforce_pool_provider.py +287 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_iam_binding.py +7 -0
- pulumi_gcp/iap/web_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +7 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/ekm_connection_iam_binding.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +7 -0
- pulumi_gcp/logging/log_view_iam_binding.py +7 -0
- pulumi_gcp/logging/log_view_iam_member.py +7 -0
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/netapp/_inputs.py +44 -1
- pulumi_gcp/netapp/outputs.py +31 -1
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/address_group_iam_binding.py +7 -0
- pulumi_gcp/networksecurity/address_group_iam_member.py +7 -0
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +393 -6
- pulumi_gcp/networkservices/outputs.py +289 -4
- pulumi_gcp/networkservices/wasm_plugin.py +740 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +7 -0
- pulumi_gcp/notebooks/instance_iam_member.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +7 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/_inputs.py +24 -1
- pulumi_gcp/privilegedaccessmanager/outputs.py +26 -1
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/schema_iam_binding.py +7 -0
- pulumi_gcp/pubsub/schema_iam_member.py +7 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic_iam_binding.py +7 -0
- pulumi_gcp/pubsub/topic_iam_member.py +7 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +7 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +7 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +344 -0
- pulumi_gcp/saasruntime/outputs.py +222 -0
- pulumi_gcp/saasruntime/release.py +1063 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +7 -0
- pulumi_gcp/securesourcemanager/__init__.py +1 -0
- pulumi_gcp/securesourcemanager/_inputs.py +43 -0
- pulumi_gcp/securesourcemanager/hook.py +758 -0
- pulumi_gcp/securesourcemanager/outputs.py +43 -0
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +7 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +7 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +7 -0
- pulumi_gcp/sql/database_instance.py +44 -0
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_key_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_key_iam_member.py +7 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_value_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +7 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +7 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +7 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +7 -0
- pulumi_gcp/workstations/workstation_iam_member.py +7 -0
- {pulumi_gcp-9.1.0a1758264354.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.1.0a1758264354.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/RECORD +299 -286
- {pulumi_gcp-9.1.0a1758264354.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.1.0a1758264354.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/top_level.txt +0 -0
pulumi_gcp/datastream/stream.py
CHANGED
@@ -1240,6 +1240,110 @@ class Stream(pulumi.CustomResource):
|
|
1240
1240
|
backfill_none={},
|
1241
1241
|
opts = pulumi.ResourceOptions(depends_on=[bigquery_key_user]))
|
1242
1242
|
```
|
1243
|
+
### Datastream Stream Bigquery Cross Project Source Hierachy
|
1244
|
+
|
1245
|
+
```python
|
1246
|
+
import pulumi
|
1247
|
+
import pulumi_gcp as gcp
|
1248
|
+
import pulumi_random as random
|
1249
|
+
import pulumi_time as time
|
1250
|
+
|
1251
|
+
project = gcp.organizations.get_project()
|
1252
|
+
cross_project_dataset = gcp.organizations.Project("cross-project-dataset",
|
1253
|
+
project_id="tf-test_79169",
|
1254
|
+
name="tf-test_56529",
|
1255
|
+
org_id="123456789",
|
1256
|
+
billing_account="000000-0000000-0000000-000000",
|
1257
|
+
deletion_policy="DELETE")
|
1258
|
+
wait60_seconds = time.index.Sleep("wait_60_seconds", create_duration=60s,
|
1259
|
+
opts = pulumi.ResourceOptions(depends_on=[cross_project_dataset]))
|
1260
|
+
bigquery = gcp.projects.Service("bigquery",
|
1261
|
+
project=cross_project_dataset.project_id,
|
1262
|
+
service="bigquery.googleapis.com",
|
1263
|
+
disable_on_destroy=False,
|
1264
|
+
opts = pulumi.ResourceOptions(depends_on=[wait60_seconds]))
|
1265
|
+
datastream_bigquery_admin = gcp.projects.IAMMember("datastream_bigquery_admin",
|
1266
|
+
project=cross_project_dataset.project_id,
|
1267
|
+
role="roles/bigquery.admin",
|
1268
|
+
member=f"serviceAccount:service-{project.number}@gcp-sa-datastream.iam.gserviceaccount.com",
|
1269
|
+
opts = pulumi.ResourceOptions(depends_on=[wait60_seconds]))
|
1270
|
+
instance = gcp.sql.DatabaseInstance("instance",
|
1271
|
+
name="my-instance",
|
1272
|
+
database_version="MYSQL_8_0",
|
1273
|
+
region="us-central1",
|
1274
|
+
settings={
|
1275
|
+
"tier": "db-f1-micro",
|
1276
|
+
"backup_configuration": {
|
1277
|
+
"enabled": True,
|
1278
|
+
"binary_log_enabled": True,
|
1279
|
+
},
|
1280
|
+
"ip_configuration": {
|
1281
|
+
"authorized_networks": [
|
1282
|
+
{
|
1283
|
+
"value": "34.71.242.81",
|
1284
|
+
},
|
1285
|
+
{
|
1286
|
+
"value": "34.72.28.29",
|
1287
|
+
},
|
1288
|
+
{
|
1289
|
+
"value": "34.67.6.157",
|
1290
|
+
},
|
1291
|
+
{
|
1292
|
+
"value": "34.67.234.134",
|
1293
|
+
},
|
1294
|
+
{
|
1295
|
+
"value": "34.72.239.218",
|
1296
|
+
},
|
1297
|
+
],
|
1298
|
+
},
|
1299
|
+
},
|
1300
|
+
deletion_protection=True)
|
1301
|
+
db = gcp.sql.Database("db",
|
1302
|
+
instance=instance.name,
|
1303
|
+
name="db")
|
1304
|
+
pwd = random.RandomPassword("pwd",
|
1305
|
+
length=16,
|
1306
|
+
special=False)
|
1307
|
+
user = gcp.sql.User("user",
|
1308
|
+
name="user",
|
1309
|
+
instance=instance.name,
|
1310
|
+
host="%",
|
1311
|
+
password=pwd.result)
|
1312
|
+
source_connection_profile = gcp.datastream.ConnectionProfile("source_connection_profile",
|
1313
|
+
display_name="Source connection profile",
|
1314
|
+
location="us-central1",
|
1315
|
+
connection_profile_id="source-profile",
|
1316
|
+
mysql_profile={
|
1317
|
+
"hostname": instance.public_ip_address,
|
1318
|
+
"username": user.name,
|
1319
|
+
"password": user.password,
|
1320
|
+
})
|
1321
|
+
destination_connection_profile = gcp.datastream.ConnectionProfile("destination_connection_profile",
|
1322
|
+
display_name="Connection profile",
|
1323
|
+
location="us-central1",
|
1324
|
+
connection_profile_id="destination-profile",
|
1325
|
+
bigquery_profile={})
|
1326
|
+
default = gcp.datastream.Stream("default",
|
1327
|
+
stream_id="my-stream",
|
1328
|
+
location="us-central1",
|
1329
|
+
display_name="my stream",
|
1330
|
+
source_config={
|
1331
|
+
"source_connection_profile": source_connection_profile.id,
|
1332
|
+
"mysql_source_config": {},
|
1333
|
+
},
|
1334
|
+
destination_config={
|
1335
|
+
"destination_connection_profile": destination_connection_profile.id,
|
1336
|
+
"bigquery_destination_config": {
|
1337
|
+
"source_hierarchy_datasets": {
|
1338
|
+
"dataset_template": {
|
1339
|
+
"location": "us-central1",
|
1340
|
+
},
|
1341
|
+
"project_id": cross_project_dataset.project_id,
|
1342
|
+
},
|
1343
|
+
},
|
1344
|
+
},
|
1345
|
+
backfill_none={})
|
1346
|
+
```
|
1243
1347
|
### Datastream Stream Bigquery Append Only
|
1244
1348
|
|
1245
1349
|
```python
|
@@ -2190,6 +2294,110 @@ class Stream(pulumi.CustomResource):
|
|
2190
2294
|
backfill_none={},
|
2191
2295
|
opts = pulumi.ResourceOptions(depends_on=[bigquery_key_user]))
|
2192
2296
|
```
|
2297
|
+
### Datastream Stream Bigquery Cross Project Source Hierachy
|
2298
|
+
|
2299
|
+
```python
|
2300
|
+
import pulumi
|
2301
|
+
import pulumi_gcp as gcp
|
2302
|
+
import pulumi_random as random
|
2303
|
+
import pulumi_time as time
|
2304
|
+
|
2305
|
+
project = gcp.organizations.get_project()
|
2306
|
+
cross_project_dataset = gcp.organizations.Project("cross-project-dataset",
|
2307
|
+
project_id="tf-test_79169",
|
2308
|
+
name="tf-test_56529",
|
2309
|
+
org_id="123456789",
|
2310
|
+
billing_account="000000-0000000-0000000-000000",
|
2311
|
+
deletion_policy="DELETE")
|
2312
|
+
wait60_seconds = time.index.Sleep("wait_60_seconds", create_duration=60s,
|
2313
|
+
opts = pulumi.ResourceOptions(depends_on=[cross_project_dataset]))
|
2314
|
+
bigquery = gcp.projects.Service("bigquery",
|
2315
|
+
project=cross_project_dataset.project_id,
|
2316
|
+
service="bigquery.googleapis.com",
|
2317
|
+
disable_on_destroy=False,
|
2318
|
+
opts = pulumi.ResourceOptions(depends_on=[wait60_seconds]))
|
2319
|
+
datastream_bigquery_admin = gcp.projects.IAMMember("datastream_bigquery_admin",
|
2320
|
+
project=cross_project_dataset.project_id,
|
2321
|
+
role="roles/bigquery.admin",
|
2322
|
+
member=f"serviceAccount:service-{project.number}@gcp-sa-datastream.iam.gserviceaccount.com",
|
2323
|
+
opts = pulumi.ResourceOptions(depends_on=[wait60_seconds]))
|
2324
|
+
instance = gcp.sql.DatabaseInstance("instance",
|
2325
|
+
name="my-instance",
|
2326
|
+
database_version="MYSQL_8_0",
|
2327
|
+
region="us-central1",
|
2328
|
+
settings={
|
2329
|
+
"tier": "db-f1-micro",
|
2330
|
+
"backup_configuration": {
|
2331
|
+
"enabled": True,
|
2332
|
+
"binary_log_enabled": True,
|
2333
|
+
},
|
2334
|
+
"ip_configuration": {
|
2335
|
+
"authorized_networks": [
|
2336
|
+
{
|
2337
|
+
"value": "34.71.242.81",
|
2338
|
+
},
|
2339
|
+
{
|
2340
|
+
"value": "34.72.28.29",
|
2341
|
+
},
|
2342
|
+
{
|
2343
|
+
"value": "34.67.6.157",
|
2344
|
+
},
|
2345
|
+
{
|
2346
|
+
"value": "34.67.234.134",
|
2347
|
+
},
|
2348
|
+
{
|
2349
|
+
"value": "34.72.239.218",
|
2350
|
+
},
|
2351
|
+
],
|
2352
|
+
},
|
2353
|
+
},
|
2354
|
+
deletion_protection=True)
|
2355
|
+
db = gcp.sql.Database("db",
|
2356
|
+
instance=instance.name,
|
2357
|
+
name="db")
|
2358
|
+
pwd = random.RandomPassword("pwd",
|
2359
|
+
length=16,
|
2360
|
+
special=False)
|
2361
|
+
user = gcp.sql.User("user",
|
2362
|
+
name="user",
|
2363
|
+
instance=instance.name,
|
2364
|
+
host="%",
|
2365
|
+
password=pwd.result)
|
2366
|
+
source_connection_profile = gcp.datastream.ConnectionProfile("source_connection_profile",
|
2367
|
+
display_name="Source connection profile",
|
2368
|
+
location="us-central1",
|
2369
|
+
connection_profile_id="source-profile",
|
2370
|
+
mysql_profile={
|
2371
|
+
"hostname": instance.public_ip_address,
|
2372
|
+
"username": user.name,
|
2373
|
+
"password": user.password,
|
2374
|
+
})
|
2375
|
+
destination_connection_profile = gcp.datastream.ConnectionProfile("destination_connection_profile",
|
2376
|
+
display_name="Connection profile",
|
2377
|
+
location="us-central1",
|
2378
|
+
connection_profile_id="destination-profile",
|
2379
|
+
bigquery_profile={})
|
2380
|
+
default = gcp.datastream.Stream("default",
|
2381
|
+
stream_id="my-stream",
|
2382
|
+
location="us-central1",
|
2383
|
+
display_name="my stream",
|
2384
|
+
source_config={
|
2385
|
+
"source_connection_profile": source_connection_profile.id,
|
2386
|
+
"mysql_source_config": {},
|
2387
|
+
},
|
2388
|
+
destination_config={
|
2389
|
+
"destination_connection_profile": destination_connection_profile.id,
|
2390
|
+
"bigquery_destination_config": {
|
2391
|
+
"source_hierarchy_datasets": {
|
2392
|
+
"dataset_template": {
|
2393
|
+
"location": "us-central1",
|
2394
|
+
},
|
2395
|
+
"project_id": cross_project_dataset.project_id,
|
2396
|
+
},
|
2397
|
+
},
|
2398
|
+
},
|
2399
|
+
backfill_none={})
|
2400
|
+
```
|
2193
2401
|
### Datastream Stream Bigquery Append Only
|
2194
2402
|
|
2195
2403
|
```python
|
@@ -27,6 +27,7 @@ class SearchEngineArgs:
|
|
27
27
|
engine_id: pulumi.Input[_builtins.str],
|
28
28
|
location: pulumi.Input[_builtins.str],
|
29
29
|
search_engine_config: pulumi.Input['SearchEngineSearchEngineConfigArgs'],
|
30
|
+
app_type: Optional[pulumi.Input[_builtins.str]] = None,
|
30
31
|
common_config: Optional[pulumi.Input['SearchEngineCommonConfigArgs']] = None,
|
31
32
|
industry_vertical: Optional[pulumi.Input[_builtins.str]] = None,
|
32
33
|
project: Optional[pulumi.Input[_builtins.str]] = None):
|
@@ -39,6 +40,8 @@ class SearchEngineArgs:
|
|
39
40
|
:param pulumi.Input[_builtins.str] location: Location.
|
40
41
|
:param pulumi.Input['SearchEngineSearchEngineConfigArgs'] search_engine_config: Configurations for a Search Engine.
|
41
42
|
Structure is documented below.
|
43
|
+
:param pulumi.Input[_builtins.str] app_type: This is the application type this engine resource represents.
|
44
|
+
The supported values: 'APP_TYPE_UNSPECIFIED', 'APP_TYPE_INTRANET'.
|
42
45
|
:param pulumi.Input['SearchEngineCommonConfigArgs'] common_config: Common config spec that specifies the metadata of the engine.
|
43
46
|
Structure is documented below.
|
44
47
|
:param pulumi.Input[_builtins.str] industry_vertical: The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: If unspecified, default to GENERIC. Vertical on Engine has to match vertical of the DataStore liniked to the engine.
|
@@ -53,6 +56,8 @@ class SearchEngineArgs:
|
|
53
56
|
pulumi.set(__self__, "engine_id", engine_id)
|
54
57
|
pulumi.set(__self__, "location", location)
|
55
58
|
pulumi.set(__self__, "search_engine_config", search_engine_config)
|
59
|
+
if app_type is not None:
|
60
|
+
pulumi.set(__self__, "app_type", app_type)
|
56
61
|
if common_config is not None:
|
57
62
|
pulumi.set(__self__, "common_config", common_config)
|
58
63
|
if industry_vertical is not None:
|
@@ -133,6 +138,19 @@ class SearchEngineArgs:
|
|
133
138
|
def search_engine_config(self, value: pulumi.Input['SearchEngineSearchEngineConfigArgs']):
|
134
139
|
pulumi.set(self, "search_engine_config", value)
|
135
140
|
|
141
|
+
@_builtins.property
|
142
|
+
@pulumi.getter(name="appType")
|
143
|
+
def app_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
144
|
+
"""
|
145
|
+
This is the application type this engine resource represents.
|
146
|
+
The supported values: 'APP_TYPE_UNSPECIFIED', 'APP_TYPE_INTRANET'.
|
147
|
+
"""
|
148
|
+
return pulumi.get(self, "app_type")
|
149
|
+
|
150
|
+
@app_type.setter
|
151
|
+
def app_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
152
|
+
pulumi.set(self, "app_type", value)
|
153
|
+
|
136
154
|
@_builtins.property
|
137
155
|
@pulumi.getter(name="commonConfig")
|
138
156
|
def common_config(self) -> Optional[pulumi.Input['SearchEngineCommonConfigArgs']]:
|
@@ -177,6 +195,7 @@ class SearchEngineArgs:
|
|
177
195
|
@pulumi.input_type
|
178
196
|
class _SearchEngineState:
|
179
197
|
def __init__(__self__, *,
|
198
|
+
app_type: Optional[pulumi.Input[_builtins.str]] = None,
|
180
199
|
collection_id: Optional[pulumi.Input[_builtins.str]] = None,
|
181
200
|
common_config: Optional[pulumi.Input['SearchEngineCommonConfigArgs']] = None,
|
182
201
|
create_time: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -191,6 +210,8 @@ class _SearchEngineState:
|
|
191
210
|
update_time: Optional[pulumi.Input[_builtins.str]] = None):
|
192
211
|
"""
|
193
212
|
Input properties used for looking up and filtering SearchEngine resources.
|
213
|
+
:param pulumi.Input[_builtins.str] app_type: This is the application type this engine resource represents.
|
214
|
+
The supported values: 'APP_TYPE_UNSPECIFIED', 'APP_TYPE_INTRANET'.
|
194
215
|
:param pulumi.Input[_builtins.str] collection_id: The collection ID.
|
195
216
|
:param pulumi.Input['SearchEngineCommonConfigArgs'] common_config: Common config spec that specifies the metadata of the engine.
|
196
217
|
Structure is documented below.
|
@@ -212,6 +233,8 @@ class _SearchEngineState:
|
|
212
233
|
Structure is documented below.
|
213
234
|
:param pulumi.Input[_builtins.str] update_time: Timestamp the Engine was last updated.
|
214
235
|
"""
|
236
|
+
if app_type is not None:
|
237
|
+
pulumi.set(__self__, "app_type", app_type)
|
215
238
|
if collection_id is not None:
|
216
239
|
pulumi.set(__self__, "collection_id", collection_id)
|
217
240
|
if common_config is not None:
|
@@ -237,6 +260,19 @@ class _SearchEngineState:
|
|
237
260
|
if update_time is not None:
|
238
261
|
pulumi.set(__self__, "update_time", update_time)
|
239
262
|
|
263
|
+
@_builtins.property
|
264
|
+
@pulumi.getter(name="appType")
|
265
|
+
def app_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
266
|
+
"""
|
267
|
+
This is the application type this engine resource represents.
|
268
|
+
The supported values: 'APP_TYPE_UNSPECIFIED', 'APP_TYPE_INTRANET'.
|
269
|
+
"""
|
270
|
+
return pulumi.get(self, "app_type")
|
271
|
+
|
272
|
+
@app_type.setter
|
273
|
+
def app_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
274
|
+
pulumi.set(self, "app_type", value)
|
275
|
+
|
240
276
|
@_builtins.property
|
241
277
|
@pulumi.getter(name="collectionId")
|
242
278
|
def collection_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -396,6 +432,7 @@ class SearchEngine(pulumi.CustomResource):
|
|
396
432
|
def __init__(__self__,
|
397
433
|
resource_name: str,
|
398
434
|
opts: Optional[pulumi.ResourceOptions] = None,
|
435
|
+
app_type: Optional[pulumi.Input[_builtins.str]] = None,
|
399
436
|
collection_id: Optional[pulumi.Input[_builtins.str]] = None,
|
400
437
|
common_config: Optional[pulumi.Input[Union['SearchEngineCommonConfigArgs', 'SearchEngineCommonConfigArgsDict']]] = None,
|
401
438
|
data_store_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
@@ -439,6 +476,29 @@ class SearchEngine(pulumi.CustomResource):
|
|
439
476
|
data_store_ids=[basic.data_store_id],
|
440
477
|
search_engine_config={})
|
441
478
|
```
|
479
|
+
### Discoveryengine Searchengine Agentspace Basic
|
480
|
+
|
481
|
+
```python
|
482
|
+
import pulumi
|
483
|
+
import pulumi_gcp as gcp
|
484
|
+
|
485
|
+
agentspace_basic = gcp.discoveryengine.DataStore("agentspace_basic",
|
486
|
+
location="global",
|
487
|
+
data_store_id="example-datastore-id",
|
488
|
+
display_name="tf-test-structured-datastore",
|
489
|
+
industry_vertical="GENERIC",
|
490
|
+
content_config="NO_CONTENT",
|
491
|
+
solution_types=["SOLUTION_TYPE_SEARCH"],
|
492
|
+
create_advanced_site_search=False)
|
493
|
+
agentspace_basic_search_engine = gcp.discoveryengine.SearchEngine("agentspace_basic",
|
494
|
+
engine_id="example-engine-id",
|
495
|
+
collection_id="default_collection",
|
496
|
+
location=agentspace_basic.location,
|
497
|
+
display_name="tf-test-agentspace-search-engine",
|
498
|
+
data_store_ids=[agentspace_basic.data_store_id],
|
499
|
+
industry_vertical="GENERIC",
|
500
|
+
search_engine_config={})
|
501
|
+
```
|
442
502
|
|
443
503
|
## Import
|
444
504
|
|
@@ -466,6 +526,8 @@ class SearchEngine(pulumi.CustomResource):
|
|
466
526
|
|
467
527
|
:param str resource_name: The name of the resource.
|
468
528
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
529
|
+
:param pulumi.Input[_builtins.str] app_type: This is the application type this engine resource represents.
|
530
|
+
The supported values: 'APP_TYPE_UNSPECIFIED', 'APP_TYPE_INTRANET'.
|
469
531
|
:param pulumi.Input[_builtins.str] collection_id: The collection ID.
|
470
532
|
:param pulumi.Input[Union['SearchEngineCommonConfigArgs', 'SearchEngineCommonConfigArgsDict']] common_config: Common config spec that specifies the metadata of the engine.
|
471
533
|
Structure is documented below.
|
@@ -520,6 +582,29 @@ class SearchEngine(pulumi.CustomResource):
|
|
520
582
|
data_store_ids=[basic.data_store_id],
|
521
583
|
search_engine_config={})
|
522
584
|
```
|
585
|
+
### Discoveryengine Searchengine Agentspace Basic
|
586
|
+
|
587
|
+
```python
|
588
|
+
import pulumi
|
589
|
+
import pulumi_gcp as gcp
|
590
|
+
|
591
|
+
agentspace_basic = gcp.discoveryengine.DataStore("agentspace_basic",
|
592
|
+
location="global",
|
593
|
+
data_store_id="example-datastore-id",
|
594
|
+
display_name="tf-test-structured-datastore",
|
595
|
+
industry_vertical="GENERIC",
|
596
|
+
content_config="NO_CONTENT",
|
597
|
+
solution_types=["SOLUTION_TYPE_SEARCH"],
|
598
|
+
create_advanced_site_search=False)
|
599
|
+
agentspace_basic_search_engine = gcp.discoveryengine.SearchEngine("agentspace_basic",
|
600
|
+
engine_id="example-engine-id",
|
601
|
+
collection_id="default_collection",
|
602
|
+
location=agentspace_basic.location,
|
603
|
+
display_name="tf-test-agentspace-search-engine",
|
604
|
+
data_store_ids=[agentspace_basic.data_store_id],
|
605
|
+
industry_vertical="GENERIC",
|
606
|
+
search_engine_config={})
|
607
|
+
```
|
523
608
|
|
524
609
|
## Import
|
525
610
|
|
@@ -560,6 +645,7 @@ class SearchEngine(pulumi.CustomResource):
|
|
560
645
|
def _internal_init(__self__,
|
561
646
|
resource_name: str,
|
562
647
|
opts: Optional[pulumi.ResourceOptions] = None,
|
648
|
+
app_type: Optional[pulumi.Input[_builtins.str]] = None,
|
563
649
|
collection_id: Optional[pulumi.Input[_builtins.str]] = None,
|
564
650
|
common_config: Optional[pulumi.Input[Union['SearchEngineCommonConfigArgs', 'SearchEngineCommonConfigArgsDict']]] = None,
|
565
651
|
data_store_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
@@ -578,6 +664,7 @@ class SearchEngine(pulumi.CustomResource):
|
|
578
664
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
579
665
|
__props__ = SearchEngineArgs.__new__(SearchEngineArgs)
|
580
666
|
|
667
|
+
__props__.__dict__["app_type"] = app_type
|
581
668
|
if collection_id is None and not opts.urn:
|
582
669
|
raise TypeError("Missing required property 'collection_id'")
|
583
670
|
__props__.__dict__["collection_id"] = collection_id
|
@@ -612,6 +699,7 @@ class SearchEngine(pulumi.CustomResource):
|
|
612
699
|
def get(resource_name: str,
|
613
700
|
id: pulumi.Input[str],
|
614
701
|
opts: Optional[pulumi.ResourceOptions] = None,
|
702
|
+
app_type: Optional[pulumi.Input[_builtins.str]] = None,
|
615
703
|
collection_id: Optional[pulumi.Input[_builtins.str]] = None,
|
616
704
|
common_config: Optional[pulumi.Input[Union['SearchEngineCommonConfigArgs', 'SearchEngineCommonConfigArgsDict']]] = None,
|
617
705
|
create_time: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -631,6 +719,8 @@ class SearchEngine(pulumi.CustomResource):
|
|
631
719
|
:param str resource_name: The unique name of the resulting resource.
|
632
720
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
633
721
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
722
|
+
:param pulumi.Input[_builtins.str] app_type: This is the application type this engine resource represents.
|
723
|
+
The supported values: 'APP_TYPE_UNSPECIFIED', 'APP_TYPE_INTRANET'.
|
634
724
|
:param pulumi.Input[_builtins.str] collection_id: The collection ID.
|
635
725
|
:param pulumi.Input[Union['SearchEngineCommonConfigArgs', 'SearchEngineCommonConfigArgsDict']] common_config: Common config spec that specifies the metadata of the engine.
|
636
726
|
Structure is documented below.
|
@@ -656,6 +746,7 @@ class SearchEngine(pulumi.CustomResource):
|
|
656
746
|
|
657
747
|
__props__ = _SearchEngineState.__new__(_SearchEngineState)
|
658
748
|
|
749
|
+
__props__.__dict__["app_type"] = app_type
|
659
750
|
__props__.__dict__["collection_id"] = collection_id
|
660
751
|
__props__.__dict__["common_config"] = common_config
|
661
752
|
__props__.__dict__["create_time"] = create_time
|
@@ -670,6 +761,15 @@ class SearchEngine(pulumi.CustomResource):
|
|
670
761
|
__props__.__dict__["update_time"] = update_time
|
671
762
|
return SearchEngine(resource_name, opts=opts, __props__=__props__)
|
672
763
|
|
764
|
+
@_builtins.property
|
765
|
+
@pulumi.getter(name="appType")
|
766
|
+
def app_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
767
|
+
"""
|
768
|
+
This is the application type this engine resource represents.
|
769
|
+
The supported values: 'APP_TYPE_UNSPECIFIED', 'APP_TYPE_INTRANET'.
|
770
|
+
"""
|
771
|
+
return pulumi.get(self, "app_type")
|
772
|
+
|
673
773
|
@_builtins.property
|
674
774
|
@pulumi.getter(name="collectionId")
|
675
775
|
def collection_id(self) -> pulumi.Output[_builtins.str]:
|
@@ -40,6 +40,7 @@ class DnsManagedZoneIamBindingArgs:
|
|
40
40
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
41
41
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
42
42
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
43
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
43
44
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
44
45
|
`dns.DnsManagedZoneIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -81,6 +82,7 @@ class DnsManagedZoneIamBindingArgs:
|
|
81
82
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
82
83
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
83
84
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
85
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
84
86
|
"""
|
85
87
|
return pulumi.get(self, "members")
|
86
88
|
|
@@ -149,6 +151,7 @@ class _DnsManagedZoneIamBindingState:
|
|
149
151
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
150
152
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
151
153
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
154
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
152
155
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
153
156
|
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.
|
154
157
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -216,6 +219,7 @@ class _DnsManagedZoneIamBindingState:
|
|
216
219
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
217
220
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
218
221
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
222
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
219
223
|
"""
|
220
224
|
return pulumi.get(self, "members")
|
221
225
|
|
@@ -432,6 +436,7 @@ class DnsManagedZoneIamBinding(pulumi.CustomResource):
|
|
432
436
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
433
437
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
434
438
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
439
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
435
440
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
436
441
|
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.
|
437
442
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -676,6 +681,7 @@ class DnsManagedZoneIamBinding(pulumi.CustomResource):
|
|
676
681
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
677
682
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
678
683
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
684
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
679
685
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
680
686
|
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.
|
681
687
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -730,6 +736,7 @@ class DnsManagedZoneIamBinding(pulumi.CustomResource):
|
|
730
736
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
731
737
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
732
738
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
739
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
733
740
|
"""
|
734
741
|
return pulumi.get(self, "members")
|
735
742
|
|
@@ -40,6 +40,7 @@ class DnsManagedZoneIamMemberArgs:
|
|
40
40
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
41
41
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
42
42
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
43
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
43
44
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
44
45
|
`dns.DnsManagedZoneIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -81,6 +82,7 @@ class DnsManagedZoneIamMemberArgs:
|
|
81
82
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
82
83
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
83
84
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
85
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
84
86
|
"""
|
85
87
|
return pulumi.get(self, "member")
|
86
88
|
|
@@ -149,6 +151,7 @@ class _DnsManagedZoneIamMemberState:
|
|
149
151
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
150
152
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
151
153
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
154
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
152
155
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
153
156
|
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.
|
154
157
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -216,6 +219,7 @@ class _DnsManagedZoneIamMemberState:
|
|
216
219
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
217
220
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
218
221
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
222
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
219
223
|
"""
|
220
224
|
return pulumi.get(self, "member")
|
221
225
|
|
@@ -432,6 +436,7 @@ class DnsManagedZoneIamMember(pulumi.CustomResource):
|
|
432
436
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
433
437
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
434
438
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
439
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
435
440
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
436
441
|
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.
|
437
442
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -676,6 +681,7 @@ class DnsManagedZoneIamMember(pulumi.CustomResource):
|
|
676
681
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
677
682
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
678
683
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
684
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
679
685
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
680
686
|
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.
|
681
687
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -730,6 +736,7 @@ class DnsManagedZoneIamMember(pulumi.CustomResource):
|
|
730
736
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
731
737
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
732
738
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
739
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
733
740
|
"""
|
734
741
|
return pulumi.get(self, "member")
|
735
742
|
|
@@ -40,6 +40,7 @@ class ConsumersIamBindingArgs:
|
|
40
40
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
41
41
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
42
42
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
43
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
43
44
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
44
45
|
`endpoints.ConsumersIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -79,6 +80,7 @@ class ConsumersIamBindingArgs:
|
|
79
80
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
80
81
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
81
82
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
83
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
82
84
|
"""
|
83
85
|
return pulumi.get(self, "members")
|
84
86
|
|
@@ -146,6 +148,7 @@ class _ConsumersIamBindingState:
|
|
146
148
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
147
149
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
148
150
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
151
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
149
152
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
150
153
|
`endpoints.ConsumersIamBinding` can be used per role. Note that custom roles must be of the format
|
151
154
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -212,6 +215,7 @@ class _ConsumersIamBindingState:
|
|
212
215
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
213
216
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
214
217
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
218
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
215
219
|
"""
|
216
220
|
return pulumi.get(self, "members")
|
217
221
|
|
@@ -323,6 +327,7 @@ class ConsumersIamBinding(pulumi.CustomResource):
|
|
323
327
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
324
328
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
325
329
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
330
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
326
331
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
327
332
|
`endpoints.ConsumersIamBinding` can be used per role. Note that custom roles must be of the format
|
328
333
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -464,6 +469,7 @@ class ConsumersIamBinding(pulumi.CustomResource):
|
|
464
469
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
465
470
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
466
471
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
472
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
467
473
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
468
474
|
`endpoints.ConsumersIamBinding` can be used per role. Note that custom roles must be of the format
|
469
475
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -517,6 +523,7 @@ class ConsumersIamBinding(pulumi.CustomResource):
|
|
517
523
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
518
524
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
519
525
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
526
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
520
527
|
"""
|
521
528
|
return pulumi.get(self, "members")
|
522
529
|
|