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
@@ -987,9 +987,9 @@ class VMwareCluster(pulumi.CustomResource):
|
|
987
987
|
on_prem_version="1.13.1-gke.35",
|
988
988
|
annotations={},
|
989
989
|
network_config={
|
990
|
-
"
|
991
|
-
"
|
992
|
-
"
|
990
|
+
"service_address_cidr_blocks": ["10.96.0.0/12"],
|
991
|
+
"pod_address_cidr_blocks": ["192.168.0.0/16"],
|
992
|
+
"dhcp_ip_config": {
|
993
993
|
"enabled": True,
|
994
994
|
},
|
995
995
|
},
|
@@ -999,23 +999,23 @@ class VMwareCluster(pulumi.CustomResource):
|
|
999
999
|
"replicas": 1,
|
1000
1000
|
},
|
1001
1001
|
load_balancer={
|
1002
|
-
"
|
1003
|
-
"
|
1004
|
-
"
|
1002
|
+
"vip_config": {
|
1003
|
+
"control_plane_vip": "10.251.133.5",
|
1004
|
+
"ingress_vip": "10.251.135.19",
|
1005
1005
|
},
|
1006
|
-
"
|
1007
|
-
"
|
1006
|
+
"metal_lb_config": {
|
1007
|
+
"address_pools": [
|
1008
1008
|
{
|
1009
1009
|
"pool": "ingress-ip",
|
1010
|
-
"
|
1010
|
+
"manual_assign": True,
|
1011
1011
|
"addresses": ["10.251.135.19"],
|
1012
|
-
"
|
1012
|
+
"avoid_buggy_ips": True,
|
1013
1013
|
},
|
1014
1014
|
{
|
1015
1015
|
"pool": "lb-test-ip",
|
1016
|
-
"
|
1016
|
+
"manual_assign": True,
|
1017
1017
|
"addresses": ["10.251.135.19"],
|
1018
|
-
"
|
1018
|
+
"avoid_buggy_ips": True,
|
1019
1019
|
},
|
1020
1020
|
],
|
1021
1021
|
},
|
@@ -1035,13 +1035,13 @@ class VMwareCluster(pulumi.CustomResource):
|
|
1035
1035
|
on_prem_version="1.13.1-gke.35",
|
1036
1036
|
annotations={},
|
1037
1037
|
network_config={
|
1038
|
-
"
|
1039
|
-
"
|
1040
|
-
"
|
1038
|
+
"service_address_cidr_blocks": ["10.96.0.0/12"],
|
1039
|
+
"pod_address_cidr_blocks": ["192.168.0.0/16"],
|
1040
|
+
"dhcp_ip_config": {
|
1041
1041
|
"enabled": True,
|
1042
1042
|
},
|
1043
|
-
"
|
1044
|
-
"
|
1043
|
+
"control_plane_v2_config": {
|
1044
|
+
"control_plane_ip_block": {
|
1045
1045
|
"ips": [{
|
1046
1046
|
"hostname": "test-hostname",
|
1047
1047
|
"ip": "10.0.0.1",
|
@@ -1050,48 +1050,48 @@ class VMwareCluster(pulumi.CustomResource):
|
|
1050
1050
|
"gateway": "test-gateway",
|
1051
1051
|
},
|
1052
1052
|
},
|
1053
|
-
"
|
1053
|
+
"vcenter_network": "test-vcenter-network",
|
1054
1054
|
},
|
1055
1055
|
control_plane_node={
|
1056
1056
|
"cpus": 4,
|
1057
1057
|
"memory": 8192,
|
1058
1058
|
"replicas": 1,
|
1059
|
-
"
|
1059
|
+
"auto_resize_config": {
|
1060
1060
|
"enabled": True,
|
1061
1061
|
},
|
1062
1062
|
},
|
1063
1063
|
load_balancer={
|
1064
|
-
"
|
1065
|
-
"
|
1066
|
-
"
|
1064
|
+
"vip_config": {
|
1065
|
+
"control_plane_vip": "10.251.133.5",
|
1066
|
+
"ingress_vip": "10.251.135.19",
|
1067
1067
|
},
|
1068
|
-
"
|
1068
|
+
"f5_config": {
|
1069
1069
|
"address": "10.0.0.1",
|
1070
1070
|
"partition": "test-partition",
|
1071
|
-
"
|
1071
|
+
"snat_pool": "test-snap-pool",
|
1072
1072
|
},
|
1073
1073
|
},
|
1074
1074
|
dataplane_v2={
|
1075
|
-
"
|
1076
|
-
"
|
1077
|
-
"
|
1075
|
+
"dataplane_v2_enabled": True,
|
1076
|
+
"windows_dataplane_v2_enabled": True,
|
1077
|
+
"advanced_networking": True,
|
1078
1078
|
},
|
1079
1079
|
vm_tracking_enabled=True,
|
1080
1080
|
enable_control_plane_v2=True,
|
1081
1081
|
disable_bundled_ingress=True,
|
1082
1082
|
authorization={
|
1083
|
-
"
|
1083
|
+
"admin_users": [{
|
1084
1084
|
"username": "testuser@gmail.com",
|
1085
1085
|
}],
|
1086
1086
|
},
|
1087
1087
|
anti_affinity_groups={
|
1088
|
-
"
|
1088
|
+
"aag_config_disabled": True,
|
1089
1089
|
},
|
1090
1090
|
auto_repair_config={
|
1091
1091
|
"enabled": True,
|
1092
1092
|
},
|
1093
1093
|
storage={
|
1094
|
-
"
|
1094
|
+
"vsphere_csi_disabled": True,
|
1095
1095
|
})
|
1096
1096
|
```
|
1097
1097
|
### Gkeonprem Vmware Cluster Manuallb
|
@@ -1108,15 +1108,15 @@ class VMwareCluster(pulumi.CustomResource):
|
|
1108
1108
|
on_prem_version="1.13.1-gke.35",
|
1109
1109
|
annotations={},
|
1110
1110
|
network_config={
|
1111
|
-
"
|
1112
|
-
"
|
1113
|
-
"
|
1114
|
-
"
|
1115
|
-
"
|
1116
|
-
"
|
1111
|
+
"service_address_cidr_blocks": ["10.96.0.0/12"],
|
1112
|
+
"pod_address_cidr_blocks": ["192.168.0.0/16"],
|
1113
|
+
"host_config": {
|
1114
|
+
"dns_servers": ["10.254.41.1"],
|
1115
|
+
"ntp_servers": ["216.239.35.8"],
|
1116
|
+
"dns_search_domains": ["test-domain"],
|
1117
1117
|
},
|
1118
|
-
"
|
1119
|
-
"
|
1118
|
+
"static_ip_config": {
|
1119
|
+
"ip_blocks": [{
|
1120
1120
|
"netmask": "255.255.252.0",
|
1121
1121
|
"gateway": "10.251.31.254",
|
1122
1122
|
"ips": [
|
@@ -1144,48 +1144,48 @@ class VMwareCluster(pulumi.CustomResource):
|
|
1144
1144
|
"cpus": 4,
|
1145
1145
|
"memory": 8192,
|
1146
1146
|
"replicas": 1,
|
1147
|
-
"
|
1147
|
+
"auto_resize_config": {
|
1148
1148
|
"enabled": True,
|
1149
1149
|
},
|
1150
1150
|
},
|
1151
1151
|
load_balancer={
|
1152
|
-
"
|
1153
|
-
"
|
1154
|
-
"
|
1152
|
+
"vip_config": {
|
1153
|
+
"control_plane_vip": "10.251.133.5",
|
1154
|
+
"ingress_vip": "10.251.135.19",
|
1155
1155
|
},
|
1156
|
-
"
|
1157
|
-
"
|
1158
|
-
"
|
1159
|
-
"
|
1160
|
-
"
|
1156
|
+
"manual_lb_config": {
|
1157
|
+
"ingress_http_node_port": 30005,
|
1158
|
+
"ingress_https_node_port": 30006,
|
1159
|
+
"control_plane_node_port": 30007,
|
1160
|
+
"konnectivity_server_node_port": 30008,
|
1161
1161
|
},
|
1162
1162
|
},
|
1163
1163
|
vcenters=[{
|
1164
|
-
"
|
1164
|
+
"resource_pool": "test-resource-pool",
|
1165
1165
|
"datastore": "test-datastore",
|
1166
1166
|
"datacenter": "test-datacenter",
|
1167
1167
|
"cluster": "test-cluster",
|
1168
1168
|
"folder": "test-folder",
|
1169
|
-
"
|
1170
|
-
"
|
1169
|
+
"ca_cert_data": "test-ca-cert-data",
|
1170
|
+
"storage_policy_name": "test-storage-policy-name",
|
1171
1171
|
}],
|
1172
1172
|
dataplane_v2={
|
1173
|
-
"
|
1174
|
-
"
|
1175
|
-
"
|
1173
|
+
"dataplane_v2_enabled": True,
|
1174
|
+
"windows_dataplane_v2_enabled": True,
|
1175
|
+
"advanced_networking": True,
|
1176
1176
|
},
|
1177
1177
|
vm_tracking_enabled=True,
|
1178
1178
|
enable_control_plane_v2=True,
|
1179
1179
|
upgrade_policy={
|
1180
|
-
"
|
1180
|
+
"control_plane_only": True,
|
1181
1181
|
},
|
1182
1182
|
authorization={
|
1183
|
-
"
|
1183
|
+
"admin_users": [{
|
1184
1184
|
"username": "testuser@gmail.com",
|
1185
1185
|
}],
|
1186
1186
|
},
|
1187
1187
|
anti_affinity_groups={
|
1188
|
-
"
|
1188
|
+
"aag_config_disabled": True,
|
1189
1189
|
},
|
1190
1190
|
auto_repair_config={
|
1191
1191
|
"enabled": True,
|
@@ -1273,9 +1273,9 @@ class VMwareCluster(pulumi.CustomResource):
|
|
1273
1273
|
on_prem_version="1.13.1-gke.35",
|
1274
1274
|
annotations={},
|
1275
1275
|
network_config={
|
1276
|
-
"
|
1277
|
-
"
|
1278
|
-
"
|
1276
|
+
"service_address_cidr_blocks": ["10.96.0.0/12"],
|
1277
|
+
"pod_address_cidr_blocks": ["192.168.0.0/16"],
|
1278
|
+
"dhcp_ip_config": {
|
1279
1279
|
"enabled": True,
|
1280
1280
|
},
|
1281
1281
|
},
|
@@ -1285,23 +1285,23 @@ class VMwareCluster(pulumi.CustomResource):
|
|
1285
1285
|
"replicas": 1,
|
1286
1286
|
},
|
1287
1287
|
load_balancer={
|
1288
|
-
"
|
1289
|
-
"
|
1290
|
-
"
|
1288
|
+
"vip_config": {
|
1289
|
+
"control_plane_vip": "10.251.133.5",
|
1290
|
+
"ingress_vip": "10.251.135.19",
|
1291
1291
|
},
|
1292
|
-
"
|
1293
|
-
"
|
1292
|
+
"metal_lb_config": {
|
1293
|
+
"address_pools": [
|
1294
1294
|
{
|
1295
1295
|
"pool": "ingress-ip",
|
1296
|
-
"
|
1296
|
+
"manual_assign": True,
|
1297
1297
|
"addresses": ["10.251.135.19"],
|
1298
|
-
"
|
1298
|
+
"avoid_buggy_ips": True,
|
1299
1299
|
},
|
1300
1300
|
{
|
1301
1301
|
"pool": "lb-test-ip",
|
1302
|
-
"
|
1302
|
+
"manual_assign": True,
|
1303
1303
|
"addresses": ["10.251.135.19"],
|
1304
|
-
"
|
1304
|
+
"avoid_buggy_ips": True,
|
1305
1305
|
},
|
1306
1306
|
],
|
1307
1307
|
},
|
@@ -1321,13 +1321,13 @@ class VMwareCluster(pulumi.CustomResource):
|
|
1321
1321
|
on_prem_version="1.13.1-gke.35",
|
1322
1322
|
annotations={},
|
1323
1323
|
network_config={
|
1324
|
-
"
|
1325
|
-
"
|
1326
|
-
"
|
1324
|
+
"service_address_cidr_blocks": ["10.96.0.0/12"],
|
1325
|
+
"pod_address_cidr_blocks": ["192.168.0.0/16"],
|
1326
|
+
"dhcp_ip_config": {
|
1327
1327
|
"enabled": True,
|
1328
1328
|
},
|
1329
|
-
"
|
1330
|
-
"
|
1329
|
+
"control_plane_v2_config": {
|
1330
|
+
"control_plane_ip_block": {
|
1331
1331
|
"ips": [{
|
1332
1332
|
"hostname": "test-hostname",
|
1333
1333
|
"ip": "10.0.0.1",
|
@@ -1336,48 +1336,48 @@ class VMwareCluster(pulumi.CustomResource):
|
|
1336
1336
|
"gateway": "test-gateway",
|
1337
1337
|
},
|
1338
1338
|
},
|
1339
|
-
"
|
1339
|
+
"vcenter_network": "test-vcenter-network",
|
1340
1340
|
},
|
1341
1341
|
control_plane_node={
|
1342
1342
|
"cpus": 4,
|
1343
1343
|
"memory": 8192,
|
1344
1344
|
"replicas": 1,
|
1345
|
-
"
|
1345
|
+
"auto_resize_config": {
|
1346
1346
|
"enabled": True,
|
1347
1347
|
},
|
1348
1348
|
},
|
1349
1349
|
load_balancer={
|
1350
|
-
"
|
1351
|
-
"
|
1352
|
-
"
|
1350
|
+
"vip_config": {
|
1351
|
+
"control_plane_vip": "10.251.133.5",
|
1352
|
+
"ingress_vip": "10.251.135.19",
|
1353
1353
|
},
|
1354
|
-
"
|
1354
|
+
"f5_config": {
|
1355
1355
|
"address": "10.0.0.1",
|
1356
1356
|
"partition": "test-partition",
|
1357
|
-
"
|
1357
|
+
"snat_pool": "test-snap-pool",
|
1358
1358
|
},
|
1359
1359
|
},
|
1360
1360
|
dataplane_v2={
|
1361
|
-
"
|
1362
|
-
"
|
1363
|
-
"
|
1361
|
+
"dataplane_v2_enabled": True,
|
1362
|
+
"windows_dataplane_v2_enabled": True,
|
1363
|
+
"advanced_networking": True,
|
1364
1364
|
},
|
1365
1365
|
vm_tracking_enabled=True,
|
1366
1366
|
enable_control_plane_v2=True,
|
1367
1367
|
disable_bundled_ingress=True,
|
1368
1368
|
authorization={
|
1369
|
-
"
|
1369
|
+
"admin_users": [{
|
1370
1370
|
"username": "testuser@gmail.com",
|
1371
1371
|
}],
|
1372
1372
|
},
|
1373
1373
|
anti_affinity_groups={
|
1374
|
-
"
|
1374
|
+
"aag_config_disabled": True,
|
1375
1375
|
},
|
1376
1376
|
auto_repair_config={
|
1377
1377
|
"enabled": True,
|
1378
1378
|
},
|
1379
1379
|
storage={
|
1380
|
-
"
|
1380
|
+
"vsphere_csi_disabled": True,
|
1381
1381
|
})
|
1382
1382
|
```
|
1383
1383
|
### Gkeonprem Vmware Cluster Manuallb
|
@@ -1394,15 +1394,15 @@ class VMwareCluster(pulumi.CustomResource):
|
|
1394
1394
|
on_prem_version="1.13.1-gke.35",
|
1395
1395
|
annotations={},
|
1396
1396
|
network_config={
|
1397
|
-
"
|
1398
|
-
"
|
1399
|
-
"
|
1400
|
-
"
|
1401
|
-
"
|
1402
|
-
"
|
1397
|
+
"service_address_cidr_blocks": ["10.96.0.0/12"],
|
1398
|
+
"pod_address_cidr_blocks": ["192.168.0.0/16"],
|
1399
|
+
"host_config": {
|
1400
|
+
"dns_servers": ["10.254.41.1"],
|
1401
|
+
"ntp_servers": ["216.239.35.8"],
|
1402
|
+
"dns_search_domains": ["test-domain"],
|
1403
1403
|
},
|
1404
|
-
"
|
1405
|
-
"
|
1404
|
+
"static_ip_config": {
|
1405
|
+
"ip_blocks": [{
|
1406
1406
|
"netmask": "255.255.252.0",
|
1407
1407
|
"gateway": "10.251.31.254",
|
1408
1408
|
"ips": [
|
@@ -1430,48 +1430,48 @@ class VMwareCluster(pulumi.CustomResource):
|
|
1430
1430
|
"cpus": 4,
|
1431
1431
|
"memory": 8192,
|
1432
1432
|
"replicas": 1,
|
1433
|
-
"
|
1433
|
+
"auto_resize_config": {
|
1434
1434
|
"enabled": True,
|
1435
1435
|
},
|
1436
1436
|
},
|
1437
1437
|
load_balancer={
|
1438
|
-
"
|
1439
|
-
"
|
1440
|
-
"
|
1438
|
+
"vip_config": {
|
1439
|
+
"control_plane_vip": "10.251.133.5",
|
1440
|
+
"ingress_vip": "10.251.135.19",
|
1441
1441
|
},
|
1442
|
-
"
|
1443
|
-
"
|
1444
|
-
"
|
1445
|
-
"
|
1446
|
-
"
|
1442
|
+
"manual_lb_config": {
|
1443
|
+
"ingress_http_node_port": 30005,
|
1444
|
+
"ingress_https_node_port": 30006,
|
1445
|
+
"control_plane_node_port": 30007,
|
1446
|
+
"konnectivity_server_node_port": 30008,
|
1447
1447
|
},
|
1448
1448
|
},
|
1449
1449
|
vcenters=[{
|
1450
|
-
"
|
1450
|
+
"resource_pool": "test-resource-pool",
|
1451
1451
|
"datastore": "test-datastore",
|
1452
1452
|
"datacenter": "test-datacenter",
|
1453
1453
|
"cluster": "test-cluster",
|
1454
1454
|
"folder": "test-folder",
|
1455
|
-
"
|
1456
|
-
"
|
1455
|
+
"ca_cert_data": "test-ca-cert-data",
|
1456
|
+
"storage_policy_name": "test-storage-policy-name",
|
1457
1457
|
}],
|
1458
1458
|
dataplane_v2={
|
1459
|
-
"
|
1460
|
-
"
|
1461
|
-
"
|
1459
|
+
"dataplane_v2_enabled": True,
|
1460
|
+
"windows_dataplane_v2_enabled": True,
|
1461
|
+
"advanced_networking": True,
|
1462
1462
|
},
|
1463
1463
|
vm_tracking_enabled=True,
|
1464
1464
|
enable_control_plane_v2=True,
|
1465
1465
|
upgrade_policy={
|
1466
|
-
"
|
1466
|
+
"control_plane_only": True,
|
1467
1467
|
},
|
1468
1468
|
authorization={
|
1469
|
-
"
|
1469
|
+
"admin_users": [{
|
1470
1470
|
"username": "testuser@gmail.com",
|
1471
1471
|
}],
|
1472
1472
|
},
|
1473
1473
|
anti_affinity_groups={
|
1474
|
-
"
|
1474
|
+
"aag_config_disabled": True,
|
1475
1475
|
},
|
1476
1476
|
auto_repair_config={
|
1477
1477
|
"enabled": True,
|
@@ -503,9 +503,9 @@ class VMwareNodePool(pulumi.CustomResource):
|
|
503
503
|
description="test cluster",
|
504
504
|
on_prem_version="1.13.1-gke.35",
|
505
505
|
network_config={
|
506
|
-
"
|
507
|
-
"
|
508
|
-
"
|
506
|
+
"service_address_cidr_blocks": ["10.96.0.0/12"],
|
507
|
+
"pod_address_cidr_blocks": ["192.168.0.0/16"],
|
508
|
+
"dhcp_ip_config": {
|
509
509
|
"enabled": True,
|
510
510
|
},
|
511
511
|
},
|
@@ -515,20 +515,20 @@ class VMwareNodePool(pulumi.CustomResource):
|
|
515
515
|
"replicas": 1,
|
516
516
|
},
|
517
517
|
load_balancer={
|
518
|
-
"
|
519
|
-
"
|
520
|
-
"
|
518
|
+
"vip_config": {
|
519
|
+
"control_plane_vip": "10.251.133.5",
|
520
|
+
"ingress_vip": "10.251.135.19",
|
521
521
|
},
|
522
|
-
"
|
523
|
-
"
|
522
|
+
"metal_lb_config": {
|
523
|
+
"address_pools": [
|
524
524
|
{
|
525
525
|
"pool": "ingress-ip",
|
526
|
-
"
|
526
|
+
"manual_assign": True,
|
527
527
|
"addresses": ["10.251.135.19"],
|
528
528
|
},
|
529
529
|
{
|
530
530
|
"pool": "lb-test-ip",
|
531
|
-
"
|
531
|
+
"manual_assign": True,
|
532
532
|
"addresses": ["10.251.135.19"],
|
533
533
|
},
|
534
534
|
],
|
@@ -540,8 +540,8 @@ class VMwareNodePool(pulumi.CustomResource):
|
|
540
540
|
vmware_cluster=default_basic.name,
|
541
541
|
config={
|
542
542
|
"replicas": 3,
|
543
|
-
"
|
544
|
-
"
|
543
|
+
"image_type": "ubuntu_containerd",
|
544
|
+
"enable_load_balancer": True,
|
545
545
|
})
|
546
546
|
```
|
547
547
|
## Import
|
@@ -608,9 +608,9 @@ class VMwareNodePool(pulumi.CustomResource):
|
|
608
608
|
description="test cluster",
|
609
609
|
on_prem_version="1.13.1-gke.35",
|
610
610
|
network_config={
|
611
|
-
"
|
612
|
-
"
|
613
|
-
"
|
611
|
+
"service_address_cidr_blocks": ["10.96.0.0/12"],
|
612
|
+
"pod_address_cidr_blocks": ["192.168.0.0/16"],
|
613
|
+
"dhcp_ip_config": {
|
614
614
|
"enabled": True,
|
615
615
|
},
|
616
616
|
},
|
@@ -620,20 +620,20 @@ class VMwareNodePool(pulumi.CustomResource):
|
|
620
620
|
"replicas": 1,
|
621
621
|
},
|
622
622
|
load_balancer={
|
623
|
-
"
|
624
|
-
"
|
625
|
-
"
|
623
|
+
"vip_config": {
|
624
|
+
"control_plane_vip": "10.251.133.5",
|
625
|
+
"ingress_vip": "10.251.135.19",
|
626
626
|
},
|
627
|
-
"
|
628
|
-
"
|
627
|
+
"metal_lb_config": {
|
628
|
+
"address_pools": [
|
629
629
|
{
|
630
630
|
"pool": "ingress-ip",
|
631
|
-
"
|
631
|
+
"manual_assign": True,
|
632
632
|
"addresses": ["10.251.135.19"],
|
633
633
|
},
|
634
634
|
{
|
635
635
|
"pool": "lb-test-ip",
|
636
|
-
"
|
636
|
+
"manual_assign": True,
|
637
637
|
"addresses": ["10.251.135.19"],
|
638
638
|
},
|
639
639
|
],
|
@@ -645,8 +645,8 @@ class VMwareNodePool(pulumi.CustomResource):
|
|
645
645
|
vmware_cluster=default_basic.name,
|
646
646
|
config={
|
647
647
|
"replicas": 3,
|
648
|
-
"
|
649
|
-
"
|
648
|
+
"image_type": "ubuntu_containerd",
|
649
|
+
"enable_load_balancer": True,
|
650
650
|
})
|
651
651
|
```
|
652
652
|
## Import
|
pulumi_gcp/healthcare/dataset.py
CHANGED
@@ -293,7 +293,7 @@ class Dataset(pulumi.CustomResource):
|
|
293
293
|
location="us-central1",
|
294
294
|
time_zone="UTC",
|
295
295
|
encryption_spec={
|
296
|
-
"
|
296
|
+
"kms_key_name": crypto_key.id,
|
297
297
|
},
|
298
298
|
opts = pulumi.ResourceOptions(depends_on=[healthcare_cmek_keyuser]))
|
299
299
|
```
|
@@ -388,7 +388,7 @@ class Dataset(pulumi.CustomResource):
|
|
388
388
|
location="us-central1",
|
389
389
|
time_zone="UTC",
|
390
390
|
encryption_spec={
|
391
|
-
"
|
391
|
+
"kms_key_name": crypto_key.id,
|
392
392
|
},
|
393
393
|
opts = pulumi.ResourceOptions(depends_on=[healthcare_cmek_keyuser]))
|
394
394
|
```
|
@@ -352,7 +352,7 @@ class DicomStore(pulumi.CustomResource):
|
|
352
352
|
name="example-dicom-store",
|
353
353
|
dataset=dataset.id,
|
354
354
|
notification_config={
|
355
|
-
"
|
355
|
+
"pubsub_topic": topic.id,
|
356
356
|
},
|
357
357
|
labels={
|
358
358
|
"label1": "labelvalue1",
|
@@ -382,15 +382,15 @@ class DicomStore(pulumi.CustomResource):
|
|
382
382
|
name="example-dicom-store",
|
383
383
|
dataset=dataset.id,
|
384
384
|
notification_config={
|
385
|
-
"
|
386
|
-
"
|
385
|
+
"pubsub_topic": topic.id,
|
386
|
+
"send_for_bulk_import": True,
|
387
387
|
},
|
388
388
|
labels={
|
389
389
|
"label1": "labelvalue1",
|
390
390
|
},
|
391
391
|
stream_configs=[{
|
392
|
-
"
|
393
|
-
"
|
392
|
+
"bigquery_destination": {
|
393
|
+
"table_uri": pulumi.Output.all(bq_dataset.project, bq_dataset.dataset_id, bq_table.table_id).apply(lambda project, dataset_id, table_id: f"bq://{project}.{dataset_id}.{table_id}"),
|
394
394
|
},
|
395
395
|
}])
|
396
396
|
```
|
@@ -471,7 +471,7 @@ class DicomStore(pulumi.CustomResource):
|
|
471
471
|
name="example-dicom-store",
|
472
472
|
dataset=dataset.id,
|
473
473
|
notification_config={
|
474
|
-
"
|
474
|
+
"pubsub_topic": topic.id,
|
475
475
|
},
|
476
476
|
labels={
|
477
477
|
"label1": "labelvalue1",
|
@@ -501,15 +501,15 @@ class DicomStore(pulumi.CustomResource):
|
|
501
501
|
name="example-dicom-store",
|
502
502
|
dataset=dataset.id,
|
503
503
|
notification_config={
|
504
|
-
"
|
505
|
-
"
|
504
|
+
"pubsub_topic": topic.id,
|
505
|
+
"send_for_bulk_import": True,
|
506
506
|
},
|
507
507
|
labels={
|
508
508
|
"label1": "labelvalue1",
|
509
509
|
},
|
510
510
|
stream_configs=[{
|
511
|
-
"
|
512
|
-
"
|
511
|
+
"bigquery_destination": {
|
512
|
+
"table_uri": pulumi.Output.all(bq_dataset.project, bq_dataset.dataset_id, bq_table.table_id).apply(lambda project, dataset_id, table_id: f"bq://{project}.{dataset_id}.{table_id}"),
|
513
513
|
},
|
514
514
|
}])
|
515
515
|
```
|