pulumi-gcp 7.33.0a1721887782__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.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/RECORD +367 -367
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/top_level.txt +0 -0
@@ -451,7 +451,7 @@ class PatchDeployment(pulumi.CustomResource):
|
|
451
451
|
"all": True,
|
452
452
|
},
|
453
453
|
one_time_schedule={
|
454
|
-
"
|
454
|
+
"execute_time": "2999-10-10T10:10:10.045123456Z",
|
455
455
|
})
|
456
456
|
```
|
457
457
|
### Os Config Patch Deployment Daily
|
@@ -466,10 +466,10 @@ class PatchDeployment(pulumi.CustomResource):
|
|
466
466
|
"all": True,
|
467
467
|
},
|
468
468
|
recurring_schedule={
|
469
|
-
"
|
469
|
+
"time_zone": {
|
470
470
|
"id": "America/New_York",
|
471
471
|
},
|
472
|
-
"
|
472
|
+
"time_of_day": {
|
473
473
|
"hours": 0,
|
474
474
|
"minutes": 30,
|
475
475
|
"seconds": 30,
|
@@ -489,10 +489,10 @@ class PatchDeployment(pulumi.CustomResource):
|
|
489
489
|
"all": True,
|
490
490
|
},
|
491
491
|
recurring_schedule={
|
492
|
-
"
|
492
|
+
"time_zone": {
|
493
493
|
"id": "America/New_York",
|
494
494
|
},
|
495
|
-
"
|
495
|
+
"time_of_day": {
|
496
496
|
"hours": 0,
|
497
497
|
"minutes": 0,
|
498
498
|
"seconds": 0,
|
@@ -518,7 +518,7 @@ class PatchDeployment(pulumi.CustomResource):
|
|
518
518
|
"bar",
|
519
519
|
],
|
520
520
|
boot_disk={
|
521
|
-
"
|
521
|
+
"initialize_params": {
|
522
522
|
"image": my_image.self_link,
|
523
523
|
},
|
524
524
|
},
|
@@ -541,17 +541,17 @@ class PatchDeployment(pulumi.CustomResource):
|
|
541
541
|
},
|
542
542
|
},
|
543
543
|
recurring_schedule={
|
544
|
-
"
|
544
|
+
"time_zone": {
|
545
545
|
"id": "America/New_York",
|
546
546
|
},
|
547
|
-
"
|
547
|
+
"time_of_day": {
|
548
548
|
"hours": 0,
|
549
549
|
"minutes": 30,
|
550
550
|
"seconds": 30,
|
551
551
|
"nanos": 20,
|
552
552
|
},
|
553
553
|
"monthly": {
|
554
|
-
"
|
554
|
+
"month_day": 1,
|
555
555
|
},
|
556
556
|
})
|
557
557
|
```
|
@@ -564,21 +564,21 @@ class PatchDeployment(pulumi.CustomResource):
|
|
564
564
|
patch = gcp.osconfig.PatchDeployment("patch",
|
565
565
|
patch_deployment_id="patch-deploy",
|
566
566
|
instance_filter={
|
567
|
-
"
|
567
|
+
"group_labels": [{
|
568
568
|
"labels": {
|
569
569
|
"env": "dev",
|
570
570
|
"app": "web",
|
571
571
|
},
|
572
572
|
}],
|
573
|
-
"
|
573
|
+
"instance_name_prefixes": ["test-"],
|
574
574
|
"zones": [
|
575
575
|
"us-central1-a",
|
576
576
|
"us-central-1c",
|
577
577
|
],
|
578
578
|
},
|
579
579
|
patch_config={
|
580
|
-
"
|
581
|
-
"
|
580
|
+
"mig_instances_allowed": True,
|
581
|
+
"reboot_config": "ALWAYS",
|
582
582
|
"apt": {
|
583
583
|
"type": "DIST",
|
584
584
|
"excludes": ["python"],
|
@@ -594,7 +594,7 @@ class PatchDeployment(pulumi.CustomResource):
|
|
594
594
|
"zypper": {
|
595
595
|
"categories": ["security"],
|
596
596
|
},
|
597
|
-
"
|
597
|
+
"windows_update": {
|
598
598
|
"classifications": [
|
599
599
|
"CRITICAL",
|
600
600
|
"SECURITY",
|
@@ -602,36 +602,36 @@ class PatchDeployment(pulumi.CustomResource):
|
|
602
602
|
],
|
603
603
|
"excludes": ["5012170"],
|
604
604
|
},
|
605
|
-
"
|
606
|
-
"
|
607
|
-
"
|
605
|
+
"pre_step": {
|
606
|
+
"linux_exec_step_config": {
|
607
|
+
"allowed_success_codes": [
|
608
608
|
0,
|
609
609
|
3,
|
610
610
|
],
|
611
|
-
"
|
611
|
+
"local_path": "/tmp/pre_patch_script.sh",
|
612
612
|
},
|
613
|
-
"
|
613
|
+
"windows_exec_step_config": {
|
614
614
|
"interpreter": "SHELL",
|
615
|
-
"
|
615
|
+
"allowed_success_codes": [
|
616
616
|
0,
|
617
617
|
2,
|
618
618
|
],
|
619
|
-
"
|
619
|
+
"local_path": "C:\\\\Users\\\\user\\\\pre-patch-script.cmd",
|
620
620
|
},
|
621
621
|
},
|
622
|
-
"
|
623
|
-
"
|
624
|
-
"
|
622
|
+
"post_step": {
|
623
|
+
"linux_exec_step_config": {
|
624
|
+
"gcs_object": {
|
625
625
|
"bucket": "my-patch-scripts",
|
626
|
-
"
|
626
|
+
"generation_number": "1523477886880",
|
627
627
|
"object": "linux/post_patch_script",
|
628
628
|
},
|
629
629
|
},
|
630
|
-
"
|
630
|
+
"windows_exec_step_config": {
|
631
631
|
"interpreter": "POWERSHELL",
|
632
|
-
"
|
632
|
+
"gcs_object": {
|
633
633
|
"bucket": "my-patch-scripts",
|
634
|
-
"
|
634
|
+
"generation_number": "135920493447",
|
635
635
|
"object": "windows/post_patch_script.ps1",
|
636
636
|
},
|
637
637
|
},
|
@@ -639,26 +639,26 @@ class PatchDeployment(pulumi.CustomResource):
|
|
639
639
|
},
|
640
640
|
duration="10s",
|
641
641
|
recurring_schedule={
|
642
|
-
"
|
642
|
+
"time_zone": {
|
643
643
|
"id": "America/New_York",
|
644
644
|
},
|
645
|
-
"
|
645
|
+
"time_of_day": {
|
646
646
|
"hours": 0,
|
647
647
|
"minutes": 30,
|
648
648
|
"seconds": 30,
|
649
649
|
"nanos": 20,
|
650
650
|
},
|
651
651
|
"monthly": {
|
652
|
-
"
|
653
|
-
"
|
654
|
-
"
|
655
|
-
"
|
652
|
+
"week_day_of_month": {
|
653
|
+
"week_ordinal": -1,
|
654
|
+
"day_of_week": "TUESDAY",
|
655
|
+
"day_offset": 3,
|
656
656
|
},
|
657
657
|
},
|
658
658
|
},
|
659
659
|
rollout={
|
660
660
|
"mode": "ZONE_BY_ZONE",
|
661
|
-
"
|
661
|
+
"disruption_budget": {
|
662
662
|
"fixed": 1,
|
663
663
|
},
|
664
664
|
})
|
@@ -736,7 +736,7 @@ class PatchDeployment(pulumi.CustomResource):
|
|
736
736
|
"all": True,
|
737
737
|
},
|
738
738
|
one_time_schedule={
|
739
|
-
"
|
739
|
+
"execute_time": "2999-10-10T10:10:10.045123456Z",
|
740
740
|
})
|
741
741
|
```
|
742
742
|
### Os Config Patch Deployment Daily
|
@@ -751,10 +751,10 @@ class PatchDeployment(pulumi.CustomResource):
|
|
751
751
|
"all": True,
|
752
752
|
},
|
753
753
|
recurring_schedule={
|
754
|
-
"
|
754
|
+
"time_zone": {
|
755
755
|
"id": "America/New_York",
|
756
756
|
},
|
757
|
-
"
|
757
|
+
"time_of_day": {
|
758
758
|
"hours": 0,
|
759
759
|
"minutes": 30,
|
760
760
|
"seconds": 30,
|
@@ -774,10 +774,10 @@ class PatchDeployment(pulumi.CustomResource):
|
|
774
774
|
"all": True,
|
775
775
|
},
|
776
776
|
recurring_schedule={
|
777
|
-
"
|
777
|
+
"time_zone": {
|
778
778
|
"id": "America/New_York",
|
779
779
|
},
|
780
|
-
"
|
780
|
+
"time_of_day": {
|
781
781
|
"hours": 0,
|
782
782
|
"minutes": 0,
|
783
783
|
"seconds": 0,
|
@@ -803,7 +803,7 @@ class PatchDeployment(pulumi.CustomResource):
|
|
803
803
|
"bar",
|
804
804
|
],
|
805
805
|
boot_disk={
|
806
|
-
"
|
806
|
+
"initialize_params": {
|
807
807
|
"image": my_image.self_link,
|
808
808
|
},
|
809
809
|
},
|
@@ -826,17 +826,17 @@ class PatchDeployment(pulumi.CustomResource):
|
|
826
826
|
},
|
827
827
|
},
|
828
828
|
recurring_schedule={
|
829
|
-
"
|
829
|
+
"time_zone": {
|
830
830
|
"id": "America/New_York",
|
831
831
|
},
|
832
|
-
"
|
832
|
+
"time_of_day": {
|
833
833
|
"hours": 0,
|
834
834
|
"minutes": 30,
|
835
835
|
"seconds": 30,
|
836
836
|
"nanos": 20,
|
837
837
|
},
|
838
838
|
"monthly": {
|
839
|
-
"
|
839
|
+
"month_day": 1,
|
840
840
|
},
|
841
841
|
})
|
842
842
|
```
|
@@ -849,21 +849,21 @@ class PatchDeployment(pulumi.CustomResource):
|
|
849
849
|
patch = gcp.osconfig.PatchDeployment("patch",
|
850
850
|
patch_deployment_id="patch-deploy",
|
851
851
|
instance_filter={
|
852
|
-
"
|
852
|
+
"group_labels": [{
|
853
853
|
"labels": {
|
854
854
|
"env": "dev",
|
855
855
|
"app": "web",
|
856
856
|
},
|
857
857
|
}],
|
858
|
-
"
|
858
|
+
"instance_name_prefixes": ["test-"],
|
859
859
|
"zones": [
|
860
860
|
"us-central1-a",
|
861
861
|
"us-central-1c",
|
862
862
|
],
|
863
863
|
},
|
864
864
|
patch_config={
|
865
|
-
"
|
866
|
-
"
|
865
|
+
"mig_instances_allowed": True,
|
866
|
+
"reboot_config": "ALWAYS",
|
867
867
|
"apt": {
|
868
868
|
"type": "DIST",
|
869
869
|
"excludes": ["python"],
|
@@ -879,7 +879,7 @@ class PatchDeployment(pulumi.CustomResource):
|
|
879
879
|
"zypper": {
|
880
880
|
"categories": ["security"],
|
881
881
|
},
|
882
|
-
"
|
882
|
+
"windows_update": {
|
883
883
|
"classifications": [
|
884
884
|
"CRITICAL",
|
885
885
|
"SECURITY",
|
@@ -887,36 +887,36 @@ class PatchDeployment(pulumi.CustomResource):
|
|
887
887
|
],
|
888
888
|
"excludes": ["5012170"],
|
889
889
|
},
|
890
|
-
"
|
891
|
-
"
|
892
|
-
"
|
890
|
+
"pre_step": {
|
891
|
+
"linux_exec_step_config": {
|
892
|
+
"allowed_success_codes": [
|
893
893
|
0,
|
894
894
|
3,
|
895
895
|
],
|
896
|
-
"
|
896
|
+
"local_path": "/tmp/pre_patch_script.sh",
|
897
897
|
},
|
898
|
-
"
|
898
|
+
"windows_exec_step_config": {
|
899
899
|
"interpreter": "SHELL",
|
900
|
-
"
|
900
|
+
"allowed_success_codes": [
|
901
901
|
0,
|
902
902
|
2,
|
903
903
|
],
|
904
|
-
"
|
904
|
+
"local_path": "C:\\\\Users\\\\user\\\\pre-patch-script.cmd",
|
905
905
|
},
|
906
906
|
},
|
907
|
-
"
|
908
|
-
"
|
909
|
-
"
|
907
|
+
"post_step": {
|
908
|
+
"linux_exec_step_config": {
|
909
|
+
"gcs_object": {
|
910
910
|
"bucket": "my-patch-scripts",
|
911
|
-
"
|
911
|
+
"generation_number": "1523477886880",
|
912
912
|
"object": "linux/post_patch_script",
|
913
913
|
},
|
914
914
|
},
|
915
|
-
"
|
915
|
+
"windows_exec_step_config": {
|
916
916
|
"interpreter": "POWERSHELL",
|
917
|
-
"
|
917
|
+
"gcs_object": {
|
918
918
|
"bucket": "my-patch-scripts",
|
919
|
-
"
|
919
|
+
"generation_number": "135920493447",
|
920
920
|
"object": "windows/post_patch_script.ps1",
|
921
921
|
},
|
922
922
|
},
|
@@ -924,26 +924,26 @@ class PatchDeployment(pulumi.CustomResource):
|
|
924
924
|
},
|
925
925
|
duration="10s",
|
926
926
|
recurring_schedule={
|
927
|
-
"
|
927
|
+
"time_zone": {
|
928
928
|
"id": "America/New_York",
|
929
929
|
},
|
930
|
-
"
|
930
|
+
"time_of_day": {
|
931
931
|
"hours": 0,
|
932
932
|
"minutes": 30,
|
933
933
|
"seconds": 30,
|
934
934
|
"nanos": 20,
|
935
935
|
},
|
936
936
|
"monthly": {
|
937
|
-
"
|
938
|
-
"
|
939
|
-
"
|
940
|
-
"
|
937
|
+
"week_day_of_month": {
|
938
|
+
"week_ordinal": -1,
|
939
|
+
"day_of_week": "TUESDAY",
|
940
|
+
"day_offset": 3,
|
941
941
|
},
|
942
942
|
},
|
943
943
|
},
|
944
944
|
rollout={
|
945
945
|
"mode": "ZONE_BY_ZONE",
|
946
|
-
"
|
946
|
+
"disruption_budget": {
|
947
947
|
"fixed": 1,
|
948
948
|
},
|
949
949
|
})
|
@@ -471,25 +471,25 @@ class Entitlement(pulumi.CustomResource):
|
|
471
471
|
"principals": ["group:test@google.com"],
|
472
472
|
}],
|
473
473
|
privileged_access={
|
474
|
-
"
|
475
|
-
"
|
474
|
+
"gcp_iam_access": {
|
475
|
+
"role_bindings": [{
|
476
476
|
"role": "roles/storage.admin",
|
477
|
-
"
|
477
|
+
"condition_expression": "request.time < timestamp(\\"2024-04-23T18:30:00.000Z\\")",
|
478
478
|
}],
|
479
479
|
"resource": "//cloudresourcemanager.googleapis.com/projects/my-project-name",
|
480
|
-
"
|
480
|
+
"resource_type": "cloudresourcemanager.googleapis.com/Project",
|
481
481
|
},
|
482
482
|
},
|
483
483
|
additional_notification_targets={
|
484
|
-
"
|
485
|
-
"
|
484
|
+
"admin_email_recipients": ["user@example.com"],
|
485
|
+
"requester_email_recipients": ["user@example.com"],
|
486
486
|
},
|
487
487
|
approval_workflow={
|
488
|
-
"
|
489
|
-
"
|
488
|
+
"manual_approvals": {
|
489
|
+
"require_approver_justification": True,
|
490
490
|
"steps": [{
|
491
|
-
"
|
492
|
-
"
|
491
|
+
"approvals_needed": 1,
|
492
|
+
"approver_email_recipients": ["user@example.com"],
|
493
493
|
"approvers": {
|
494
494
|
"principals": ["group:test@google.com"],
|
495
495
|
},
|
@@ -559,25 +559,25 @@ class Entitlement(pulumi.CustomResource):
|
|
559
559
|
"principals": ["group:test@google.com"],
|
560
560
|
}],
|
561
561
|
privileged_access={
|
562
|
-
"
|
563
|
-
"
|
562
|
+
"gcp_iam_access": {
|
563
|
+
"role_bindings": [{
|
564
564
|
"role": "roles/storage.admin",
|
565
|
-
"
|
565
|
+
"condition_expression": "request.time < timestamp(\\"2024-04-23T18:30:00.000Z\\")",
|
566
566
|
}],
|
567
567
|
"resource": "//cloudresourcemanager.googleapis.com/projects/my-project-name",
|
568
|
-
"
|
568
|
+
"resource_type": "cloudresourcemanager.googleapis.com/Project",
|
569
569
|
},
|
570
570
|
},
|
571
571
|
additional_notification_targets={
|
572
|
-
"
|
573
|
-
"
|
572
|
+
"admin_email_recipients": ["user@example.com"],
|
573
|
+
"requester_email_recipients": ["user@example.com"],
|
574
574
|
},
|
575
575
|
approval_workflow={
|
576
|
-
"
|
577
|
-
"
|
576
|
+
"manual_approvals": {
|
577
|
+
"require_approver_justification": True,
|
578
578
|
"steps": [{
|
579
|
-
"
|
580
|
-
"
|
579
|
+
"approvals_needed": 1,
|
580
|
+
"approver_email_recipients": ["user@example.com"],
|
581
581
|
"approvers": {
|
582
582
|
"principals": ["group:test@google.com"],
|
583
583
|
},
|
@@ -335,8 +335,8 @@ class AccessApprovalSettings(pulumi.CustomResource):
|
|
335
335
|
"example.user@example.com",
|
336
336
|
],
|
337
337
|
enrolled_services=[{
|
338
|
-
"
|
339
|
-
"
|
338
|
+
"cloud_product": "all",
|
339
|
+
"enrollment_level": "BLOCK_ALL",
|
340
340
|
}])
|
341
341
|
```
|
342
342
|
### Project Access Approval Active Key Version
|
@@ -366,7 +366,7 @@ class AccessApprovalSettings(pulumi.CustomResource):
|
|
366
366
|
project_id="my-project-name",
|
367
367
|
active_key_version=crypto_key_version.name,
|
368
368
|
enrolled_services=[{
|
369
|
-
"
|
369
|
+
"cloud_product": "all",
|
370
370
|
}],
|
371
371
|
opts = pulumi.ResourceOptions(depends_on=[iam]))
|
372
372
|
```
|
@@ -433,8 +433,8 @@ class AccessApprovalSettings(pulumi.CustomResource):
|
|
433
433
|
"example.user@example.com",
|
434
434
|
],
|
435
435
|
enrolled_services=[{
|
436
|
-
"
|
437
|
-
"
|
436
|
+
"cloud_product": "all",
|
437
|
+
"enrollment_level": "BLOCK_ALL",
|
438
438
|
}])
|
439
439
|
```
|
440
440
|
### Project Access Approval Active Key Version
|
@@ -464,7 +464,7 @@ class AccessApprovalSettings(pulumi.CustomResource):
|
|
464
464
|
project_id="my-project-name",
|
465
465
|
active_key_version=crypto_key_version.name,
|
466
466
|
enrolled_services=[{
|
467
|
-
"
|
467
|
+
"cloud_product": "all",
|
468
468
|
}],
|
469
469
|
opts = pulumi.ResourceOptions(depends_on=[iam]))
|
470
470
|
```
|
pulumi_gcp/projects/api_key.py
CHANGED
@@ -224,13 +224,13 @@ class ApiKey(pulumi.CustomResource):
|
|
224
224
|
display_name="sample-key",
|
225
225
|
project=basic.name,
|
226
226
|
restrictions={
|
227
|
-
"
|
228
|
-
"
|
229
|
-
"
|
230
|
-
"
|
227
|
+
"android_key_restrictions": {
|
228
|
+
"allowed_applications": [{
|
229
|
+
"package_name": "com.example.app123",
|
230
|
+
"sha1_fingerprint": "1699466a142d4682a5f91b50fdf400f2358e2b0b",
|
231
231
|
}],
|
232
232
|
},
|
233
|
-
"
|
233
|
+
"api_targets": [{
|
234
234
|
"service": "translate.googleapis.com",
|
235
235
|
"methods": ["GET*"],
|
236
236
|
}],
|
@@ -251,12 +251,12 @@ class ApiKey(pulumi.CustomResource):
|
|
251
251
|
display_name="sample-key",
|
252
252
|
project=basic.name,
|
253
253
|
restrictions={
|
254
|
-
"
|
254
|
+
"api_targets": [{
|
255
255
|
"service": "translate.googleapis.com",
|
256
256
|
"methods": ["GET*"],
|
257
257
|
}],
|
258
|
-
"
|
259
|
-
"
|
258
|
+
"browser_key_restrictions": {
|
259
|
+
"allowed_referrers": [".*"],
|
260
260
|
},
|
261
261
|
})
|
262
262
|
```
|
@@ -275,12 +275,12 @@ class ApiKey(pulumi.CustomResource):
|
|
275
275
|
display_name="sample-key",
|
276
276
|
project=basic.name,
|
277
277
|
restrictions={
|
278
|
-
"
|
278
|
+
"api_targets": [{
|
279
279
|
"service": "translate.googleapis.com",
|
280
280
|
"methods": ["GET*"],
|
281
281
|
}],
|
282
|
-
"
|
283
|
-
"
|
282
|
+
"ios_key_restrictions": {
|
283
|
+
"allowed_bundle_ids": ["com.google.app.macos"],
|
284
284
|
},
|
285
285
|
})
|
286
286
|
```
|
@@ -314,12 +314,12 @@ class ApiKey(pulumi.CustomResource):
|
|
314
314
|
display_name="sample-key",
|
315
315
|
project=basic.name,
|
316
316
|
restrictions={
|
317
|
-
"
|
317
|
+
"api_targets": [{
|
318
318
|
"service": "translate.googleapis.com",
|
319
319
|
"methods": ["GET*"],
|
320
320
|
}],
|
321
|
-
"
|
322
|
-
"
|
321
|
+
"server_key_restrictions": {
|
322
|
+
"allowed_ips": ["127.0.0.1"],
|
323
323
|
},
|
324
324
|
})
|
325
325
|
```
|
@@ -381,13 +381,13 @@ class ApiKey(pulumi.CustomResource):
|
|
381
381
|
display_name="sample-key",
|
382
382
|
project=basic.name,
|
383
383
|
restrictions={
|
384
|
-
"
|
385
|
-
"
|
386
|
-
"
|
387
|
-
"
|
384
|
+
"android_key_restrictions": {
|
385
|
+
"allowed_applications": [{
|
386
|
+
"package_name": "com.example.app123",
|
387
|
+
"sha1_fingerprint": "1699466a142d4682a5f91b50fdf400f2358e2b0b",
|
388
388
|
}],
|
389
389
|
},
|
390
|
-
"
|
390
|
+
"api_targets": [{
|
391
391
|
"service": "translate.googleapis.com",
|
392
392
|
"methods": ["GET*"],
|
393
393
|
}],
|
@@ -408,12 +408,12 @@ class ApiKey(pulumi.CustomResource):
|
|
408
408
|
display_name="sample-key",
|
409
409
|
project=basic.name,
|
410
410
|
restrictions={
|
411
|
-
"
|
411
|
+
"api_targets": [{
|
412
412
|
"service": "translate.googleapis.com",
|
413
413
|
"methods": ["GET*"],
|
414
414
|
}],
|
415
|
-
"
|
416
|
-
"
|
415
|
+
"browser_key_restrictions": {
|
416
|
+
"allowed_referrers": [".*"],
|
417
417
|
},
|
418
418
|
})
|
419
419
|
```
|
@@ -432,12 +432,12 @@ class ApiKey(pulumi.CustomResource):
|
|
432
432
|
display_name="sample-key",
|
433
433
|
project=basic.name,
|
434
434
|
restrictions={
|
435
|
-
"
|
435
|
+
"api_targets": [{
|
436
436
|
"service": "translate.googleapis.com",
|
437
437
|
"methods": ["GET*"],
|
438
438
|
}],
|
439
|
-
"
|
440
|
-
"
|
439
|
+
"ios_key_restrictions": {
|
440
|
+
"allowed_bundle_ids": ["com.google.app.macos"],
|
441
441
|
},
|
442
442
|
})
|
443
443
|
```
|
@@ -471,12 +471,12 @@ class ApiKey(pulumi.CustomResource):
|
|
471
471
|
display_name="sample-key",
|
472
472
|
project=basic.name,
|
473
473
|
restrictions={
|
474
|
-
"
|
474
|
+
"api_targets": [{
|
475
475
|
"service": "translate.googleapis.com",
|
476
476
|
"methods": ["GET*"],
|
477
477
|
}],
|
478
|
-
"
|
479
|
-
"
|
478
|
+
"server_key_restrictions": {
|
479
|
+
"allowed_ips": ["127.0.0.1"],
|
480
480
|
},
|
481
481
|
})
|
482
482
|
```
|