pulumi-gcp 7.33.0a1721887782__py3-none-any.whl → 7.33.0a1721974181__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.0a1721974181.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/RECORD +367 -367
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/top_level.txt +0 -0
pulumi_gcp/datastream/stream.py
CHANGED
@@ -530,12 +530,12 @@ class Stream(pulumi.CustomResource):
|
|
530
530
|
region="us-central1",
|
531
531
|
settings={
|
532
532
|
"tier": "db-f1-micro",
|
533
|
-
"
|
533
|
+
"backup_configuration": {
|
534
534
|
"enabled": True,
|
535
|
-
"
|
535
|
+
"binary_log_enabled": True,
|
536
536
|
},
|
537
|
-
"
|
538
|
-
"
|
537
|
+
"ip_configuration": {
|
538
|
+
"authorized_networks": [
|
539
539
|
{
|
540
540
|
"value": "34.71.242.81",
|
541
541
|
},
|
@@ -601,7 +601,7 @@ class Stream(pulumi.CustomResource):
|
|
601
601
|
connection_profile_id="destination-profile",
|
602
602
|
gcs_profile={
|
603
603
|
"bucket": bucket.name,
|
604
|
-
"
|
604
|
+
"root_path": "/path",
|
605
605
|
})
|
606
606
|
default = gcp.datastream.Stream("default",
|
607
607
|
stream_id="my-stream",
|
@@ -612,21 +612,21 @@ class Stream(pulumi.CustomResource):
|
|
612
612
|
"key": "value",
|
613
613
|
},
|
614
614
|
source_config={
|
615
|
-
"
|
616
|
-
"
|
617
|
-
"
|
618
|
-
"
|
615
|
+
"source_connection_profile": source_connection_profile.id,
|
616
|
+
"mysql_source_config": {
|
617
|
+
"include_objects": {
|
618
|
+
"mysql_databases": [{
|
619
619
|
"database": "my-database",
|
620
|
-
"
|
620
|
+
"mysql_tables": [
|
621
621
|
{
|
622
622
|
"table": "includedTable",
|
623
|
-
"
|
623
|
+
"mysql_columns": [{
|
624
624
|
"column": "includedColumn",
|
625
|
-
"
|
625
|
+
"data_type": "VARCHAR",
|
626
626
|
"collation": "utf8mb4",
|
627
|
-
"
|
627
|
+
"primary_key": False,
|
628
628
|
"nullable": False,
|
629
|
-
"
|
629
|
+
"ordinal_position": 0,
|
630
630
|
}],
|
631
631
|
},
|
632
632
|
{
|
@@ -635,50 +635,50 @@ class Stream(pulumi.CustomResource):
|
|
635
635
|
],
|
636
636
|
}],
|
637
637
|
},
|
638
|
-
"
|
639
|
-
"
|
638
|
+
"exclude_objects": {
|
639
|
+
"mysql_databases": [{
|
640
640
|
"database": "my-database",
|
641
|
-
"
|
641
|
+
"mysql_tables": [{
|
642
642
|
"table": "excludedTable",
|
643
|
-
"
|
643
|
+
"mysql_columns": [{
|
644
644
|
"column": "excludedColumn",
|
645
|
-
"
|
645
|
+
"data_type": "VARCHAR",
|
646
646
|
"collation": "utf8mb4",
|
647
|
-
"
|
647
|
+
"primary_key": False,
|
648
648
|
"nullable": False,
|
649
|
-
"
|
649
|
+
"ordinal_position": 0,
|
650
650
|
}],
|
651
651
|
}],
|
652
652
|
}],
|
653
653
|
},
|
654
|
-
"
|
654
|
+
"max_concurrent_cdc_tasks": 5,
|
655
655
|
},
|
656
656
|
},
|
657
657
|
destination_config={
|
658
|
-
"
|
659
|
-
"
|
658
|
+
"destination_connection_profile": destination_connection_profile.id,
|
659
|
+
"gcs_destination_config": {
|
660
660
|
"path": "mydata",
|
661
|
-
"
|
662
|
-
"
|
663
|
-
"
|
664
|
-
"
|
661
|
+
"file_rotation_mb": 200,
|
662
|
+
"file_rotation_interval": "60s",
|
663
|
+
"json_file_format": {
|
664
|
+
"schema_file_format": "NO_SCHEMA_FILE",
|
665
665
|
"compression": "GZIP",
|
666
666
|
},
|
667
667
|
},
|
668
668
|
},
|
669
669
|
backfill_all={
|
670
|
-
"
|
671
|
-
"
|
670
|
+
"mysql_excluded_objects": {
|
671
|
+
"mysql_databases": [{
|
672
672
|
"database": "my-database",
|
673
|
-
"
|
673
|
+
"mysql_tables": [{
|
674
674
|
"table": "excludedTable",
|
675
|
-
"
|
675
|
+
"mysql_columns": [{
|
676
676
|
"column": "excludedColumn",
|
677
|
-
"
|
677
|
+
"data_type": "VARCHAR",
|
678
678
|
"collation": "utf8mb4",
|
679
|
-
"
|
679
|
+
"primary_key": False,
|
680
680
|
"nullable": False,
|
681
|
-
"
|
681
|
+
"ordinal_position": 0,
|
682
682
|
}],
|
683
683
|
}],
|
684
684
|
}],
|
@@ -715,28 +715,28 @@ class Stream(pulumi.CustomResource):
|
|
715
715
|
stream_id="my-stream",
|
716
716
|
desired_state="RUNNING",
|
717
717
|
source_config={
|
718
|
-
"
|
719
|
-
"
|
720
|
-
"
|
718
|
+
"source_connection_profile": source.id,
|
719
|
+
"postgresql_source_config": {
|
720
|
+
"max_concurrent_backfill_tasks": 12,
|
721
721
|
"publication": "publication",
|
722
|
-
"
|
723
|
-
"
|
724
|
-
"
|
722
|
+
"replication_slot": "replication_slot",
|
723
|
+
"include_objects": {
|
724
|
+
"postgresql_schemas": [{
|
725
725
|
"schema": "schema",
|
726
|
-
"
|
726
|
+
"postgresql_tables": [{
|
727
727
|
"table": "table",
|
728
|
-
"
|
728
|
+
"postgresql_columns": [{
|
729
729
|
"column": "column",
|
730
730
|
}],
|
731
731
|
}],
|
732
732
|
}],
|
733
733
|
},
|
734
|
-
"
|
735
|
-
"
|
734
|
+
"exclude_objects": {
|
735
|
+
"postgresql_schemas": [{
|
736
736
|
"schema": "schema",
|
737
|
-
"
|
737
|
+
"postgresql_tables": [{
|
738
738
|
"table": "table",
|
739
|
-
"
|
739
|
+
"postgresql_columns": [{
|
740
740
|
"column": "column",
|
741
741
|
}],
|
742
742
|
}],
|
@@ -745,23 +745,23 @@ class Stream(pulumi.CustomResource):
|
|
745
745
|
},
|
746
746
|
},
|
747
747
|
destination_config={
|
748
|
-
"
|
749
|
-
"
|
750
|
-
"
|
751
|
-
"
|
752
|
-
"
|
748
|
+
"destination_connection_profile": destination.id,
|
749
|
+
"bigquery_destination_config": {
|
750
|
+
"data_freshness": "900s",
|
751
|
+
"source_hierarchy_datasets": {
|
752
|
+
"dataset_template": {
|
753
753
|
"location": "us-central1",
|
754
754
|
},
|
755
755
|
},
|
756
756
|
},
|
757
757
|
},
|
758
758
|
backfill_all={
|
759
|
-
"
|
760
|
-
"
|
759
|
+
"postgresql_excluded_objects": {
|
760
|
+
"postgresql_schemas": [{
|
761
761
|
"schema": "schema",
|
762
|
-
"
|
762
|
+
"postgresql_tables": [{
|
763
763
|
"table": "table",
|
764
|
-
"
|
764
|
+
"postgresql_columns": [{
|
765
765
|
"column": "column",
|
766
766
|
}],
|
767
767
|
}],
|
@@ -784,7 +784,7 @@ class Stream(pulumi.CustomResource):
|
|
784
784
|
"port": 1521,
|
785
785
|
"username": "user",
|
786
786
|
"password": "pass",
|
787
|
-
"
|
787
|
+
"database_service": "ORCL",
|
788
788
|
})
|
789
789
|
destination = gcp.datastream.ConnectionProfile("destination",
|
790
790
|
display_name="BigQuery Destination",
|
@@ -797,53 +797,53 @@ class Stream(pulumi.CustomResource):
|
|
797
797
|
stream_id="my-stream",
|
798
798
|
desired_state="RUNNING",
|
799
799
|
source_config={
|
800
|
-
"
|
801
|
-
"
|
802
|
-
"
|
803
|
-
"
|
804
|
-
"
|
805
|
-
"
|
800
|
+
"source_connection_profile": source.id,
|
801
|
+
"oracle_source_config": {
|
802
|
+
"max_concurrent_cdc_tasks": 8,
|
803
|
+
"max_concurrent_backfill_tasks": 12,
|
804
|
+
"include_objects": {
|
805
|
+
"oracle_schemas": [{
|
806
806
|
"schema": "schema",
|
807
|
-
"
|
807
|
+
"oracle_tables": [{
|
808
808
|
"table": "table",
|
809
|
-
"
|
809
|
+
"oracle_columns": [{
|
810
810
|
"column": "column",
|
811
811
|
}],
|
812
812
|
}],
|
813
813
|
}],
|
814
814
|
},
|
815
|
-
"
|
816
|
-
"
|
815
|
+
"exclude_objects": {
|
816
|
+
"oracle_schemas": [{
|
817
817
|
"schema": "schema",
|
818
|
-
"
|
818
|
+
"oracle_tables": [{
|
819
819
|
"table": "table",
|
820
|
-
"
|
820
|
+
"oracle_columns": [{
|
821
821
|
"column": "column",
|
822
822
|
}],
|
823
823
|
}],
|
824
824
|
}],
|
825
825
|
},
|
826
|
-
"
|
826
|
+
"drop_large_objects": {},
|
827
827
|
},
|
828
828
|
},
|
829
829
|
destination_config={
|
830
|
-
"
|
831
|
-
"
|
832
|
-
"
|
833
|
-
"
|
834
|
-
"
|
830
|
+
"destination_connection_profile": destination.id,
|
831
|
+
"bigquery_destination_config": {
|
832
|
+
"data_freshness": "900s",
|
833
|
+
"source_hierarchy_datasets": {
|
834
|
+
"dataset_template": {
|
835
835
|
"location": "us-central1",
|
836
836
|
},
|
837
837
|
},
|
838
838
|
},
|
839
839
|
},
|
840
840
|
backfill_all={
|
841
|
-
"
|
842
|
-
"
|
841
|
+
"oracle_excluded_objects": {
|
842
|
+
"oracle_schemas": [{
|
843
843
|
"schema": "schema",
|
844
|
-
"
|
844
|
+
"oracle_tables": [{
|
845
845
|
"table": "table",
|
846
|
-
"
|
846
|
+
"oracle_columns": [{
|
847
847
|
"column": "column",
|
848
848
|
}],
|
849
849
|
}],
|
@@ -865,8 +865,8 @@ class Stream(pulumi.CustomResource):
|
|
865
865
|
deletion_protection=True,
|
866
866
|
settings={
|
867
867
|
"tier": "db-custom-2-4096",
|
868
|
-
"
|
869
|
-
"
|
868
|
+
"ip_configuration": {
|
869
|
+
"authorized_networks": [
|
870
870
|
{
|
871
871
|
"value": "34.71.242.81",
|
872
872
|
},
|
@@ -914,9 +914,9 @@ class Stream(pulumi.CustomResource):
|
|
914
914
|
location="us-central1",
|
915
915
|
stream_id="stream",
|
916
916
|
source_config={
|
917
|
-
"
|
918
|
-
"
|
919
|
-
"
|
917
|
+
"source_connection_profile": source.id,
|
918
|
+
"sql_server_source_config": {
|
919
|
+
"include_objects": {
|
920
920
|
"schemas": [{
|
921
921
|
"schema": "schema",
|
922
922
|
"tables": [{
|
@@ -927,11 +927,11 @@ class Stream(pulumi.CustomResource):
|
|
927
927
|
},
|
928
928
|
},
|
929
929
|
destination_config={
|
930
|
-
"
|
931
|
-
"
|
932
|
-
"
|
933
|
-
"
|
934
|
-
"
|
930
|
+
"destination_connection_profile": destination.id,
|
931
|
+
"bigquery_destination_config": {
|
932
|
+
"data_freshness": "900s",
|
933
|
+
"source_hierarchy_datasets": {
|
934
|
+
"dataset_template": {
|
935
935
|
"location": "us-central1",
|
936
936
|
},
|
937
937
|
},
|
@@ -962,12 +962,12 @@ class Stream(pulumi.CustomResource):
|
|
962
962
|
region="us-central1",
|
963
963
|
settings={
|
964
964
|
"tier": "db-f1-micro",
|
965
|
-
"
|
965
|
+
"backup_configuration": {
|
966
966
|
"enabled": True,
|
967
|
-
"
|
967
|
+
"binary_log_enabled": True,
|
968
968
|
},
|
969
|
-
"
|
970
|
-
"
|
969
|
+
"ip_configuration": {
|
970
|
+
"authorized_networks": [
|
971
971
|
{
|
972
972
|
"value": "34.71.242.81",
|
973
973
|
},
|
@@ -1009,15 +1009,15 @@ class Stream(pulumi.CustomResource):
|
|
1009
1009
|
location="us-central1",
|
1010
1010
|
stream_id="postgres-bigquery",
|
1011
1011
|
source_config={
|
1012
|
-
"
|
1013
|
-
"
|
1012
|
+
"source_connection_profile": source_connection_profile.id,
|
1013
|
+
"mysql_source_config": {},
|
1014
1014
|
},
|
1015
1015
|
destination_config={
|
1016
|
-
"
|
1017
|
-
"
|
1018
|
-
"
|
1019
|
-
"
|
1020
|
-
"
|
1016
|
+
"destination_connection_profile": destination_connection_profile2.id,
|
1017
|
+
"bigquery_destination_config": {
|
1018
|
+
"data_freshness": "900s",
|
1019
|
+
"single_target_dataset": {
|
1020
|
+
"dataset_id": postgres.id,
|
1021
1021
|
},
|
1022
1022
|
},
|
1023
1023
|
},
|
@@ -1040,12 +1040,12 @@ class Stream(pulumi.CustomResource):
|
|
1040
1040
|
region="us-central1",
|
1041
1041
|
settings={
|
1042
1042
|
"tier": "db-f1-micro",
|
1043
|
-
"
|
1043
|
+
"backup_configuration": {
|
1044
1044
|
"enabled": True,
|
1045
|
-
"
|
1045
|
+
"binary_log_enabled": True,
|
1046
1046
|
},
|
1047
|
-
"
|
1048
|
-
"
|
1047
|
+
"ip_configuration": {
|
1048
|
+
"authorized_networks": [
|
1049
1049
|
{
|
1050
1050
|
"value": "34.71.242.81",
|
1051
1051
|
},
|
@@ -1100,16 +1100,16 @@ class Stream(pulumi.CustomResource):
|
|
1100
1100
|
location="us-central1",
|
1101
1101
|
display_name="my stream",
|
1102
1102
|
source_config={
|
1103
|
-
"
|
1104
|
-
"
|
1103
|
+
"source_connection_profile": source_connection_profile.id,
|
1104
|
+
"mysql_source_config": {},
|
1105
1105
|
},
|
1106
1106
|
destination_config={
|
1107
|
-
"
|
1108
|
-
"
|
1109
|
-
"
|
1110
|
-
"
|
1107
|
+
"destination_connection_profile": destination_connection_profile.id,
|
1108
|
+
"bigquery_destination_config": {
|
1109
|
+
"source_hierarchy_datasets": {
|
1110
|
+
"dataset_template": {
|
1111
1111
|
"location": "us-central1",
|
1112
|
-
"
|
1112
|
+
"kms_key_name": "bigquery-kms-name",
|
1113
1113
|
},
|
1114
1114
|
},
|
1115
1115
|
},
|
@@ -1191,12 +1191,12 @@ class Stream(pulumi.CustomResource):
|
|
1191
1191
|
region="us-central1",
|
1192
1192
|
settings={
|
1193
1193
|
"tier": "db-f1-micro",
|
1194
|
-
"
|
1194
|
+
"backup_configuration": {
|
1195
1195
|
"enabled": True,
|
1196
|
-
"
|
1196
|
+
"binary_log_enabled": True,
|
1197
1197
|
},
|
1198
|
-
"
|
1199
|
-
"
|
1198
|
+
"ip_configuration": {
|
1199
|
+
"authorized_networks": [
|
1200
1200
|
{
|
1201
1201
|
"value": "34.71.242.81",
|
1202
1202
|
},
|
@@ -1262,7 +1262,7 @@ class Stream(pulumi.CustomResource):
|
|
1262
1262
|
connection_profile_id="destination-profile",
|
1263
1263
|
gcs_profile={
|
1264
1264
|
"bucket": bucket.name,
|
1265
|
-
"
|
1265
|
+
"root_path": "/path",
|
1266
1266
|
})
|
1267
1267
|
default = gcp.datastream.Stream("default",
|
1268
1268
|
stream_id="my-stream",
|
@@ -1273,21 +1273,21 @@ class Stream(pulumi.CustomResource):
|
|
1273
1273
|
"key": "value",
|
1274
1274
|
},
|
1275
1275
|
source_config={
|
1276
|
-
"
|
1277
|
-
"
|
1278
|
-
"
|
1279
|
-
"
|
1276
|
+
"source_connection_profile": source_connection_profile.id,
|
1277
|
+
"mysql_source_config": {
|
1278
|
+
"include_objects": {
|
1279
|
+
"mysql_databases": [{
|
1280
1280
|
"database": "my-database",
|
1281
|
-
"
|
1281
|
+
"mysql_tables": [
|
1282
1282
|
{
|
1283
1283
|
"table": "includedTable",
|
1284
|
-
"
|
1284
|
+
"mysql_columns": [{
|
1285
1285
|
"column": "includedColumn",
|
1286
|
-
"
|
1286
|
+
"data_type": "VARCHAR",
|
1287
1287
|
"collation": "utf8mb4",
|
1288
|
-
"
|
1288
|
+
"primary_key": False,
|
1289
1289
|
"nullable": False,
|
1290
|
-
"
|
1290
|
+
"ordinal_position": 0,
|
1291
1291
|
}],
|
1292
1292
|
},
|
1293
1293
|
{
|
@@ -1296,50 +1296,50 @@ class Stream(pulumi.CustomResource):
|
|
1296
1296
|
],
|
1297
1297
|
}],
|
1298
1298
|
},
|
1299
|
-
"
|
1300
|
-
"
|
1299
|
+
"exclude_objects": {
|
1300
|
+
"mysql_databases": [{
|
1301
1301
|
"database": "my-database",
|
1302
|
-
"
|
1302
|
+
"mysql_tables": [{
|
1303
1303
|
"table": "excludedTable",
|
1304
|
-
"
|
1304
|
+
"mysql_columns": [{
|
1305
1305
|
"column": "excludedColumn",
|
1306
|
-
"
|
1306
|
+
"data_type": "VARCHAR",
|
1307
1307
|
"collation": "utf8mb4",
|
1308
|
-
"
|
1308
|
+
"primary_key": False,
|
1309
1309
|
"nullable": False,
|
1310
|
-
"
|
1310
|
+
"ordinal_position": 0,
|
1311
1311
|
}],
|
1312
1312
|
}],
|
1313
1313
|
}],
|
1314
1314
|
},
|
1315
|
-
"
|
1315
|
+
"max_concurrent_cdc_tasks": 5,
|
1316
1316
|
},
|
1317
1317
|
},
|
1318
1318
|
destination_config={
|
1319
|
-
"
|
1320
|
-
"
|
1319
|
+
"destination_connection_profile": destination_connection_profile.id,
|
1320
|
+
"gcs_destination_config": {
|
1321
1321
|
"path": "mydata",
|
1322
|
-
"
|
1323
|
-
"
|
1324
|
-
"
|
1325
|
-
"
|
1322
|
+
"file_rotation_mb": 200,
|
1323
|
+
"file_rotation_interval": "60s",
|
1324
|
+
"json_file_format": {
|
1325
|
+
"schema_file_format": "NO_SCHEMA_FILE",
|
1326
1326
|
"compression": "GZIP",
|
1327
1327
|
},
|
1328
1328
|
},
|
1329
1329
|
},
|
1330
1330
|
backfill_all={
|
1331
|
-
"
|
1332
|
-
"
|
1331
|
+
"mysql_excluded_objects": {
|
1332
|
+
"mysql_databases": [{
|
1333
1333
|
"database": "my-database",
|
1334
|
-
"
|
1334
|
+
"mysql_tables": [{
|
1335
1335
|
"table": "excludedTable",
|
1336
|
-
"
|
1336
|
+
"mysql_columns": [{
|
1337
1337
|
"column": "excludedColumn",
|
1338
|
-
"
|
1338
|
+
"data_type": "VARCHAR",
|
1339
1339
|
"collation": "utf8mb4",
|
1340
|
-
"
|
1340
|
+
"primary_key": False,
|
1341
1341
|
"nullable": False,
|
1342
|
-
"
|
1342
|
+
"ordinal_position": 0,
|
1343
1343
|
}],
|
1344
1344
|
}],
|
1345
1345
|
}],
|
@@ -1376,28 +1376,28 @@ class Stream(pulumi.CustomResource):
|
|
1376
1376
|
stream_id="my-stream",
|
1377
1377
|
desired_state="RUNNING",
|
1378
1378
|
source_config={
|
1379
|
-
"
|
1380
|
-
"
|
1381
|
-
"
|
1379
|
+
"source_connection_profile": source.id,
|
1380
|
+
"postgresql_source_config": {
|
1381
|
+
"max_concurrent_backfill_tasks": 12,
|
1382
1382
|
"publication": "publication",
|
1383
|
-
"
|
1384
|
-
"
|
1385
|
-
"
|
1383
|
+
"replication_slot": "replication_slot",
|
1384
|
+
"include_objects": {
|
1385
|
+
"postgresql_schemas": [{
|
1386
1386
|
"schema": "schema",
|
1387
|
-
"
|
1387
|
+
"postgresql_tables": [{
|
1388
1388
|
"table": "table",
|
1389
|
-
"
|
1389
|
+
"postgresql_columns": [{
|
1390
1390
|
"column": "column",
|
1391
1391
|
}],
|
1392
1392
|
}],
|
1393
1393
|
}],
|
1394
1394
|
},
|
1395
|
-
"
|
1396
|
-
"
|
1395
|
+
"exclude_objects": {
|
1396
|
+
"postgresql_schemas": [{
|
1397
1397
|
"schema": "schema",
|
1398
|
-
"
|
1398
|
+
"postgresql_tables": [{
|
1399
1399
|
"table": "table",
|
1400
|
-
"
|
1400
|
+
"postgresql_columns": [{
|
1401
1401
|
"column": "column",
|
1402
1402
|
}],
|
1403
1403
|
}],
|
@@ -1406,23 +1406,23 @@ class Stream(pulumi.CustomResource):
|
|
1406
1406
|
},
|
1407
1407
|
},
|
1408
1408
|
destination_config={
|
1409
|
-
"
|
1410
|
-
"
|
1411
|
-
"
|
1412
|
-
"
|
1413
|
-
"
|
1409
|
+
"destination_connection_profile": destination.id,
|
1410
|
+
"bigquery_destination_config": {
|
1411
|
+
"data_freshness": "900s",
|
1412
|
+
"source_hierarchy_datasets": {
|
1413
|
+
"dataset_template": {
|
1414
1414
|
"location": "us-central1",
|
1415
1415
|
},
|
1416
1416
|
},
|
1417
1417
|
},
|
1418
1418
|
},
|
1419
1419
|
backfill_all={
|
1420
|
-
"
|
1421
|
-
"
|
1420
|
+
"postgresql_excluded_objects": {
|
1421
|
+
"postgresql_schemas": [{
|
1422
1422
|
"schema": "schema",
|
1423
|
-
"
|
1423
|
+
"postgresql_tables": [{
|
1424
1424
|
"table": "table",
|
1425
|
-
"
|
1425
|
+
"postgresql_columns": [{
|
1426
1426
|
"column": "column",
|
1427
1427
|
}],
|
1428
1428
|
}],
|
@@ -1445,7 +1445,7 @@ class Stream(pulumi.CustomResource):
|
|
1445
1445
|
"port": 1521,
|
1446
1446
|
"username": "user",
|
1447
1447
|
"password": "pass",
|
1448
|
-
"
|
1448
|
+
"database_service": "ORCL",
|
1449
1449
|
})
|
1450
1450
|
destination = gcp.datastream.ConnectionProfile("destination",
|
1451
1451
|
display_name="BigQuery Destination",
|
@@ -1458,53 +1458,53 @@ class Stream(pulumi.CustomResource):
|
|
1458
1458
|
stream_id="my-stream",
|
1459
1459
|
desired_state="RUNNING",
|
1460
1460
|
source_config={
|
1461
|
-
"
|
1462
|
-
"
|
1463
|
-
"
|
1464
|
-
"
|
1465
|
-
"
|
1466
|
-
"
|
1461
|
+
"source_connection_profile": source.id,
|
1462
|
+
"oracle_source_config": {
|
1463
|
+
"max_concurrent_cdc_tasks": 8,
|
1464
|
+
"max_concurrent_backfill_tasks": 12,
|
1465
|
+
"include_objects": {
|
1466
|
+
"oracle_schemas": [{
|
1467
1467
|
"schema": "schema",
|
1468
|
-
"
|
1468
|
+
"oracle_tables": [{
|
1469
1469
|
"table": "table",
|
1470
|
-
"
|
1470
|
+
"oracle_columns": [{
|
1471
1471
|
"column": "column",
|
1472
1472
|
}],
|
1473
1473
|
}],
|
1474
1474
|
}],
|
1475
1475
|
},
|
1476
|
-
"
|
1477
|
-
"
|
1476
|
+
"exclude_objects": {
|
1477
|
+
"oracle_schemas": [{
|
1478
1478
|
"schema": "schema",
|
1479
|
-
"
|
1479
|
+
"oracle_tables": [{
|
1480
1480
|
"table": "table",
|
1481
|
-
"
|
1481
|
+
"oracle_columns": [{
|
1482
1482
|
"column": "column",
|
1483
1483
|
}],
|
1484
1484
|
}],
|
1485
1485
|
}],
|
1486
1486
|
},
|
1487
|
-
"
|
1487
|
+
"drop_large_objects": {},
|
1488
1488
|
},
|
1489
1489
|
},
|
1490
1490
|
destination_config={
|
1491
|
-
"
|
1492
|
-
"
|
1493
|
-
"
|
1494
|
-
"
|
1495
|
-
"
|
1491
|
+
"destination_connection_profile": destination.id,
|
1492
|
+
"bigquery_destination_config": {
|
1493
|
+
"data_freshness": "900s",
|
1494
|
+
"source_hierarchy_datasets": {
|
1495
|
+
"dataset_template": {
|
1496
1496
|
"location": "us-central1",
|
1497
1497
|
},
|
1498
1498
|
},
|
1499
1499
|
},
|
1500
1500
|
},
|
1501
1501
|
backfill_all={
|
1502
|
-
"
|
1503
|
-
"
|
1502
|
+
"oracle_excluded_objects": {
|
1503
|
+
"oracle_schemas": [{
|
1504
1504
|
"schema": "schema",
|
1505
|
-
"
|
1505
|
+
"oracle_tables": [{
|
1506
1506
|
"table": "table",
|
1507
|
-
"
|
1507
|
+
"oracle_columns": [{
|
1508
1508
|
"column": "column",
|
1509
1509
|
}],
|
1510
1510
|
}],
|
@@ -1526,8 +1526,8 @@ class Stream(pulumi.CustomResource):
|
|
1526
1526
|
deletion_protection=True,
|
1527
1527
|
settings={
|
1528
1528
|
"tier": "db-custom-2-4096",
|
1529
|
-
"
|
1530
|
-
"
|
1529
|
+
"ip_configuration": {
|
1530
|
+
"authorized_networks": [
|
1531
1531
|
{
|
1532
1532
|
"value": "34.71.242.81",
|
1533
1533
|
},
|
@@ -1575,9 +1575,9 @@ class Stream(pulumi.CustomResource):
|
|
1575
1575
|
location="us-central1",
|
1576
1576
|
stream_id="stream",
|
1577
1577
|
source_config={
|
1578
|
-
"
|
1579
|
-
"
|
1580
|
-
"
|
1578
|
+
"source_connection_profile": source.id,
|
1579
|
+
"sql_server_source_config": {
|
1580
|
+
"include_objects": {
|
1581
1581
|
"schemas": [{
|
1582
1582
|
"schema": "schema",
|
1583
1583
|
"tables": [{
|
@@ -1588,11 +1588,11 @@ class Stream(pulumi.CustomResource):
|
|
1588
1588
|
},
|
1589
1589
|
},
|
1590
1590
|
destination_config={
|
1591
|
-
"
|
1592
|
-
"
|
1593
|
-
"
|
1594
|
-
"
|
1595
|
-
"
|
1591
|
+
"destination_connection_profile": destination.id,
|
1592
|
+
"bigquery_destination_config": {
|
1593
|
+
"data_freshness": "900s",
|
1594
|
+
"source_hierarchy_datasets": {
|
1595
|
+
"dataset_template": {
|
1596
1596
|
"location": "us-central1",
|
1597
1597
|
},
|
1598
1598
|
},
|
@@ -1623,12 +1623,12 @@ class Stream(pulumi.CustomResource):
|
|
1623
1623
|
region="us-central1",
|
1624
1624
|
settings={
|
1625
1625
|
"tier": "db-f1-micro",
|
1626
|
-
"
|
1626
|
+
"backup_configuration": {
|
1627
1627
|
"enabled": True,
|
1628
|
-
"
|
1628
|
+
"binary_log_enabled": True,
|
1629
1629
|
},
|
1630
|
-
"
|
1631
|
-
"
|
1630
|
+
"ip_configuration": {
|
1631
|
+
"authorized_networks": [
|
1632
1632
|
{
|
1633
1633
|
"value": "34.71.242.81",
|
1634
1634
|
},
|
@@ -1670,15 +1670,15 @@ class Stream(pulumi.CustomResource):
|
|
1670
1670
|
location="us-central1",
|
1671
1671
|
stream_id="postgres-bigquery",
|
1672
1672
|
source_config={
|
1673
|
-
"
|
1674
|
-
"
|
1673
|
+
"source_connection_profile": source_connection_profile.id,
|
1674
|
+
"mysql_source_config": {},
|
1675
1675
|
},
|
1676
1676
|
destination_config={
|
1677
|
-
"
|
1678
|
-
"
|
1679
|
-
"
|
1680
|
-
"
|
1681
|
-
"
|
1677
|
+
"destination_connection_profile": destination_connection_profile2.id,
|
1678
|
+
"bigquery_destination_config": {
|
1679
|
+
"data_freshness": "900s",
|
1680
|
+
"single_target_dataset": {
|
1681
|
+
"dataset_id": postgres.id,
|
1682
1682
|
},
|
1683
1683
|
},
|
1684
1684
|
},
|
@@ -1701,12 +1701,12 @@ class Stream(pulumi.CustomResource):
|
|
1701
1701
|
region="us-central1",
|
1702
1702
|
settings={
|
1703
1703
|
"tier": "db-f1-micro",
|
1704
|
-
"
|
1704
|
+
"backup_configuration": {
|
1705
1705
|
"enabled": True,
|
1706
|
-
"
|
1706
|
+
"binary_log_enabled": True,
|
1707
1707
|
},
|
1708
|
-
"
|
1709
|
-
"
|
1708
|
+
"ip_configuration": {
|
1709
|
+
"authorized_networks": [
|
1710
1710
|
{
|
1711
1711
|
"value": "34.71.242.81",
|
1712
1712
|
},
|
@@ -1761,16 +1761,16 @@ class Stream(pulumi.CustomResource):
|
|
1761
1761
|
location="us-central1",
|
1762
1762
|
display_name="my stream",
|
1763
1763
|
source_config={
|
1764
|
-
"
|
1765
|
-
"
|
1764
|
+
"source_connection_profile": source_connection_profile.id,
|
1765
|
+
"mysql_source_config": {},
|
1766
1766
|
},
|
1767
1767
|
destination_config={
|
1768
|
-
"
|
1769
|
-
"
|
1770
|
-
"
|
1771
|
-
"
|
1768
|
+
"destination_connection_profile": destination_connection_profile.id,
|
1769
|
+
"bigquery_destination_config": {
|
1770
|
+
"source_hierarchy_datasets": {
|
1771
|
+
"dataset_template": {
|
1772
1772
|
"location": "us-central1",
|
1773
|
-
"
|
1773
|
+
"kms_key_name": "bigquery-kms-name",
|
1774
1774
|
},
|
1775
1775
|
},
|
1776
1776
|
},
|