pulumi-gcp 7.32.0a1721151794__py3-none-any.whl → 7.33.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 +11 -0
- pulumi_gcp/_utilities.py +5 -4
- 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 -46
- 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/_inputs.py +0 -12
- pulumi_gcp/bigquery/app_profile.py +56 -56
- pulumi_gcp/bigquery/connection.py +42 -42
- pulumi_gcp/bigquery/dataset.py +30 -58
- pulumi_gcp/bigquery/dataset_access.py +26 -54
- pulumi_gcp/bigquery/job.py +126 -126
- pulumi_gcp/bigquery/outputs.py +0 -24
- 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 +104 -0
- 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/_inputs.py +14 -0
- 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_address.py +16 -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/outputs.py +8 -0
- 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 +12 -12
- pulumi_gcp/compute/url_map.py +324 -324
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- 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/__init__.py +1 -0
- 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/get_membership_binding.py +222 -0
- 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/outputs.py +19 -0
- 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/iap/client.py +7 -7
- 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/_inputs.py +40 -0
- pulumi_gcp/kms/crypto_key.py +103 -0
- pulumi_gcp/kms/ekm_connection.py +6 -6
- pulumi_gcp/kms/get_kms_crypto_key.py +11 -1
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +4 -4
- pulumi_gcp/kms/outputs.py +112 -0
- 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/address_group.py +1 -1
- 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 +24 -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/provider.py +20 -0
- 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/__init__.py +1 -0
- pulumi_gcp/securitycenter/_inputs.py +93 -0
- 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/outputs.py +59 -0
- pulumi_gcp/securitycenter/project_custom_module.py +12 -12
- pulumi_gcp/securitycenter/project_notification_config.py +518 -0
- pulumi_gcp/securityposture/posture.py +52 -52
- pulumi_gcp/siteverification/__init__.py +8 -0
- pulumi_gcp/siteverification/get_token.py +221 -0
- 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.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/RECORD +391 -387
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/top_level.txt +0 -0
@@ -368,15 +368,15 @@ class Posture(pulumi.CustomResource):
|
|
368
368
|
description="a new posture",
|
369
369
|
policy_sets=[
|
370
370
|
{
|
371
|
-
"
|
371
|
+
"policy_set_id": "org_policy_set",
|
372
372
|
"description": "set of org policies",
|
373
373
|
"policies": [
|
374
374
|
{
|
375
|
-
"
|
375
|
+
"policy_id": "canned_org_policy",
|
376
376
|
"constraint": {
|
377
|
-
"
|
378
|
-
"
|
379
|
-
"
|
377
|
+
"org_policy_constraint": {
|
378
|
+
"canned_constraint_id": "storage.uniformBucketLevelAccess",
|
379
|
+
"policy_rules": [{
|
380
380
|
"enforce": True,
|
381
381
|
"condition": {
|
382
382
|
"description": "condition description",
|
@@ -388,22 +388,22 @@ class Posture(pulumi.CustomResource):
|
|
388
388
|
},
|
389
389
|
},
|
390
390
|
{
|
391
|
-
"
|
391
|
+
"policy_id": "custom_org_policy",
|
392
392
|
"constraint": {
|
393
|
-
"
|
394
|
-
"
|
393
|
+
"org_policy_constraint_custom": {
|
394
|
+
"custom_constraint": {
|
395
395
|
"name": "organizations/123456789/customConstraints/custom.disableGkeAutoUpgrade",
|
396
|
-
"
|
396
|
+
"display_name": "Disable GKE auto upgrade",
|
397
397
|
"description": "Only allow GKE NodePool resource to be created or updated if AutoUpgrade is not enabled where this custom constraint is enforced.",
|
398
|
-
"
|
398
|
+
"action_type": "ALLOW",
|
399
399
|
"condition": "resource.management.autoUpgrade == false",
|
400
|
-
"
|
400
|
+
"method_types": [
|
401
401
|
"CREATE",
|
402
402
|
"UPDATE",
|
403
403
|
],
|
404
|
-
"
|
404
|
+
"resource_types": ["container.googleapis.com/NodePool"],
|
405
405
|
},
|
406
|
-
"
|
406
|
+
"policy_rules": [{
|
407
407
|
"enforce": True,
|
408
408
|
"condition": {
|
409
409
|
"description": "condition description",
|
@@ -417,44 +417,44 @@ class Posture(pulumi.CustomResource):
|
|
417
417
|
],
|
418
418
|
},
|
419
419
|
{
|
420
|
-
"
|
420
|
+
"policy_set_id": "sha_policy_set",
|
421
421
|
"description": "set of sha policies",
|
422
422
|
"policies": [
|
423
423
|
{
|
424
|
-
"
|
424
|
+
"policy_id": "sha_builtin_module",
|
425
425
|
"constraint": {
|
426
|
-
"
|
427
|
-
"
|
428
|
-
"
|
426
|
+
"security_health_analytics_module": {
|
427
|
+
"module_name": "BIGQUERY_TABLE_CMEK_DISABLED",
|
428
|
+
"module_enablement_state": "ENABLED",
|
429
429
|
},
|
430
430
|
},
|
431
431
|
"description": "enable BIGQUERY_TABLE_CMEK_DISABLED",
|
432
432
|
},
|
433
433
|
{
|
434
|
-
"
|
434
|
+
"policy_id": "sha_custom_module",
|
435
435
|
"constraint": {
|
436
|
-
"
|
437
|
-
"
|
436
|
+
"security_health_analytics_custom_module": {
|
437
|
+
"display_name": "custom_SHA_policy",
|
438
438
|
"config": {
|
439
439
|
"predicate": {
|
440
440
|
"expression": "resource.rotationPeriod > duration('2592000s')",
|
441
441
|
},
|
442
|
-
"
|
442
|
+
"custom_output": {
|
443
443
|
"properties": [{
|
444
444
|
"name": "duration",
|
445
|
-
"
|
445
|
+
"value_expression": {
|
446
446
|
"expression": "resource.rotationPeriod",
|
447
447
|
},
|
448
448
|
}],
|
449
449
|
},
|
450
|
-
"
|
451
|
-
"
|
450
|
+
"resource_selector": {
|
451
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
452
452
|
},
|
453
453
|
"severity": "LOW",
|
454
454
|
"description": "Custom Module",
|
455
455
|
"recommendation": "Testing custom modules",
|
456
456
|
},
|
457
|
-
"
|
457
|
+
"module_enablement_state": "ENABLED",
|
458
458
|
},
|
459
459
|
},
|
460
460
|
},
|
@@ -520,15 +520,15 @@ class Posture(pulumi.CustomResource):
|
|
520
520
|
description="a new posture",
|
521
521
|
policy_sets=[
|
522
522
|
{
|
523
|
-
"
|
523
|
+
"policy_set_id": "org_policy_set",
|
524
524
|
"description": "set of org policies",
|
525
525
|
"policies": [
|
526
526
|
{
|
527
|
-
"
|
527
|
+
"policy_id": "canned_org_policy",
|
528
528
|
"constraint": {
|
529
|
-
"
|
530
|
-
"
|
531
|
-
"
|
529
|
+
"org_policy_constraint": {
|
530
|
+
"canned_constraint_id": "storage.uniformBucketLevelAccess",
|
531
|
+
"policy_rules": [{
|
532
532
|
"enforce": True,
|
533
533
|
"condition": {
|
534
534
|
"description": "condition description",
|
@@ -540,22 +540,22 @@ class Posture(pulumi.CustomResource):
|
|
540
540
|
},
|
541
541
|
},
|
542
542
|
{
|
543
|
-
"
|
543
|
+
"policy_id": "custom_org_policy",
|
544
544
|
"constraint": {
|
545
|
-
"
|
546
|
-
"
|
545
|
+
"org_policy_constraint_custom": {
|
546
|
+
"custom_constraint": {
|
547
547
|
"name": "organizations/123456789/customConstraints/custom.disableGkeAutoUpgrade",
|
548
|
-
"
|
548
|
+
"display_name": "Disable GKE auto upgrade",
|
549
549
|
"description": "Only allow GKE NodePool resource to be created or updated if AutoUpgrade is not enabled where this custom constraint is enforced.",
|
550
|
-
"
|
550
|
+
"action_type": "ALLOW",
|
551
551
|
"condition": "resource.management.autoUpgrade == false",
|
552
|
-
"
|
552
|
+
"method_types": [
|
553
553
|
"CREATE",
|
554
554
|
"UPDATE",
|
555
555
|
],
|
556
|
-
"
|
556
|
+
"resource_types": ["container.googleapis.com/NodePool"],
|
557
557
|
},
|
558
|
-
"
|
558
|
+
"policy_rules": [{
|
559
559
|
"enforce": True,
|
560
560
|
"condition": {
|
561
561
|
"description": "condition description",
|
@@ -569,44 +569,44 @@ class Posture(pulumi.CustomResource):
|
|
569
569
|
],
|
570
570
|
},
|
571
571
|
{
|
572
|
-
"
|
572
|
+
"policy_set_id": "sha_policy_set",
|
573
573
|
"description": "set of sha policies",
|
574
574
|
"policies": [
|
575
575
|
{
|
576
|
-
"
|
576
|
+
"policy_id": "sha_builtin_module",
|
577
577
|
"constraint": {
|
578
|
-
"
|
579
|
-
"
|
580
|
-
"
|
578
|
+
"security_health_analytics_module": {
|
579
|
+
"module_name": "BIGQUERY_TABLE_CMEK_DISABLED",
|
580
|
+
"module_enablement_state": "ENABLED",
|
581
581
|
},
|
582
582
|
},
|
583
583
|
"description": "enable BIGQUERY_TABLE_CMEK_DISABLED",
|
584
584
|
},
|
585
585
|
{
|
586
|
-
"
|
586
|
+
"policy_id": "sha_custom_module",
|
587
587
|
"constraint": {
|
588
|
-
"
|
589
|
-
"
|
588
|
+
"security_health_analytics_custom_module": {
|
589
|
+
"display_name": "custom_SHA_policy",
|
590
590
|
"config": {
|
591
591
|
"predicate": {
|
592
592
|
"expression": "resource.rotationPeriod > duration('2592000s')",
|
593
593
|
},
|
594
|
-
"
|
594
|
+
"custom_output": {
|
595
595
|
"properties": [{
|
596
596
|
"name": "duration",
|
597
|
-
"
|
597
|
+
"value_expression": {
|
598
598
|
"expression": "resource.rotationPeriod",
|
599
599
|
},
|
600
600
|
}],
|
601
601
|
},
|
602
|
-
"
|
603
|
-
"
|
602
|
+
"resource_selector": {
|
603
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
604
604
|
},
|
605
605
|
"severity": "LOW",
|
606
606
|
"description": "Custom Module",
|
607
607
|
"recommendation": "Testing custom modules",
|
608
608
|
},
|
609
|
-
"
|
609
|
+
"module_enablement_state": "ENABLED",
|
610
610
|
},
|
611
611
|
},
|
612
612
|
},
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
from .. import _utilities
|
6
|
+
import typing
|
7
|
+
# Export this package's modules as members:
|
8
|
+
from .get_token import *
|
@@ -0,0 +1,221 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = [
|
18
|
+
'GetTokenResult',
|
19
|
+
'AwaitableGetTokenResult',
|
20
|
+
'get_token',
|
21
|
+
'get_token_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetTokenResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getToken.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, id=None, identifier=None, token=None, type=None, verification_method=None):
|
30
|
+
if id and not isinstance(id, str):
|
31
|
+
raise TypeError("Expected argument 'id' to be a str")
|
32
|
+
pulumi.set(__self__, "id", id)
|
33
|
+
if identifier and not isinstance(identifier, str):
|
34
|
+
raise TypeError("Expected argument 'identifier' to be a str")
|
35
|
+
pulumi.set(__self__, "identifier", identifier)
|
36
|
+
if token and not isinstance(token, str):
|
37
|
+
raise TypeError("Expected argument 'token' to be a str")
|
38
|
+
pulumi.set(__self__, "token", token)
|
39
|
+
if type and not isinstance(type, str):
|
40
|
+
raise TypeError("Expected argument 'type' to be a str")
|
41
|
+
pulumi.set(__self__, "type", type)
|
42
|
+
if verification_method and not isinstance(verification_method, str):
|
43
|
+
raise TypeError("Expected argument 'verification_method' to be a str")
|
44
|
+
pulumi.set(__self__, "verification_method", verification_method)
|
45
|
+
|
46
|
+
@property
|
47
|
+
@pulumi.getter
|
48
|
+
def id(self) -> str:
|
49
|
+
"""
|
50
|
+
The provider-assigned unique ID for this managed resource.
|
51
|
+
"""
|
52
|
+
return pulumi.get(self, "id")
|
53
|
+
|
54
|
+
@property
|
55
|
+
@pulumi.getter
|
56
|
+
def identifier(self) -> str:
|
57
|
+
return pulumi.get(self, "identifier")
|
58
|
+
|
59
|
+
@property
|
60
|
+
@pulumi.getter
|
61
|
+
def token(self) -> str:
|
62
|
+
"""
|
63
|
+
The generated token for use in subsequent verification steps.
|
64
|
+
"""
|
65
|
+
return pulumi.get(self, "token")
|
66
|
+
|
67
|
+
@property
|
68
|
+
@pulumi.getter
|
69
|
+
def type(self) -> str:
|
70
|
+
return pulumi.get(self, "type")
|
71
|
+
|
72
|
+
@property
|
73
|
+
@pulumi.getter(name="verificationMethod")
|
74
|
+
def verification_method(self) -> str:
|
75
|
+
return pulumi.get(self, "verification_method")
|
76
|
+
|
77
|
+
|
78
|
+
class AwaitableGetTokenResult(GetTokenResult):
|
79
|
+
# pylint: disable=using-constant-test
|
80
|
+
def __await__(self):
|
81
|
+
if False:
|
82
|
+
yield self
|
83
|
+
return GetTokenResult(
|
84
|
+
id=self.id,
|
85
|
+
identifier=self.identifier,
|
86
|
+
token=self.token,
|
87
|
+
type=self.type,
|
88
|
+
verification_method=self.verification_method)
|
89
|
+
|
90
|
+
|
91
|
+
def get_token(identifier: Optional[str] = None,
|
92
|
+
type: Optional[str] = None,
|
93
|
+
verification_method: Optional[str] = None,
|
94
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTokenResult:
|
95
|
+
"""
|
96
|
+
## subcategory: "Site Verification"
|
97
|
+
|
98
|
+
description: |-
|
99
|
+
A verification token is used to demonstrate ownership of a website or domain.
|
100
|
+
---
|
101
|
+
|
102
|
+
# siteverification_get_token
|
103
|
+
|
104
|
+
A verification token is used to demonstrate ownership of a website or domain.
|
105
|
+
|
106
|
+
To get more information about Token, see:
|
107
|
+
|
108
|
+
* [API documentation](https://developers.google.com/site-verification/v1)
|
109
|
+
* How-to Guides
|
110
|
+
* [Getting Started](https://developers.google.com/site-verification/v1/getting_started)
|
111
|
+
|
112
|
+
## Example Usage
|
113
|
+
|
114
|
+
### Site Verification Via Site META Tag
|
115
|
+
|
116
|
+
```python
|
117
|
+
import pulumi
|
118
|
+
import pulumi_gcp as gcp
|
119
|
+
|
120
|
+
example = gcp.siteverification.get_token(type="SITE",
|
121
|
+
identifier="https://www.example.com",
|
122
|
+
verification_method="META")
|
123
|
+
```
|
124
|
+
|
125
|
+
### Site Verification Via DNS TXT Record
|
126
|
+
|
127
|
+
```python
|
128
|
+
import pulumi
|
129
|
+
import pulumi_gcp as gcp
|
130
|
+
|
131
|
+
example = gcp.siteverification.get_token(type="INET_DOMAIN",
|
132
|
+
identifier="www.example.com",
|
133
|
+
verification_method="DNS_TXT")
|
134
|
+
```
|
135
|
+
|
136
|
+
|
137
|
+
:param str identifier: The site identifier. If the type is set to SITE, the identifier is a URL. If the type is
|
138
|
+
set to INET_DOMAIN, the identifier is a domain name.
|
139
|
+
:param str type: The type of resource to be verified, either a domain or a web site.
|
140
|
+
Possible values are: `INET_DOMAIN`, `SITE`.
|
141
|
+
:param str verification_method: The verification method for the Site Verification system to use to verify
|
142
|
+
this site or domain.
|
143
|
+
Possible values are: `ANALYTICS`, `DNS_CNAME`, `DNS_TXT`, `FILE`, `META`, `TAG_MANAGER`.
|
144
|
+
|
145
|
+
|
146
|
+
- - -
|
147
|
+
"""
|
148
|
+
__args__ = dict()
|
149
|
+
__args__['identifier'] = identifier
|
150
|
+
__args__['type'] = type
|
151
|
+
__args__['verificationMethod'] = verification_method
|
152
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
153
|
+
__ret__ = pulumi.runtime.invoke('gcp:siteverification/getToken:getToken', __args__, opts=opts, typ=GetTokenResult).value
|
154
|
+
|
155
|
+
return AwaitableGetTokenResult(
|
156
|
+
id=pulumi.get(__ret__, 'id'),
|
157
|
+
identifier=pulumi.get(__ret__, 'identifier'),
|
158
|
+
token=pulumi.get(__ret__, 'token'),
|
159
|
+
type=pulumi.get(__ret__, 'type'),
|
160
|
+
verification_method=pulumi.get(__ret__, 'verification_method'))
|
161
|
+
|
162
|
+
|
163
|
+
@_utilities.lift_output_func(get_token)
|
164
|
+
def get_token_output(identifier: Optional[pulumi.Input[str]] = None,
|
165
|
+
type: Optional[pulumi.Input[str]] = None,
|
166
|
+
verification_method: Optional[pulumi.Input[str]] = None,
|
167
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTokenResult]:
|
168
|
+
"""
|
169
|
+
## subcategory: "Site Verification"
|
170
|
+
|
171
|
+
description: |-
|
172
|
+
A verification token is used to demonstrate ownership of a website or domain.
|
173
|
+
---
|
174
|
+
|
175
|
+
# siteverification_get_token
|
176
|
+
|
177
|
+
A verification token is used to demonstrate ownership of a website or domain.
|
178
|
+
|
179
|
+
To get more information about Token, see:
|
180
|
+
|
181
|
+
* [API documentation](https://developers.google.com/site-verification/v1)
|
182
|
+
* How-to Guides
|
183
|
+
* [Getting Started](https://developers.google.com/site-verification/v1/getting_started)
|
184
|
+
|
185
|
+
## Example Usage
|
186
|
+
|
187
|
+
### Site Verification Via Site META Tag
|
188
|
+
|
189
|
+
```python
|
190
|
+
import pulumi
|
191
|
+
import pulumi_gcp as gcp
|
192
|
+
|
193
|
+
example = gcp.siteverification.get_token(type="SITE",
|
194
|
+
identifier="https://www.example.com",
|
195
|
+
verification_method="META")
|
196
|
+
```
|
197
|
+
|
198
|
+
### Site Verification Via DNS TXT Record
|
199
|
+
|
200
|
+
```python
|
201
|
+
import pulumi
|
202
|
+
import pulumi_gcp as gcp
|
203
|
+
|
204
|
+
example = gcp.siteverification.get_token(type="INET_DOMAIN",
|
205
|
+
identifier="www.example.com",
|
206
|
+
verification_method="DNS_TXT")
|
207
|
+
```
|
208
|
+
|
209
|
+
|
210
|
+
:param str identifier: The site identifier. If the type is set to SITE, the identifier is a URL. If the type is
|
211
|
+
set to INET_DOMAIN, the identifier is a domain name.
|
212
|
+
:param str type: The type of resource to be verified, either a domain or a web site.
|
213
|
+
Possible values are: `INET_DOMAIN`, `SITE`.
|
214
|
+
:param str verification_method: The verification method for the Site Verification system to use to verify
|
215
|
+
this site or domain.
|
216
|
+
Possible values are: `ANALYTICS`, `DNS_CNAME`, `DNS_TXT`, `FILE`, `META`, `TAG_MANAGER`.
|
217
|
+
|
218
|
+
|
219
|
+
- - -
|
220
|
+
"""
|
221
|
+
...
|
@@ -232,8 +232,8 @@ class Repository(pulumi.CustomResource):
|
|
232
232
|
name="my-repository",
|
233
233
|
pubsub_configs=[{
|
234
234
|
"topic": topic.id,
|
235
|
-
"
|
236
|
-
"
|
235
|
+
"message_format": "JSON",
|
236
|
+
"service_account_email": test_account.email,
|
237
237
|
}])
|
238
238
|
```
|
239
239
|
|
@@ -307,8 +307,8 @@ class Repository(pulumi.CustomResource):
|
|
307
307
|
name="my-repository",
|
308
308
|
pubsub_configs=[{
|
309
309
|
"topic": topic.id,
|
310
|
-
"
|
311
|
-
"
|
310
|
+
"message_format": "JSON",
|
311
|
+
"service_account_email": test_account.email,
|
312
312
|
}])
|
313
313
|
```
|
314
314
|
|
pulumi_gcp/spanner/instance.py
CHANGED
@@ -511,13 +511,13 @@ class Instance(pulumi.CustomResource):
|
|
511
511
|
config="regional-us-central1",
|
512
512
|
display_name="Test Spanner Instance",
|
513
513
|
autoscaling_config={
|
514
|
-
"
|
515
|
-
"
|
516
|
-
"
|
514
|
+
"autoscaling_limits": {
|
515
|
+
"max_processing_units": 3000,
|
516
|
+
"min_processing_units": 2000,
|
517
517
|
},
|
518
|
-
"
|
519
|
-
"
|
520
|
-
"
|
518
|
+
"autoscaling_targets": {
|
519
|
+
"high_priority_cpu_utilization_percent": 75,
|
520
|
+
"storage_utilization_percent": 90,
|
521
521
|
},
|
522
522
|
},
|
523
523
|
labels={
|
@@ -652,13 +652,13 @@ class Instance(pulumi.CustomResource):
|
|
652
652
|
config="regional-us-central1",
|
653
653
|
display_name="Test Spanner Instance",
|
654
654
|
autoscaling_config={
|
655
|
-
"
|
656
|
-
"
|
657
|
-
"
|
655
|
+
"autoscaling_limits": {
|
656
|
+
"max_processing_units": 3000,
|
657
|
+
"min_processing_units": 2000,
|
658
658
|
},
|
659
|
-
"
|
660
|
-
"
|
661
|
-
"
|
659
|
+
"autoscaling_targets": {
|
660
|
+
"high_priority_cpu_utilization_percent": 75,
|
661
|
+
"storage_utilization_percent": 90,
|
662
662
|
},
|
663
663
|
},
|
664
664
|
labels={
|
@@ -857,10 +857,10 @@ class DatabaseInstance(pulumi.CustomResource):
|
|
857
857
|
database_version="MYSQL_5_7",
|
858
858
|
settings={
|
859
859
|
"tier": "db-f1-micro",
|
860
|
-
"
|
861
|
-
"
|
862
|
-
"
|
863
|
-
"
|
860
|
+
"ip_configuration": {
|
861
|
+
"ipv4_enabled": False,
|
862
|
+
"private_network": private_network.id,
|
863
|
+
"enable_private_path_for_google_cloud_services": True,
|
864
864
|
},
|
865
865
|
},
|
866
866
|
opts = pulumi.ResourceOptions(depends_on=[private_vpc_connection]))
|
@@ -878,8 +878,8 @@ class DatabaseInstance(pulumi.CustomResource):
|
|
878
878
|
settings={
|
879
879
|
"tier": "db-perf-optimized-N-2",
|
880
880
|
"edition": "ENTERPRISE_PLUS",
|
881
|
-
"
|
882
|
-
"
|
881
|
+
"data_cache_config": {
|
882
|
+
"data_cache_enabled": True,
|
883
883
|
},
|
884
884
|
})
|
885
885
|
```
|
@@ -895,18 +895,18 @@ class DatabaseInstance(pulumi.CustomResource):
|
|
895
895
|
database_version="MYSQL_8_0",
|
896
896
|
settings={
|
897
897
|
"tier": "db-f1-micro",
|
898
|
-
"
|
899
|
-
"
|
900
|
-
"
|
901
|
-
"
|
898
|
+
"ip_configuration": {
|
899
|
+
"psc_configs": [{
|
900
|
+
"psc_enabled": True,
|
901
|
+
"allowed_consumer_projects": ["allowed-consumer-project-name"],
|
902
902
|
}],
|
903
|
-
"
|
903
|
+
"ipv4_enabled": False,
|
904
904
|
},
|
905
|
-
"
|
905
|
+
"backup_configuration": {
|
906
906
|
"enabled": True,
|
907
|
-
"
|
907
|
+
"binary_log_enabled": True,
|
908
908
|
},
|
909
|
-
"
|
909
|
+
"availability_type": "REGIONAL",
|
910
910
|
})
|
911
911
|
```
|
912
912
|
|
@@ -1051,10 +1051,10 @@ class DatabaseInstance(pulumi.CustomResource):
|
|
1051
1051
|
database_version="MYSQL_5_7",
|
1052
1052
|
settings={
|
1053
1053
|
"tier": "db-f1-micro",
|
1054
|
-
"
|
1055
|
-
"
|
1056
|
-
"
|
1057
|
-
"
|
1054
|
+
"ip_configuration": {
|
1055
|
+
"ipv4_enabled": False,
|
1056
|
+
"private_network": private_network.id,
|
1057
|
+
"enable_private_path_for_google_cloud_services": True,
|
1058
1058
|
},
|
1059
1059
|
},
|
1060
1060
|
opts = pulumi.ResourceOptions(depends_on=[private_vpc_connection]))
|
@@ -1072,8 +1072,8 @@ class DatabaseInstance(pulumi.CustomResource):
|
|
1072
1072
|
settings={
|
1073
1073
|
"tier": "db-perf-optimized-N-2",
|
1074
1074
|
"edition": "ENTERPRISE_PLUS",
|
1075
|
-
"
|
1076
|
-
"
|
1075
|
+
"data_cache_config": {
|
1076
|
+
"data_cache_enabled": True,
|
1077
1077
|
},
|
1078
1078
|
})
|
1079
1079
|
```
|
@@ -1089,18 +1089,18 @@ class DatabaseInstance(pulumi.CustomResource):
|
|
1089
1089
|
database_version="MYSQL_8_0",
|
1090
1090
|
settings={
|
1091
1091
|
"tier": "db-f1-micro",
|
1092
|
-
"
|
1093
|
-
"
|
1094
|
-
"
|
1095
|
-
"
|
1092
|
+
"ip_configuration": {
|
1093
|
+
"psc_configs": [{
|
1094
|
+
"psc_enabled": True,
|
1095
|
+
"allowed_consumer_projects": ["allowed-consumer-project-name"],
|
1096
1096
|
}],
|
1097
|
-
"
|
1097
|
+
"ipv4_enabled": False,
|
1098
1098
|
},
|
1099
|
-
"
|
1099
|
+
"backup_configuration": {
|
1100
1100
|
"enabled": True,
|
1101
|
-
"
|
1101
|
+
"binary_log_enabled": True,
|
1102
1102
|
},
|
1103
|
-
"
|
1103
|
+
"availability_type": "REGIONAL",
|
1104
1104
|
})
|
1105
1105
|
```
|
1106
1106
|
|
pulumi_gcp/sql/user.py
CHANGED
@@ -419,7 +419,7 @@ class User(pulumi.CustomResource):
|
|
419
419
|
database_version="POSTGRES_15",
|
420
420
|
settings={
|
421
421
|
"tier": "db-f1-micro",
|
422
|
-
"
|
422
|
+
"database_flags": [{
|
423
423
|
"name": "cloudsql_iam_authentication",
|
424
424
|
"value": "on",
|
425
425
|
}],
|
@@ -448,7 +448,7 @@ class User(pulumi.CustomResource):
|
|
448
448
|
database_version="MYSQL_8_0",
|
449
449
|
settings={
|
450
450
|
"tier": "db-f1-micro",
|
451
|
-
"
|
451
|
+
"database_flags": [{
|
452
452
|
"name": "cloudsql_iam_authentication",
|
453
453
|
"value": "on",
|
454
454
|
}],
|
@@ -557,7 +557,7 @@ class User(pulumi.CustomResource):
|
|
557
557
|
database_version="POSTGRES_15",
|
558
558
|
settings={
|
559
559
|
"tier": "db-f1-micro",
|
560
|
-
"
|
560
|
+
"database_flags": [{
|
561
561
|
"name": "cloudsql_iam_authentication",
|
562
562
|
"value": "on",
|
563
563
|
}],
|
@@ -586,7 +586,7 @@ class User(pulumi.CustomResource):
|
|
586
586
|
database_version="MYSQL_8_0",
|
587
587
|
settings={
|
588
588
|
"tier": "db-f1-micro",
|
589
|
-
"
|
589
|
+
"database_flags": [{
|
590
590
|
"name": "cloudsql_iam_authentication",
|
591
591
|
"value": "on",
|
592
592
|
}],
|