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
@@ -283,11 +283,11 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
283
283
|
service="allServices",
|
284
284
|
audit_log_configs=[
|
285
285
|
{
|
286
|
-
"
|
286
|
+
"log_type": "ADMIN_READ",
|
287
287
|
},
|
288
288
|
{
|
289
|
-
"
|
290
|
-
"
|
289
|
+
"log_type": "DATA_READ",
|
290
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
291
291
|
},
|
292
292
|
])
|
293
293
|
```
|
@@ -404,11 +404,11 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
404
404
|
service="allServices",
|
405
405
|
audit_log_configs=[
|
406
406
|
{
|
407
|
-
"
|
407
|
+
"log_type": "ADMIN_READ",
|
408
408
|
},
|
409
409
|
{
|
410
|
-
"
|
411
|
-
"
|
410
|
+
"log_type": "DATA_READ",
|
411
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
412
412
|
},
|
413
413
|
])
|
414
414
|
```
|
@@ -579,11 +579,11 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
579
579
|
service="allServices",
|
580
580
|
audit_log_configs=[
|
581
581
|
{
|
582
|
-
"
|
582
|
+
"log_type": "ADMIN_READ",
|
583
583
|
},
|
584
584
|
{
|
585
|
-
"
|
586
|
-
"
|
585
|
+
"log_type": "DATA_READ",
|
586
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
587
587
|
},
|
588
588
|
])
|
589
589
|
```
|
@@ -700,11 +700,11 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
700
700
|
service="allServices",
|
701
701
|
audit_log_configs=[
|
702
702
|
{
|
703
|
-
"
|
703
|
+
"log_type": "ADMIN_READ",
|
704
704
|
},
|
705
705
|
{
|
706
|
-
"
|
707
|
-
"
|
706
|
+
"log_type": "DATA_READ",
|
707
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
708
708
|
},
|
709
709
|
])
|
710
710
|
```
|
@@ -348,11 +348,11 @@ class IAMBinding(pulumi.CustomResource):
|
|
348
348
|
service="allServices",
|
349
349
|
audit_log_configs=[
|
350
350
|
{
|
351
|
-
"
|
351
|
+
"log_type": "ADMIN_READ",
|
352
352
|
},
|
353
353
|
{
|
354
|
-
"
|
355
|
-
"
|
354
|
+
"log_type": "DATA_READ",
|
355
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
356
356
|
},
|
357
357
|
])
|
358
358
|
```
|
@@ -469,11 +469,11 @@ class IAMBinding(pulumi.CustomResource):
|
|
469
469
|
service="allServices",
|
470
470
|
audit_log_configs=[
|
471
471
|
{
|
472
|
-
"
|
472
|
+
"log_type": "ADMIN_READ",
|
473
473
|
},
|
474
474
|
{
|
475
|
-
"
|
476
|
-
"
|
475
|
+
"log_type": "DATA_READ",
|
476
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
477
477
|
},
|
478
478
|
])
|
479
479
|
```
|
@@ -653,11 +653,11 @@ class IAMBinding(pulumi.CustomResource):
|
|
653
653
|
service="allServices",
|
654
654
|
audit_log_configs=[
|
655
655
|
{
|
656
|
-
"
|
656
|
+
"log_type": "ADMIN_READ",
|
657
657
|
},
|
658
658
|
{
|
659
|
-
"
|
660
|
-
"
|
659
|
+
"log_type": "DATA_READ",
|
660
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
661
661
|
},
|
662
662
|
])
|
663
663
|
```
|
@@ -774,11 +774,11 @@ class IAMBinding(pulumi.CustomResource):
|
|
774
774
|
service="allServices",
|
775
775
|
audit_log_configs=[
|
776
776
|
{
|
777
|
-
"
|
777
|
+
"log_type": "ADMIN_READ",
|
778
778
|
},
|
779
779
|
{
|
780
|
-
"
|
781
|
-
"
|
780
|
+
"log_type": "DATA_READ",
|
781
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
782
782
|
},
|
783
783
|
])
|
784
784
|
```
|
@@ -348,11 +348,11 @@ class IAMMember(pulumi.CustomResource):
|
|
348
348
|
service="allServices",
|
349
349
|
audit_log_configs=[
|
350
350
|
{
|
351
|
-
"
|
351
|
+
"log_type": "ADMIN_READ",
|
352
352
|
},
|
353
353
|
{
|
354
|
-
"
|
355
|
-
"
|
354
|
+
"log_type": "DATA_READ",
|
355
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
356
356
|
},
|
357
357
|
])
|
358
358
|
```
|
@@ -469,11 +469,11 @@ class IAMMember(pulumi.CustomResource):
|
|
469
469
|
service="allServices",
|
470
470
|
audit_log_configs=[
|
471
471
|
{
|
472
|
-
"
|
472
|
+
"log_type": "ADMIN_READ",
|
473
473
|
},
|
474
474
|
{
|
475
|
-
"
|
476
|
-
"
|
475
|
+
"log_type": "DATA_READ",
|
476
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
477
477
|
},
|
478
478
|
])
|
479
479
|
```
|
@@ -653,11 +653,11 @@ class IAMMember(pulumi.CustomResource):
|
|
653
653
|
service="allServices",
|
654
654
|
audit_log_configs=[
|
655
655
|
{
|
656
|
-
"
|
656
|
+
"log_type": "ADMIN_READ",
|
657
657
|
},
|
658
658
|
{
|
659
|
-
"
|
660
|
-
"
|
659
|
+
"log_type": "DATA_READ",
|
660
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
661
661
|
},
|
662
662
|
])
|
663
663
|
```
|
@@ -774,11 +774,11 @@ class IAMMember(pulumi.CustomResource):
|
|
774
774
|
service="allServices",
|
775
775
|
audit_log_configs=[
|
776
776
|
{
|
777
|
-
"
|
777
|
+
"log_type": "ADMIN_READ",
|
778
778
|
},
|
779
779
|
{
|
780
|
-
"
|
781
|
-
"
|
780
|
+
"log_type": "DATA_READ",
|
781
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
782
782
|
},
|
783
783
|
])
|
784
784
|
```
|
@@ -277,11 +277,11 @@ class IAMPolicy(pulumi.CustomResource):
|
|
277
277
|
service="allServices",
|
278
278
|
audit_log_configs=[
|
279
279
|
{
|
280
|
-
"
|
280
|
+
"log_type": "ADMIN_READ",
|
281
281
|
},
|
282
282
|
{
|
283
|
-
"
|
284
|
-
"
|
283
|
+
"log_type": "DATA_READ",
|
284
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
285
285
|
},
|
286
286
|
])
|
287
287
|
```
|
@@ -398,11 +398,11 @@ class IAMPolicy(pulumi.CustomResource):
|
|
398
398
|
service="allServices",
|
399
399
|
audit_log_configs=[
|
400
400
|
{
|
401
|
-
"
|
401
|
+
"log_type": "ADMIN_READ",
|
402
402
|
},
|
403
403
|
{
|
404
|
-
"
|
405
|
-
"
|
404
|
+
"log_type": "DATA_READ",
|
405
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
406
406
|
},
|
407
407
|
])
|
408
408
|
```
|
@@ -579,11 +579,11 @@ class IAMPolicy(pulumi.CustomResource):
|
|
579
579
|
service="allServices",
|
580
580
|
audit_log_configs=[
|
581
581
|
{
|
582
|
-
"
|
582
|
+
"log_type": "ADMIN_READ",
|
583
583
|
},
|
584
584
|
{
|
585
|
-
"
|
586
|
-
"
|
585
|
+
"log_type": "DATA_READ",
|
586
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
587
587
|
},
|
588
588
|
])
|
589
589
|
```
|
@@ -700,11 +700,11 @@ class IAMPolicy(pulumi.CustomResource):
|
|
700
700
|
service="allServices",
|
701
701
|
audit_log_configs=[
|
702
702
|
{
|
703
|
-
"
|
703
|
+
"log_type": "ADMIN_READ",
|
704
704
|
},
|
705
705
|
{
|
706
|
-
"
|
707
|
-
"
|
706
|
+
"log_type": "DATA_READ",
|
707
|
+
"exempted_members": ["user:joebloggs@example.com"],
|
708
708
|
},
|
709
709
|
])
|
710
710
|
```
|
@@ -349,7 +349,7 @@ class OrganizationPolicy(pulumi.CustomResource):
|
|
349
349
|
project="your-project-id",
|
350
350
|
constraint="serviceuser.services",
|
351
351
|
list_policy={
|
352
|
-
"
|
352
|
+
"suggested_value": "compute.googleapis.com",
|
353
353
|
"deny": {
|
354
354
|
"values": ["cloudresourcemanager.googleapis.com"],
|
355
355
|
},
|
@@ -469,7 +469,7 @@ class OrganizationPolicy(pulumi.CustomResource):
|
|
469
469
|
project="your-project-id",
|
470
470
|
constraint="serviceuser.services",
|
471
471
|
list_policy={
|
472
|
-
"
|
472
|
+
"suggested_value": "compute.googleapis.com",
|
473
473
|
"deny": {
|
474
474
|
"values": ["cloudresourcemanager.googleapis.com"],
|
475
475
|
},
|
@@ -282,18 +282,18 @@ class LiteSubscription(pulumi.CustomResource):
|
|
282
282
|
partition_config={
|
283
283
|
"count": 1,
|
284
284
|
"capacity": {
|
285
|
-
"
|
286
|
-
"
|
285
|
+
"publish_mib_per_sec": 4,
|
286
|
+
"subscribe_mib_per_sec": 8,
|
287
287
|
},
|
288
288
|
},
|
289
289
|
retention_config={
|
290
|
-
"
|
290
|
+
"per_partition_bytes": "32212254720",
|
291
291
|
})
|
292
292
|
example_lite_subscription = gcp.pubsub.LiteSubscription("example",
|
293
293
|
name="example-subscription",
|
294
294
|
topic=example.name,
|
295
295
|
delivery_config={
|
296
|
-
"
|
296
|
+
"delivery_requirement": "DELIVER_AFTER_STORED",
|
297
297
|
})
|
298
298
|
```
|
299
299
|
|
@@ -372,18 +372,18 @@ class LiteSubscription(pulumi.CustomResource):
|
|
372
372
|
partition_config={
|
373
373
|
"count": 1,
|
374
374
|
"capacity": {
|
375
|
-
"
|
376
|
-
"
|
375
|
+
"publish_mib_per_sec": 4,
|
376
|
+
"subscribe_mib_per_sec": 8,
|
377
377
|
},
|
378
378
|
},
|
379
379
|
retention_config={
|
380
|
-
"
|
380
|
+
"per_partition_bytes": "32212254720",
|
381
381
|
})
|
382
382
|
example_lite_subscription = gcp.pubsub.LiteSubscription("example",
|
383
383
|
name="example-subscription",
|
384
384
|
topic=example.name,
|
385
385
|
delivery_config={
|
386
|
-
"
|
386
|
+
"delivery_requirement": "DELIVER_AFTER_STORED",
|
387
387
|
})
|
388
388
|
```
|
389
389
|
|
pulumi_gcp/pubsub/lite_topic.py
CHANGED
@@ -327,15 +327,15 @@ class LiteTopic(pulumi.CustomResource):
|
|
327
327
|
partition_config={
|
328
328
|
"count": 1,
|
329
329
|
"capacity": {
|
330
|
-
"
|
331
|
-
"
|
330
|
+
"publish_mib_per_sec": 4,
|
331
|
+
"subscribe_mib_per_sec": 8,
|
332
332
|
},
|
333
333
|
},
|
334
334
|
retention_config={
|
335
|
-
"
|
335
|
+
"per_partition_bytes": "32212254720",
|
336
336
|
},
|
337
337
|
reservation_config={
|
338
|
-
"
|
338
|
+
"throughput_reservation": example.name,
|
339
339
|
})
|
340
340
|
```
|
341
341
|
|
@@ -420,15 +420,15 @@ class LiteTopic(pulumi.CustomResource):
|
|
420
420
|
partition_config={
|
421
421
|
"count": 1,
|
422
422
|
"capacity": {
|
423
|
-
"
|
424
|
-
"
|
423
|
+
"publish_mib_per_sec": 4,
|
424
|
+
"subscribe_mib_per_sec": 8,
|
425
425
|
},
|
426
426
|
},
|
427
427
|
retention_config={
|
428
|
-
"
|
428
|
+
"per_partition_bytes": "32212254720",
|
429
429
|
},
|
430
430
|
reservation_config={
|
431
|
-
"
|
431
|
+
"throughput_reservation": example.name,
|
432
432
|
})
|
433
433
|
```
|
434
434
|
|
@@ -907,9 +907,9 @@ class Subscription(pulumi.CustomResource):
|
|
907
907
|
"foo": "bar",
|
908
908
|
},
|
909
909
|
push_config={
|
910
|
-
"
|
910
|
+
"push_endpoint": "https://example.com/push",
|
911
911
|
"attributes": {
|
912
|
-
"
|
912
|
+
"x_goog_version": "v1",
|
913
913
|
},
|
914
914
|
})
|
915
915
|
```
|
@@ -933,7 +933,7 @@ class Subscription(pulumi.CustomResource):
|
|
933
933
|
"ttl": "300000.5s",
|
934
934
|
},
|
935
935
|
retry_policy={
|
936
|
-
"
|
936
|
+
"minimum_backoff": "10s",
|
937
937
|
},
|
938
938
|
enable_message_ordering=False)
|
939
939
|
```
|
@@ -949,8 +949,8 @@ class Subscription(pulumi.CustomResource):
|
|
949
949
|
name="example-subscription",
|
950
950
|
topic=example.id,
|
951
951
|
dead_letter_policy={
|
952
|
-
"
|
953
|
-
"
|
952
|
+
"dead_letter_topic": example_dead_letter.id,
|
953
|
+
"max_delivery_attempts": 10,
|
954
954
|
})
|
955
955
|
```
|
956
956
|
### Pubsub Subscription Push Bq
|
@@ -1029,7 +1029,7 @@ class Subscription(pulumi.CustomResource):
|
|
1029
1029
|
topic=example.id,
|
1030
1030
|
bigquery_config={
|
1031
1031
|
"table": pulumi.Output.all(test_table.project, test_table.dataset_id, test_table.table_id).apply(lambda project, dataset_id, table_id: f"{project}.{dataset_id}.{table_id}"),
|
1032
|
-
"
|
1032
|
+
"use_table_schema": True,
|
1033
1033
|
},
|
1034
1034
|
opts = pulumi.ResourceOptions(depends_on=[
|
1035
1035
|
viewer,
|
@@ -1074,7 +1074,7 @@ class Subscription(pulumi.CustomResource):
|
|
1074
1074
|
topic=example.id,
|
1075
1075
|
bigquery_config={
|
1076
1076
|
"table": pulumi.Output.all(test_table.project, test_table.dataset_id, test_table.table_id).apply(lambda project, dataset_id, table_id: f"{project}.{dataset_id}.{table_id}"),
|
1077
|
-
"
|
1077
|
+
"service_account_email": bq_write_service_account.email,
|
1078
1078
|
},
|
1079
1079
|
opts = pulumi.ResourceOptions(depends_on=[
|
1080
1080
|
bq_write_service_account,
|
@@ -1103,11 +1103,11 @@ class Subscription(pulumi.CustomResource):
|
|
1103
1103
|
topic=example_topic.id,
|
1104
1104
|
cloud_storage_config={
|
1105
1105
|
"bucket": example.name,
|
1106
|
-
"
|
1107
|
-
"
|
1108
|
-
"
|
1109
|
-
"
|
1110
|
-
"
|
1106
|
+
"filename_prefix": "pre-",
|
1107
|
+
"filename_suffix": "-_79169",
|
1108
|
+
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1109
|
+
"max_bytes": 1000,
|
1110
|
+
"max_duration": "300s",
|
1111
1111
|
},
|
1112
1112
|
opts = pulumi.ResourceOptions(depends_on=[
|
1113
1113
|
example,
|
@@ -1135,13 +1135,13 @@ class Subscription(pulumi.CustomResource):
|
|
1135
1135
|
topic=example_topic.id,
|
1136
1136
|
cloud_storage_config={
|
1137
1137
|
"bucket": example.name,
|
1138
|
-
"
|
1139
|
-
"
|
1140
|
-
"
|
1141
|
-
"
|
1142
|
-
"
|
1143
|
-
"
|
1144
|
-
"
|
1138
|
+
"filename_prefix": "pre-",
|
1139
|
+
"filename_suffix": "-_56529",
|
1140
|
+
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1141
|
+
"max_bytes": 1000,
|
1142
|
+
"max_duration": "300s",
|
1143
|
+
"avro_config": {
|
1144
|
+
"write_metadata": True,
|
1145
1145
|
},
|
1146
1146
|
},
|
1147
1147
|
opts = pulumi.ResourceOptions(depends_on=[
|
@@ -1172,12 +1172,12 @@ class Subscription(pulumi.CustomResource):
|
|
1172
1172
|
topic=example_topic.id,
|
1173
1173
|
cloud_storage_config={
|
1174
1174
|
"bucket": example.name,
|
1175
|
-
"
|
1176
|
-
"
|
1177
|
-
"
|
1178
|
-
"
|
1179
|
-
"
|
1180
|
-
"
|
1175
|
+
"filename_prefix": "pre-",
|
1176
|
+
"filename_suffix": "-_75413",
|
1177
|
+
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1178
|
+
"max_bytes": 1000,
|
1179
|
+
"max_duration": "300s",
|
1180
|
+
"service_account_email": storage_write_service_account.email,
|
1181
1181
|
},
|
1182
1182
|
opts = pulumi.ResourceOptions(depends_on=[
|
1183
1183
|
storage_write_service_account,
|
@@ -1335,9 +1335,9 @@ class Subscription(pulumi.CustomResource):
|
|
1335
1335
|
"foo": "bar",
|
1336
1336
|
},
|
1337
1337
|
push_config={
|
1338
|
-
"
|
1338
|
+
"push_endpoint": "https://example.com/push",
|
1339
1339
|
"attributes": {
|
1340
|
-
"
|
1340
|
+
"x_goog_version": "v1",
|
1341
1341
|
},
|
1342
1342
|
})
|
1343
1343
|
```
|
@@ -1361,7 +1361,7 @@ class Subscription(pulumi.CustomResource):
|
|
1361
1361
|
"ttl": "300000.5s",
|
1362
1362
|
},
|
1363
1363
|
retry_policy={
|
1364
|
-
"
|
1364
|
+
"minimum_backoff": "10s",
|
1365
1365
|
},
|
1366
1366
|
enable_message_ordering=False)
|
1367
1367
|
```
|
@@ -1377,8 +1377,8 @@ class Subscription(pulumi.CustomResource):
|
|
1377
1377
|
name="example-subscription",
|
1378
1378
|
topic=example.id,
|
1379
1379
|
dead_letter_policy={
|
1380
|
-
"
|
1381
|
-
"
|
1380
|
+
"dead_letter_topic": example_dead_letter.id,
|
1381
|
+
"max_delivery_attempts": 10,
|
1382
1382
|
})
|
1383
1383
|
```
|
1384
1384
|
### Pubsub Subscription Push Bq
|
@@ -1457,7 +1457,7 @@ class Subscription(pulumi.CustomResource):
|
|
1457
1457
|
topic=example.id,
|
1458
1458
|
bigquery_config={
|
1459
1459
|
"table": pulumi.Output.all(test_table.project, test_table.dataset_id, test_table.table_id).apply(lambda project, dataset_id, table_id: f"{project}.{dataset_id}.{table_id}"),
|
1460
|
-
"
|
1460
|
+
"use_table_schema": True,
|
1461
1461
|
},
|
1462
1462
|
opts = pulumi.ResourceOptions(depends_on=[
|
1463
1463
|
viewer,
|
@@ -1502,7 +1502,7 @@ class Subscription(pulumi.CustomResource):
|
|
1502
1502
|
topic=example.id,
|
1503
1503
|
bigquery_config={
|
1504
1504
|
"table": pulumi.Output.all(test_table.project, test_table.dataset_id, test_table.table_id).apply(lambda project, dataset_id, table_id: f"{project}.{dataset_id}.{table_id}"),
|
1505
|
-
"
|
1505
|
+
"service_account_email": bq_write_service_account.email,
|
1506
1506
|
},
|
1507
1507
|
opts = pulumi.ResourceOptions(depends_on=[
|
1508
1508
|
bq_write_service_account,
|
@@ -1531,11 +1531,11 @@ class Subscription(pulumi.CustomResource):
|
|
1531
1531
|
topic=example_topic.id,
|
1532
1532
|
cloud_storage_config={
|
1533
1533
|
"bucket": example.name,
|
1534
|
-
"
|
1535
|
-
"
|
1536
|
-
"
|
1537
|
-
"
|
1538
|
-
"
|
1534
|
+
"filename_prefix": "pre-",
|
1535
|
+
"filename_suffix": "-_79169",
|
1536
|
+
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1537
|
+
"max_bytes": 1000,
|
1538
|
+
"max_duration": "300s",
|
1539
1539
|
},
|
1540
1540
|
opts = pulumi.ResourceOptions(depends_on=[
|
1541
1541
|
example,
|
@@ -1563,13 +1563,13 @@ class Subscription(pulumi.CustomResource):
|
|
1563
1563
|
topic=example_topic.id,
|
1564
1564
|
cloud_storage_config={
|
1565
1565
|
"bucket": example.name,
|
1566
|
-
"
|
1567
|
-
"
|
1568
|
-
"
|
1569
|
-
"
|
1570
|
-
"
|
1571
|
-
"
|
1572
|
-
"
|
1566
|
+
"filename_prefix": "pre-",
|
1567
|
+
"filename_suffix": "-_56529",
|
1568
|
+
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1569
|
+
"max_bytes": 1000,
|
1570
|
+
"max_duration": "300s",
|
1571
|
+
"avro_config": {
|
1572
|
+
"write_metadata": True,
|
1573
1573
|
},
|
1574
1574
|
},
|
1575
1575
|
opts = pulumi.ResourceOptions(depends_on=[
|
@@ -1600,12 +1600,12 @@ class Subscription(pulumi.CustomResource):
|
|
1600
1600
|
topic=example_topic.id,
|
1601
1601
|
cloud_storage_config={
|
1602
1602
|
"bucket": example.name,
|
1603
|
-
"
|
1604
|
-
"
|
1605
|
-
"
|
1606
|
-
"
|
1607
|
-
"
|
1608
|
-
"
|
1603
|
+
"filename_prefix": "pre-",
|
1604
|
+
"filename_suffix": "-_75413",
|
1605
|
+
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1606
|
+
"max_bytes": 1000,
|
1607
|
+
"max_duration": "300s",
|
1608
|
+
"service_account_email": storage_write_service_account.email,
|
1609
1609
|
},
|
1610
1610
|
opts = pulumi.ResourceOptions(depends_on=[
|
1611
1611
|
storage_write_service_account,
|
pulumi_gcp/pubsub/topic.py
CHANGED
@@ -482,7 +482,7 @@ class Topic(pulumi.CustomResource):
|
|
482
482
|
example = gcp.pubsub.Topic("example",
|
483
483
|
name="example-topic",
|
484
484
|
message_storage_policy={
|
485
|
-
"
|
485
|
+
"allowed_persistence_regions": ["europe-west3"],
|
486
486
|
})
|
487
487
|
```
|
488
488
|
### Pubsub Topic Schema Settings
|
@@ -526,11 +526,11 @@ class Topic(pulumi.CustomResource):
|
|
526
526
|
example = gcp.pubsub.Topic("example",
|
527
527
|
name="example-topic",
|
528
528
|
ingestion_data_source_settings={
|
529
|
-
"
|
530
|
-
"
|
531
|
-
"
|
532
|
-
"
|
533
|
-
"
|
529
|
+
"aws_kinesis": {
|
530
|
+
"stream_arn": "arn:aws:kinesis:us-west-2:111111111111:stream/fake-stream-name",
|
531
|
+
"consumer_arn": "arn:aws:kinesis:us-west-2:111111111111:stream/fake-stream-name/consumer/consumer-1:1111111111",
|
532
|
+
"aws_role_arn": "arn:aws:iam::111111111111:role/fake-role-name",
|
533
|
+
"gcp_service_account": "fake-service-account@fake-gcp-project.iam.gserviceaccount.com",
|
534
534
|
},
|
535
535
|
})
|
536
536
|
```
|
@@ -651,7 +651,7 @@ class Topic(pulumi.CustomResource):
|
|
651
651
|
example = gcp.pubsub.Topic("example",
|
652
652
|
name="example-topic",
|
653
653
|
message_storage_policy={
|
654
|
-
"
|
654
|
+
"allowed_persistence_regions": ["europe-west3"],
|
655
655
|
})
|
656
656
|
```
|
657
657
|
### Pubsub Topic Schema Settings
|
@@ -695,11 +695,11 @@ class Topic(pulumi.CustomResource):
|
|
695
695
|
example = gcp.pubsub.Topic("example",
|
696
696
|
name="example-topic",
|
697
697
|
ingestion_data_source_settings={
|
698
|
-
"
|
699
|
-
"
|
700
|
-
"
|
701
|
-
"
|
702
|
-
"
|
698
|
+
"aws_kinesis": {
|
699
|
+
"stream_arn": "arn:aws:kinesis:us-west-2:111111111111:stream/fake-stream-name",
|
700
|
+
"consumer_arn": "arn:aws:kinesis:us-west-2:111111111111:stream/fake-stream-name/consumer/consumer-1:1111111111",
|
701
|
+
"aws_role_arn": "arn:aws:iam::111111111111:role/fake-role-name",
|
702
|
+
"gcp_service_account": "fake-service-account@fake-gcp-project.iam.gserviceaccount.com",
|
703
703
|
},
|
704
704
|
})
|
705
705
|
```
|
pulumi_gcp/pulumi-plugin.json
CHANGED