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
@@ -309,7 +309,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
309
309
|
|
310
310
|
> **Note:** `artifactregistry.RepositoryIamBinding` resources **can be** used in conjunction with `artifactregistry.RepositoryIamMember` resources **only if** they do not grant privilege to the same role.
|
311
311
|
|
312
|
-
##
|
312
|
+
## artifactregistry.RepositoryIamPolicy
|
313
313
|
|
314
314
|
```python
|
315
315
|
import pulumi
|
@@ -326,7 +326,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
326
326
|
policy_data=admin.policy_data)
|
327
327
|
```
|
328
328
|
|
329
|
-
##
|
329
|
+
## artifactregistry.RepositoryIamBinding
|
330
330
|
|
331
331
|
```python
|
332
332
|
import pulumi
|
@@ -340,7 +340,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
340
340
|
members=["user:jane@example.com"])
|
341
341
|
```
|
342
342
|
|
343
|
-
##
|
343
|
+
## artifactregistry.RepositoryIamMember
|
344
344
|
|
345
345
|
```python
|
346
346
|
import pulumi
|
@@ -354,7 +354,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
354
354
|
member="user:jane@example.com")
|
355
355
|
```
|
356
356
|
|
357
|
-
##
|
357
|
+
## artifactregistry.RepositoryIamPolicy
|
358
358
|
|
359
359
|
```python
|
360
360
|
import pulumi
|
@@ -371,7 +371,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
371
371
|
policy_data=admin.policy_data)
|
372
372
|
```
|
373
373
|
|
374
|
-
##
|
374
|
+
## artifactregistry.RepositoryIamBinding
|
375
375
|
|
376
376
|
```python
|
377
377
|
import pulumi
|
@@ -385,7 +385,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
385
385
|
members=["user:jane@example.com"])
|
386
386
|
```
|
387
387
|
|
388
|
-
##
|
388
|
+
## artifactregistry.RepositoryIamMember
|
389
389
|
|
390
390
|
```python
|
391
391
|
import pulumi
|
@@ -480,7 +480,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
480
480
|
|
481
481
|
> **Note:** `artifactregistry.RepositoryIamBinding` resources **can be** used in conjunction with `artifactregistry.RepositoryIamMember` resources **only if** they do not grant privilege to the same role.
|
482
482
|
|
483
|
-
##
|
483
|
+
## artifactregistry.RepositoryIamPolicy
|
484
484
|
|
485
485
|
```python
|
486
486
|
import pulumi
|
@@ -497,7 +497,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
497
497
|
policy_data=admin.policy_data)
|
498
498
|
```
|
499
499
|
|
500
|
-
##
|
500
|
+
## artifactregistry.RepositoryIamBinding
|
501
501
|
|
502
502
|
```python
|
503
503
|
import pulumi
|
@@ -511,7 +511,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
511
511
|
members=["user:jane@example.com"])
|
512
512
|
```
|
513
513
|
|
514
|
-
##
|
514
|
+
## artifactregistry.RepositoryIamMember
|
515
515
|
|
516
516
|
```python
|
517
517
|
import pulumi
|
@@ -525,7 +525,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
525
525
|
member="user:jane@example.com")
|
526
526
|
```
|
527
527
|
|
528
|
-
##
|
528
|
+
## artifactregistry.RepositoryIamPolicy
|
529
529
|
|
530
530
|
```python
|
531
531
|
import pulumi
|
@@ -542,7 +542,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
542
542
|
policy_data=admin.policy_data)
|
543
543
|
```
|
544
544
|
|
545
|
-
##
|
545
|
+
## artifactregistry.RepositoryIamBinding
|
546
546
|
|
547
547
|
```python
|
548
548
|
import pulumi
|
@@ -556,7 +556,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
556
556
|
members=["user:jane@example.com"])
|
557
557
|
```
|
558
558
|
|
559
|
-
##
|
559
|
+
## artifactregistry.RepositoryIamMember
|
560
560
|
|
561
561
|
```python
|
562
562
|
import pulumi
|
@@ -206,7 +206,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
206
206
|
|
207
207
|
> **Note:** `artifactregistry.RepositoryIamBinding` resources **can be** used in conjunction with `artifactregistry.RepositoryIamMember` resources **only if** they do not grant privilege to the same role.
|
208
208
|
|
209
|
-
##
|
209
|
+
## artifactregistry.RepositoryIamPolicy
|
210
210
|
|
211
211
|
```python
|
212
212
|
import pulumi
|
@@ -223,7 +223,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
223
223
|
policy_data=admin.policy_data)
|
224
224
|
```
|
225
225
|
|
226
|
-
##
|
226
|
+
## artifactregistry.RepositoryIamBinding
|
227
227
|
|
228
228
|
```python
|
229
229
|
import pulumi
|
@@ -237,7 +237,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
237
237
|
members=["user:jane@example.com"])
|
238
238
|
```
|
239
239
|
|
240
|
-
##
|
240
|
+
## artifactregistry.RepositoryIamMember
|
241
241
|
|
242
242
|
```python
|
243
243
|
import pulumi
|
@@ -251,7 +251,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
251
251
|
member="user:jane@example.com")
|
252
252
|
```
|
253
253
|
|
254
|
-
##
|
254
|
+
## artifactregistry.RepositoryIamPolicy
|
255
255
|
|
256
256
|
```python
|
257
257
|
import pulumi
|
@@ -268,7 +268,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
268
268
|
policy_data=admin.policy_data)
|
269
269
|
```
|
270
270
|
|
271
|
-
##
|
271
|
+
## artifactregistry.RepositoryIamBinding
|
272
272
|
|
273
273
|
```python
|
274
274
|
import pulumi
|
@@ -282,7 +282,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
282
282
|
members=["user:jane@example.com"])
|
283
283
|
```
|
284
284
|
|
285
|
-
##
|
285
|
+
## artifactregistry.RepositoryIamMember
|
286
286
|
|
287
287
|
```python
|
288
288
|
import pulumi
|
@@ -365,7 +365,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
365
365
|
|
366
366
|
> **Note:** `artifactregistry.RepositoryIamBinding` resources **can be** used in conjunction with `artifactregistry.RepositoryIamMember` resources **only if** they do not grant privilege to the same role.
|
367
367
|
|
368
|
-
##
|
368
|
+
## artifactregistry.RepositoryIamPolicy
|
369
369
|
|
370
370
|
```python
|
371
371
|
import pulumi
|
@@ -382,7 +382,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
382
382
|
policy_data=admin.policy_data)
|
383
383
|
```
|
384
384
|
|
385
|
-
##
|
385
|
+
## artifactregistry.RepositoryIamBinding
|
386
386
|
|
387
387
|
```python
|
388
388
|
import pulumi
|
@@ -396,7 +396,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
396
396
|
members=["user:jane@example.com"])
|
397
397
|
```
|
398
398
|
|
399
|
-
##
|
399
|
+
## artifactregistry.RepositoryIamMember
|
400
400
|
|
401
401
|
```python
|
402
402
|
import pulumi
|
@@ -410,7 +410,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
410
410
|
member="user:jane@example.com")
|
411
411
|
```
|
412
412
|
|
413
|
-
##
|
413
|
+
## artifactregistry.RepositoryIamPolicy
|
414
414
|
|
415
415
|
```python
|
416
416
|
import pulumi
|
@@ -427,7 +427,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
427
427
|
policy_data=admin.policy_data)
|
428
428
|
```
|
429
429
|
|
430
|
-
##
|
430
|
+
## artifactregistry.RepositoryIamBinding
|
431
431
|
|
432
432
|
```python
|
433
433
|
import pulumi
|
@@ -441,7 +441,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
441
441
|
members=["user:jane@example.com"])
|
442
442
|
```
|
443
443
|
|
444
|
-
##
|
444
|
+
## artifactregistry.RepositoryIamMember
|
445
445
|
|
446
446
|
```python
|
447
447
|
import pulumi
|
@@ -255,7 +255,8 @@ class ManagementServer(pulumi.CustomResource):
|
|
255
255
|
networks=[gcp.backupdisasterrecovery.ManagementServerNetworkArgs(
|
256
256
|
network=default.id,
|
257
257
|
peering_mode="PRIVATE_SERVICE_ACCESS",
|
258
|
-
)]
|
258
|
+
)],
|
259
|
+
opts=pulumi.ResourceOptions(depends_on=[default_connection]))
|
259
260
|
```
|
260
261
|
|
261
262
|
## Import
|
@@ -323,7 +324,8 @@ class ManagementServer(pulumi.CustomResource):
|
|
323
324
|
networks=[gcp.backupdisasterrecovery.ManagementServerNetworkArgs(
|
324
325
|
network=default.id,
|
325
326
|
peering_mode="PRIVATE_SERVICE_ACCESS",
|
326
|
-
)]
|
327
|
+
)],
|
328
|
+
opts=pulumi.ResourceOptions(depends_on=[default_connection]))
|
327
329
|
```
|
328
330
|
|
329
331
|
## Import
|
pulumi_gcp/bigquery/_inputs.py
CHANGED
@@ -69,6 +69,9 @@ __all__ = [
|
|
69
69
|
'TableEncryptionConfigurationArgs',
|
70
70
|
'TableExternalDataConfigurationArgs',
|
71
71
|
'TableExternalDataConfigurationAvroOptionsArgs',
|
72
|
+
'TableExternalDataConfigurationBigtableOptionsArgs',
|
73
|
+
'TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs',
|
74
|
+
'TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs',
|
72
75
|
'TableExternalDataConfigurationCsvOptionsArgs',
|
73
76
|
'TableExternalDataConfigurationGoogleSheetsOptionsArgs',
|
74
77
|
'TableExternalDataConfigurationHivePartitioningOptionsArgs',
|
@@ -4114,6 +4117,7 @@ class TableExternalDataConfigurationArgs:
|
|
4114
4117
|
autodetect: pulumi.Input[bool],
|
4115
4118
|
source_uris: pulumi.Input[Sequence[pulumi.Input[str]]],
|
4116
4119
|
avro_options: Optional[pulumi.Input['TableExternalDataConfigurationAvroOptionsArgs']] = None,
|
4120
|
+
bigtable_options: Optional[pulumi.Input['TableExternalDataConfigurationBigtableOptionsArgs']] = None,
|
4117
4121
|
compression: Optional[pulumi.Input[str]] = None,
|
4118
4122
|
connection_id: Optional[pulumi.Input[str]] = None,
|
4119
4123
|
csv_options: Optional[pulumi.Input['TableExternalDataConfigurationCsvOptionsArgs']] = None,
|
@@ -4137,6 +4141,8 @@ class TableExternalDataConfigurationArgs:
|
|
4137
4141
|
your data in Google Cloud.
|
4138
4142
|
:param pulumi.Input['TableExternalDataConfigurationAvroOptionsArgs'] avro_options: Additional options if `source_format` is set to
|
4139
4143
|
"AVRO". Structure is documented below.
|
4144
|
+
:param pulumi.Input['TableExternalDataConfigurationBigtableOptionsArgs'] bigtable_options: Additional properties to set if
|
4145
|
+
`source_format` is set to "BIGTABLE". Structure is documented below.
|
4140
4146
|
:param pulumi.Input[str] compression: The compression type of the data source.
|
4141
4147
|
Valid values are "NONE" or "GZIP".
|
4142
4148
|
:param pulumi.Input[str] connection_id: The connection specifying the credentials to be used to read
|
@@ -4199,6 +4205,8 @@ class TableExternalDataConfigurationArgs:
|
|
4199
4205
|
pulumi.set(__self__, "source_uris", source_uris)
|
4200
4206
|
if avro_options is not None:
|
4201
4207
|
pulumi.set(__self__, "avro_options", avro_options)
|
4208
|
+
if bigtable_options is not None:
|
4209
|
+
pulumi.set(__self__, "bigtable_options", bigtable_options)
|
4202
4210
|
if compression is not None:
|
4203
4211
|
pulumi.set(__self__, "compression", compression)
|
4204
4212
|
if connection_id is not None:
|
@@ -4271,6 +4279,19 @@ class TableExternalDataConfigurationArgs:
|
|
4271
4279
|
def avro_options(self, value: Optional[pulumi.Input['TableExternalDataConfigurationAvroOptionsArgs']]):
|
4272
4280
|
pulumi.set(self, "avro_options", value)
|
4273
4281
|
|
4282
|
+
@property
|
4283
|
+
@pulumi.getter(name="bigtableOptions")
|
4284
|
+
def bigtable_options(self) -> Optional[pulumi.Input['TableExternalDataConfigurationBigtableOptionsArgs']]:
|
4285
|
+
"""
|
4286
|
+
Additional properties to set if
|
4287
|
+
`source_format` is set to "BIGTABLE". Structure is documented below.
|
4288
|
+
"""
|
4289
|
+
return pulumi.get(self, "bigtable_options")
|
4290
|
+
|
4291
|
+
@bigtable_options.setter
|
4292
|
+
def bigtable_options(self, value: Optional[pulumi.Input['TableExternalDataConfigurationBigtableOptionsArgs']]):
|
4293
|
+
pulumi.set(self, "bigtable_options", value)
|
4294
|
+
|
4274
4295
|
@property
|
4275
4296
|
@pulumi.getter
|
4276
4297
|
def compression(self) -> Optional[pulumi.Input[str]]:
|
@@ -4531,6 +4552,267 @@ class TableExternalDataConfigurationAvroOptionsArgs:
|
|
4531
4552
|
pulumi.set(self, "use_avro_logical_types", value)
|
4532
4553
|
|
4533
4554
|
|
4555
|
+
@pulumi.input_type
|
4556
|
+
class TableExternalDataConfigurationBigtableOptionsArgs:
|
4557
|
+
def __init__(__self__, *,
|
4558
|
+
column_families: Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs']]]] = None,
|
4559
|
+
ignore_unspecified_column_families: Optional[pulumi.Input[bool]] = None,
|
4560
|
+
output_column_families_as_json: Optional[pulumi.Input[bool]] = None,
|
4561
|
+
read_rowkey_as_string: Optional[pulumi.Input[bool]] = None):
|
4562
|
+
"""
|
4563
|
+
:param pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs']]] column_families: A list of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable. Structure is documented below.
|
4564
|
+
:param pulumi.Input[bool] ignore_unspecified_column_families: If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema. Otherwise, they are read with BYTES type values. The default value is false.
|
4565
|
+
:param pulumi.Input[bool] output_column_families_as_json: If field is true, then each column family will be read as a single JSON column. Otherwise they are read as a repeated cell structure containing timestamp/value tuples. The default value is false.
|
4566
|
+
:param pulumi.Input[bool] read_rowkey_as_string: If field is true, then the rowkey column families will be read and converted to string. Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false.
|
4567
|
+
"""
|
4568
|
+
if column_families is not None:
|
4569
|
+
pulumi.set(__self__, "column_families", column_families)
|
4570
|
+
if ignore_unspecified_column_families is not None:
|
4571
|
+
pulumi.set(__self__, "ignore_unspecified_column_families", ignore_unspecified_column_families)
|
4572
|
+
if output_column_families_as_json is not None:
|
4573
|
+
pulumi.set(__self__, "output_column_families_as_json", output_column_families_as_json)
|
4574
|
+
if read_rowkey_as_string is not None:
|
4575
|
+
pulumi.set(__self__, "read_rowkey_as_string", read_rowkey_as_string)
|
4576
|
+
|
4577
|
+
@property
|
4578
|
+
@pulumi.getter(name="columnFamilies")
|
4579
|
+
def column_families(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs']]]]:
|
4580
|
+
"""
|
4581
|
+
A list of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable. Structure is documented below.
|
4582
|
+
"""
|
4583
|
+
return pulumi.get(self, "column_families")
|
4584
|
+
|
4585
|
+
@column_families.setter
|
4586
|
+
def column_families(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs']]]]):
|
4587
|
+
pulumi.set(self, "column_families", value)
|
4588
|
+
|
4589
|
+
@property
|
4590
|
+
@pulumi.getter(name="ignoreUnspecifiedColumnFamilies")
|
4591
|
+
def ignore_unspecified_column_families(self) -> Optional[pulumi.Input[bool]]:
|
4592
|
+
"""
|
4593
|
+
If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema. Otherwise, they are read with BYTES type values. The default value is false.
|
4594
|
+
"""
|
4595
|
+
return pulumi.get(self, "ignore_unspecified_column_families")
|
4596
|
+
|
4597
|
+
@ignore_unspecified_column_families.setter
|
4598
|
+
def ignore_unspecified_column_families(self, value: Optional[pulumi.Input[bool]]):
|
4599
|
+
pulumi.set(self, "ignore_unspecified_column_families", value)
|
4600
|
+
|
4601
|
+
@property
|
4602
|
+
@pulumi.getter(name="outputColumnFamiliesAsJson")
|
4603
|
+
def output_column_families_as_json(self) -> Optional[pulumi.Input[bool]]:
|
4604
|
+
"""
|
4605
|
+
If field is true, then each column family will be read as a single JSON column. Otherwise they are read as a repeated cell structure containing timestamp/value tuples. The default value is false.
|
4606
|
+
"""
|
4607
|
+
return pulumi.get(self, "output_column_families_as_json")
|
4608
|
+
|
4609
|
+
@output_column_families_as_json.setter
|
4610
|
+
def output_column_families_as_json(self, value: Optional[pulumi.Input[bool]]):
|
4611
|
+
pulumi.set(self, "output_column_families_as_json", value)
|
4612
|
+
|
4613
|
+
@property
|
4614
|
+
@pulumi.getter(name="readRowkeyAsString")
|
4615
|
+
def read_rowkey_as_string(self) -> Optional[pulumi.Input[bool]]:
|
4616
|
+
"""
|
4617
|
+
If field is true, then the rowkey column families will be read and converted to string. Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false.
|
4618
|
+
"""
|
4619
|
+
return pulumi.get(self, "read_rowkey_as_string")
|
4620
|
+
|
4621
|
+
@read_rowkey_as_string.setter
|
4622
|
+
def read_rowkey_as_string(self, value: Optional[pulumi.Input[bool]]):
|
4623
|
+
pulumi.set(self, "read_rowkey_as_string", value)
|
4624
|
+
|
4625
|
+
|
4626
|
+
@pulumi.input_type
|
4627
|
+
class TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs:
|
4628
|
+
def __init__(__self__, *,
|
4629
|
+
columns: Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs']]]] = None,
|
4630
|
+
encoding: Optional[pulumi.Input[str]] = None,
|
4631
|
+
family_id: Optional[pulumi.Input[str]] = None,
|
4632
|
+
only_read_latest: Optional[pulumi.Input[bool]] = None,
|
4633
|
+
type: Optional[pulumi.Input[str]] = None):
|
4634
|
+
"""
|
4635
|
+
:param pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs']]] columns: A List of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be accessed as Other columns can be accessed as a list through column field. Structure is documented below.
|
4636
|
+
:param pulumi.Input[str] encoding: The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. This can be overridden for a specific column by listing that column in 'columns' and specifying an encoding for it.
|
4637
|
+
:param pulumi.Input[str] family_id: Identifier of the column family.
|
4638
|
+
:param pulumi.Input[bool] only_read_latest: If this is set only the latest version of value are exposed for all columns in this column family. This can be overridden for a specific column by listing that column in 'columns' and specifying a different setting for that column.
|
4639
|
+
:param pulumi.Input[str] type: The type to convert the value in cells of this column family. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON". Default type is BYTES. This can be overridden for a specific column by listing that column in 'columns' and specifying a type for it.
|
4640
|
+
"""
|
4641
|
+
if columns is not None:
|
4642
|
+
pulumi.set(__self__, "columns", columns)
|
4643
|
+
if encoding is not None:
|
4644
|
+
pulumi.set(__self__, "encoding", encoding)
|
4645
|
+
if family_id is not None:
|
4646
|
+
pulumi.set(__self__, "family_id", family_id)
|
4647
|
+
if only_read_latest is not None:
|
4648
|
+
pulumi.set(__self__, "only_read_latest", only_read_latest)
|
4649
|
+
if type is not None:
|
4650
|
+
pulumi.set(__self__, "type", type)
|
4651
|
+
|
4652
|
+
@property
|
4653
|
+
@pulumi.getter
|
4654
|
+
def columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs']]]]:
|
4655
|
+
"""
|
4656
|
+
A List of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be accessed as Other columns can be accessed as a list through column field. Structure is documented below.
|
4657
|
+
"""
|
4658
|
+
return pulumi.get(self, "columns")
|
4659
|
+
|
4660
|
+
@columns.setter
|
4661
|
+
def columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs']]]]):
|
4662
|
+
pulumi.set(self, "columns", value)
|
4663
|
+
|
4664
|
+
@property
|
4665
|
+
@pulumi.getter
|
4666
|
+
def encoding(self) -> Optional[pulumi.Input[str]]:
|
4667
|
+
"""
|
4668
|
+
The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. This can be overridden for a specific column by listing that column in 'columns' and specifying an encoding for it.
|
4669
|
+
"""
|
4670
|
+
return pulumi.get(self, "encoding")
|
4671
|
+
|
4672
|
+
@encoding.setter
|
4673
|
+
def encoding(self, value: Optional[pulumi.Input[str]]):
|
4674
|
+
pulumi.set(self, "encoding", value)
|
4675
|
+
|
4676
|
+
@property
|
4677
|
+
@pulumi.getter(name="familyId")
|
4678
|
+
def family_id(self) -> Optional[pulumi.Input[str]]:
|
4679
|
+
"""
|
4680
|
+
Identifier of the column family.
|
4681
|
+
"""
|
4682
|
+
return pulumi.get(self, "family_id")
|
4683
|
+
|
4684
|
+
@family_id.setter
|
4685
|
+
def family_id(self, value: Optional[pulumi.Input[str]]):
|
4686
|
+
pulumi.set(self, "family_id", value)
|
4687
|
+
|
4688
|
+
@property
|
4689
|
+
@pulumi.getter(name="onlyReadLatest")
|
4690
|
+
def only_read_latest(self) -> Optional[pulumi.Input[bool]]:
|
4691
|
+
"""
|
4692
|
+
If this is set only the latest version of value are exposed for all columns in this column family. This can be overridden for a specific column by listing that column in 'columns' and specifying a different setting for that column.
|
4693
|
+
"""
|
4694
|
+
return pulumi.get(self, "only_read_latest")
|
4695
|
+
|
4696
|
+
@only_read_latest.setter
|
4697
|
+
def only_read_latest(self, value: Optional[pulumi.Input[bool]]):
|
4698
|
+
pulumi.set(self, "only_read_latest", value)
|
4699
|
+
|
4700
|
+
@property
|
4701
|
+
@pulumi.getter
|
4702
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
4703
|
+
"""
|
4704
|
+
The type to convert the value in cells of this column family. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON". Default type is BYTES. This can be overridden for a specific column by listing that column in 'columns' and specifying a type for it.
|
4705
|
+
"""
|
4706
|
+
return pulumi.get(self, "type")
|
4707
|
+
|
4708
|
+
@type.setter
|
4709
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
4710
|
+
pulumi.set(self, "type", value)
|
4711
|
+
|
4712
|
+
|
4713
|
+
@pulumi.input_type
|
4714
|
+
class TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs:
|
4715
|
+
def __init__(__self__, *,
|
4716
|
+
encoding: Optional[pulumi.Input[str]] = None,
|
4717
|
+
field_name: Optional[pulumi.Input[str]] = None,
|
4718
|
+
only_read_latest: Optional[pulumi.Input[bool]] = None,
|
4719
|
+
qualifier_encoded: Optional[pulumi.Input[str]] = None,
|
4720
|
+
qualifier_string: Optional[pulumi.Input[str]] = None,
|
4721
|
+
type: Optional[pulumi.Input[str]] = None):
|
4722
|
+
"""
|
4723
|
+
:param pulumi.Input[str] encoding: The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. 'encoding' can also be set at the column family level. However, the setting at this level takes precedence if 'encoding' is set at both levels.
|
4724
|
+
:param pulumi.Input[str] field_name: If the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as the column field name and is used as field name in queries.
|
4725
|
+
:param pulumi.Input[bool] only_read_latest: If this is set, only the latest version of value in this column are exposed. 'onlyReadLatest' can also be set at the column family level. However, the setting at this level takes precedence if 'onlyReadLatest' is set at both levels.
|
4726
|
+
:param pulumi.Input[str] qualifier_encoded: Qualifier of the column. Columns in the parent column family that has this exact qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified in the qualifierString field. Otherwise, a base-64 encoded value must be set to qualifierEncoded. The column field name is the same as the column qualifier. However, if the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as fieldName.
|
4727
|
+
:param pulumi.Input[str] qualifier_string: Qualifier string.
|
4728
|
+
:param pulumi.Input[str] type: The type to convert the value in cells of this column. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON", Default type is "BYTES". 'type' can also be set at the column family level. However, the setting at this level takes precedence if 'type' is set at both levels.
|
4729
|
+
"""
|
4730
|
+
if encoding is not None:
|
4731
|
+
pulumi.set(__self__, "encoding", encoding)
|
4732
|
+
if field_name is not None:
|
4733
|
+
pulumi.set(__self__, "field_name", field_name)
|
4734
|
+
if only_read_latest is not None:
|
4735
|
+
pulumi.set(__self__, "only_read_latest", only_read_latest)
|
4736
|
+
if qualifier_encoded is not None:
|
4737
|
+
pulumi.set(__self__, "qualifier_encoded", qualifier_encoded)
|
4738
|
+
if qualifier_string is not None:
|
4739
|
+
pulumi.set(__self__, "qualifier_string", qualifier_string)
|
4740
|
+
if type is not None:
|
4741
|
+
pulumi.set(__self__, "type", type)
|
4742
|
+
|
4743
|
+
@property
|
4744
|
+
@pulumi.getter
|
4745
|
+
def encoding(self) -> Optional[pulumi.Input[str]]:
|
4746
|
+
"""
|
4747
|
+
The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. 'encoding' can also be set at the column family level. However, the setting at this level takes precedence if 'encoding' is set at both levels.
|
4748
|
+
"""
|
4749
|
+
return pulumi.get(self, "encoding")
|
4750
|
+
|
4751
|
+
@encoding.setter
|
4752
|
+
def encoding(self, value: Optional[pulumi.Input[str]]):
|
4753
|
+
pulumi.set(self, "encoding", value)
|
4754
|
+
|
4755
|
+
@property
|
4756
|
+
@pulumi.getter(name="fieldName")
|
4757
|
+
def field_name(self) -> Optional[pulumi.Input[str]]:
|
4758
|
+
"""
|
4759
|
+
If the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as the column field name and is used as field name in queries.
|
4760
|
+
"""
|
4761
|
+
return pulumi.get(self, "field_name")
|
4762
|
+
|
4763
|
+
@field_name.setter
|
4764
|
+
def field_name(self, value: Optional[pulumi.Input[str]]):
|
4765
|
+
pulumi.set(self, "field_name", value)
|
4766
|
+
|
4767
|
+
@property
|
4768
|
+
@pulumi.getter(name="onlyReadLatest")
|
4769
|
+
def only_read_latest(self) -> Optional[pulumi.Input[bool]]:
|
4770
|
+
"""
|
4771
|
+
If this is set, only the latest version of value in this column are exposed. 'onlyReadLatest' can also be set at the column family level. However, the setting at this level takes precedence if 'onlyReadLatest' is set at both levels.
|
4772
|
+
"""
|
4773
|
+
return pulumi.get(self, "only_read_latest")
|
4774
|
+
|
4775
|
+
@only_read_latest.setter
|
4776
|
+
def only_read_latest(self, value: Optional[pulumi.Input[bool]]):
|
4777
|
+
pulumi.set(self, "only_read_latest", value)
|
4778
|
+
|
4779
|
+
@property
|
4780
|
+
@pulumi.getter(name="qualifierEncoded")
|
4781
|
+
def qualifier_encoded(self) -> Optional[pulumi.Input[str]]:
|
4782
|
+
"""
|
4783
|
+
Qualifier of the column. Columns in the parent column family that has this exact qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified in the qualifierString field. Otherwise, a base-64 encoded value must be set to qualifierEncoded. The column field name is the same as the column qualifier. However, if the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as fieldName.
|
4784
|
+
"""
|
4785
|
+
return pulumi.get(self, "qualifier_encoded")
|
4786
|
+
|
4787
|
+
@qualifier_encoded.setter
|
4788
|
+
def qualifier_encoded(self, value: Optional[pulumi.Input[str]]):
|
4789
|
+
pulumi.set(self, "qualifier_encoded", value)
|
4790
|
+
|
4791
|
+
@property
|
4792
|
+
@pulumi.getter(name="qualifierString")
|
4793
|
+
def qualifier_string(self) -> Optional[pulumi.Input[str]]:
|
4794
|
+
"""
|
4795
|
+
Qualifier string.
|
4796
|
+
"""
|
4797
|
+
return pulumi.get(self, "qualifier_string")
|
4798
|
+
|
4799
|
+
@qualifier_string.setter
|
4800
|
+
def qualifier_string(self, value: Optional[pulumi.Input[str]]):
|
4801
|
+
pulumi.set(self, "qualifier_string", value)
|
4802
|
+
|
4803
|
+
@property
|
4804
|
+
@pulumi.getter
|
4805
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
4806
|
+
"""
|
4807
|
+
The type to convert the value in cells of this column. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON", Default type is "BYTES". 'type' can also be set at the column family level. However, the setting at this level takes precedence if 'type' is set at both levels.
|
4808
|
+
"""
|
4809
|
+
return pulumi.get(self, "type")
|
4810
|
+
|
4811
|
+
@type.setter
|
4812
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
4813
|
+
pulumi.set(self, "type", value)
|
4814
|
+
|
4815
|
+
|
4534
4816
|
@pulumi.input_type
|
4535
4817
|
class TableExternalDataConfigurationCsvOptionsArgs:
|
4536
4818
|
def __init__(__self__, *,
|
@@ -5262,7 +5544,8 @@ class TableTableReplicationInfoArgs:
|
|
5262
5544
|
:param pulumi.Input[str] source_dataset_id: The ID of the source dataset.
|
5263
5545
|
:param pulumi.Input[str] source_project_id: The ID of the source project.
|
5264
5546
|
:param pulumi.Input[str] source_table_id: The ID of the source materialized view.
|
5265
|
-
:param pulumi.Input[int] replication_interval_ms: The interval at which the source
|
5547
|
+
:param pulumi.Input[int] replication_interval_ms: The interval at which the source
|
5548
|
+
materialized view is polled for updates. The default is 300000.
|
5266
5549
|
"""
|
5267
5550
|
pulumi.set(__self__, "source_dataset_id", source_dataset_id)
|
5268
5551
|
pulumi.set(__self__, "source_project_id", source_project_id)
|
@@ -5310,7 +5593,8 @@ class TableTableReplicationInfoArgs:
|
|
5310
5593
|
@pulumi.getter(name="replicationIntervalMs")
|
5311
5594
|
def replication_interval_ms(self) -> Optional[pulumi.Input[int]]:
|
5312
5595
|
"""
|
5313
|
-
The interval at which the source
|
5596
|
+
The interval at which the source
|
5597
|
+
materialized view is polled for updates. The default is 300000.
|
5314
5598
|
"""
|
5315
5599
|
return pulumi.get(self, "replication_interval_ms")
|
5316
5600
|
|