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
@@ -22,7 +22,7 @@ class IAMMemberArgs:
|
|
22
22
|
condition: Optional[pulumi.Input['IAMMemberConditionArgs']] = None):
|
23
23
|
"""
|
24
24
|
The set of arguments for constructing a IAMMember resource.
|
25
|
-
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
25
|
+
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
26
26
|
Each entry can have one of the following values:
|
27
27
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
28
28
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -46,7 +46,7 @@ class IAMMemberArgs:
|
|
46
46
|
@pulumi.getter
|
47
47
|
def member(self) -> pulumi.Input[str]:
|
48
48
|
"""
|
49
|
-
Identities that will be granted the privilege in `role`.
|
49
|
+
Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
50
50
|
Each entry can have one of the following values:
|
51
51
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
52
52
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -113,7 +113,7 @@ class _IAMMemberState:
|
|
113
113
|
:param pulumi.Input['IAMMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
114
114
|
Structure is documented below.
|
115
115
|
:param pulumi.Input[str] etag: (Computed) The etag of the project's IAM policy.
|
116
|
-
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
116
|
+
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
117
117
|
Each entry can have one of the following values:
|
118
118
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
119
119
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -165,7 +165,7 @@ class _IAMMemberState:
|
|
165
165
|
@pulumi.getter
|
166
166
|
def member(self) -> Optional[pulumi.Input[str]]:
|
167
167
|
"""
|
168
|
-
Identities that will be granted the privilege in `role`.
|
168
|
+
Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
169
169
|
Each entry can have one of the following values:
|
170
170
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
171
171
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -231,7 +231,7 @@ class IAMMember(pulumi.CustomResource):
|
|
231
231
|
> **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
|
232
232
|
IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning 400 error code so please review these if you encounter errors with this resource.
|
233
233
|
|
234
|
-
##
|
234
|
+
## projects.IAMPolicy
|
235
235
|
|
236
236
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
237
237
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -274,7 +274,7 @@ class IAMMember(pulumi.CustomResource):
|
|
274
274
|
policy_data=admin.policy_data)
|
275
275
|
```
|
276
276
|
|
277
|
-
##
|
277
|
+
## projects.IAMBinding
|
278
278
|
|
279
279
|
```python
|
280
280
|
import pulumi
|
@@ -303,7 +303,7 @@ class IAMMember(pulumi.CustomResource):
|
|
303
303
|
))
|
304
304
|
```
|
305
305
|
|
306
|
-
##
|
306
|
+
## projects.IAMMember
|
307
307
|
|
308
308
|
```python
|
309
309
|
import pulumi
|
@@ -332,7 +332,7 @@ class IAMMember(pulumi.CustomResource):
|
|
332
332
|
))
|
333
333
|
```
|
334
334
|
|
335
|
-
##
|
335
|
+
## projects.IAMAuditConfig
|
336
336
|
|
337
337
|
```python
|
338
338
|
import pulumi
|
@@ -352,7 +352,7 @@ class IAMMember(pulumi.CustomResource):
|
|
352
352
|
])
|
353
353
|
```
|
354
354
|
|
355
|
-
##
|
355
|
+
## projects.IAMPolicy
|
356
356
|
|
357
357
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
358
358
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -395,7 +395,7 @@ class IAMMember(pulumi.CustomResource):
|
|
395
395
|
policy_data=admin.policy_data)
|
396
396
|
```
|
397
397
|
|
398
|
-
##
|
398
|
+
## projects.IAMBinding
|
399
399
|
|
400
400
|
```python
|
401
401
|
import pulumi
|
@@ -424,7 +424,7 @@ class IAMMember(pulumi.CustomResource):
|
|
424
424
|
))
|
425
425
|
```
|
426
426
|
|
427
|
-
##
|
427
|
+
## projects.IAMMember
|
428
428
|
|
429
429
|
```python
|
430
430
|
import pulumi
|
@@ -453,7 +453,7 @@ class IAMMember(pulumi.CustomResource):
|
|
453
453
|
))
|
454
454
|
```
|
455
455
|
|
456
|
-
##
|
456
|
+
## projects.IAMAuditConfig
|
457
457
|
|
458
458
|
```python
|
459
459
|
import pulumi
|
@@ -503,7 +503,7 @@ class IAMMember(pulumi.CustomResource):
|
|
503
503
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
504
504
|
:param pulumi.Input[pulumi.InputType['IAMMemberConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
505
505
|
Structure is documented below.
|
506
|
-
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
506
|
+
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
507
507
|
Each entry can have one of the following values:
|
508
508
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
509
509
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -536,7 +536,7 @@ class IAMMember(pulumi.CustomResource):
|
|
536
536
|
> **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
|
537
537
|
IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning 400 error code so please review these if you encounter errors with this resource.
|
538
538
|
|
539
|
-
##
|
539
|
+
## projects.IAMPolicy
|
540
540
|
|
541
541
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
542
542
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -579,7 +579,7 @@ class IAMMember(pulumi.CustomResource):
|
|
579
579
|
policy_data=admin.policy_data)
|
580
580
|
```
|
581
581
|
|
582
|
-
##
|
582
|
+
## projects.IAMBinding
|
583
583
|
|
584
584
|
```python
|
585
585
|
import pulumi
|
@@ -608,7 +608,7 @@ class IAMMember(pulumi.CustomResource):
|
|
608
608
|
))
|
609
609
|
```
|
610
610
|
|
611
|
-
##
|
611
|
+
## projects.IAMMember
|
612
612
|
|
613
613
|
```python
|
614
614
|
import pulumi
|
@@ -637,7 +637,7 @@ class IAMMember(pulumi.CustomResource):
|
|
637
637
|
))
|
638
638
|
```
|
639
639
|
|
640
|
-
##
|
640
|
+
## projects.IAMAuditConfig
|
641
641
|
|
642
642
|
```python
|
643
643
|
import pulumi
|
@@ -657,7 +657,7 @@ class IAMMember(pulumi.CustomResource):
|
|
657
657
|
])
|
658
658
|
```
|
659
659
|
|
660
|
-
##
|
660
|
+
## projects.IAMPolicy
|
661
661
|
|
662
662
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
663
663
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -700,7 +700,7 @@ class IAMMember(pulumi.CustomResource):
|
|
700
700
|
policy_data=admin.policy_data)
|
701
701
|
```
|
702
702
|
|
703
|
-
##
|
703
|
+
## projects.IAMBinding
|
704
704
|
|
705
705
|
```python
|
706
706
|
import pulumi
|
@@ -729,7 +729,7 @@ class IAMMember(pulumi.CustomResource):
|
|
729
729
|
))
|
730
730
|
```
|
731
731
|
|
732
|
-
##
|
732
|
+
## projects.IAMMember
|
733
733
|
|
734
734
|
```python
|
735
735
|
import pulumi
|
@@ -758,7 +758,7 @@ class IAMMember(pulumi.CustomResource):
|
|
758
758
|
))
|
759
759
|
```
|
760
760
|
|
761
|
-
##
|
761
|
+
## projects.IAMAuditConfig
|
762
762
|
|
763
763
|
```python
|
764
764
|
import pulumi
|
@@ -868,7 +868,7 @@ class IAMMember(pulumi.CustomResource):
|
|
868
868
|
:param pulumi.Input[pulumi.InputType['IAMMemberConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
869
869
|
Structure is documented below.
|
870
870
|
:param pulumi.Input[str] etag: (Computed) The etag of the project's IAM policy.
|
871
|
-
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
871
|
+
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
872
872
|
Each entry can have one of the following values:
|
873
873
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
874
874
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -912,7 +912,7 @@ class IAMMember(pulumi.CustomResource):
|
|
912
912
|
@pulumi.getter
|
913
913
|
def member(self) -> pulumi.Output[str]:
|
914
914
|
"""
|
915
|
-
Identities that will be granted the privilege in `role`.
|
915
|
+
Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
916
916
|
Each entry can have one of the following values:
|
917
917
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
918
918
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -160,7 +160,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
160
160
|
> **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
|
161
161
|
IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning 400 error code so please review these if you encounter errors with this resource.
|
162
162
|
|
163
|
-
##
|
163
|
+
## projects.IAMPolicy
|
164
164
|
|
165
165
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
166
166
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -203,7 +203,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
203
203
|
policy_data=admin.policy_data)
|
204
204
|
```
|
205
205
|
|
206
|
-
##
|
206
|
+
## projects.IAMBinding
|
207
207
|
|
208
208
|
```python
|
209
209
|
import pulumi
|
@@ -232,7 +232,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
232
232
|
))
|
233
233
|
```
|
234
234
|
|
235
|
-
##
|
235
|
+
## projects.IAMMember
|
236
236
|
|
237
237
|
```python
|
238
238
|
import pulumi
|
@@ -261,7 +261,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
261
261
|
))
|
262
262
|
```
|
263
263
|
|
264
|
-
##
|
264
|
+
## projects.IAMAuditConfig
|
265
265
|
|
266
266
|
```python
|
267
267
|
import pulumi
|
@@ -281,7 +281,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
281
281
|
])
|
282
282
|
```
|
283
283
|
|
284
|
-
##
|
284
|
+
## projects.IAMPolicy
|
285
285
|
|
286
286
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
287
287
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -324,7 +324,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
324
324
|
policy_data=admin.policy_data)
|
325
325
|
```
|
326
326
|
|
327
|
-
##
|
327
|
+
## projects.IAMBinding
|
328
328
|
|
329
329
|
```python
|
330
330
|
import pulumi
|
@@ -353,7 +353,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
353
353
|
))
|
354
354
|
```
|
355
355
|
|
356
|
-
##
|
356
|
+
## projects.IAMMember
|
357
357
|
|
358
358
|
```python
|
359
359
|
import pulumi
|
@@ -382,7 +382,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
382
382
|
))
|
383
383
|
```
|
384
384
|
|
385
|
-
##
|
385
|
+
## projects.IAMAuditConfig
|
386
386
|
|
387
387
|
```python
|
388
388
|
import pulumi
|
@@ -462,7 +462,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
462
462
|
> **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
|
463
463
|
IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning 400 error code so please review these if you encounter errors with this resource.
|
464
464
|
|
465
|
-
##
|
465
|
+
## projects.IAMPolicy
|
466
466
|
|
467
467
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
468
468
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -505,7 +505,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
505
505
|
policy_data=admin.policy_data)
|
506
506
|
```
|
507
507
|
|
508
|
-
##
|
508
|
+
## projects.IAMBinding
|
509
509
|
|
510
510
|
```python
|
511
511
|
import pulumi
|
@@ -534,7 +534,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
534
534
|
))
|
535
535
|
```
|
536
536
|
|
537
|
-
##
|
537
|
+
## projects.IAMMember
|
538
538
|
|
539
539
|
```python
|
540
540
|
import pulumi
|
@@ -563,7 +563,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
563
563
|
))
|
564
564
|
```
|
565
565
|
|
566
|
-
##
|
566
|
+
## projects.IAMAuditConfig
|
567
567
|
|
568
568
|
```python
|
569
569
|
import pulumi
|
@@ -583,7 +583,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
583
583
|
])
|
584
584
|
```
|
585
585
|
|
586
|
-
##
|
586
|
+
## projects.IAMPolicy
|
587
587
|
|
588
588
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
589
589
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -626,7 +626,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
626
626
|
policy_data=admin.policy_data)
|
627
627
|
```
|
628
628
|
|
629
|
-
##
|
629
|
+
## projects.IAMBinding
|
630
630
|
|
631
631
|
```python
|
632
632
|
import pulumi
|
@@ -655,7 +655,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
655
655
|
))
|
656
656
|
```
|
657
657
|
|
658
|
-
##
|
658
|
+
## projects.IAMMember
|
659
659
|
|
660
660
|
```python
|
661
661
|
import pulumi
|
@@ -684,7 +684,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
684
684
|
))
|
685
685
|
```
|
686
686
|
|
687
|
-
##
|
687
|
+
## projects.IAMAuditConfig
|
688
688
|
|
689
689
|
```python
|
690
690
|
import pulumi
|
pulumi_gcp/projects/service.py
CHANGED
@@ -25,7 +25,6 @@ class ServiceArgs:
|
|
25
25
|
and which depend on this service should also be disabled when this service is
|
26
26
|
destroyed. If `false` or unset, an error will be generated if any enabled
|
27
27
|
services depend on this service when destroying it.
|
28
|
-
:param pulumi.Input[bool] disable_on_destroy: If true, disable the service when the resource is destroyed. Defaults to true. May be useful in the event that a project is long-lived but the infrastructure running in that project changes frequently.
|
29
28
|
:param pulumi.Input[str] project: The project ID. If not provided, the provider project
|
30
29
|
is used.
|
31
30
|
"""
|
@@ -67,9 +66,6 @@ class ServiceArgs:
|
|
67
66
|
@property
|
68
67
|
@pulumi.getter(name="disableOnDestroy")
|
69
68
|
def disable_on_destroy(self) -> Optional[pulumi.Input[bool]]:
|
70
|
-
"""
|
71
|
-
If true, disable the service when the resource is destroyed. Defaults to true. May be useful in the event that a project is long-lived but the infrastructure running in that project changes frequently.
|
72
|
-
"""
|
73
69
|
return pulumi.get(self, "disable_on_destroy")
|
74
70
|
|
75
71
|
@disable_on_destroy.setter
|
@@ -103,7 +99,6 @@ class _ServiceState:
|
|
103
99
|
and which depend on this service should also be disabled when this service is
|
104
100
|
destroyed. If `false` or unset, an error will be generated if any enabled
|
105
101
|
services depend on this service when destroying it.
|
106
|
-
:param pulumi.Input[bool] disable_on_destroy: If true, disable the service when the resource is destroyed. Defaults to true. May be useful in the event that a project is long-lived but the infrastructure running in that project changes frequently.
|
107
102
|
:param pulumi.Input[str] project: The project ID. If not provided, the provider project
|
108
103
|
is used.
|
109
104
|
:param pulumi.Input[str] service: The service to enable.
|
@@ -135,9 +130,6 @@ class _ServiceState:
|
|
135
130
|
@property
|
136
131
|
@pulumi.getter(name="disableOnDestroy")
|
137
132
|
def disable_on_destroy(self) -> Optional[pulumi.Input[bool]]:
|
138
|
-
"""
|
139
|
-
If true, disable the service when the resource is destroyed. Defaults to true. May be useful in the event that a project is long-lived but the infrastructure running in that project changes frequently.
|
140
|
-
"""
|
141
133
|
return pulumi.get(self, "disable_on_destroy")
|
142
134
|
|
143
135
|
@disable_on_destroy.setter
|
@@ -181,20 +173,6 @@ class Service(pulumi.CustomResource):
|
|
181
173
|
service: Optional[pulumi.Input[str]] = None,
|
182
174
|
__props__=None):
|
183
175
|
"""
|
184
|
-
Allows management of a single API service for a Google Cloud Platform project.
|
185
|
-
|
186
|
-
For a list of services available, visit the [API library page](https://console.cloud.google.com/apis/library)
|
187
|
-
or run `gcloud services list --available`.
|
188
|
-
|
189
|
-
This resource requires the [Service Usage API](https://console.cloud.google.com/apis/library/serviceusage.googleapis.com)
|
190
|
-
to use.
|
191
|
-
|
192
|
-
To get more information about `projects.Service`, see:
|
193
|
-
|
194
|
-
* [API documentation](https://cloud.google.com/service-usage/docs/reference/rest/v1/services)
|
195
|
-
* How-to Guides
|
196
|
-
* [Enabling and Disabling Services](https://cloud.google.com/service-usage/docs/enable-disable)
|
197
|
-
|
198
176
|
## Example Usage
|
199
177
|
|
200
178
|
```python
|
@@ -204,7 +182,7 @@ class Service(pulumi.CustomResource):
|
|
204
182
|
project = gcp.projects.Service("project",
|
205
183
|
project="your-project-id",
|
206
184
|
service="iam.googleapis.com",
|
207
|
-
|
185
|
+
disable_on_destroy=False)
|
208
186
|
```
|
209
187
|
|
210
188
|
## Import
|
@@ -235,7 +213,6 @@ class Service(pulumi.CustomResource):
|
|
235
213
|
and which depend on this service should also be disabled when this service is
|
236
214
|
destroyed. If `false` or unset, an error will be generated if any enabled
|
237
215
|
services depend on this service when destroying it.
|
238
|
-
:param pulumi.Input[bool] disable_on_destroy: If true, disable the service when the resource is destroyed. Defaults to true. May be useful in the event that a project is long-lived but the infrastructure running in that project changes frequently.
|
239
216
|
:param pulumi.Input[str] project: The project ID. If not provided, the provider project
|
240
217
|
is used.
|
241
218
|
:param pulumi.Input[str] service: The service to enable.
|
@@ -247,20 +224,6 @@ class Service(pulumi.CustomResource):
|
|
247
224
|
args: ServiceArgs,
|
248
225
|
opts: Optional[pulumi.ResourceOptions] = None):
|
249
226
|
"""
|
250
|
-
Allows management of a single API service for a Google Cloud Platform project.
|
251
|
-
|
252
|
-
For a list of services available, visit the [API library page](https://console.cloud.google.com/apis/library)
|
253
|
-
or run `gcloud services list --available`.
|
254
|
-
|
255
|
-
This resource requires the [Service Usage API](https://console.cloud.google.com/apis/library/serviceusage.googleapis.com)
|
256
|
-
to use.
|
257
|
-
|
258
|
-
To get more information about `projects.Service`, see:
|
259
|
-
|
260
|
-
* [API documentation](https://cloud.google.com/service-usage/docs/reference/rest/v1/services)
|
261
|
-
* How-to Guides
|
262
|
-
* [Enabling and Disabling Services](https://cloud.google.com/service-usage/docs/enable-disable)
|
263
|
-
|
264
227
|
## Example Usage
|
265
228
|
|
266
229
|
```python
|
@@ -270,7 +233,7 @@ class Service(pulumi.CustomResource):
|
|
270
233
|
project = gcp.projects.Service("project",
|
271
234
|
project="your-project-id",
|
272
235
|
service="iam.googleapis.com",
|
273
|
-
|
236
|
+
disable_on_destroy=False)
|
274
237
|
```
|
275
238
|
|
276
239
|
## Import
|
@@ -354,7 +317,6 @@ class Service(pulumi.CustomResource):
|
|
354
317
|
and which depend on this service should also be disabled when this service is
|
355
318
|
destroyed. If `false` or unset, an error will be generated if any enabled
|
356
319
|
services depend on this service when destroying it.
|
357
|
-
:param pulumi.Input[bool] disable_on_destroy: If true, disable the service when the resource is destroyed. Defaults to true. May be useful in the event that a project is long-lived but the infrastructure running in that project changes frequently.
|
358
320
|
:param pulumi.Input[str] project: The project ID. If not provided, the provider project
|
359
321
|
is used.
|
360
322
|
:param pulumi.Input[str] service: The service to enable.
|
@@ -383,9 +345,6 @@ class Service(pulumi.CustomResource):
|
|
383
345
|
@property
|
384
346
|
@pulumi.getter(name="disableOnDestroy")
|
385
347
|
def disable_on_destroy(self) -> pulumi.Output[Optional[bool]]:
|
386
|
-
"""
|
387
|
-
If true, disable the service when the resource is destroyed. Defaults to true. May be useful in the event that a project is long-lived but the infrastructure running in that project changes frequently.
|
388
|
-
"""
|
389
348
|
return pulumi.get(self, "disable_on_destroy")
|
390
349
|
|
391
350
|
@property
|
pulumi_gcp/pubsub/_inputs.py
CHANGED
@@ -387,6 +387,7 @@ class SubscriptionCloudStorageConfigArgs:
|
|
387
387
|
def __init__(__self__, *,
|
388
388
|
bucket: pulumi.Input[str],
|
389
389
|
avro_config: Optional[pulumi.Input['SubscriptionCloudStorageConfigAvroConfigArgs']] = None,
|
390
|
+
filename_datetime_format: Optional[pulumi.Input[str]] = None,
|
390
391
|
filename_prefix: Optional[pulumi.Input[str]] = None,
|
391
392
|
filename_suffix: Optional[pulumi.Input[str]] = None,
|
392
393
|
max_bytes: Optional[pulumi.Input[int]] = None,
|
@@ -396,6 +397,7 @@ class SubscriptionCloudStorageConfigArgs:
|
|
396
397
|
:param pulumi.Input[str] bucket: User-provided name for the Cloud Storage bucket. The bucket must be created by the user. The bucket name must be without any prefix like "gs://".
|
397
398
|
:param pulumi.Input['SubscriptionCloudStorageConfigAvroConfigArgs'] avro_config: If set, message data will be written to Cloud Storage in Avro format.
|
398
399
|
Structure is documented below.
|
400
|
+
:param pulumi.Input[str] filename_datetime_format: User-provided format string specifying how to represent datetimes in Cloud Storage filenames.
|
399
401
|
:param pulumi.Input[str] filename_prefix: User-provided prefix for Cloud Storage filename.
|
400
402
|
:param pulumi.Input[str] filename_suffix: User-provided suffix for Cloud Storage filename. Must not end in "/".
|
401
403
|
:param pulumi.Input[int] max_bytes: The maximum bytes that can be written to a Cloud Storage file before a new file is created. Min 1 KB, max 10 GiB.
|
@@ -409,6 +411,8 @@ class SubscriptionCloudStorageConfigArgs:
|
|
409
411
|
pulumi.set(__self__, "bucket", bucket)
|
410
412
|
if avro_config is not None:
|
411
413
|
pulumi.set(__self__, "avro_config", avro_config)
|
414
|
+
if filename_datetime_format is not None:
|
415
|
+
pulumi.set(__self__, "filename_datetime_format", filename_datetime_format)
|
412
416
|
if filename_prefix is not None:
|
413
417
|
pulumi.set(__self__, "filename_prefix", filename_prefix)
|
414
418
|
if filename_suffix is not None:
|
@@ -445,6 +449,18 @@ class SubscriptionCloudStorageConfigArgs:
|
|
445
449
|
def avro_config(self, value: Optional[pulumi.Input['SubscriptionCloudStorageConfigAvroConfigArgs']]):
|
446
450
|
pulumi.set(self, "avro_config", value)
|
447
451
|
|
452
|
+
@property
|
453
|
+
@pulumi.getter(name="filenameDatetimeFormat")
|
454
|
+
def filename_datetime_format(self) -> Optional[pulumi.Input[str]]:
|
455
|
+
"""
|
456
|
+
User-provided format string specifying how to represent datetimes in Cloud Storage filenames.
|
457
|
+
"""
|
458
|
+
return pulumi.get(self, "filename_datetime_format")
|
459
|
+
|
460
|
+
@filename_datetime_format.setter
|
461
|
+
def filename_datetime_format(self, value: Optional[pulumi.Input[str]]):
|
462
|
+
pulumi.set(self, "filename_datetime_format", value)
|
463
|
+
|
448
464
|
@property
|
449
465
|
@pulumi.getter(name="filenamePrefix")
|
450
466
|
def filename_prefix(self) -> Optional[pulumi.Input[str]]:
|
pulumi_gcp/pubsub/outputs.py
CHANGED
@@ -420,6 +420,8 @@ class SubscriptionCloudStorageConfig(dict):
|
|
420
420
|
suggest = None
|
421
421
|
if key == "avroConfig":
|
422
422
|
suggest = "avro_config"
|
423
|
+
elif key == "filenameDatetimeFormat":
|
424
|
+
suggest = "filename_datetime_format"
|
423
425
|
elif key == "filenamePrefix":
|
424
426
|
suggest = "filename_prefix"
|
425
427
|
elif key == "filenameSuffix":
|
@@ -443,6 +445,7 @@ class SubscriptionCloudStorageConfig(dict):
|
|
443
445
|
def __init__(__self__, *,
|
444
446
|
bucket: str,
|
445
447
|
avro_config: Optional['outputs.SubscriptionCloudStorageConfigAvroConfig'] = None,
|
448
|
+
filename_datetime_format: Optional[str] = None,
|
446
449
|
filename_prefix: Optional[str] = None,
|
447
450
|
filename_suffix: Optional[str] = None,
|
448
451
|
max_bytes: Optional[int] = None,
|
@@ -452,6 +455,7 @@ class SubscriptionCloudStorageConfig(dict):
|
|
452
455
|
:param str bucket: User-provided name for the Cloud Storage bucket. The bucket must be created by the user. The bucket name must be without any prefix like "gs://".
|
453
456
|
:param 'SubscriptionCloudStorageConfigAvroConfigArgs' avro_config: If set, message data will be written to Cloud Storage in Avro format.
|
454
457
|
Structure is documented below.
|
458
|
+
:param str filename_datetime_format: User-provided format string specifying how to represent datetimes in Cloud Storage filenames.
|
455
459
|
:param str filename_prefix: User-provided prefix for Cloud Storage filename.
|
456
460
|
:param str filename_suffix: User-provided suffix for Cloud Storage filename. Must not end in "/".
|
457
461
|
:param int max_bytes: The maximum bytes that can be written to a Cloud Storage file before a new file is created. Min 1 KB, max 10 GiB.
|
@@ -465,6 +469,8 @@ class SubscriptionCloudStorageConfig(dict):
|
|
465
469
|
pulumi.set(__self__, "bucket", bucket)
|
466
470
|
if avro_config is not None:
|
467
471
|
pulumi.set(__self__, "avro_config", avro_config)
|
472
|
+
if filename_datetime_format is not None:
|
473
|
+
pulumi.set(__self__, "filename_datetime_format", filename_datetime_format)
|
468
474
|
if filename_prefix is not None:
|
469
475
|
pulumi.set(__self__, "filename_prefix", filename_prefix)
|
470
476
|
if filename_suffix is not None:
|
@@ -493,6 +499,14 @@ class SubscriptionCloudStorageConfig(dict):
|
|
493
499
|
"""
|
494
500
|
return pulumi.get(self, "avro_config")
|
495
501
|
|
502
|
+
@property
|
503
|
+
@pulumi.getter(name="filenameDatetimeFormat")
|
504
|
+
def filename_datetime_format(self) -> Optional[str]:
|
505
|
+
"""
|
506
|
+
User-provided format string specifying how to represent datetimes in Cloud Storage filenames.
|
507
|
+
"""
|
508
|
+
return pulumi.get(self, "filename_datetime_format")
|
509
|
+
|
496
510
|
@property
|
497
511
|
@pulumi.getter(name="filenamePrefix")
|
498
512
|
def filename_prefix(self) -> Optional[str]:
|
@@ -1353,6 +1367,7 @@ class GetSubscriptionCloudStorageConfigResult(dict):
|
|
1353
1367
|
def __init__(__self__, *,
|
1354
1368
|
avro_configs: Sequence['outputs.GetSubscriptionCloudStorageConfigAvroConfigResult'],
|
1355
1369
|
bucket: str,
|
1370
|
+
filename_datetime_format: str,
|
1356
1371
|
filename_prefix: str,
|
1357
1372
|
filename_suffix: str,
|
1358
1373
|
max_bytes: int,
|
@@ -1361,6 +1376,7 @@ class GetSubscriptionCloudStorageConfigResult(dict):
|
|
1361
1376
|
"""
|
1362
1377
|
:param Sequence['GetSubscriptionCloudStorageConfigAvroConfigArgs'] avro_configs: If set, message data will be written to Cloud Storage in Avro format.
|
1363
1378
|
:param str bucket: User-provided name for the Cloud Storage bucket. The bucket must be created by the user. The bucket name must be without any prefix like "gs://".
|
1379
|
+
:param str filename_datetime_format: User-provided format string specifying how to represent datetimes in Cloud Storage filenames.
|
1364
1380
|
:param str filename_prefix: User-provided prefix for Cloud Storage filename.
|
1365
1381
|
:param str filename_suffix: User-provided suffix for Cloud Storage filename. Must not end in "/".
|
1366
1382
|
:param int max_bytes: The maximum bytes that can be written to a Cloud Storage file before a new file is created. Min 1 KB, max 10 GiB.
|
@@ -1372,6 +1388,7 @@ class GetSubscriptionCloudStorageConfigResult(dict):
|
|
1372
1388
|
"""
|
1373
1389
|
pulumi.set(__self__, "avro_configs", avro_configs)
|
1374
1390
|
pulumi.set(__self__, "bucket", bucket)
|
1391
|
+
pulumi.set(__self__, "filename_datetime_format", filename_datetime_format)
|
1375
1392
|
pulumi.set(__self__, "filename_prefix", filename_prefix)
|
1376
1393
|
pulumi.set(__self__, "filename_suffix", filename_suffix)
|
1377
1394
|
pulumi.set(__self__, "max_bytes", max_bytes)
|
@@ -1394,6 +1411,14 @@ class GetSubscriptionCloudStorageConfigResult(dict):
|
|
1394
1411
|
"""
|
1395
1412
|
return pulumi.get(self, "bucket")
|
1396
1413
|
|
1414
|
+
@property
|
1415
|
+
@pulumi.getter(name="filenameDatetimeFormat")
|
1416
|
+
def filename_datetime_format(self) -> str:
|
1417
|
+
"""
|
1418
|
+
User-provided format string specifying how to represent datetimes in Cloud Storage filenames.
|
1419
|
+
"""
|
1420
|
+
return pulumi.get(self, "filename_datetime_format")
|
1421
|
+
|
1397
1422
|
@property
|
1398
1423
|
@pulumi.getter(name="filenamePrefix")
|
1399
1424
|
def filename_prefix(self) -> str:
|
pulumi_gcp/pubsub/schema.py
CHANGED
@@ -271,7 +271,8 @@ class Schema(pulumi.CustomResource):
|
|
271
271
|
schema_settings=gcp.pubsub.TopicSchemaSettingsArgs(
|
272
272
|
schema="projects/my-project-name/schemas/example",
|
273
273
|
encoding="JSON",
|
274
|
-
)
|
274
|
+
),
|
275
|
+
opts=pulumi.ResourceOptions(depends_on=[example]))
|
275
276
|
```
|
276
277
|
|
277
278
|
## Import
|
@@ -381,7 +382,8 @@ class Schema(pulumi.CustomResource):
|
|
381
382
|
schema_settings=gcp.pubsub.TopicSchemaSettingsArgs(
|
382
383
|
schema="projects/my-project-name/schemas/example",
|
383
384
|
encoding="JSON",
|
384
|
-
)
|
385
|
+
),
|
386
|
+
opts=pulumi.ResourceOptions(depends_on=[example]))
|
385
387
|
```
|
386
388
|
|
387
389
|
## Import
|