pulumi-gcp 7.33.0a1721715313__py3-none-any.whl → 7.33.0a1721954725__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/_utilities.py +2 -0
- pulumi_gcp/accesscontextmanager/access_level.py +8 -8
- pulumi_gcp/accesscontextmanager/access_level_condition.py +18 -18
- pulumi_gcp/accesscontextmanager/access_levels.py +16 -16
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +8 -8
- pulumi_gcp/accesscontextmanager/service_perimeter.py +66 -66
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeters.py +12 -12
- pulumi_gcp/alloydb/cluster.py +22 -22
- pulumi_gcp/alloydb/instance.py +8 -8
- pulumi_gcp/apigee/addons_config.py +14 -14
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +6 -6
- pulumi_gcp/appengine/application_url_dispatch_rules.py +2 -2
- pulumi_gcp/appengine/domain_mapping.py +2 -2
- pulumi_gcp/appengine/engine_split_traffic.py +10 -10
- pulumi_gcp/appengine/flexible_app_version.py +18 -18
- pulumi_gcp/appengine/service_network_settings.py +4 -4
- pulumi_gcp/appengine/standard_app_version.py +26 -26
- pulumi_gcp/apphub/application.py +12 -12
- pulumi_gcp/apphub/service.py +12 -12
- pulumi_gcp/applicationintegration/auth_config.py +4 -4
- pulumi_gcp/applicationintegration/client.py +8 -8
- pulumi_gcp/artifactregistry/repository.py +102 -102
- pulumi_gcp/assuredworkloads/workload.py +26 -26
- pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
- pulumi_gcp/beyondcorp/app_connection.py +6 -6
- pulumi_gcp/beyondcorp/app_connector.py +4 -4
- pulumi_gcp/biglake/database.py +2 -2
- pulumi_gcp/biglake/table.py +24 -24
- pulumi_gcp/bigquery/app_profile.py +56 -56
- pulumi_gcp/bigquery/connection.py +42 -42
- pulumi_gcp/bigquery/dataset.py +30 -30
- pulumi_gcp/bigquery/dataset_access.py +26 -26
- pulumi_gcp/bigquery/job.py +126 -126
- pulumi_gcp/bigquery/reservation.py +2 -2
- pulumi_gcp/bigquery/routine.py +40 -40
- pulumi_gcp/bigquery/table.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy.py +2 -2
- pulumi_gcp/bigtable/authorized_view.py +16 -16
- pulumi_gcp/bigtable/gc_policy.py +8 -8
- pulumi_gcp/bigtable/instance.py +24 -24
- pulumi_gcp/bigtable/table.py +6 -6
- pulumi_gcp/billing/budget.py +64 -64
- pulumi_gcp/binaryauthorization/attestor.py +20 -20
- pulumi_gcp/binaryauthorization/policy.py +26 -26
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +32 -32
- pulumi_gcp/certificateauthority/authority.py +222 -222
- pulumi_gcp/certificateauthority/ca_pool.py +108 -108
- pulumi_gcp/certificateauthority/certificate.py +338 -338
- pulumi_gcp/certificateauthority/certificate_template.py +70 -70
- pulumi_gcp/certificatemanager/certificate.py +76 -76
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +30 -30
- pulumi_gcp/certificatemanager/certificate_map_entry.py +2 -2
- pulumi_gcp/certificatemanager/trust_config.py +12 -12
- pulumi_gcp/cloudasset/folder_feed.py +2 -2
- pulumi_gcp/cloudasset/organization_feed.py +2 -2
- pulumi_gcp/cloudasset/project_feed.py +2 -2
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +26 -26
- pulumi_gcp/cloudbuild/trigger.py +228 -228
- pulumi_gcp/cloudbuild/worker_pool.py +16 -16
- pulumi_gcp/cloudbuildv2/connection.py +24 -24
- pulumi_gcp/cloudbuildv2/repository.py +18 -18
- pulumi_gcp/clouddeploy/automation.py +16 -16
- pulumi_gcp/clouddeploy/custom_target_type.py +26 -26
- pulumi_gcp/clouddeploy/delivery_pipeline.py +50 -50
- pulumi_gcp/clouddeploy/target.py +6 -6
- pulumi_gcp/clouddomains/registration.py +48 -48
- pulumi_gcp/cloudfunctionsv2/function.py +292 -292
- pulumi_gcp/cloudquota/s_quota_preference.py +2 -2
- pulumi_gcp/cloudrun/domain_mapping.py +2 -2
- pulumi_gcp/cloudrun/service.py +60 -60
- pulumi_gcp/cloudrunv2/job.py +30 -30
- pulumi_gcp/cloudrunv2/service.py +78 -78
- pulumi_gcp/cloudscheduler/job.py +40 -40
- pulumi_gcp/cloudtasks/queue.py +16 -16
- pulumi_gcp/composer/get_image_versions.py +4 -4
- pulumi_gcp/composer/get_user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/get_user_workloads_secret.py +4 -4
- pulumi_gcp/composer/user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/address.py +6 -6
- pulumi_gcp/compute/attached_disk.py +2 -2
- pulumi_gcp/compute/autoscaler.py +24 -24
- pulumi_gcp/compute/backend_bucket.py +8 -8
- pulumi_gcp/compute/backend_service.py +72 -72
- pulumi_gcp/compute/backend_service_signed_url_key.py +6 -6
- pulumi_gcp/compute/disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/external_vpn_gateway.py +2 -2
- pulumi_gcp/compute/firewall_policy_rule.py +18 -18
- pulumi_gcp/compute/forwarding_rule.py +24 -24
- pulumi_gcp/compute/get_disk.py +2 -2
- pulumi_gcp/compute/get_image.py +2 -2
- pulumi_gcp/compute/get_instance_serial_port.py +4 -4
- pulumi_gcp/compute/global_forwarding_rule.py +50 -50
- pulumi_gcp/compute/ha_vpn_gateway.py +4 -4
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/instance.py +4 -4
- pulumi_gcp/compute/instance_from_template.py +6 -6
- pulumi_gcp/compute/instance_group_manager.py +18 -18
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/instance_group_named_port.py +4 -4
- pulumi_gcp/compute/instance_template.py +24 -24
- pulumi_gcp/compute/machine_image.py +6 -6
- pulumi_gcp/compute/managed_ssl_certificate.py +6 -6
- pulumi_gcp/compute/manged_ssl_certificate.py +6 -6
- pulumi_gcp/compute/network_attachment.py +4 -4
- pulumi_gcp/compute/network_endpoint.py +4 -4
- pulumi_gcp/compute/network_endpoint_list.py +12 -12
- pulumi_gcp/compute/network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/network_peering_routes_config.py +18 -18
- pulumi_gcp/compute/node_group.py +12 -12
- pulumi_gcp/compute/organization_security_policy_association.py +8 -8
- pulumi_gcp/compute/organization_security_policy_rule.py +8 -8
- pulumi_gcp/compute/packet_mirroring.py +8 -8
- pulumi_gcp/compute/per_instance_config.py +8 -8
- pulumi_gcp/compute/region_autoscaler.py +18 -18
- pulumi_gcp/compute/region_backend_service.py +42 -42
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +18 -18
- pulumi_gcp/compute/region_network_endpoint.py +4 -4
- pulumi_gcp/compute/region_network_endpoint_group.py +20 -20
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/region_per_instance_config.py +12 -12
- pulumi_gcp/compute/region_security_policy.py +2 -2
- pulumi_gcp/compute/region_security_policy_rule.py +32 -32
- pulumi_gcp/compute/region_target_http_proxy.py +10 -10
- pulumi_gcp/compute/region_target_https_proxy.py +28 -28
- pulumi_gcp/compute/region_url_map.py +314 -314
- pulumi_gcp/compute/reservation.py +6 -6
- pulumi_gcp/compute/resource_policy.py +56 -56
- pulumi_gcp/compute/router.py +6 -6
- pulumi_gcp/compute/router_nat.py +16 -16
- pulumi_gcp/compute/router_peer.py +16 -16
- pulumi_gcp/compute/security_policy.py +54 -54
- pulumi_gcp/compute/security_policy_rule.py +20 -20
- pulumi_gcp/compute/service_attachment.py +12 -12
- pulumi_gcp/compute/subnetwork.py +8 -8
- pulumi_gcp/compute/target_grpc_proxy.py +66 -66
- pulumi_gcp/compute/target_http_proxy.py +16 -16
- pulumi_gcp/compute/target_https_proxy.py +40 -40
- pulumi_gcp/compute/target_instance.py +10 -10
- pulumi_gcp/compute/url_map.py +324 -324
- pulumi_gcp/container/attached_cluster.py +20 -20
- pulumi_gcp/container/aws_cluster.py +176 -176
- pulumi_gcp/container/aws_node_pool.py +288 -288
- pulumi_gcp/container/azure_cluster.py +34 -34
- pulumi_gcp/container/azure_node_pool.py +38 -38
- pulumi_gcp/container/cluster.py +10 -10
- pulumi_gcp/container/node_pool.py +18 -18
- pulumi_gcp/containeranalysis/note.py +4 -4
- pulumi_gcp/databasemigrationservice/connection_profile.py +60 -60
- pulumi_gcp/databasemigrationservice/private_connection.py +2 -2
- pulumi_gcp/datacatalog/entry.py +2 -2
- pulumi_gcp/datacatalog/tag.py +112 -112
- pulumi_gcp/datacatalog/tag_template.py +28 -28
- pulumi_gcp/dataflow/pipeline.py +32 -32
- pulumi_gcp/dataform/repository.py +10 -10
- pulumi_gcp/dataform/repository_release_config.py +24 -24
- pulumi_gcp/dataform/repository_workflow_config.py +36 -36
- pulumi_gcp/datafusion/instance.py +14 -14
- pulumi_gcp/dataloss/prevention_deidentify_template.py +66 -66
- pulumi_gcp/dataloss/prevention_inspect_template.py +124 -124
- pulumi_gcp/dataloss/prevention_job_trigger.py +292 -292
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -10
- pulumi_gcp/dataplex/asset.py +2 -2
- pulumi_gcp/dataplex/datascan.py +76 -76
- pulumi_gcp/dataplex/task.py +64 -64
- pulumi_gcp/dataplex/zone.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy.py +14 -14
- pulumi_gcp/dataproc/cluster.py +58 -58
- pulumi_gcp/dataproc/job.py +18 -18
- pulumi_gcp/dataproc/metastore_federation.py +10 -10
- pulumi_gcp/dataproc/metastore_service.py +52 -52
- pulumi_gcp/dataproc/workflow_template.py +52 -52
- pulumi_gcp/datastream/connection_profile.py +18 -18
- pulumi_gcp/datastream/stream.py +222 -222
- pulumi_gcp/diagflow/cx_agent.py +22 -22
- pulumi_gcp/diagflow/cx_entity_type.py +2 -2
- pulumi_gcp/diagflow/cx_environment.py +2 -2
- pulumi_gcp/diagflow/cx_flow.py +98 -98
- pulumi_gcp/diagflow/cx_intent.py +6 -6
- pulumi_gcp/diagflow/cx_page.py +154 -154
- pulumi_gcp/diagflow/cx_security_settings.py +22 -22
- pulumi_gcp/diagflow/cx_test_case.py +46 -46
- pulumi_gcp/diagflow/cx_version.py +2 -2
- pulumi_gcp/diagflow/cx_webhook.py +2 -2
- pulumi_gcp/diagflow/fulfillment.py +2 -2
- pulumi_gcp/discoveryengine/chat_engine.py +8 -8
- pulumi_gcp/discoveryengine/data_store.py +12 -12
- pulumi_gcp/dns/get_keys.py +2 -2
- pulumi_gcp/dns/managed_zone.py +48 -48
- pulumi_gcp/dns/policy.py +12 -12
- pulumi_gcp/dns/record_set.py +20 -20
- pulumi_gcp/dns/response_policy.py +26 -26
- pulumi_gcp/dns/response_policy_rule.py +6 -6
- pulumi_gcp/edgecontainer/cluster.py +32 -32
- pulumi_gcp/edgecontainer/node_pool.py +28 -28
- pulumi_gcp/edgecontainer/vpn_connection.py +6 -6
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +20 -20
- pulumi_gcp/eventarc/trigger.py +10 -10
- pulumi_gcp/filestore/backup.py +4 -4
- pulumi_gcp/filestore/instance.py +28 -28
- pulumi_gcp/filestore/snapshot.py +4 -4
- pulumi_gcp/firebase/android_app.py +8 -8
- pulumi_gcp/firebase/apple_app.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +34 -34
- pulumi_gcp/firebase/hosting_custom_domain.py +2 -2
- pulumi_gcp/firebase/hosting_release.py +4 -4
- pulumi_gcp/firebase/hosting_version.py +4 -4
- pulumi_gcp/firebase/web_app.py +4 -4
- pulumi_gcp/firestore/database.py +4 -4
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/firestore/index.py +16 -16
- pulumi_gcp/folder/access_approval_settings.py +4 -4
- pulumi_gcp/folder/iam_audit_config.py +12 -12
- pulumi_gcp/folder/iam_member.py +12 -12
- pulumi_gcp/folder/iam_policy.py +12 -12
- pulumi_gcp/folder/organization_policy.py +2 -2
- pulumi_gcp/gkebackup/backup_plan.py +130 -130
- pulumi_gcp/gkebackup/restore_plan.py +262 -262
- pulumi_gcp/gkehub/feature.py +90 -90
- pulumi_gcp/gkehub/feature_membership.py +66 -66
- pulumi_gcp/gkehub/fleet.py +4 -4
- pulumi_gcp/gkehub/membership.py +14 -14
- pulumi_gcp/gkehub/membership_binding.py +4 -4
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +6 -6
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +100 -100
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +182 -182
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +100 -100
- pulumi_gcp/gkeonprem/v_mware_cluster.py +112 -112
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +24 -24
- pulumi_gcp/healthcare/dataset.py +2 -2
- pulumi_gcp/healthcare/dicom_store.py +10 -10
- pulumi_gcp/healthcare/fhir_store.py +22 -22
- pulumi_gcp/healthcare/hl7_store.py +10 -10
- pulumi_gcp/iam/access_boundary_policy.py +16 -16
- pulumi_gcp/iam/deny_policy.py +18 -18
- pulumi_gcp/iam/workforce_pool.py +4 -4
- pulumi_gcp/iam/workforce_pool_provider.py +84 -84
- pulumi_gcp/iam/workload_identity_pool_provider.py +20 -20
- pulumi_gcp/identityplatform/config.py +32 -32
- pulumi_gcp/identityplatform/inbound_saml_config.py +14 -14
- pulumi_gcp/identityplatform/project_default_config.py +10 -10
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +14 -14
- pulumi_gcp/integrationconnectors/connection.py +132 -132
- pulumi_gcp/integrationconnectors/managed_zone.py +2 -2
- pulumi_gcp/kms/ekm_connection.py +6 -6
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +4 -4
- pulumi_gcp/kms/secret_ciphertext.py +4 -4
- pulumi_gcp/logging/folder_bucket_config.py +2 -2
- pulumi_gcp/logging/metric.py +28 -28
- pulumi_gcp/logging/organization_bucket_config.py +2 -2
- pulumi_gcp/logging/project_bucket_config.py +4 -4
- pulumi_gcp/looker/instance.py +38 -38
- pulumi_gcp/managedkafka/cluster.py +18 -18
- pulumi_gcp/managedkafka/topic.py +8 -8
- pulumi_gcp/memcache/instance.py +8 -8
- pulumi_gcp/migrationcenter/preference_set.py +46 -46
- pulumi_gcp/monitoring/alert_policy.py +42 -42
- pulumi_gcp/monitoring/custom_service.py +2 -2
- pulumi_gcp/monitoring/generic_service.py +4 -4
- pulumi_gcp/monitoring/get_app_engine_service.py +2 -2
- pulumi_gcp/monitoring/get_notification_channel.py +8 -8
- pulumi_gcp/monitoring/metric_descriptor.py +10 -10
- pulumi_gcp/monitoring/notification_channel.py +2 -2
- pulumi_gcp/monitoring/slo.py +28 -28
- pulumi_gcp/monitoring/uptime_check_config.py +66 -66
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/netapp/volume_replication.py +6 -6
- pulumi_gcp/networkconnectivity/policy_based_route.py +10 -10
- pulumi_gcp/networkconnectivity/spoke.py +16 -16
- pulumi_gcp/networkmanagement/connectivity_test.py +18 -18
- pulumi_gcp/networksecurity/authorization_policy.py +10 -10
- pulumi_gcp/networksecurity/client_tls_policy.py +12 -12
- pulumi_gcp/networksecurity/gateway_security_policy.py +42 -42
- pulumi_gcp/networksecurity/security_profile.py +6 -6
- pulumi_gcp/networksecurity/server_tls_policy.py +36 -36
- pulumi_gcp/networksecurity/tls_inspection_policy.py +92 -92
- pulumi_gcp/networkservices/edge_cache_keyset.py +2 -2
- pulumi_gcp/networkservices/edge_cache_origin.py +30 -30
- pulumi_gcp/networkservices/edge_cache_service.py +260 -260
- pulumi_gcp/networkservices/endpoint_policy.py +14 -14
- pulumi_gcp/networkservices/gateway.py +8 -8
- pulumi_gcp/networkservices/grpc_route.py +36 -36
- pulumi_gcp/networkservices/http_route.py +148 -148
- pulumi_gcp/networkservices/service_lb_policies.py +2 -2
- pulumi_gcp/networkservices/tcp_route.py +16 -16
- pulumi_gcp/networkservices/tls_route.py +12 -12
- pulumi_gcp/notebooks/instance.py +10 -10
- pulumi_gcp/notebooks/runtime.py +90 -90
- pulumi_gcp/organizations/access_approval_settings.py +8 -8
- pulumi_gcp/organizations/iam_audit_config.py +4 -4
- pulumi_gcp/organizations/iam_member.py +12 -12
- pulumi_gcp/organizations/iam_policy.py +12 -12
- pulumi_gcp/organizations/policy.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +12 -12
- pulumi_gcp/osconfig/guest_policies.py +28 -28
- pulumi_gcp/osconfig/os_policy_assignment.py +42 -42
- pulumi_gcp/osconfig/patch_deployment.py +70 -70
- pulumi_gcp/privilegedaccessmanager/entitlement.py +20 -20
- pulumi_gcp/projects/access_approval_settings.py +6 -6
- pulumi_gcp/projects/api_key.py +28 -28
- pulumi_gcp/projects/iam_audit_config.py +12 -12
- pulumi_gcp/projects/iam_binding.py +12 -12
- pulumi_gcp/projects/iam_member.py +12 -12
- pulumi_gcp/projects/iam_policy.py +12 -12
- pulumi_gcp/projects/organization_policy.py +2 -2
- pulumi_gcp/pubsub/lite_subscription.py +8 -8
- pulumi_gcp/pubsub/lite_topic.py +8 -8
- pulumi_gcp/pubsub/subscription.py +50 -50
- pulumi_gcp/pubsub/topic.py +12 -12
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +54 -54
- pulumi_gcp/redis/instance.py +8 -8
- pulumi_gcp/secretmanager/secret.py +6 -6
- pulumi_gcp/secretmanager/secret_version.py +6 -6
- pulumi_gcp/securesourcemanager/instance.py +30 -30
- pulumi_gcp/securesourcemanager/repository.py +2 -2
- pulumi_gcp/securitycenter/folder_custom_module.py +12 -12
- pulumi_gcp/securitycenter/instance_iam_binding.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_member.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_policy.py +14 -14
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/organization_custom_module.py +12 -12
- pulumi_gcp/securitycenter/project_custom_module.py +12 -12
- pulumi_gcp/securityposture/posture.py +52 -52
- pulumi_gcp/sourcerepo/repository.py +4 -4
- pulumi_gcp/spanner/instance.py +12 -12
- pulumi_gcp/sql/database_instance.py +28 -28
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/storage/bucket.py +12 -12
- pulumi_gcp/storage/get_project_service_account.py +2 -2
- pulumi_gcp/storage/insights_report_config.py +16 -16
- pulumi_gcp/storage/transfer_agent_pool.py +2 -2
- pulumi_gcp/storage/transfer_job.py +38 -38
- pulumi_gcp/tpu/v2_vm.py +8 -8
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +16 -16
- pulumi_gcp/vertex/ai_endpoint.py +2 -2
- pulumi_gcp/vertex/ai_feature_group.py +6 -6
- pulumi_gcp/vertex/ai_feature_group_feature.py +6 -6
- pulumi_gcp/vertex/ai_feature_online_store.py +22 -22
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +76 -76
- pulumi_gcp/vertex/ai_feature_store.py +14 -14
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +30 -30
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +12 -12
- pulumi_gcp/vertex/ai_index.py +28 -28
- pulumi_gcp/vertex/ai_index_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_tensorboard.py +2 -2
- pulumi_gcp/vmwareengine/cluster.py +36 -36
- pulumi_gcp/vmwareengine/external_access_rule.py +20 -20
- pulumi_gcp/vmwareengine/external_address.py +12 -12
- pulumi_gcp/vmwareengine/private_cloud.py +26 -26
- pulumi_gcp/vmwareengine/subnet.py +12 -12
- pulumi_gcp/workbench/instance.py +66 -66
- pulumi_gcp/workstations/workstation.py +8 -8
- pulumi_gcp/workstations/workstation_cluster.py +4 -4
- pulumi_gcp/workstations/workstation_config.py +122 -122
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/RECORD +367 -367
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/top_level.txt +0 -0
@@ -368,10 +368,10 @@ class AndroidApp(pulumi.CustomResource):
|
|
368
368
|
display_name="Display Name",
|
369
369
|
project="my-project-name",
|
370
370
|
restrictions={
|
371
|
-
"
|
372
|
-
"
|
373
|
-
"
|
374
|
-
"
|
371
|
+
"android_key_restrictions": {
|
372
|
+
"allowed_applications": [{
|
373
|
+
"package_name": "android.package.app",
|
374
|
+
"sha1_fingerprint": "2145bdf698b8715039bd0e83f2069bed435ac21c",
|
375
375
|
}],
|
376
376
|
},
|
377
377
|
})
|
@@ -469,10 +469,10 @@ class AndroidApp(pulumi.CustomResource):
|
|
469
469
|
display_name="Display Name",
|
470
470
|
project="my-project-name",
|
471
471
|
restrictions={
|
472
|
-
"
|
473
|
-
"
|
474
|
-
"
|
475
|
-
"
|
472
|
+
"android_key_restrictions": {
|
473
|
+
"allowed_applications": [{
|
474
|
+
"package_name": "android.package.app",
|
475
|
+
"sha1_fingerprint": "2145bdf698b8715039bd0e83f2069bed435ac21c",
|
476
476
|
}],
|
477
477
|
},
|
478
478
|
})
|
pulumi_gcp/firebase/apple_app.py
CHANGED
@@ -344,8 +344,8 @@ class AppleApp(pulumi.CustomResource):
|
|
344
344
|
display_name="Display Name Full",
|
345
345
|
project="my-project-name",
|
346
346
|
restrictions={
|
347
|
-
"
|
348
|
-
"
|
347
|
+
"ios_key_restrictions": {
|
348
|
+
"allowed_bundle_ids": ["apple.app.12345"],
|
349
349
|
},
|
350
350
|
})
|
351
351
|
full = gcp.firebase.AppleApp("full",
|
@@ -439,8 +439,8 @@ class AppleApp(pulumi.CustomResource):
|
|
439
439
|
display_name="Display Name Full",
|
440
440
|
project="my-project-name",
|
441
441
|
restrictions={
|
442
|
-
"
|
443
|
-
"
|
442
|
+
"ios_key_restrictions": {
|
443
|
+
"allowed_bundle_ids": ["apple.app.12345"],
|
444
444
|
},
|
445
445
|
})
|
446
446
|
full = gcp.firebase.AppleApp("full",
|
@@ -330,26 +330,26 @@ class ExtensionsInstance(pulumi.CustomResource):
|
|
330
330
|
project="my-project-name",
|
331
331
|
instance_id="storage-resize-images",
|
332
332
|
config={
|
333
|
-
"
|
334
|
-
"
|
333
|
+
"extension_ref": "firebase/storage-resize-images",
|
334
|
+
"extension_version": "0.2.2",
|
335
335
|
"params": {
|
336
|
-
"
|
337
|
-
"
|
338
|
-
"
|
339
|
-
"
|
340
|
-
"
|
341
|
-
"
|
342
|
-
"
|
343
|
-
"
|
336
|
+
"delet_e__origina_l__file": "false",
|
337
|
+
"mak_e__public": "false",
|
338
|
+
"imag_e__type": "false",
|
339
|
+
"i_s__animated": "true",
|
340
|
+
"functio_n__memory": "1024",
|
341
|
+
"d_o__backfill": "false",
|
342
|
+
"im_g__sizes": "200x200",
|
343
|
+
"im_g__bucket": images.name,
|
344
344
|
},
|
345
|
-
"
|
346
|
-
"
|
347
|
-
"
|
348
|
-
"
|
349
|
-
"
|
345
|
+
"system_params": {
|
346
|
+
"firebaseextensions_v1beta_function_location": "",
|
347
|
+
"firebaseextensions_v1beta_function_max_instances": "3000",
|
348
|
+
"firebaseextensions_v1beta_function_min_instances": "0",
|
349
|
+
"firebaseextensions_v1beta_function_vpc_connector_egress_settings": "VPC_CONNECTOR_EGRESS_SETTINGS_UNSPECIFIED",
|
350
350
|
},
|
351
|
-
"
|
352
|
-
"
|
351
|
+
"allowed_event_types": ["firebase.extensions.storage-resize-images.v1.onCompletion"],
|
352
|
+
"eventarc_channel": "projects/my-project-name/locations//channels/firebase",
|
353
353
|
})
|
354
354
|
```
|
355
355
|
|
@@ -409,26 +409,26 @@ class ExtensionsInstance(pulumi.CustomResource):
|
|
409
409
|
project="my-project-name",
|
410
410
|
instance_id="storage-resize-images",
|
411
411
|
config={
|
412
|
-
"
|
413
|
-
"
|
412
|
+
"extension_ref": "firebase/storage-resize-images",
|
413
|
+
"extension_version": "0.2.2",
|
414
414
|
"params": {
|
415
|
-
"
|
416
|
-
"
|
417
|
-
"
|
418
|
-
"
|
419
|
-
"
|
420
|
-
"
|
421
|
-
"
|
422
|
-
"
|
415
|
+
"delet_e__origina_l__file": "false",
|
416
|
+
"mak_e__public": "false",
|
417
|
+
"imag_e__type": "false",
|
418
|
+
"i_s__animated": "true",
|
419
|
+
"functio_n__memory": "1024",
|
420
|
+
"d_o__backfill": "false",
|
421
|
+
"im_g__sizes": "200x200",
|
422
|
+
"im_g__bucket": images.name,
|
423
423
|
},
|
424
|
-
"
|
425
|
-
"
|
426
|
-
"
|
427
|
-
"
|
428
|
-
"
|
424
|
+
"system_params": {
|
425
|
+
"firebaseextensions_v1beta_function_location": "",
|
426
|
+
"firebaseextensions_v1beta_function_max_instances": "3000",
|
427
|
+
"firebaseextensions_v1beta_function_min_instances": "0",
|
428
|
+
"firebaseextensions_v1beta_function_vpc_connector_egress_settings": "VPC_CONNECTOR_EGRESS_SETTINGS_UNSPECIFIED",
|
429
429
|
},
|
430
|
-
"
|
431
|
-
"
|
430
|
+
"allowed_event_types": ["firebase.extensions.storage-resize-images.v1.onCompletion"],
|
431
|
+
"eventarc_channel": "projects/my-project-name/locations//channels/firebase",
|
432
432
|
})
|
433
433
|
```
|
434
434
|
|
@@ -648,7 +648,7 @@ class HostingCustomDomain(pulumi.CustomResource):
|
|
648
648
|
"rewrites": [{
|
649
649
|
"glob": "/hello/**",
|
650
650
|
"run": {
|
651
|
-
"
|
651
|
+
"service_id": default_service.name,
|
652
652
|
"region": default_service.location,
|
653
653
|
},
|
654
654
|
}],
|
@@ -774,7 +774,7 @@ class HostingCustomDomain(pulumi.CustomResource):
|
|
774
774
|
"rewrites": [{
|
775
775
|
"glob": "/hello/**",
|
776
776
|
"run": {
|
777
|
-
"
|
777
|
+
"service_id": default_service.name,
|
778
778
|
"region": default_service.location,
|
779
779
|
},
|
780
780
|
}],
|
@@ -303,7 +303,7 @@ class HostingRelease(pulumi.CustomResource):
|
|
303
303
|
config={
|
304
304
|
"redirects": [{
|
305
305
|
"glob": "/google/**",
|
306
|
-
"
|
306
|
+
"status_code": 302,
|
307
307
|
"location": "https://www.google.com",
|
308
308
|
}],
|
309
309
|
})
|
@@ -326,7 +326,7 @@ class HostingRelease(pulumi.CustomResource):
|
|
326
326
|
config={
|
327
327
|
"redirects": [{
|
328
328
|
"glob": "/google/**",
|
329
|
-
"
|
329
|
+
"status_code": 302,
|
330
330
|
"location": "https://www.google.com",
|
331
331
|
}],
|
332
332
|
})
|
@@ -427,7 +427,7 @@ class HostingRelease(pulumi.CustomResource):
|
|
427
427
|
config={
|
428
428
|
"redirects": [{
|
429
429
|
"glob": "/google/**",
|
430
|
-
"
|
430
|
+
"status_code": 302,
|
431
431
|
"location": "https://www.google.com",
|
432
432
|
}],
|
433
433
|
})
|
@@ -450,7 +450,7 @@ class HostingRelease(pulumi.CustomResource):
|
|
450
450
|
config={
|
451
451
|
"redirects": [{
|
452
452
|
"glob": "/google/**",
|
453
|
-
"
|
453
|
+
"status_code": 302,
|
454
454
|
"location": "https://www.google.com",
|
455
455
|
}],
|
456
456
|
})
|
@@ -172,7 +172,7 @@ class HostingVersion(pulumi.CustomResource):
|
|
172
172
|
config={
|
173
173
|
"redirects": [{
|
174
174
|
"glob": "/google/**",
|
175
|
-
"
|
175
|
+
"status_code": 302,
|
176
176
|
"location": "https://www.google.com",
|
177
177
|
}],
|
178
178
|
})
|
@@ -228,7 +228,7 @@ class HostingVersion(pulumi.CustomResource):
|
|
228
228
|
"rewrites": [{
|
229
229
|
"glob": "/hello/**",
|
230
230
|
"run": {
|
231
|
-
"
|
231
|
+
"service_id": default_service.name,
|
232
232
|
"region": default_service.location,
|
233
233
|
},
|
234
234
|
}],
|
@@ -330,7 +330,7 @@ class HostingVersion(pulumi.CustomResource):
|
|
330
330
|
config={
|
331
331
|
"redirects": [{
|
332
332
|
"glob": "/google/**",
|
333
|
-
"
|
333
|
+
"status_code": 302,
|
334
334
|
"location": "https://www.google.com",
|
335
335
|
}],
|
336
336
|
})
|
@@ -386,7 +386,7 @@ class HostingVersion(pulumi.CustomResource):
|
|
386
386
|
"rewrites": [{
|
387
387
|
"glob": "/hello/**",
|
388
388
|
"run": {
|
389
|
-
"
|
389
|
+
"service_id": default_service.name,
|
390
390
|
"region": default_service.location,
|
391
391
|
},
|
392
392
|
}],
|
pulumi_gcp/firebase/web_app.py
CHANGED
@@ -259,8 +259,8 @@ class WebApp(pulumi.CustomResource):
|
|
259
259
|
name="api-key",
|
260
260
|
display_name="Display Name",
|
261
261
|
restrictions={
|
262
|
-
"
|
263
|
-
"
|
262
|
+
"browser_key_restrictions": {
|
263
|
+
"allowed_referrers": ["*"],
|
264
264
|
},
|
265
265
|
})
|
266
266
|
default = gcp.firebase.WebApp("default",
|
@@ -346,8 +346,8 @@ class WebApp(pulumi.CustomResource):
|
|
346
346
|
name="api-key",
|
347
347
|
display_name="Display Name",
|
348
348
|
restrictions={
|
349
|
-
"
|
350
|
-
"
|
349
|
+
"browser_key_restrictions": {
|
350
|
+
"allowed_referrers": ["*"],
|
351
351
|
},
|
352
352
|
})
|
353
353
|
default = gcp.firebase.WebApp("default",
|
pulumi_gcp/firestore/database.py
CHANGED
@@ -655,7 +655,7 @@ class Database(pulumi.CustomResource):
|
|
655
655
|
delete_protection_state="DELETE_PROTECTION_ENABLED",
|
656
656
|
deletion_policy="DELETE",
|
657
657
|
cmek_config={
|
658
|
-
"
|
658
|
+
"kms_key_name": crypto_key.id,
|
659
659
|
},
|
660
660
|
opts = pulumi.ResourceOptions(depends_on=[firestore_cmek_keyuser]))
|
661
661
|
```
|
@@ -717,7 +717,7 @@ class Database(pulumi.CustomResource):
|
|
717
717
|
delete_protection_state="DELETE_PROTECTION_ENABLED",
|
718
718
|
deletion_policy="DELETE",
|
719
719
|
cmek_config={
|
720
|
-
"
|
720
|
+
"kms_key_name": crypto_key.id,
|
721
721
|
},
|
722
722
|
opts = pulumi.ResourceOptions(depends_on=[firestore_cmek_keyuser]))
|
723
723
|
```
|
@@ -862,7 +862,7 @@ class Database(pulumi.CustomResource):
|
|
862
862
|
delete_protection_state="DELETE_PROTECTION_ENABLED",
|
863
863
|
deletion_policy="DELETE",
|
864
864
|
cmek_config={
|
865
|
-
"
|
865
|
+
"kms_key_name": crypto_key.id,
|
866
866
|
},
|
867
867
|
opts = pulumi.ResourceOptions(depends_on=[firestore_cmek_keyuser]))
|
868
868
|
```
|
@@ -924,7 +924,7 @@ class Database(pulumi.CustomResource):
|
|
924
924
|
delete_protection_state="DELETE_PROTECTION_ENABLED",
|
925
925
|
deletion_policy="DELETE",
|
926
926
|
cmek_config={
|
927
|
-
"
|
927
|
+
"kms_key_name": crypto_key.id,
|
928
928
|
},
|
929
929
|
opts = pulumi.ResourceOptions(depends_on=[firestore_cmek_keyuser]))
|
930
930
|
```
|
pulumi_gcp/firestore/field.py
CHANGED
@@ -330,10 +330,10 @@ class Field(pulumi.CustomResource):
|
|
330
330
|
"indexes": [
|
331
331
|
{
|
332
332
|
"order": "ASCENDING",
|
333
|
-
"
|
333
|
+
"query_scope": "COLLECTION_GROUP",
|
334
334
|
},
|
335
335
|
{
|
336
|
-
"
|
336
|
+
"array_config": "CONTAINS",
|
337
337
|
},
|
338
338
|
],
|
339
339
|
})
|
@@ -386,7 +386,7 @@ class Field(pulumi.CustomResource):
|
|
386
386
|
"order": "DESCENDING",
|
387
387
|
},
|
388
388
|
{
|
389
|
-
"
|
389
|
+
"array_config": "CONTAINS",
|
390
390
|
},
|
391
391
|
],
|
392
392
|
})
|
@@ -468,10 +468,10 @@ class Field(pulumi.CustomResource):
|
|
468
468
|
"indexes": [
|
469
469
|
{
|
470
470
|
"order": "ASCENDING",
|
471
|
-
"
|
471
|
+
"query_scope": "COLLECTION_GROUP",
|
472
472
|
},
|
473
473
|
{
|
474
|
-
"
|
474
|
+
"array_config": "CONTAINS",
|
475
475
|
},
|
476
476
|
],
|
477
477
|
})
|
@@ -524,7 +524,7 @@ class Field(pulumi.CustomResource):
|
|
524
524
|
"order": "DESCENDING",
|
525
525
|
},
|
526
526
|
{
|
527
|
-
"
|
527
|
+
"array_config": "CONTAINS",
|
528
528
|
},
|
529
529
|
],
|
530
530
|
})
|
pulumi_gcp/firestore/index.py
CHANGED
@@ -314,11 +314,11 @@ class Index(pulumi.CustomResource):
|
|
314
314
|
collection="atestcollection",
|
315
315
|
fields=[
|
316
316
|
{
|
317
|
-
"
|
317
|
+
"field_path": "name",
|
318
318
|
"order": "ASCENDING",
|
319
319
|
},
|
320
320
|
{
|
321
|
-
"
|
321
|
+
"field_path": "description",
|
322
322
|
"order": "DESCENDING",
|
323
323
|
},
|
324
324
|
])
|
@@ -344,11 +344,11 @@ class Index(pulumi.CustomResource):
|
|
344
344
|
api_scope="DATASTORE_MODE_API",
|
345
345
|
fields=[
|
346
346
|
{
|
347
|
-
"
|
347
|
+
"field_path": "name",
|
348
348
|
"order": "ASCENDING",
|
349
349
|
},
|
350
350
|
{
|
351
|
-
"
|
351
|
+
"field_path": "description",
|
352
352
|
"order": "DESCENDING",
|
353
353
|
},
|
354
354
|
])
|
@@ -372,16 +372,16 @@ class Index(pulumi.CustomResource):
|
|
372
372
|
collection="atestcollection",
|
373
373
|
fields=[
|
374
374
|
{
|
375
|
-
"
|
375
|
+
"field_path": "field_name",
|
376
376
|
"order": "ASCENDING",
|
377
377
|
},
|
378
378
|
{
|
379
|
-
"
|
379
|
+
"field_path": "__name__",
|
380
380
|
"order": "ASCENDING",
|
381
381
|
},
|
382
382
|
{
|
383
|
-
"
|
384
|
-
"
|
383
|
+
"field_path": "description",
|
384
|
+
"vector_config": {
|
385
385
|
"dimension": 128,
|
386
386
|
"flat": {},
|
387
387
|
},
|
@@ -462,11 +462,11 @@ class Index(pulumi.CustomResource):
|
|
462
462
|
collection="atestcollection",
|
463
463
|
fields=[
|
464
464
|
{
|
465
|
-
"
|
465
|
+
"field_path": "name",
|
466
466
|
"order": "ASCENDING",
|
467
467
|
},
|
468
468
|
{
|
469
|
-
"
|
469
|
+
"field_path": "description",
|
470
470
|
"order": "DESCENDING",
|
471
471
|
},
|
472
472
|
])
|
@@ -492,11 +492,11 @@ class Index(pulumi.CustomResource):
|
|
492
492
|
api_scope="DATASTORE_MODE_API",
|
493
493
|
fields=[
|
494
494
|
{
|
495
|
-
"
|
495
|
+
"field_path": "name",
|
496
496
|
"order": "ASCENDING",
|
497
497
|
},
|
498
498
|
{
|
499
|
-
"
|
499
|
+
"field_path": "description",
|
500
500
|
"order": "DESCENDING",
|
501
501
|
},
|
502
502
|
])
|
@@ -520,16 +520,16 @@ class Index(pulumi.CustomResource):
|
|
520
520
|
collection="atestcollection",
|
521
521
|
fields=[
|
522
522
|
{
|
523
|
-
"
|
523
|
+
"field_path": "field_name",
|
524
524
|
"order": "ASCENDING",
|
525
525
|
},
|
526
526
|
{
|
527
|
-
"
|
527
|
+
"field_path": "__name__",
|
528
528
|
"order": "ASCENDING",
|
529
529
|
},
|
530
530
|
{
|
531
|
-
"
|
532
|
-
"
|
531
|
+
"field_path": "description",
|
532
|
+
"vector_config": {
|
533
533
|
"dimension": 128,
|
534
534
|
"flat": {},
|
535
535
|
},
|
@@ -297,7 +297,7 @@ class AccessApprovalSettings(pulumi.CustomResource):
|
|
297
297
|
"example.user@example.com",
|
298
298
|
],
|
299
299
|
enrolled_services=[{
|
300
|
-
"
|
300
|
+
"cloud_product": "all",
|
301
301
|
}])
|
302
302
|
```
|
303
303
|
### Folder Access Approval Active Key Version
|
@@ -334,7 +334,7 @@ class AccessApprovalSettings(pulumi.CustomResource):
|
|
334
334
|
folder_id=my_folder.folder_id,
|
335
335
|
active_key_version=crypto_key_version.name,
|
336
336
|
enrolled_services=[{
|
337
|
-
"
|
337
|
+
"cloud_product": "all",
|
338
338
|
}],
|
339
339
|
opts = pulumi.ResourceOptions(depends_on=[iam]))
|
340
340
|
```
|
@@ -403,7 +403,7 @@ class AccessApprovalSettings(pulumi.CustomResource):
|
|
403
403
|
"example.user@example.com",
|
404
404
|
],
|
405
405
|
enrolled_services=[{
|
406
|
-
"
|
406
|
+
"cloud_product": "all",
|
407
407
|
}])
|
408
408
|
```
|
409
409
|
### Folder Access Approval Active Key Version
|
@@ -440,7 +440,7 @@ class AccessApprovalSettings(pulumi.CustomResource):
|
|
440
440
|
folder_id=my_folder.folder_id,
|
441
441
|
active_key_version=crypto_key_version.name,
|
442
442
|
enrolled_services=[{
|
443
|
-
"
|
443
|
+
"cloud_product": "all",
|
444
444
|
}],
|
445
445
|
opts = pulumi.ResourceOptions(depends_on=[iam]))
|
446
446
|
```
|
@@ -279,11 +279,11 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
279
279
|
service="allServices",
|
280
280
|
audit_log_configs=[
|
281
281
|
{
|
282
|
-
"
|
282
|
+
"log_type": "ADMIN_READ",
|
283
283
|
},
|
284
284
|
{
|
285
|
-
"
|
286
|
-
"
|
285
|
+
"log_type": "DATA_READ",
|
286
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
287
287
|
},
|
288
288
|
])
|
289
289
|
```
|
@@ -400,11 +400,11 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
400
400
|
service="allServices",
|
401
401
|
audit_log_configs=[
|
402
402
|
{
|
403
|
-
"
|
403
|
+
"log_type": "ADMIN_READ",
|
404
404
|
},
|
405
405
|
{
|
406
|
-
"
|
407
|
-
"
|
406
|
+
"log_type": "DATA_READ",
|
407
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
408
408
|
},
|
409
409
|
])
|
410
410
|
```
|
@@ -574,11 +574,11 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
574
574
|
service="allServices",
|
575
575
|
audit_log_configs=[
|
576
576
|
{
|
577
|
-
"
|
577
|
+
"log_type": "ADMIN_READ",
|
578
578
|
},
|
579
579
|
{
|
580
|
-
"
|
581
|
-
"
|
580
|
+
"log_type": "DATA_READ",
|
581
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
582
582
|
},
|
583
583
|
])
|
584
584
|
```
|
@@ -695,11 +695,11 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
695
695
|
service="allServices",
|
696
696
|
audit_log_configs=[
|
697
697
|
{
|
698
|
-
"
|
698
|
+
"log_type": "ADMIN_READ",
|
699
699
|
},
|
700
700
|
{
|
701
|
-
"
|
702
|
-
"
|
701
|
+
"log_type": "DATA_READ",
|
702
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
703
703
|
},
|
704
704
|
])
|
705
705
|
```
|
pulumi_gcp/folder/iam_member.py
CHANGED
@@ -344,11 +344,11 @@ class IAMMember(pulumi.CustomResource):
|
|
344
344
|
service="allServices",
|
345
345
|
audit_log_configs=[
|
346
346
|
{
|
347
|
-
"
|
347
|
+
"log_type": "ADMIN_READ",
|
348
348
|
},
|
349
349
|
{
|
350
|
-
"
|
351
|
-
"
|
350
|
+
"log_type": "DATA_READ",
|
351
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
352
352
|
},
|
353
353
|
])
|
354
354
|
```
|
@@ -465,11 +465,11 @@ class IAMMember(pulumi.CustomResource):
|
|
465
465
|
service="allServices",
|
466
466
|
audit_log_configs=[
|
467
467
|
{
|
468
|
-
"
|
468
|
+
"log_type": "ADMIN_READ",
|
469
469
|
},
|
470
470
|
{
|
471
|
-
"
|
472
|
-
"
|
471
|
+
"log_type": "DATA_READ",
|
472
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
473
473
|
},
|
474
474
|
])
|
475
475
|
```
|
@@ -648,11 +648,11 @@ class IAMMember(pulumi.CustomResource):
|
|
648
648
|
service="allServices",
|
649
649
|
audit_log_configs=[
|
650
650
|
{
|
651
|
-
"
|
651
|
+
"log_type": "ADMIN_READ",
|
652
652
|
},
|
653
653
|
{
|
654
|
-
"
|
655
|
-
"
|
654
|
+
"log_type": "DATA_READ",
|
655
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
656
656
|
},
|
657
657
|
])
|
658
658
|
```
|
@@ -769,11 +769,11 @@ class IAMMember(pulumi.CustomResource):
|
|
769
769
|
service="allServices",
|
770
770
|
audit_log_configs=[
|
771
771
|
{
|
772
|
-
"
|
772
|
+
"log_type": "ADMIN_READ",
|
773
773
|
},
|
774
774
|
{
|
775
|
-
"
|
776
|
-
"
|
775
|
+
"log_type": "DATA_READ",
|
776
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
777
777
|
},
|
778
778
|
])
|
779
779
|
```
|
pulumi_gcp/folder/iam_policy.py
CHANGED
@@ -273,11 +273,11 @@ class IAMPolicy(pulumi.CustomResource):
|
|
273
273
|
service="allServices",
|
274
274
|
audit_log_configs=[
|
275
275
|
{
|
276
|
-
"
|
276
|
+
"log_type": "ADMIN_READ",
|
277
277
|
},
|
278
278
|
{
|
279
|
-
"
|
280
|
-
"
|
279
|
+
"log_type": "DATA_READ",
|
280
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
281
281
|
},
|
282
282
|
])
|
283
283
|
```
|
@@ -394,11 +394,11 @@ class IAMPolicy(pulumi.CustomResource):
|
|
394
394
|
service="allServices",
|
395
395
|
audit_log_configs=[
|
396
396
|
{
|
397
|
-
"
|
397
|
+
"log_type": "ADMIN_READ",
|
398
398
|
},
|
399
399
|
{
|
400
|
-
"
|
401
|
-
"
|
400
|
+
"log_type": "DATA_READ",
|
401
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
402
402
|
},
|
403
403
|
])
|
404
404
|
```
|
@@ -574,11 +574,11 @@ class IAMPolicy(pulumi.CustomResource):
|
|
574
574
|
service="allServices",
|
575
575
|
audit_log_configs=[
|
576
576
|
{
|
577
|
-
"
|
577
|
+
"log_type": "ADMIN_READ",
|
578
578
|
},
|
579
579
|
{
|
580
|
-
"
|
581
|
-
"
|
580
|
+
"log_type": "DATA_READ",
|
581
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
582
582
|
},
|
583
583
|
])
|
584
584
|
```
|
@@ -695,11 +695,11 @@ class IAMPolicy(pulumi.CustomResource):
|
|
695
695
|
service="allServices",
|
696
696
|
audit_log_configs=[
|
697
697
|
{
|
698
|
-
"
|
698
|
+
"log_type": "ADMIN_READ",
|
699
699
|
},
|
700
700
|
{
|
701
|
-
"
|
702
|
-
"
|
701
|
+
"log_type": "DATA_READ",
|
702
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
703
703
|
},
|
704
704
|
])
|
705
705
|
```
|