pulumi-gcp 7.24.0a1716510380__py3-none-any.whl → 7.25.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +104 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +12 -12
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +12 -12
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +12 -12
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -64
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -70
- pulumi_gcp/alloydb/backup.py +50 -42
- pulumi_gcp/alloydb/cluster.py +56 -48
- pulumi_gcp/alloydb/instance.py +50 -42
- pulumi_gcp/alloydb/user.py +32 -24
- pulumi_gcp/apigateway/api_config.py +0 -114
- pulumi_gcp/apigateway/api_config_iam_binding.py +8 -8
- pulumi_gcp/apigateway/api_config_iam_member.py +8 -8
- pulumi_gcp/apigateway/api_config_iam_policy.py +8 -8
- pulumi_gcp/apigateway/api_iam_binding.py +8 -8
- pulumi_gcp/apigateway/api_iam_member.py +8 -8
- pulumi_gcp/apigateway/api_iam_policy.py +8 -8
- pulumi_gcp/apigateway/gateway.py +0 -44
- pulumi_gcp/apigateway/gateway_iam_binding.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_member.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_policy.py +8 -8
- pulumi_gcp/apigee/addons_config.py +14 -4
- pulumi_gcp/apigee/endpoint_attachment.py +4 -2
- pulumi_gcp/apigee/env_group.py +4 -2
- pulumi_gcp/apigee/environment.py +4 -2
- pulumi_gcp/apigee/environment_iam_binding.py +12 -12
- pulumi_gcp/apigee/environment_iam_member.py +12 -12
- pulumi_gcp/apigee/environment_iam_policy.py +12 -12
- pulumi_gcp/apigee/instance.py +22 -8
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +26 -10
- pulumi_gcp/apigee/nat_address.py +10 -2
- pulumi_gcp/apigee/organization.py +18 -6
- pulumi_gcp/apigee/sync_authorization.py +8 -4
- pulumi_gcp/apigee/target_server.py +26 -10
- pulumi_gcp/appengine/_inputs.py +18 -0
- pulumi_gcp/appengine/domain_mapping.py +1 -1
- pulumi_gcp/appengine/outputs.py +16 -0
- pulumi_gcp/apphub/service.py +40 -20
- pulumi_gcp/apphub/service_project_attachment.py +16 -8
- pulumi_gcp/apphub/workload.py +0 -418
- pulumi_gcp/applicationintegration/auth_config.py +4 -2
- pulumi_gcp/artifactregistry/repository.py +14 -12
- pulumi_gcp/artifactregistry/repository_iam_binding.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_member.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_policy.py +12 -12
- pulumi_gcp/backupdisasterrecovery/management_server.py +4 -2
- pulumi_gcp/bigquery/_inputs.py +286 -2
- pulumi_gcp/bigquery/connection.py +126 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +12 -12
- pulumi_gcp/bigquery/connection_iam_member.py +12 -12
- pulumi_gcp/bigquery/connection_iam_policy.py +12 -12
- pulumi_gcp/bigquery/data_transfer_config.py +8 -4
- pulumi_gcp/bigquery/dataset_iam_binding.py +12 -12
- pulumi_gcp/bigquery/dataset_iam_member.py +12 -12
- pulumi_gcp/bigquery/dataset_iam_policy.py +12 -12
- pulumi_gcp/bigquery/iam_binding.py +12 -12
- pulumi_gcp/bigquery/iam_member.py +12 -12
- pulumi_gcp/bigquery/iam_policy.py +12 -12
- pulumi_gcp/bigquery/job.py +22 -16
- pulumi_gcp/bigquery/outputs.py +289 -2
- pulumi_gcp/bigquery/routine.py +2 -2
- pulumi_gcp/bigquery/table.py +77 -35
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +12 -12
- pulumi_gcp/bigtable/instance_iam_binding.py +12 -12
- pulumi_gcp/bigtable/instance_iam_member.py +12 -12
- pulumi_gcp/bigtable/instance_iam_policy.py +12 -12
- pulumi_gcp/bigtable/table_iam_binding.py +12 -12
- pulumi_gcp/bigtable/table_iam_member.py +12 -12
- pulumi_gcp/bigtable/table_iam_policy.py +12 -12
- pulumi_gcp/billing/account_iam_binding.py +12 -12
- pulumi_gcp/billing/account_iam_member.py +12 -12
- pulumi_gcp/billing/account_iam_policy.py +12 -12
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +12 -12
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +12 -12
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +12 -12
- pulumi_gcp/certificateauthority/authority.py +10 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +12 -12
- pulumi_gcp/certificateauthority/certificate.py +8 -4
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +12 -12
- pulumi_gcp/certificatemanager/certificate.py +84 -80
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +32 -30
- pulumi_gcp/cloudasset/__init__.py +1 -0
- pulumi_gcp/cloudasset/get_search_all_resources.py +197 -0
- pulumi_gcp/cloudasset/outputs.py +184 -0
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +12 -6
- pulumi_gcp/cloudbuild/trigger.py +22 -14
- pulumi_gcp/cloudbuild/worker_pool.py +12 -6
- pulumi_gcp/cloudbuildv2/connection.py +10 -2
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +12 -12
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +12 -12
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +12 -12
- pulumi_gcp/cloudbuildv2/repository.py +10 -2
- pulumi_gcp/cloudfunctions/function_iam_binding.py +12 -12
- pulumi_gcp/cloudfunctions/function_iam_member.py +12 -12
- pulumi_gcp/cloudfunctions/function_iam_policy.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function.py +110 -66
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +12 -12
- pulumi_gcp/cloudids/endpoint.py +4 -2
- pulumi_gcp/cloudrun/_inputs.py +80 -4
- pulumi_gcp/cloudrun/iam_binding.py +12 -12
- pulumi_gcp/cloudrun/iam_member.py +12 -12
- pulumi_gcp/cloudrun/iam_policy.py +12 -12
- pulumi_gcp/cloudrun/outputs.py +137 -4
- pulumi_gcp/cloudrunv2/job.py +32 -20
- pulumi_gcp/cloudrunv2/job_iam_binding.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_member.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_policy.py +12 -12
- pulumi_gcp/cloudrunv2/service.py +28 -20
- pulumi_gcp/cloudrunv2/service_iam_binding.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_member.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_policy.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_binding.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_member.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_policy.py +12 -12
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +805 -182
- pulumi_gcp/compute/disk_iam_binding.py +12 -12
- pulumi_gcp/compute/disk_iam_member.py +12 -12
- pulumi_gcp/compute/disk_iam_policy.py +12 -12
- pulumi_gcp/compute/forwarding_rule.py +231 -823
- pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/get_router_nat.py +11 -1
- pulumi_gcp/compute/get_snapshot.py +2 -0
- pulumi_gcp/compute/get_subnetworks.py +157 -0
- pulumi_gcp/compute/global_forwarding_rule.py +0 -766
- pulumi_gcp/compute/image_iam_binding.py +12 -12
- pulumi_gcp/compute/image_iam_member.py +12 -12
- pulumi_gcp/compute/image_iam_policy.py +12 -12
- pulumi_gcp/compute/instance_group.py +0 -100
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/instance_iam_binding.py +12 -12
- pulumi_gcp/compute/instance_iam_member.py +12 -12
- pulumi_gcp/compute/instance_iam_policy.py +12 -12
- pulumi_gcp/compute/interconnect.py +1683 -0
- pulumi_gcp/compute/interconnect_attachment.py +82 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -8
- pulumi_gcp/compute/machine_image_iam_member.py +8 -8
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -8
- pulumi_gcp/compute/network_endpoint.py +2 -2
- pulumi_gcp/compute/network_endpoint_list.py +2 -2
- pulumi_gcp/compute/outputs.py +1022 -161
- pulumi_gcp/compute/packet_mirroring.py +4 -2
- pulumi_gcp/compute/region_disk_iam_binding.py +12 -12
- pulumi_gcp/compute/region_disk_iam_member.py +12 -12
- pulumi_gcp/compute/region_disk_iam_policy.py +12 -12
- pulumi_gcp/compute/region_security_policy_rule.py +4 -2
- pulumi_gcp/compute/region_ssl_certificate.py +0 -188
- pulumi_gcp/compute/region_ssl_policy.py +39 -40
- pulumi_gcp/compute/route.py +10 -2
- pulumi_gcp/compute/router_nat.py +68 -0
- pulumi_gcp/compute/security_policy_rule.py +55 -1
- pulumi_gcp/compute/snapshot_iam_binding.py +12 -12
- pulumi_gcp/compute/snapshot_iam_member.py +12 -12
- pulumi_gcp/compute/snapshot_iam_policy.py +12 -12
- pulumi_gcp/compute/ssl_certificate.py +0 -166
- pulumi_gcp/compute/subnetwork_iam_binding.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_member.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_policy.py +12 -12
- pulumi_gcp/compute/target_instance.py +8 -6
- pulumi_gcp/compute/target_pool.py +21 -21
- pulumi_gcp/compute/vpn_gateway.py +12 -2
- pulumi_gcp/compute/vpn_tunnel.py +26 -16
- pulumi_gcp/container/_inputs.py +562 -2
- pulumi_gcp/container/outputs.py +1110 -55
- pulumi_gcp/containeranalysis/note_iam_binding.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_member.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_policy.py +12 -12
- pulumi_gcp/databasemigrationservice/connection_profile.py +38 -22
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/entry_group_iam_member.py +12 -12
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/policy_tag.py +4 -2
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_member.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +12 -12
- pulumi_gcp/datafusion/instance.py +14 -12
- pulumi_gcp/dataloss/_inputs.py +420 -13
- pulumi_gcp/dataloss/outputs.py +439 -13
- pulumi_gcp/dataplex/__init__.py +10 -0
- pulumi_gcp/dataplex/_inputs.py +160 -0
- pulumi_gcp/dataplex/aspect_type.py +1077 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +765 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +765 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +604 -0
- pulumi_gcp/dataplex/asset.py +4 -2
- pulumi_gcp/dataplex/asset_iam_binding.py +12 -12
- pulumi_gcp/dataplex/asset_iam_member.py +12 -12
- pulumi_gcp/dataplex/asset_iam_policy.py +12 -12
- pulumi_gcp/dataplex/datascan.py +16 -14
- pulumi_gcp/dataplex/datascan_iam_binding.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_member.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_policy.py +12 -12
- pulumi_gcp/dataplex/entry_group.py +722 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +765 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +765 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +604 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +164 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +164 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +12 -12
- pulumi_gcp/dataplex/lake_iam_member.py +12 -12
- pulumi_gcp/dataplex/lake_iam_policy.py +12 -12
- pulumi_gcp/dataplex/outputs.py +112 -0
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataplex/task_iam_binding.py +12 -12
- pulumi_gcp/dataplex/task_iam_member.py +12 -12
- pulumi_gcp/dataplex/task_iam_policy.py +12 -12
- pulumi_gcp/dataplex/zone_iam_binding.py +12 -12
- pulumi_gcp/dataplex/zone_iam_member.py +12 -12
- pulumi_gcp/dataplex/zone_iam_policy.py +12 -12
- pulumi_gcp/dataproc/_inputs.py +70 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +12 -12
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +12 -12
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_binding.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_member.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_policy.py +12 -12
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +26 -2
- pulumi_gcp/dataproc/job_iam_binding.py +12 -12
- pulumi_gcp/dataproc/job_iam_member.py +12 -12
- pulumi_gcp/dataproc/job_iam_policy.py +12 -12
- pulumi_gcp/dataproc/metastore_federation.py +4 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +208 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +208 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +208 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +12 -12
- pulumi_gcp/dataproc/metastore_service_iam_member.py +12 -12
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +12 -12
- pulumi_gcp/dataproc/outputs.py +62 -0
- pulumi_gcp/datastore/data_store_index.py +4 -2
- pulumi_gcp/datastream/_inputs.py +1789 -820
- pulumi_gcp/datastream/connection_profile.py +210 -3
- pulumi_gcp/datastream/outputs.py +864 -5
- pulumi_gcp/datastream/private_connection.py +47 -0
- pulumi_gcp/datastream/stream.py +231 -4
- pulumi_gcp/diagflow/cx_test_case.py +4 -4
- pulumi_gcp/diagflow/entity_type.py +4 -2
- pulumi_gcp/diagflow/fulfillment.py +4 -2
- pulumi_gcp/diagflow/intent.py +8 -4
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +12 -12
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +12 -12
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +12 -12
- pulumi_gcp/dns/get_managed_zone.py +3 -3
- pulumi_gcp/dns/managed_zone.py +7 -7
- pulumi_gcp/dns/outputs.py +2 -2
- pulumi_gcp/edgecontainer/node_pool.py +4 -2
- pulumi_gcp/edgecontainer/vpn_connection.py +4 -2
- pulumi_gcp/endpoints/service_iam_binding.py +12 -12
- pulumi_gcp/endpoints/service_iam_member.py +12 -12
- pulumi_gcp/endpoints/service_iam_policy.py +12 -12
- pulumi_gcp/eventarc/channel.py +4 -2
- pulumi_gcp/eventarc/google_channel_config.py +4 -2
- pulumi_gcp/firebase/app_check_app_attest_config.py +16 -8
- pulumi_gcp/firebase/app_check_debug_token.py +8 -4
- pulumi_gcp/firebase/app_check_device_check_config.py +8 -4
- pulumi_gcp/firebase/app_check_play_integrity_config.py +16 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +8 -4
- pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +8 -4
- pulumi_gcp/firebase/app_check_service_config.py +12 -6
- pulumi_gcp/firebase/database_instance.py +4 -2
- pulumi_gcp/firebaserules/release.py +0 -98
- pulumi_gcp/firestore/database.py +24 -20
- pulumi_gcp/firestore/document.py +24 -12
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/folder/access_approval_settings.py +4 -2
- pulumi_gcp/folder/iam_audit_config.py +23 -23
- pulumi_gcp/folder/iam_member.py +16 -16
- pulumi_gcp/folder/iam_policy.py +16 -16
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +12 -12
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +12 -12
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +12 -12
- pulumi_gcp/gkehub/feature_iam_binding.py +12 -12
- pulumi_gcp/gkehub/feature_iam_member.py +12 -12
- pulumi_gcp/gkehub/feature_iam_policy.py +12 -12
- pulumi_gcp/gkehub/membership_binding.py +20 -10
- pulumi_gcp/gkehub/membership_iam_binding.py +12 -12
- pulumi_gcp/gkehub/membership_iam_member.py +12 -12
- pulumi_gcp/gkehub/membership_iam_policy.py +12 -12
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +12 -8
- pulumi_gcp/gkehub/namespace.py +8 -6
- pulumi_gcp/gkehub/scope_iam_binding.py +12 -12
- pulumi_gcp/gkehub/scope_iam_member.py +12 -12
- pulumi_gcp/gkehub/scope_iam_policy.py +12 -12
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -6
- pulumi_gcp/healthcare/consent_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/consent_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/consent_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_binding.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_member.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_policy.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_binding.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_member.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_policy.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_binding.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_member.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_binding.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_member.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_policy.py +12 -12
- pulumi_gcp/iap/web_iam_binding.py +12 -12
- pulumi_gcp/iap/web_iam_member.py +12 -12
- pulumi_gcp/iap/web_iam_policy.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_binding.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_member.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_policy.py +12 -12
- pulumi_gcp/integrationconnectors/connection.py +4 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +26 -14
- pulumi_gcp/kms/__init__.py +2 -0
- pulumi_gcp/kms/autokey_config.py +366 -0
- pulumi_gcp/kms/key_handle.py +548 -0
- pulumi_gcp/kms/key_ring_iam_binding.py +12 -12
- pulumi_gcp/kms/key_ring_iam_member.py +12 -12
- pulumi_gcp/kms/key_ring_iam_policy.py +12 -12
- pulumi_gcp/logging/folder_settings.py +12 -10
- pulumi_gcp/logging/linked_dataset.py +4 -2
- pulumi_gcp/logging/organization_settings.py +12 -10
- pulumi_gcp/logging/project_bucket_config.py +4 -2
- pulumi_gcp/looker/instance.py +12 -10
- pulumi_gcp/netapp/storage_pool.py +7 -7
- pulumi_gcp/netapp/volume.py +4 -4
- pulumi_gcp/netapp/volume_replication.py +4 -2
- pulumi_gcp/netapp/volume_snapshot.py +4 -2
- pulumi_gcp/networkconnectivity/internal_range.py +14 -12
- pulumi_gcp/networksecurity/gateway_security_policy.py +20 -8
- pulumi_gcp/networksecurity/tls_inspection_policy.py +437 -5
- pulumi_gcp/networkservices/__init__.py +2 -0
- pulumi_gcp/networkservices/_inputs.py +454 -0
- pulumi_gcp/networkservices/gateway.py +12 -6
- pulumi_gcp/networkservices/lb_route_extension.py +663 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +669 -0
- pulumi_gcp/networkservices/outputs.py +478 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +12 -12
- pulumi_gcp/notebooks/instance_iam_member.py +12 -12
- pulumi_gcp/notebooks/instance_iam_policy.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_binding.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_member.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_policy.py +12 -12
- pulumi_gcp/organizations/access_approval_settings.py +4 -2
- pulumi_gcp/organizations/iam_member.py +16 -16
- pulumi_gcp/organizations/iam_policy.py +16 -16
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parallelstore/instance.py +20 -18
- pulumi_gcp/projects/access_approval_settings.py +4 -2
- pulumi_gcp/projects/iam_audit_config.py +23 -23
- pulumi_gcp/projects/iam_binding.py +23 -23
- pulumi_gcp/projects/iam_member.py +23 -23
- pulumi_gcp/projects/iam_policy.py +16 -16
- pulumi_gcp/projects/service.py +2 -43
- pulumi_gcp/pubsub/_inputs.py +16 -0
- pulumi_gcp/pubsub/outputs.py +25 -0
- pulumi_gcp/pubsub/schema.py +4 -2
- pulumi_gcp/pubsub/schema_iam_binding.py +12 -12
- pulumi_gcp/pubsub/schema_iam_member.py +12 -12
- pulumi_gcp/pubsub/schema_iam_policy.py +12 -12
- pulumi_gcp/pubsub/subscription.py +102 -66
- pulumi_gcp/pubsub/subscription_iam_binding.py +12 -12
- pulumi_gcp/pubsub/subscription_iam_member.py +12 -12
- pulumi_gcp/pubsub/subscription_iam_policy.py +12 -12
- pulumi_gcp/pubsub/topic.py +4 -2
- pulumi_gcp/pubsub/topic_iam_binding.py +12 -12
- pulumi_gcp/pubsub/topic_iam_member.py +12 -12
- pulumi_gcp/pubsub/topic_iam_policy.py +12 -12
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +30 -28
- pulumi_gcp/redis/instance.py +4 -2
- pulumi_gcp/secretmanager/secret.py +4 -2
- pulumi_gcp/secretmanager/secret_iam_binding.py +12 -12
- pulumi_gcp/secretmanager/secret_iam_member.py +12 -12
- pulumi_gcp/secretmanager/secret_iam_policy.py +12 -12
- pulumi_gcp/securesourcemanager/instance.py +20 -8
- pulumi_gcp/securitycenter/instance_iam_binding.py +14 -12
- pulumi_gcp/securitycenter/instance_iam_member.py +14 -12
- pulumi_gcp/securitycenter/instance_iam_policy.py +14 -12
- pulumi_gcp/serviceaccount/key.py +2 -2
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +8 -8
- pulumi_gcp/servicedirectory/namespace_iam_member.py +8 -8
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_binding.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_member.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_policy.py +8 -8
- pulumi_gcp/sourcerepo/repository_iam_binding.py +12 -12
- pulumi_gcp/sourcerepo/repository_iam_member.py +12 -12
- pulumi_gcp/sourcerepo/repository_iam_policy.py +12 -12
- pulumi_gcp/spanner/database_iam_binding.py +12 -12
- pulumi_gcp/spanner/database_iam_member.py +12 -12
- pulumi_gcp/spanner/database_iam_policy.py +12 -12
- pulumi_gcp/spanner/instance_iam_binding.py +12 -12
- pulumi_gcp/spanner/instance_iam_member.py +12 -12
- pulumi_gcp/spanner/instance_iam_policy.py +12 -12
- pulumi_gcp/sql/database_instance.py +4 -2
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/storage/_inputs.py +12 -10
- pulumi_gcp/storage/bucket.py +44 -0
- pulumi_gcp/storage/bucket_iam_binding.py +12 -12
- pulumi_gcp/storage/bucket_iam_member.py +12 -12
- pulumi_gcp/storage/bucket_iam_policy.py +12 -12
- pulumi_gcp/storage/get_project_service_account.py +4 -2
- pulumi_gcp/storage/insights_report_config.py +12 -10
- pulumi_gcp/storage/notification.py +18 -16
- pulumi_gcp/storage/outputs.py +12 -10
- pulumi_gcp/storage/transfer_agent_pool.py +4 -2
- pulumi_gcp/storage/transfer_job.py +14 -4
- pulumi_gcp/tags/tag_key_iam_binding.py +12 -12
- pulumi_gcp/tags/tag_key_iam_member.py +12 -12
- pulumi_gcp/tags/tag_key_iam_policy.py +12 -12
- pulumi_gcp/tags/tag_value_iam_binding.py +12 -12
- pulumi_gcp/tags/tag_value_iam_member.py +12 -12
- pulumi_gcp/tags/tag_value_iam_policy.py +12 -12
- pulumi_gcp/tpu/_inputs.py +2 -2
- pulumi_gcp/tpu/outputs.py +2 -2
- pulumi_gcp/tpu/v2_vm.py +10 -6
- pulumi_gcp/vertex/ai_endpoint.py +24 -22
- pulumi_gcp/vertex/ai_index_endpoint.py +20 -18
- pulumi_gcp/vertex/ai_tensorboard.py +14 -12
- pulumi_gcp/vmwareengine/external_address.py +4 -2
- pulumi_gcp/vmwareengine/network.py +8 -4
- {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.25.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.25.0.dist-info}/RECORD +467 -450
- {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.25.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.25.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/bigquery/table.py
CHANGED
@@ -44,7 +44,8 @@ class TableArgs:
|
|
44
44
|
Changing this forces a new resource to be created.
|
45
45
|
:param pulumi.Input[str] table_id: A unique ID for the resource.
|
46
46
|
Changing this forces a new resource to be created.
|
47
|
-
:param pulumi.Input[bool] allow_resource_tags_on_deletion:
|
47
|
+
:param pulumi.Input[bool] allow_resource_tags_on_deletion: This field is in beta. If set to true, it allows table deletion when there
|
48
|
+
are still resource tags attached. The default value is false.
|
48
49
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] clusterings: Specifies column names to use for data clustering.
|
49
50
|
Up to four top-level columns are allowed, and should be specified in
|
50
51
|
descending priority order.
|
@@ -80,13 +81,18 @@ class TableArgs:
|
|
80
81
|
:param pulumi.Input[bool] require_partition_filter: If set to true, queries over this table
|
81
82
|
require a partition filter that can be used for partition elimination to be
|
82
83
|
specified.
|
83
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: The tags attached to this table. Tag keys are
|
84
|
-
|
85
|
-
|
84
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: This field is in beta. The tags attached to this table. Tag keys are
|
85
|
+
globally unique. Tag key is expected to be in the namespaced format, for
|
86
|
+
example "123456789012/environment" where 123456789012 is the ID of the
|
87
|
+
parent organization or project resource for this tag key. Tag value is
|
88
|
+
expected to be the short name, for example "Production".
|
86
89
|
:param pulumi.Input[str] schema: A JSON schema for the table.
|
87
90
|
:param pulumi.Input['TableTableConstraintsArgs'] table_constraints: Defines the primary key and foreign keys.
|
88
91
|
Structure is documented below.
|
89
|
-
:param pulumi.Input['TableTableReplicationInfoArgs'] table_replication_info: Replication info of a table created
|
92
|
+
:param pulumi.Input['TableTableReplicationInfoArgs'] table_replication_info: Replication info of a table created
|
93
|
+
using "AS REPLICA" DDL like:
|
94
|
+
`CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
|
95
|
+
Structure is documented below.
|
90
96
|
:param pulumi.Input['TableTimePartitioningArgs'] time_partitioning: If specified, configures time-based
|
91
97
|
partitioning for this table. Structure is documented below.
|
92
98
|
:param pulumi.Input['TableViewArgs'] view: If specified, configures this table as a view.
|
@@ -165,7 +171,8 @@ class TableArgs:
|
|
165
171
|
@pulumi.getter(name="allowResourceTagsOnDeletion")
|
166
172
|
def allow_resource_tags_on_deletion(self) -> Optional[pulumi.Input[bool]]:
|
167
173
|
"""
|
168
|
-
|
174
|
+
This field is in beta. If set to true, it allows table deletion when there
|
175
|
+
are still resource tags attached. The default value is false.
|
169
176
|
"""
|
170
177
|
return pulumi.get(self, "allow_resource_tags_on_deletion")
|
171
178
|
|
@@ -355,9 +362,11 @@ class TableArgs:
|
|
355
362
|
@pulumi.getter(name="resourceTags")
|
356
363
|
def resource_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
357
364
|
"""
|
358
|
-
The tags attached to this table. Tag keys are
|
359
|
-
|
360
|
-
|
365
|
+
This field is in beta. The tags attached to this table. Tag keys are
|
366
|
+
globally unique. Tag key is expected to be in the namespaced format, for
|
367
|
+
example "123456789012/environment" where 123456789012 is the ID of the
|
368
|
+
parent organization or project resource for this tag key. Tag value is
|
369
|
+
expected to be the short name, for example "Production".
|
361
370
|
"""
|
362
371
|
return pulumi.get(self, "resource_tags")
|
363
372
|
|
@@ -394,7 +403,10 @@ class TableArgs:
|
|
394
403
|
@pulumi.getter(name="tableReplicationInfo")
|
395
404
|
def table_replication_info(self) -> Optional[pulumi.Input['TableTableReplicationInfoArgs']]:
|
396
405
|
"""
|
397
|
-
Replication info of a table created
|
406
|
+
Replication info of a table created
|
407
|
+
using "AS REPLICA" DDL like:
|
408
|
+
`CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
|
409
|
+
Structure is documented below.
|
398
410
|
"""
|
399
411
|
return pulumi.get(self, "table_replication_info")
|
400
412
|
|
@@ -467,7 +479,8 @@ class _TableState:
|
|
467
479
|
view: Optional[pulumi.Input['TableViewArgs']] = None):
|
468
480
|
"""
|
469
481
|
Input properties used for looking up and filtering Table resources.
|
470
|
-
:param pulumi.Input[bool] allow_resource_tags_on_deletion:
|
482
|
+
:param pulumi.Input[bool] allow_resource_tags_on_deletion: This field is in beta. If set to true, it allows table deletion when there
|
483
|
+
are still resource tags attached. The default value is false.
|
471
484
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] clusterings: Specifies column names to use for data clustering.
|
472
485
|
Up to four top-level columns are allowed, and should be specified in
|
473
486
|
descending priority order.
|
@@ -529,16 +542,21 @@ class _TableState:
|
|
529
542
|
:param pulumi.Input[bool] require_partition_filter: If set to true, queries over this table
|
530
543
|
require a partition filter that can be used for partition elimination to be
|
531
544
|
specified.
|
532
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: The tags attached to this table. Tag keys are
|
533
|
-
|
534
|
-
|
545
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: This field is in beta. The tags attached to this table. Tag keys are
|
546
|
+
globally unique. Tag key is expected to be in the namespaced format, for
|
547
|
+
example "123456789012/environment" where 123456789012 is the ID of the
|
548
|
+
parent organization or project resource for this tag key. Tag value is
|
549
|
+
expected to be the short name, for example "Production".
|
535
550
|
:param pulumi.Input[str] schema: A JSON schema for the table.
|
536
551
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
537
552
|
:param pulumi.Input['TableTableConstraintsArgs'] table_constraints: Defines the primary key and foreign keys.
|
538
553
|
Structure is documented below.
|
539
554
|
:param pulumi.Input[str] table_id: A unique ID for the resource.
|
540
555
|
Changing this forces a new resource to be created.
|
541
|
-
:param pulumi.Input['TableTableReplicationInfoArgs'] table_replication_info: Replication info of a table created
|
556
|
+
:param pulumi.Input['TableTableReplicationInfoArgs'] table_replication_info: Replication info of a table created
|
557
|
+
using "AS REPLICA" DDL like:
|
558
|
+
`CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
|
559
|
+
Structure is documented below.
|
542
560
|
:param pulumi.Input['TableTimePartitioningArgs'] time_partitioning: If specified, configures time-based
|
543
561
|
partitioning for this table. Structure is documented below.
|
544
562
|
:param pulumi.Input[str] type: Describes the table type.
|
@@ -616,7 +634,8 @@ class _TableState:
|
|
616
634
|
@pulumi.getter(name="allowResourceTagsOnDeletion")
|
617
635
|
def allow_resource_tags_on_deletion(self) -> Optional[pulumi.Input[bool]]:
|
618
636
|
"""
|
619
|
-
|
637
|
+
This field is in beta. If set to true, it allows table deletion when there
|
638
|
+
are still resource tags attached. The default value is false.
|
620
639
|
"""
|
621
640
|
return pulumi.get(self, "allow_resource_tags_on_deletion")
|
622
641
|
|
@@ -942,9 +961,11 @@ class _TableState:
|
|
942
961
|
@pulumi.getter(name="resourceTags")
|
943
962
|
def resource_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
944
963
|
"""
|
945
|
-
The tags attached to this table. Tag keys are
|
946
|
-
|
947
|
-
|
964
|
+
This field is in beta. The tags attached to this table. Tag keys are
|
965
|
+
globally unique. Tag key is expected to be in the namespaced format, for
|
966
|
+
example "123456789012/environment" where 123456789012 is the ID of the
|
967
|
+
parent organization or project resource for this tag key. Tag value is
|
968
|
+
expected to be the short name, for example "Production".
|
948
969
|
"""
|
949
970
|
return pulumi.get(self, "resource_tags")
|
950
971
|
|
@@ -1006,7 +1027,10 @@ class _TableState:
|
|
1006
1027
|
@pulumi.getter(name="tableReplicationInfo")
|
1007
1028
|
def table_replication_info(self) -> Optional[pulumi.Input['TableTableReplicationInfoArgs']]:
|
1008
1029
|
"""
|
1009
|
-
Replication info of a table created
|
1030
|
+
Replication info of a table created
|
1031
|
+
using "AS REPLICA" DDL like:
|
1032
|
+
`CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
|
1033
|
+
Structure is documented below.
|
1010
1034
|
"""
|
1011
1035
|
return pulumi.get(self, "table_replication_info")
|
1012
1036
|
|
@@ -1168,7 +1192,8 @@ class Table(pulumi.CustomResource):
|
|
1168
1192
|
|
1169
1193
|
:param str resource_name: The name of the resource.
|
1170
1194
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1171
|
-
:param pulumi.Input[bool] allow_resource_tags_on_deletion:
|
1195
|
+
:param pulumi.Input[bool] allow_resource_tags_on_deletion: This field is in beta. If set to true, it allows table deletion when there
|
1196
|
+
are still resource tags attached. The default value is false.
|
1172
1197
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] clusterings: Specifies column names to use for data clustering.
|
1173
1198
|
Up to four top-level columns are allowed, and should be specified in
|
1174
1199
|
descending priority order.
|
@@ -1206,15 +1231,20 @@ class Table(pulumi.CustomResource):
|
|
1206
1231
|
:param pulumi.Input[bool] require_partition_filter: If set to true, queries over this table
|
1207
1232
|
require a partition filter that can be used for partition elimination to be
|
1208
1233
|
specified.
|
1209
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: The tags attached to this table. Tag keys are
|
1210
|
-
|
1211
|
-
|
1234
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: This field is in beta. The tags attached to this table. Tag keys are
|
1235
|
+
globally unique. Tag key is expected to be in the namespaced format, for
|
1236
|
+
example "123456789012/environment" where 123456789012 is the ID of the
|
1237
|
+
parent organization or project resource for this tag key. Tag value is
|
1238
|
+
expected to be the short name, for example "Production".
|
1212
1239
|
:param pulumi.Input[str] schema: A JSON schema for the table.
|
1213
1240
|
:param pulumi.Input[pulumi.InputType['TableTableConstraintsArgs']] table_constraints: Defines the primary key and foreign keys.
|
1214
1241
|
Structure is documented below.
|
1215
1242
|
:param pulumi.Input[str] table_id: A unique ID for the resource.
|
1216
1243
|
Changing this forces a new resource to be created.
|
1217
|
-
:param pulumi.Input[pulumi.InputType['TableTableReplicationInfoArgs']] table_replication_info: Replication info of a table created
|
1244
|
+
:param pulumi.Input[pulumi.InputType['TableTableReplicationInfoArgs']] table_replication_info: Replication info of a table created
|
1245
|
+
using "AS REPLICA" DDL like:
|
1246
|
+
`CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
|
1247
|
+
Structure is documented below.
|
1218
1248
|
:param pulumi.Input[pulumi.InputType['TableTimePartitioningArgs']] time_partitioning: If specified, configures time-based
|
1219
1249
|
partitioning for this table. Structure is documented below.
|
1220
1250
|
:param pulumi.Input[pulumi.InputType['TableViewArgs']] view: If specified, configures this table as a view.
|
@@ -1446,7 +1476,8 @@ class Table(pulumi.CustomResource):
|
|
1446
1476
|
:param str resource_name: The unique name of the resulting resource.
|
1447
1477
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1448
1478
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1449
|
-
:param pulumi.Input[bool] allow_resource_tags_on_deletion:
|
1479
|
+
:param pulumi.Input[bool] allow_resource_tags_on_deletion: This field is in beta. If set to true, it allows table deletion when there
|
1480
|
+
are still resource tags attached. The default value is false.
|
1450
1481
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] clusterings: Specifies column names to use for data clustering.
|
1451
1482
|
Up to four top-level columns are allowed, and should be specified in
|
1452
1483
|
descending priority order.
|
@@ -1508,16 +1539,21 @@ class Table(pulumi.CustomResource):
|
|
1508
1539
|
:param pulumi.Input[bool] require_partition_filter: If set to true, queries over this table
|
1509
1540
|
require a partition filter that can be used for partition elimination to be
|
1510
1541
|
specified.
|
1511
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: The tags attached to this table. Tag keys are
|
1512
|
-
|
1513
|
-
|
1542
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: This field is in beta. The tags attached to this table. Tag keys are
|
1543
|
+
globally unique. Tag key is expected to be in the namespaced format, for
|
1544
|
+
example "123456789012/environment" where 123456789012 is the ID of the
|
1545
|
+
parent organization or project resource for this tag key. Tag value is
|
1546
|
+
expected to be the short name, for example "Production".
|
1514
1547
|
:param pulumi.Input[str] schema: A JSON schema for the table.
|
1515
1548
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
1516
1549
|
:param pulumi.Input[pulumi.InputType['TableTableConstraintsArgs']] table_constraints: Defines the primary key and foreign keys.
|
1517
1550
|
Structure is documented below.
|
1518
1551
|
:param pulumi.Input[str] table_id: A unique ID for the resource.
|
1519
1552
|
Changing this forces a new resource to be created.
|
1520
|
-
:param pulumi.Input[pulumi.InputType['TableTableReplicationInfoArgs']] table_replication_info: Replication info of a table created
|
1553
|
+
:param pulumi.Input[pulumi.InputType['TableTableReplicationInfoArgs']] table_replication_info: Replication info of a table created
|
1554
|
+
using "AS REPLICA" DDL like:
|
1555
|
+
`CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
|
1556
|
+
Structure is documented below.
|
1521
1557
|
:param pulumi.Input[pulumi.InputType['TableTimePartitioningArgs']] time_partitioning: If specified, configures time-based
|
1522
1558
|
partitioning for this table. Structure is documented below.
|
1523
1559
|
:param pulumi.Input[str] type: Describes the table type.
|
@@ -1567,7 +1603,8 @@ class Table(pulumi.CustomResource):
|
|
1567
1603
|
@pulumi.getter(name="allowResourceTagsOnDeletion")
|
1568
1604
|
def allow_resource_tags_on_deletion(self) -> pulumi.Output[Optional[bool]]:
|
1569
1605
|
"""
|
1570
|
-
|
1606
|
+
This field is in beta. If set to true, it allows table deletion when there
|
1607
|
+
are still resource tags attached. The default value is false.
|
1571
1608
|
"""
|
1572
1609
|
return pulumi.get(self, "allow_resource_tags_on_deletion")
|
1573
1610
|
|
@@ -1797,9 +1834,11 @@ class Table(pulumi.CustomResource):
|
|
1797
1834
|
@pulumi.getter(name="resourceTags")
|
1798
1835
|
def resource_tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
1799
1836
|
"""
|
1800
|
-
The tags attached to this table. Tag keys are
|
1801
|
-
|
1802
|
-
|
1837
|
+
This field is in beta. The tags attached to this table. Tag keys are
|
1838
|
+
globally unique. Tag key is expected to be in the namespaced format, for
|
1839
|
+
example "123456789012/environment" where 123456789012 is the ID of the
|
1840
|
+
parent organization or project resource for this tag key. Tag value is
|
1841
|
+
expected to be the short name, for example "Production".
|
1803
1842
|
"""
|
1804
1843
|
return pulumi.get(self, "resource_tags")
|
1805
1844
|
|
@@ -1841,7 +1880,10 @@ class Table(pulumi.CustomResource):
|
|
1841
1880
|
@pulumi.getter(name="tableReplicationInfo")
|
1842
1881
|
def table_replication_info(self) -> pulumi.Output[Optional['outputs.TableTableReplicationInfo']]:
|
1843
1882
|
"""
|
1844
|
-
Replication info of a table created
|
1883
|
+
Replication info of a table created
|
1884
|
+
using "AS REPLICA" DDL like:
|
1885
|
+
`CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
|
1886
|
+
Structure is documented below.
|
1845
1887
|
"""
|
1846
1888
|
return pulumi.get(self, "table_replication_info")
|
1847
1889
|
|
@@ -309,7 +309,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
309
309
|
|
310
310
|
> **Note:** `bigqueryanalyticshub.DataExchangeIamBinding` resources **can be** used in conjunction with `bigqueryanalyticshub.DataExchangeIamMember` resources **only if** they do not grant privilege to the same role.
|
311
311
|
|
312
|
-
##
|
312
|
+
## bigqueryanalyticshub.DataExchangeIamPolicy
|
313
313
|
|
314
314
|
```python
|
315
315
|
import pulumi
|
@@ -326,7 +326,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
326
326
|
policy_data=admin.policy_data)
|
327
327
|
```
|
328
328
|
|
329
|
-
##
|
329
|
+
## bigqueryanalyticshub.DataExchangeIamBinding
|
330
330
|
|
331
331
|
```python
|
332
332
|
import pulumi
|
@@ -340,7 +340,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
340
340
|
members=["user:jane@example.com"])
|
341
341
|
```
|
342
342
|
|
343
|
-
##
|
343
|
+
## bigqueryanalyticshub.DataExchangeIamMember
|
344
344
|
|
345
345
|
```python
|
346
346
|
import pulumi
|
@@ -354,7 +354,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
354
354
|
member="user:jane@example.com")
|
355
355
|
```
|
356
356
|
|
357
|
-
##
|
357
|
+
## bigqueryanalyticshub.DataExchangeIamPolicy
|
358
358
|
|
359
359
|
```python
|
360
360
|
import pulumi
|
@@ -371,7 +371,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
371
371
|
policy_data=admin.policy_data)
|
372
372
|
```
|
373
373
|
|
374
|
-
##
|
374
|
+
## bigqueryanalyticshub.DataExchangeIamBinding
|
375
375
|
|
376
376
|
```python
|
377
377
|
import pulumi
|
@@ -385,7 +385,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
385
385
|
members=["user:jane@example.com"])
|
386
386
|
```
|
387
387
|
|
388
|
-
##
|
388
|
+
## bigqueryanalyticshub.DataExchangeIamMember
|
389
389
|
|
390
390
|
```python
|
391
391
|
import pulumi
|
@@ -480,7 +480,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
480
480
|
|
481
481
|
> **Note:** `bigqueryanalyticshub.DataExchangeIamBinding` resources **can be** used in conjunction with `bigqueryanalyticshub.DataExchangeIamMember` resources **only if** they do not grant privilege to the same role.
|
482
482
|
|
483
|
-
##
|
483
|
+
## bigqueryanalyticshub.DataExchangeIamPolicy
|
484
484
|
|
485
485
|
```python
|
486
486
|
import pulumi
|
@@ -497,7 +497,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
497
497
|
policy_data=admin.policy_data)
|
498
498
|
```
|
499
499
|
|
500
|
-
##
|
500
|
+
## bigqueryanalyticshub.DataExchangeIamBinding
|
501
501
|
|
502
502
|
```python
|
503
503
|
import pulumi
|
@@ -511,7 +511,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
511
511
|
members=["user:jane@example.com"])
|
512
512
|
```
|
513
513
|
|
514
|
-
##
|
514
|
+
## bigqueryanalyticshub.DataExchangeIamMember
|
515
515
|
|
516
516
|
```python
|
517
517
|
import pulumi
|
@@ -525,7 +525,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
525
525
|
member="user:jane@example.com")
|
526
526
|
```
|
527
527
|
|
528
|
-
##
|
528
|
+
## bigqueryanalyticshub.DataExchangeIamPolicy
|
529
529
|
|
530
530
|
```python
|
531
531
|
import pulumi
|
@@ -542,7 +542,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
542
542
|
policy_data=admin.policy_data)
|
543
543
|
```
|
544
544
|
|
545
|
-
##
|
545
|
+
## bigqueryanalyticshub.DataExchangeIamBinding
|
546
546
|
|
547
547
|
```python
|
548
548
|
import pulumi
|
@@ -556,7 +556,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
556
556
|
members=["user:jane@example.com"])
|
557
557
|
```
|
558
558
|
|
559
|
-
##
|
559
|
+
## bigqueryanalyticshub.DataExchangeIamMember
|
560
560
|
|
561
561
|
```python
|
562
562
|
import pulumi
|
@@ -309,7 +309,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
309
309
|
|
310
310
|
> **Note:** `bigqueryanalyticshub.DataExchangeIamBinding` resources **can be** used in conjunction with `bigqueryanalyticshub.DataExchangeIamMember` resources **only if** they do not grant privilege to the same role.
|
311
311
|
|
312
|
-
##
|
312
|
+
## bigqueryanalyticshub.DataExchangeIamPolicy
|
313
313
|
|
314
314
|
```python
|
315
315
|
import pulumi
|
@@ -326,7 +326,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
326
326
|
policy_data=admin.policy_data)
|
327
327
|
```
|
328
328
|
|
329
|
-
##
|
329
|
+
## bigqueryanalyticshub.DataExchangeIamBinding
|
330
330
|
|
331
331
|
```python
|
332
332
|
import pulumi
|
@@ -340,7 +340,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
340
340
|
members=["user:jane@example.com"])
|
341
341
|
```
|
342
342
|
|
343
|
-
##
|
343
|
+
## bigqueryanalyticshub.DataExchangeIamMember
|
344
344
|
|
345
345
|
```python
|
346
346
|
import pulumi
|
@@ -354,7 +354,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
354
354
|
member="user:jane@example.com")
|
355
355
|
```
|
356
356
|
|
357
|
-
##
|
357
|
+
## bigqueryanalyticshub.DataExchangeIamPolicy
|
358
358
|
|
359
359
|
```python
|
360
360
|
import pulumi
|
@@ -371,7 +371,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
371
371
|
policy_data=admin.policy_data)
|
372
372
|
```
|
373
373
|
|
374
|
-
##
|
374
|
+
## bigqueryanalyticshub.DataExchangeIamBinding
|
375
375
|
|
376
376
|
```python
|
377
377
|
import pulumi
|
@@ -385,7 +385,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
385
385
|
members=["user:jane@example.com"])
|
386
386
|
```
|
387
387
|
|
388
|
-
##
|
388
|
+
## bigqueryanalyticshub.DataExchangeIamMember
|
389
389
|
|
390
390
|
```python
|
391
391
|
import pulumi
|
@@ -480,7 +480,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
480
480
|
|
481
481
|
> **Note:** `bigqueryanalyticshub.DataExchangeIamBinding` resources **can be** used in conjunction with `bigqueryanalyticshub.DataExchangeIamMember` resources **only if** they do not grant privilege to the same role.
|
482
482
|
|
483
|
-
##
|
483
|
+
## bigqueryanalyticshub.DataExchangeIamPolicy
|
484
484
|
|
485
485
|
```python
|
486
486
|
import pulumi
|
@@ -497,7 +497,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
497
497
|
policy_data=admin.policy_data)
|
498
498
|
```
|
499
499
|
|
500
|
-
##
|
500
|
+
## bigqueryanalyticshub.DataExchangeIamBinding
|
501
501
|
|
502
502
|
```python
|
503
503
|
import pulumi
|
@@ -511,7 +511,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
511
511
|
members=["user:jane@example.com"])
|
512
512
|
```
|
513
513
|
|
514
|
-
##
|
514
|
+
## bigqueryanalyticshub.DataExchangeIamMember
|
515
515
|
|
516
516
|
```python
|
517
517
|
import pulumi
|
@@ -525,7 +525,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
525
525
|
member="user:jane@example.com")
|
526
526
|
```
|
527
527
|
|
528
|
-
##
|
528
|
+
## bigqueryanalyticshub.DataExchangeIamPolicy
|
529
529
|
|
530
530
|
```python
|
531
531
|
import pulumi
|
@@ -542,7 +542,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
542
542
|
policy_data=admin.policy_data)
|
543
543
|
```
|
544
544
|
|
545
|
-
##
|
545
|
+
## bigqueryanalyticshub.DataExchangeIamBinding
|
546
546
|
|
547
547
|
```python
|
548
548
|
import pulumi
|
@@ -556,7 +556,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
556
556
|
members=["user:jane@example.com"])
|
557
557
|
```
|
558
558
|
|
559
|
-
##
|
559
|
+
## bigqueryanalyticshub.DataExchangeIamMember
|
560
560
|
|
561
561
|
```python
|
562
562
|
import pulumi
|
@@ -206,7 +206,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
206
206
|
|
207
207
|
> **Note:** `bigqueryanalyticshub.DataExchangeIamBinding` resources **can be** used in conjunction with `bigqueryanalyticshub.DataExchangeIamMember` resources **only if** they do not grant privilege to the same role.
|
208
208
|
|
209
|
-
##
|
209
|
+
## bigqueryanalyticshub.DataExchangeIamPolicy
|
210
210
|
|
211
211
|
```python
|
212
212
|
import pulumi
|
@@ -223,7 +223,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
223
223
|
policy_data=admin.policy_data)
|
224
224
|
```
|
225
225
|
|
226
|
-
##
|
226
|
+
## bigqueryanalyticshub.DataExchangeIamBinding
|
227
227
|
|
228
228
|
```python
|
229
229
|
import pulumi
|
@@ -237,7 +237,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
237
237
|
members=["user:jane@example.com"])
|
238
238
|
```
|
239
239
|
|
240
|
-
##
|
240
|
+
## bigqueryanalyticshub.DataExchangeIamMember
|
241
241
|
|
242
242
|
```python
|
243
243
|
import pulumi
|
@@ -251,7 +251,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
251
251
|
member="user:jane@example.com")
|
252
252
|
```
|
253
253
|
|
254
|
-
##
|
254
|
+
## bigqueryanalyticshub.DataExchangeIamPolicy
|
255
255
|
|
256
256
|
```python
|
257
257
|
import pulumi
|
@@ -268,7 +268,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
268
268
|
policy_data=admin.policy_data)
|
269
269
|
```
|
270
270
|
|
271
|
-
##
|
271
|
+
## bigqueryanalyticshub.DataExchangeIamBinding
|
272
272
|
|
273
273
|
```python
|
274
274
|
import pulumi
|
@@ -282,7 +282,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
282
282
|
members=["user:jane@example.com"])
|
283
283
|
```
|
284
284
|
|
285
|
-
##
|
285
|
+
## bigqueryanalyticshub.DataExchangeIamMember
|
286
286
|
|
287
287
|
```python
|
288
288
|
import pulumi
|
@@ -365,7 +365,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
365
365
|
|
366
366
|
> **Note:** `bigqueryanalyticshub.DataExchangeIamBinding` resources **can be** used in conjunction with `bigqueryanalyticshub.DataExchangeIamMember` resources **only if** they do not grant privilege to the same role.
|
367
367
|
|
368
|
-
##
|
368
|
+
## bigqueryanalyticshub.DataExchangeIamPolicy
|
369
369
|
|
370
370
|
```python
|
371
371
|
import pulumi
|
@@ -382,7 +382,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
382
382
|
policy_data=admin.policy_data)
|
383
383
|
```
|
384
384
|
|
385
|
-
##
|
385
|
+
## bigqueryanalyticshub.DataExchangeIamBinding
|
386
386
|
|
387
387
|
```python
|
388
388
|
import pulumi
|
@@ -396,7 +396,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
396
396
|
members=["user:jane@example.com"])
|
397
397
|
```
|
398
398
|
|
399
|
-
##
|
399
|
+
## bigqueryanalyticshub.DataExchangeIamMember
|
400
400
|
|
401
401
|
```python
|
402
402
|
import pulumi
|
@@ -410,7 +410,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
410
410
|
member="user:jane@example.com")
|
411
411
|
```
|
412
412
|
|
413
|
-
##
|
413
|
+
## bigqueryanalyticshub.DataExchangeIamPolicy
|
414
414
|
|
415
415
|
```python
|
416
416
|
import pulumi
|
@@ -427,7 +427,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
427
427
|
policy_data=admin.policy_data)
|
428
428
|
```
|
429
429
|
|
430
|
-
##
|
430
|
+
## bigqueryanalyticshub.DataExchangeIamBinding
|
431
431
|
|
432
432
|
```python
|
433
433
|
import pulumi
|
@@ -441,7 +441,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
441
441
|
members=["user:jane@example.com"])
|
442
442
|
```
|
443
443
|
|
444
|
-
##
|
444
|
+
## bigqueryanalyticshub.DataExchangeIamMember
|
445
445
|
|
446
446
|
```python
|
447
447
|
import pulumi
|