pulumi-gcp 8.37.0a1751903932__py3-none-any.whl → 8.38.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +19 -0
- pulumi_gcp/accesscontextmanager/access_level.py +0 -21
- pulumi_gcp/accesscontextmanager/access_level_condition.py +0 -21
- pulumi_gcp/accesscontextmanager/access_levels.py +0 -21
- pulumi_gcp/accesscontextmanager/access_policy.py +0 -21
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +0 -21
- pulumi_gcp/accesscontextmanager/egress_policy.py +0 -21
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +0 -21
- pulumi_gcp/accesscontextmanager/ingress_policy.py +0 -21
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -21
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +0 -21
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +0 -21
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +0 -21
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -21
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -21
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +0 -21
- pulumi_gcp/accesscontextmanager/service_perimeters.py +0 -21
- pulumi_gcp/activedirectory/domain.py +0 -21
- pulumi_gcp/activedirectory/domain_trust.py +0 -21
- pulumi_gcp/activedirectory/peering.py +7 -7
- pulumi_gcp/alloydb/backup.py +0 -21
- pulumi_gcp/alloydb/cluster.py +0 -21
- pulumi_gcp/alloydb/instance.py +0 -21
- pulumi_gcp/alloydb/user.py +0 -21
- pulumi_gcp/apigateway/api.py +0 -21
- pulumi_gcp/apigateway/api_config.py +0 -21
- pulumi_gcp/apigateway/gateway.py +0 -21
- pulumi_gcp/apigee/_inputs.py +0 -18
- pulumi_gcp/apigee/addons_config.py +0 -21
- pulumi_gcp/apigee/app_group.py +0 -21
- pulumi_gcp/apigee/control_plane_access.py +0 -21
- pulumi_gcp/apigee/developer.py +0 -21
- pulumi_gcp/apigee/endpoint_attachment.py +0 -21
- pulumi_gcp/apigee/env_group.py +0 -21
- pulumi_gcp/apigee/env_group_attachment.py +0 -21
- pulumi_gcp/apigee/env_keystore.py +0 -21
- pulumi_gcp/apigee/env_references.py +0 -21
- pulumi_gcp/apigee/environment.py +0 -21
- pulumi_gcp/apigee/environment_addons_config.py +0 -21
- pulumi_gcp/apigee/environment_keyvaluemaps.py +0 -21
- pulumi_gcp/apigee/environment_keyvaluemaps_entries.py +0 -21
- pulumi_gcp/apigee/instance.py +0 -21
- pulumi_gcp/apigee/instance_attachment.py +0 -21
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +7 -0
- pulumi_gcp/apigee/nat_address.py +0 -21
- pulumi_gcp/apigee/organization.py +0 -21
- pulumi_gcp/apigee/outputs.py +0 -12
- pulumi_gcp/apigee/security_monitoring_condition.py +0 -21
- pulumi_gcp/apigee/sync_authorization.py +0 -21
- pulumi_gcp/apigee/target_server.py +0 -21
- pulumi_gcp/apihub/_inputs.py +0 -18
- pulumi_gcp/apihub/api_hub_instance.py +90 -49
- pulumi_gcp/apihub/curation.py +20 -0
- pulumi_gcp/apihub/host_project_registration.py +0 -21
- pulumi_gcp/apihub/outputs.py +0 -12
- pulumi_gcp/apihub/plugin.py +0 -21
- pulumi_gcp/apihub/plugin_instance.py +27 -0
- pulumi_gcp/appengine/_inputs.py +0 -30
- pulumi_gcp/appengine/application_url_dispatch_rules.py +20 -0
- pulumi_gcp/appengine/domain_mapping.py +0 -21
- pulumi_gcp/appengine/engine_split_traffic.py +20 -0
- pulumi_gcp/appengine/firewall_rule.py +0 -21
- pulumi_gcp/appengine/flexible_app_version.py +264 -154
- pulumi_gcp/appengine/outputs.py +0 -20
- pulumi_gcp/appengine/service_network_settings.py +20 -0
- pulumi_gcp/appengine/standard_app_version.py +181 -154
- pulumi_gcp/apphub/_inputs.py +0 -6
- pulumi_gcp/apphub/application.py +27 -0
- pulumi_gcp/apphub/outputs.py +0 -4
- pulumi_gcp/apphub/service.py +0 -21
- pulumi_gcp/apphub/service_project_attachment.py +0 -21
- pulumi_gcp/apphub/workload.py +0 -21
- pulumi_gcp/applicationintegration/auth_config.py +0 -21
- pulumi_gcp/applicationintegration/client.py +0 -21
- pulumi_gcp/artifactregistry/repository.py +0 -21
- pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -6
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +27 -7
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +0 -21
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +0 -21
- pulumi_gcp/backupdisasterrecovery/management_server.py +0 -21
- pulumi_gcp/backupdisasterrecovery/outputs.py +0 -4
- pulumi_gcp/beyondcorp/_inputs.py +0 -24
- pulumi_gcp/beyondcorp/app_connection.py +76 -42
- pulumi_gcp/beyondcorp/app_connector.py +48 -21
- pulumi_gcp/beyondcorp/app_gateway.py +0 -21
- pulumi_gcp/beyondcorp/application.py +41 -7
- pulumi_gcp/beyondcorp/outputs.py +0 -16
- pulumi_gcp/beyondcorp/security_gateway.py +0 -21
- pulumi_gcp/beyondcorp/security_gateway_application.py +41 -7
- pulumi_gcp/biglake/_inputs.py +0 -6
- pulumi_gcp/biglake/catalog.py +0 -21
- pulumi_gcp/biglake/outputs.py +0 -4
- pulumi_gcp/biglake/table.py +0 -21
- pulumi_gcp/bigquery/_inputs.py +6 -12
- pulumi_gcp/bigquery/app_profile.py +0 -21
- pulumi_gcp/bigquery/bi_reservation.py +0 -21
- pulumi_gcp/bigquery/capacity_commitment.py +0 -21
- pulumi_gcp/bigquery/data_transfer_config.py +0 -21
- pulumi_gcp/bigquery/dataset.py +0 -21
- pulumi_gcp/bigquery/dataset_access.py +0 -21
- pulumi_gcp/bigquery/get_table.py +12 -1
- pulumi_gcp/bigquery/job.py +83 -28
- pulumi_gcp/bigquery/outputs.py +4 -8
- pulumi_gcp/bigquery/reservation.py +0 -21
- pulumi_gcp/bigquery/reservation_assignment.py +0 -21
- pulumi_gcp/bigquery/routine.py +0 -21
- pulumi_gcp/bigquery/row_access_policy.py +0 -21
- pulumi_gcp/bigquery/table.py +54 -0
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +0 -6
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +0 -21
- pulumi_gcp/bigqueryanalyticshub/listing.py +0 -21
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +20 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +0 -4
- pulumi_gcp/bigquerydatapolicy/data_policy.py +0 -21
- pulumi_gcp/bigtable/app_profile.py +0 -21
- pulumi_gcp/bigtable/logical_view.py +0 -21
- pulumi_gcp/bigtable/materialized_view.py +0 -21
- pulumi_gcp/billing/_inputs.py +0 -6
- pulumi_gcp/billing/budget.py +91 -42
- pulumi_gcp/billing/outputs.py +0 -4
- pulumi_gcp/billing/project_info.py +0 -21
- pulumi_gcp/binaryauthorization/_inputs.py +0 -12
- pulumi_gcp/binaryauthorization/attestor.py +34 -7
- pulumi_gcp/binaryauthorization/outputs.py +0 -8
- pulumi_gcp/binaryauthorization/policy.py +146 -56
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +0 -21
- pulumi_gcp/certificateauthority/_inputs.py +0 -6
- pulumi_gcp/certificateauthority/authority.py +258 -168
- pulumi_gcp/certificateauthority/ca_pool.py +0 -21
- pulumi_gcp/certificateauthority/certificate.py +0 -21
- pulumi_gcp/certificateauthority/certificate_template.py +0 -21
- pulumi_gcp/certificateauthority/outputs.py +0 -4
- pulumi_gcp/certificatemanager/_inputs.py +0 -15
- pulumi_gcp/certificatemanager/certificate.py +0 -21
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +55 -28
- pulumi_gcp/certificatemanager/certificate_map.py +0 -21
- pulumi_gcp/certificatemanager/certificate_map_entry.py +0 -21
- pulumi_gcp/certificatemanager/dns_authorization.py +0 -21
- pulumi_gcp/certificatemanager/outputs.py +0 -10
- pulumi_gcp/certificatemanager/trust_config.py +0 -21
- pulumi_gcp/chronicle/_inputs.py +0 -18
- pulumi_gcp/chronicle/data_access_label.py +0 -21
- pulumi_gcp/chronicle/data_access_scope.py +0 -21
- pulumi_gcp/chronicle/outputs.py +0 -12
- pulumi_gcp/chronicle/reference_list.py +20 -0
- pulumi_gcp/chronicle/retrohunt.py +20 -0
- pulumi_gcp/chronicle/rule.py +0 -21
- pulumi_gcp/chronicle/rule_deployment.py +0 -21
- pulumi_gcp/chronicle/watchlist.py +76 -21
- pulumi_gcp/cloudasset/_inputs.py +0 -18
- pulumi_gcp/cloudasset/folder_feed.py +112 -91
- pulumi_gcp/cloudasset/organization_feed.py +112 -91
- pulumi_gcp/cloudasset/outputs.py +0 -12
- pulumi_gcp/cloudasset/project_feed.py +160 -105
- pulumi_gcp/cloudbuild/_inputs.py +0 -6
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +62 -49
- pulumi_gcp/cloudbuild/outputs.py +0 -4
- pulumi_gcp/cloudbuildv2/connection.py +0 -21
- pulumi_gcp/cloudbuildv2/repository.py +0 -21
- pulumi_gcp/clouddeploy/_inputs.py +0 -18
- pulumi_gcp/clouddeploy/automation.py +69 -119
- pulumi_gcp/clouddeploy/custom_target_type.py +0 -21
- pulumi_gcp/clouddeploy/deploy_policy.py +69 -119
- pulumi_gcp/clouddeploy/outputs.py +0 -12
- pulumi_gcp/clouddomains/_inputs.py +0 -18
- pulumi_gcp/clouddomains/outputs.py +0 -12
- pulumi_gcp/clouddomains/registration.py +55 -21
- pulumi_gcp/cloudfunctionsv2/function.py +0 -21
- pulumi_gcp/cloudidentity/_inputs.py +0 -12
- pulumi_gcp/cloudidentity/group.py +56 -28
- pulumi_gcp/cloudidentity/group_membership.py +14 -0
- pulumi_gcp/cloudidentity/outputs.py +0 -8
- pulumi_gcp/cloudids/endpoint.py +0 -21
- pulumi_gcp/cloudquota/_inputs.py +0 -6
- pulumi_gcp/cloudquota/outputs.py +0 -4
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +0 -21
- pulumi_gcp/cloudquota/s_quota_preference.py +56 -84
- pulumi_gcp/cloudrun/_inputs.py +1 -16
- pulumi_gcp/cloudrun/domain_mapping.py +27 -0
- pulumi_gcp/cloudrun/outputs.py +1 -11
- pulumi_gcp/cloudrun/service.py +150 -81
- pulumi_gcp/cloudrunv2/_inputs.py +0 -18
- pulumi_gcp/cloudrunv2/job.py +167 -175
- pulumi_gcp/cloudrunv2/outputs.py +0 -12
- pulumi_gcp/cloudrunv2/service.py +202 -217
- pulumi_gcp/cloudrunv2/worker_pool.py +174 -182
- pulumi_gcp/cloudscheduler/job.py +0 -21
- pulumi_gcp/cloudtasks/queue.py +0 -21
- pulumi_gcp/colab/_inputs.py +0 -6
- pulumi_gcp/colab/notebook_execution.py +0 -21
- pulumi_gcp/colab/outputs.py +0 -4
- pulumi_gcp/colab/runtime.py +0 -21
- pulumi_gcp/colab/runtime_template.py +0 -21
- pulumi_gcp/colab/schedule.py +55 -84
- pulumi_gcp/composer/user_workloads_config_map.py +0 -21
- pulumi_gcp/compute/_inputs.py +162 -183
- pulumi_gcp/compute/address.py +0 -21
- pulumi_gcp/compute/autoscaler.py +20 -0
- pulumi_gcp/compute/backend_bucket.py +61 -21
- pulumi_gcp/compute/backend_bucket_signed_url_key.py +0 -21
- pulumi_gcp/compute/backend_service.py +0 -21
- pulumi_gcp/compute/backend_service_signed_url_key.py +0 -21
- pulumi_gcp/compute/cross_site_network.py +0 -21
- pulumi_gcp/compute/disk.py +0 -21
- pulumi_gcp/compute/disk_resource_policy_attachment.py +0 -21
- pulumi_gcp/compute/external_vpn_gateway.py +0 -21
- pulumi_gcp/compute/firewall.py +0 -21
- pulumi_gcp/compute/firewall_policy.py +0 -21
- pulumi_gcp/compute/firewall_policy_association.py +0 -21
- pulumi_gcp/compute/firewall_policy_rule.py +126 -112
- pulumi_gcp/compute/firewall_policy_with_rules.py +7 -14
- pulumi_gcp/compute/forwarding_rule.py +0 -21
- pulumi_gcp/compute/future_reservation.py +140 -154
- pulumi_gcp/compute/get_backend_bucket.py +12 -1
- pulumi_gcp/compute/get_network_peering.py +15 -4
- pulumi_gcp/compute/global_address.py +0 -21
- pulumi_gcp/compute/global_forwarding_rule.py +0 -21
- pulumi_gcp/compute/global_network_endpoint.py +0 -21
- pulumi_gcp/compute/global_network_endpoint_group.py +0 -21
- pulumi_gcp/compute/ha_vpn_gateway.py +0 -21
- pulumi_gcp/compute/health_check.py +0 -21
- pulumi_gcp/compute/http_health_check.py +0 -21
- pulumi_gcp/compute/https_health_check.py +0 -21
- pulumi_gcp/compute/image.py +0 -21
- pulumi_gcp/compute/instance_group_membership.py +0 -21
- pulumi_gcp/compute/instance_group_named_port.py +0 -21
- pulumi_gcp/compute/instance_settings.py +0 -21
- pulumi_gcp/compute/instant_snapshot.py +0 -21
- pulumi_gcp/compute/interconnect.py +0 -21
- pulumi_gcp/compute/interconnect_attachment.py +0 -21
- pulumi_gcp/compute/interconnect_attachment_group.py +83 -35
- pulumi_gcp/compute/interconnect_group.py +62 -21
- pulumi_gcp/compute/machine_image.py +0 -21
- pulumi_gcp/compute/network.py +0 -21
- pulumi_gcp/compute/network_attachment.py +0 -21
- pulumi_gcp/compute/network_edge_security_service.py +0 -21
- pulumi_gcp/compute/network_endpoint.py +0 -21
- pulumi_gcp/compute/network_endpoint_group.py +0 -21
- pulumi_gcp/compute/network_endpoint_list.py +0 -21
- pulumi_gcp/compute/network_firewall_policy.py +0 -21
- pulumi_gcp/compute/network_firewall_policy_association.py +0 -21
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +97 -77
- pulumi_gcp/compute/network_firewall_policy_rule.py +125 -98
- pulumi_gcp/compute/network_firewall_policy_with_rules.py +55 -35
- pulumi_gcp/compute/network_peering.py +50 -3
- pulumi_gcp/compute/network_peering_routes_config.py +0 -21
- pulumi_gcp/compute/node_group.py +0 -21
- pulumi_gcp/compute/node_template.py +0 -21
- pulumi_gcp/compute/organization_security_policy.py +0 -21
- pulumi_gcp/compute/organization_security_policy_association.py +0 -21
- pulumi_gcp/compute/organization_security_policy_rule.py +77 -49
- pulumi_gcp/compute/outputs.py +281 -121
- pulumi_gcp/compute/packet_mirroring.py +69 -28
- pulumi_gcp/compute/per_instance_config.py +0 -21
- pulumi_gcp/compute/project_cloud_armor_tier.py +0 -21
- pulumi_gcp/compute/public_advertised_prefix.py +0 -21
- pulumi_gcp/compute/public_delegated_prefix.py +0 -21
- pulumi_gcp/compute/region_autoscaler.py +20 -0
- pulumi_gcp/compute/region_backend_service.py +0 -21
- pulumi_gcp/compute/region_commitment.py +0 -21
- pulumi_gcp/compute/region_disk.py +0 -21
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +0 -21
- pulumi_gcp/compute/region_health_check.py +0 -21
- pulumi_gcp/compute/region_network_endpoint.py +0 -21
- pulumi_gcp/compute/region_network_endpoint_group.py +0 -21
- pulumi_gcp/compute/region_network_firewall_policy.py +0 -21
- pulumi_gcp/compute/region_network_firewall_policy_association.py +0 -21
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +139 -112
- pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +55 -35
- pulumi_gcp/compute/region_per_instance_config.py +0 -21
- pulumi_gcp/compute/region_resize_request.py +0 -21
- pulumi_gcp/compute/region_security_policy.py +0 -21
- pulumi_gcp/compute/region_security_policy_rule.py +0 -21
- pulumi_gcp/compute/region_ssl_certificate.py +0 -21
- pulumi_gcp/compute/region_ssl_policy.py +0 -21
- pulumi_gcp/compute/region_target_http_proxy.py +0 -21
- pulumi_gcp/compute/region_target_https_proxy.py +0 -21
- pulumi_gcp/compute/region_target_tcp_proxy.py +0 -21
- pulumi_gcp/compute/region_url_map.py +0 -21
- pulumi_gcp/compute/reservation.py +48 -14
- pulumi_gcp/compute/resize_request.py +0 -21
- pulumi_gcp/compute/resource_policy.py +0 -21
- pulumi_gcp/compute/resource_policy_attachment.py +0 -21
- pulumi_gcp/compute/route.py +54 -21
- pulumi_gcp/compute/router.py +0 -21
- pulumi_gcp/compute/router_nat.py +0 -21
- pulumi_gcp/compute/router_nat_address.py +0 -21
- pulumi_gcp/compute/router_route_policy.py +34 -14
- pulumi_gcp/compute/security_policy_rule.py +0 -21
- pulumi_gcp/compute/security_scan_config.py +0 -21
- pulumi_gcp/compute/service_attachment.py +0 -21
- pulumi_gcp/compute/snapshot.py +0 -21
- pulumi_gcp/compute/snapshot_settings.py +20 -0
- pulumi_gcp/compute/ssl_certificate.py +0 -21
- pulumi_gcp/compute/ssl_policy.py +0 -21
- pulumi_gcp/compute/storage_pool.py +0 -21
- pulumi_gcp/compute/subnetwork.py +0 -21
- pulumi_gcp/compute/target_grpc_proxy.py +0 -21
- pulumi_gcp/compute/target_http_proxy.py +0 -21
- pulumi_gcp/compute/target_https_proxy.py +0 -21
- pulumi_gcp/compute/target_instance.py +0 -21
- pulumi_gcp/compute/target_ssl_proxy.py +0 -21
- pulumi_gcp/compute/target_tcp_proxy.py +0 -21
- pulumi_gcp/compute/url_map.py +0 -21
- pulumi_gcp/compute/vpn_gateway.py +0 -21
- pulumi_gcp/compute/vpn_tunnel.py +0 -21
- pulumi_gcp/compute/wire_group.py +0 -21
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/contactcenterinsights/__init__.py +3 -0
- pulumi_gcp/contactcenterinsights/_inputs.py +475 -0
- pulumi_gcp/contactcenterinsights/analysis_rule.py +821 -0
- pulumi_gcp/contactcenterinsights/outputs.py +389 -0
- pulumi_gcp/contactcenterinsights/view.py +0 -21
- pulumi_gcp/container/_inputs.py +110 -7
- pulumi_gcp/container/attached_cluster.py +164 -53
- pulumi_gcp/container/cluster.py +68 -21
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +166 -6
- pulumi_gcp/containeranalysis/_inputs.py +0 -12
- pulumi_gcp/containeranalysis/note.py +27 -0
- pulumi_gcp/containeranalysis/occurence.py +20 -0
- pulumi_gcp/containeranalysis/outputs.py +0 -8
- pulumi_gcp/databasemigrationservice/_inputs.py +0 -6
- pulumi_gcp/databasemigrationservice/connection_profile.py +0 -21
- pulumi_gcp/databasemigrationservice/migration_job.py +0 -21
- pulumi_gcp/databasemigrationservice/outputs.py +0 -4
- pulumi_gcp/databasemigrationservice/private_connection.py +41 -14
- pulumi_gcp/datacatalog/_inputs.py +3 -9
- pulumi_gcp/datacatalog/entry.py +0 -21
- pulumi_gcp/datacatalog/entry_group.py +0 -21
- pulumi_gcp/datacatalog/outputs.py +2 -6
- pulumi_gcp/datacatalog/policy_tag.py +0 -21
- pulumi_gcp/datacatalog/tag.py +42 -35
- pulumi_gcp/datacatalog/tag_template.py +27 -14
- pulumi_gcp/datacatalog/taxonomy.py +0 -21
- pulumi_gcp/dataflow/pipeline.py +0 -21
- pulumi_gcp/dataform/repository.py +0 -21
- pulumi_gcp/dataform/repository_release_config.py +0 -21
- pulumi_gcp/dataform/repository_workflow_config.py +0 -21
- pulumi_gcp/datafusion/instance.py +0 -21
- pulumi_gcp/dataloss/_inputs.py +0 -102
- pulumi_gcp/dataloss/outputs.py +0 -68
- pulumi_gcp/dataloss/prevention_deidentify_template.py +21 -14
- pulumi_gcp/dataloss/prevention_discovery_config.py +0 -21
- pulumi_gcp/dataloss/prevention_inspect_template.py +0 -21
- pulumi_gcp/dataloss/prevention_job_trigger.py +49 -21
- pulumi_gcp/dataloss/prevention_stored_info_type.py +0 -21
- pulumi_gcp/dataplex/_inputs.py +23 -18
- pulumi_gcp/dataplex/datascan.py +69 -21
- pulumi_gcp/dataplex/entry.py +0 -21
- pulumi_gcp/dataplex/glossary.py +0 -21
- pulumi_gcp/dataplex/glossary_category.py +0 -21
- pulumi_gcp/dataplex/glossary_term.py +0 -21
- pulumi_gcp/dataplex/outputs.py +14 -12
- pulumi_gcp/dataplex/task.py +76 -42
- pulumi_gcp/dataproc/_inputs.py +0 -6
- pulumi_gcp/dataproc/autoscaling_policy.py +0 -21
- pulumi_gcp/dataproc/gdc_application_environment.py +0 -21
- pulumi_gcp/dataproc/gdc_service_instance.py +0 -21
- pulumi_gcp/dataproc/gdc_spark_application.py +0 -21
- pulumi_gcp/dataproc/metastore_federation.py +41 -21
- pulumi_gcp/dataproc/metastore_service.py +0 -21
- pulumi_gcp/dataproc/outputs.py +0 -4
- pulumi_gcp/dataproc/session_template.py +0 -21
- pulumi_gcp/datastream/_inputs.py +0 -6
- pulumi_gcp/datastream/connection_profile.py +0 -21
- pulumi_gcp/datastream/outputs.py +0 -4
- pulumi_gcp/datastream/private_connection.py +0 -21
- pulumi_gcp/datastream/stream.py +90 -49
- pulumi_gcp/deploymentmanager/_inputs.py +0 -6
- pulumi_gcp/deploymentmanager/deployment.py +194 -56
- pulumi_gcp/deploymentmanager/outputs.py +0 -4
- pulumi_gcp/developerconnect/account_connector.py +0 -21
- pulumi_gcp/developerconnect/connection.py +0 -21
- pulumi_gcp/developerconnect/git_repository_link.py +0 -21
- pulumi_gcp/diagflow/_inputs.py +0 -18
- pulumi_gcp/diagflow/agent.py +0 -21
- pulumi_gcp/diagflow/cx_agent.py +0 -21
- pulumi_gcp/diagflow/cx_entity_type.py +105 -84
- pulumi_gcp/diagflow/cx_environment.py +21 -21
- pulumi_gcp/diagflow/cx_flow.py +0 -21
- pulumi_gcp/diagflow/cx_generative_settings.py +0 -21
- pulumi_gcp/diagflow/cx_intent.py +0 -21
- pulumi_gcp/diagflow/cx_page.py +0 -21
- pulumi_gcp/diagflow/cx_security_settings.py +0 -21
- pulumi_gcp/diagflow/cx_test_case.py +0 -21
- pulumi_gcp/diagflow/cx_tool.py +0 -21
- pulumi_gcp/diagflow/cx_version.py +0 -21
- pulumi_gcp/diagflow/cx_webhook.py +0 -21
- pulumi_gcp/diagflow/encryption_spec.py +20 -0
- pulumi_gcp/diagflow/entity_type.py +0 -21
- pulumi_gcp/diagflow/fulfillment.py +0 -21
- pulumi_gcp/diagflow/intent.py +0 -21
- pulumi_gcp/diagflow/outputs.py +0 -12
- pulumi_gcp/discoveryengine/_inputs.py +252 -18
- pulumi_gcp/discoveryengine/chat_engine.py +48 -14
- pulumi_gcp/discoveryengine/data_store.py +116 -21
- pulumi_gcp/discoveryengine/outputs.py +208 -12
- pulumi_gcp/discoveryengine/schema.py +0 -21
- pulumi_gcp/discoveryengine/search_engine.py +48 -21
- pulumi_gcp/discoveryengine/sitemap.py +0 -21
- pulumi_gcp/discoveryengine/target_site.py +0 -21
- pulumi_gcp/dns/managed_zone.py +0 -14
- pulumi_gcp/dns/policy.py +0 -21
- pulumi_gcp/dns/response_policy.py +0 -21
- pulumi_gcp/dns/response_policy_rule.py +0 -21
- pulumi_gcp/edgecontainer/_inputs.py +3 -12
- pulumi_gcp/edgecontainer/cluster.py +125 -63
- pulumi_gcp/edgecontainer/node_pool.py +0 -21
- pulumi_gcp/edgecontainer/outputs.py +2 -8
- pulumi_gcp/edgecontainer/vpn_connection.py +0 -21
- pulumi_gcp/edgenetwork/interconnect_attachment.py +0 -21
- pulumi_gcp/edgenetwork/network.py +0 -21
- pulumi_gcp/edgenetwork/subnet.py +0 -21
- pulumi_gcp/essentialcontacts/_inputs.py +0 -12
- pulumi_gcp/essentialcontacts/contact.py +0 -21
- pulumi_gcp/essentialcontacts/document_ai_processor.py +0 -21
- pulumi_gcp/essentialcontacts/document_ai_processor_default_version.py +0 -21
- pulumi_gcp/essentialcontacts/document_ai_warehouse_location.py +0 -21
- pulumi_gcp/essentialcontacts/outputs.py +0 -8
- pulumi_gcp/eventarc/_inputs.py +0 -12
- pulumi_gcp/eventarc/channel.py +0 -21
- pulumi_gcp/eventarc/enrollment.py +0 -21
- pulumi_gcp/eventarc/google_api_source.py +0 -21
- pulumi_gcp/eventarc/google_channel_config.py +0 -21
- pulumi_gcp/eventarc/message_bus.py +0 -21
- pulumi_gcp/eventarc/outputs.py +0 -8
- pulumi_gcp/eventarc/pipeline.py +209 -119
- pulumi_gcp/eventarc/trigger.py +76 -119
- pulumi_gcp/filestore/_inputs.py +0 -6
- pulumi_gcp/filestore/backup.py +0 -21
- pulumi_gcp/filestore/instance.py +241 -109
- pulumi_gcp/filestore/outputs.py +0 -4
- pulumi_gcp/filestore/snapshot.py +0 -21
- pulumi_gcp/firebase/_inputs.py +9 -12
- pulumi_gcp/firebase/android_app.py +0 -21
- pulumi_gcp/firebase/app_check_app_attest_config.py +0 -21
- pulumi_gcp/firebase/app_check_debug_token.py +0 -21
- pulumi_gcp/firebase/app_check_device_check_config.py +0 -21
- pulumi_gcp/firebase/app_check_play_integrity_config.py +0 -21
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +0 -21
- pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +0 -21
- pulumi_gcp/firebase/app_check_service_config.py +0 -21
- pulumi_gcp/firebase/app_hosting_backend.py +0 -21
- pulumi_gcp/firebase/app_hosting_build.py +83 -49
- pulumi_gcp/firebase/app_hosting_default_domain.py +0 -21
- pulumi_gcp/firebase/app_hosting_domain.py +0 -21
- pulumi_gcp/firebase/app_hosting_traffic.py +0 -21
- pulumi_gcp/firebase/apple_app.py +0 -21
- pulumi_gcp/firebase/data_connect_service.py +0 -21
- pulumi_gcp/firebase/database_instance.py +0 -21
- pulumi_gcp/firebase/extensions_instance.py +20 -0
- pulumi_gcp/firebase/hosting_channel.py +0 -21
- pulumi_gcp/firebase/hosting_custom_domain.py +0 -21
- pulumi_gcp/firebase/hosting_release.py +0 -21
- pulumi_gcp/firebase/hosting_version.py +0 -21
- pulumi_gcp/firebase/outputs.py +6 -8
- pulumi_gcp/firebase/web_app.py +0 -21
- pulumi_gcp/firestore/_inputs.py +0 -6
- pulumi_gcp/firestore/backup_schedule.py +0 -21
- pulumi_gcp/firestore/database.py +0 -21
- pulumi_gcp/firestore/document.py +0 -21
- pulumi_gcp/firestore/field.py +0 -21
- pulumi_gcp/firestore/index.py +90 -70
- pulumi_gcp/firestore/outputs.py +0 -4
- pulumi_gcp/folder/_inputs.py +0 -6
- pulumi_gcp/folder/access_approval_settings.py +42 -42
- pulumi_gcp/folder/outputs.py +0 -4
- pulumi_gcp/gemini/_inputs.py +0 -12
- pulumi_gcp/gemini/code_repository_index.py +0 -21
- pulumi_gcp/gemini/code_tools_setting.py +48 -28
- pulumi_gcp/gemini/code_tools_setting_binding.py +0 -21
- pulumi_gcp/gemini/data_sharing_with_google_setting.py +0 -21
- pulumi_gcp/gemini/data_sharing_with_google_setting_binding.py +0 -21
- pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +0 -21
- pulumi_gcp/gemini/gemini_gcp_enablement_setting_binding.py +0 -21
- pulumi_gcp/gemini/logging_setting.py +0 -21
- pulumi_gcp/gemini/logging_setting_binding.py +0 -21
- pulumi_gcp/gemini/outputs.py +0 -8
- pulumi_gcp/gemini/release_channel_setting.py +0 -21
- pulumi_gcp/gemini/release_channel_setting_binding.py +0 -21
- pulumi_gcp/gemini/repository_group.py +41 -14
- pulumi_gcp/gkebackup/_inputs.py +0 -6
- pulumi_gcp/gkebackup/backup_channel.py +0 -21
- pulumi_gcp/gkebackup/backup_plan.py +0 -21
- pulumi_gcp/gkebackup/outputs.py +0 -4
- pulumi_gcp/gkebackup/restore_channel.py +0 -21
- pulumi_gcp/gkebackup/restore_plan.py +62 -21
- pulumi_gcp/gkehub/_inputs.py +0 -12
- pulumi_gcp/gkehub/feature.py +0 -21
- pulumi_gcp/gkehub/membership.py +0 -21
- pulumi_gcp/gkehub/membership_binding.py +0 -21
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +20 -0
- pulumi_gcp/gkehub/namespace.py +0 -21
- pulumi_gcp/gkehub/outputs.py +0 -8
- pulumi_gcp/gkehub/scope.py +0 -21
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +97 -49
- pulumi_gcp/gkeonprem/_inputs.py +11 -47
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +8 -21
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +175 -56
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +105 -42
- pulumi_gcp/gkeonprem/outputs.py +7 -31
- pulumi_gcp/gkeonprem/v_mware_cluster.py +203 -70
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +112 -42
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +174 -49
- pulumi_gcp/healthcare/_inputs.py +0 -6
- pulumi_gcp/healthcare/consent_store.py +0 -21
- pulumi_gcp/healthcare/dataset.py +0 -21
- pulumi_gcp/healthcare/dicom_store.py +0 -21
- pulumi_gcp/healthcare/fhir_store.py +0 -21
- pulumi_gcp/healthcare/hl7_store.py +0 -21
- pulumi_gcp/healthcare/outputs.py +0 -4
- pulumi_gcp/healthcare/pipeline_job.py +0 -21
- pulumi_gcp/healthcare/workspace.py +28 -21
- pulumi_gcp/iam/_inputs.py +0 -36
- pulumi_gcp/iam/folders_policy_binding.py +217 -112
- pulumi_gcp/iam/oauth_client.py +0 -21
- pulumi_gcp/iam/oauth_client_credential.py +0 -21
- pulumi_gcp/iam/organizations_policy_binding.py +217 -112
- pulumi_gcp/iam/outputs.py +0 -24
- pulumi_gcp/iam/principal_access_boundary_policy.py +0 -21
- pulumi_gcp/iam/projects_policy_binding.py +237 -112
- pulumi_gcp/iam/workforce_pool.py +0 -21
- pulumi_gcp/iam/workforce_pool_provider.py +0 -21
- pulumi_gcp/iam/workload_identity_pool.py +0 -21
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +0 -21
- pulumi_gcp/iam/workload_identity_pool_namespace.py +0 -21
- pulumi_gcp/iam/workload_identity_pool_provider.py +0 -21
- pulumi_gcp/iap/brand.py +0 -21
- pulumi_gcp/iap/client.py +0 -45
- pulumi_gcp/iap/settings.py +0 -21
- pulumi_gcp/iap/tunnel_dest_group.py +0 -21
- pulumi_gcp/identityplatform/default_supported_idp_config.py +0 -21
- pulumi_gcp/identityplatform/inbound_saml_config.py +20 -0
- pulumi_gcp/identityplatform/oauth_idp_config.py +0 -21
- pulumi_gcp/identityplatform/tenant.py +0 -21
- pulumi_gcp/identityplatform/tenant_default_supported_idp_config.py +0 -21
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +20 -0
- pulumi_gcp/identityplatform/tenant_oauth_idp_config.py +0 -21
- pulumi_gcp/integrationconnectors/connection.py +0 -21
- pulumi_gcp/integrationconnectors/endpoint_attachment.py +0 -21
- pulumi_gcp/integrationconnectors/managed_zone.py +0 -21
- pulumi_gcp/kms/_inputs.py +0 -6
- pulumi_gcp/kms/autokey_config.py +0 -21
- pulumi_gcp/kms/crypto_key.py +0 -21
- pulumi_gcp/kms/crypto_key_version.py +0 -21
- pulumi_gcp/kms/ekm_connection.py +48 -28
- pulumi_gcp/kms/get_autokey_config.py +14 -0
- pulumi_gcp/kms/get_key_handle.py +14 -0
- pulumi_gcp/kms/get_key_handles.py +14 -0
- pulumi_gcp/kms/key_handle.py +0 -21
- pulumi_gcp/kms/key_ring.py +0 -21
- pulumi_gcp/kms/key_ring_import_job.py +0 -21
- pulumi_gcp/kms/outputs.py +0 -4
- pulumi_gcp/kms/secret_ciphertext.py +0 -21
- pulumi_gcp/logging/folder_settings.py +0 -21
- pulumi_gcp/logging/linked_dataset.py +0 -21
- pulumi_gcp/logging/log_scope.py +0 -21
- pulumi_gcp/logging/log_view.py +0 -21
- pulumi_gcp/logging/metric.py +0 -21
- pulumi_gcp/logging/organization_settings.py +0 -21
- pulumi_gcp/looker/_inputs.py +0 -6
- pulumi_gcp/looker/instance.py +300 -168
- pulumi_gcp/looker/outputs.py +0 -4
- pulumi_gcp/lustre/instance.py +0 -21
- pulumi_gcp/managedkafka/_inputs.py +0 -18
- pulumi_gcp/managedkafka/acl.py +20 -0
- pulumi_gcp/managedkafka/cluster.py +48 -28
- pulumi_gcp/managedkafka/connect_cluster.py +41 -28
- pulumi_gcp/managedkafka/connector.py +0 -21
- pulumi_gcp/managedkafka/outputs.py +0 -12
- pulumi_gcp/managedkafka/topic.py +0 -21
- pulumi_gcp/memcache/_inputs.py +0 -6
- pulumi_gcp/memcache/instance.py +146 -70
- pulumi_gcp/memcache/outputs.py +0 -4
- pulumi_gcp/memorystore/_inputs.py +77 -0
- pulumi_gcp/memorystore/get_instance.py +12 -1
- pulumi_gcp/memorystore/instance.py +32 -21
- pulumi_gcp/memorystore/instance_desired_user_created_endpoints.py +0 -21
- pulumi_gcp/memorystore/outputs.py +101 -0
- pulumi_gcp/migrationcenter/group.py +0 -21
- pulumi_gcp/migrationcenter/preference_set.py +0 -21
- pulumi_gcp/ml/engine_model.py +0 -21
- pulumi_gcp/modelarmor/__init__.py +11 -0
- pulumi_gcp/modelarmor/_inputs.py +803 -0
- pulumi_gcp/modelarmor/outputs.py +694 -0
- pulumi_gcp/modelarmor/template.py +665 -0
- pulumi_gcp/monitoring/_inputs.py +0 -6
- pulumi_gcp/monitoring/alert_policy.py +181 -91
- pulumi_gcp/monitoring/generic_service.py +0 -21
- pulumi_gcp/monitoring/get_secret_version.py +24 -5
- pulumi_gcp/monitoring/group.py +0 -21
- pulumi_gcp/monitoring/metric_descriptor.py +0 -21
- pulumi_gcp/monitoring/monitored_project.py +0 -21
- pulumi_gcp/monitoring/notification_channel.py +0 -21
- pulumi_gcp/monitoring/outputs.py +0 -4
- pulumi_gcp/monitoring/slo.py +0 -21
- pulumi_gcp/monitoring/uptime_check_config.py +0 -21
- pulumi_gcp/netapp/active_directory.py +0 -21
- pulumi_gcp/netapp/backup.py +0 -21
- pulumi_gcp/netapp/backup_policy.py +0 -21
- pulumi_gcp/netapp/backup_vault.py +0 -21
- pulumi_gcp/netapp/kmsconfig.py +0 -21
- pulumi_gcp/netapp/storage_pool.py +0 -21
- pulumi_gcp/netapp/volume.py +0 -21
- pulumi_gcp/netapp/volume_quota_rule.py +0 -21
- pulumi_gcp/netapp/volume_replication.py +0 -21
- pulumi_gcp/netapp/volume_snapshot.py +0 -21
- pulumi_gcp/networkconnectivity/_inputs.py +0 -6
- pulumi_gcp/networkconnectivity/group.py +0 -21
- pulumi_gcp/networkconnectivity/hub.py +0 -21
- pulumi_gcp/networkconnectivity/internal_range.py +0 -21
- pulumi_gcp/networkconnectivity/outputs.py +0 -4
- pulumi_gcp/networkconnectivity/policy_based_route.py +83 -42
- pulumi_gcp/networkconnectivity/regional_endpoint.py +0 -21
- pulumi_gcp/networkconnectivity/service_connection_policy.py +0 -21
- pulumi_gcp/networkconnectivity/spoke.py +0 -21
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/_inputs.py +0 -6
- pulumi_gcp/networkmanagement/connectivity_test.py +97 -49
- pulumi_gcp/networkmanagement/get_connectivity_test_run.py +255 -0
- pulumi_gcp/networkmanagement/outputs.py +274 -4
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -21
- pulumi_gcp/networksecurity/_inputs.py +0 -42
- pulumi_gcp/networksecurity/address_group.py +0 -21
- pulumi_gcp/networksecurity/authorization_policy.py +0 -21
- pulumi_gcp/networksecurity/authz_policy.py +83 -56
- pulumi_gcp/networksecurity/backend_authentication_config.py +0 -21
- pulumi_gcp/networksecurity/client_tls_policy.py +0 -21
- pulumi_gcp/networksecurity/firewall_endpoint.py +0 -21
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +0 -21
- pulumi_gcp/networksecurity/gateway_security_policy.py +0 -21
- pulumi_gcp/networksecurity/gateway_security_policy_rule.py +0 -21
- pulumi_gcp/networksecurity/intercept_deployment.py +0 -21
- pulumi_gcp/networksecurity/intercept_deployment_group.py +0 -21
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +0 -21
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +0 -21
- pulumi_gcp/networksecurity/mirroring_deployment.py +0 -21
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +0 -21
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +0 -21
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +0 -21
- pulumi_gcp/networksecurity/outputs.py +0 -28
- pulumi_gcp/networksecurity/security_profile.py +0 -21
- pulumi_gcp/networksecurity/security_profile_group.py +0 -21
- pulumi_gcp/networksecurity/server_tls_policy.py +0 -21
- pulumi_gcp/networksecurity/tls_inspection_policy.py +0 -21
- pulumi_gcp/networksecurity/url_list.py +0 -21
- pulumi_gcp/networkservices/_inputs.py +0 -48
- pulumi_gcp/networkservices/authz_extension.py +0 -21
- pulumi_gcp/networkservices/edge_cache_keyset.py +0 -21
- pulumi_gcp/networkservices/edge_cache_origin.py +0 -21
- pulumi_gcp/networkservices/edge_cache_service.py +132 -126
- pulumi_gcp/networkservices/endpoint_policy.py +69 -63
- pulumi_gcp/networkservices/gateway.py +0 -21
- pulumi_gcp/networkservices/grpc_route.py +48 -35
- pulumi_gcp/networkservices/http_route.py +76 -63
- pulumi_gcp/networkservices/lb_route_extension.py +41 -21
- pulumi_gcp/networkservices/lb_traffic_extension.py +69 -56
- pulumi_gcp/networkservices/mesh.py +0 -21
- pulumi_gcp/networkservices/outputs.py +0 -32
- pulumi_gcp/networkservices/service_binding.py +0 -21
- pulumi_gcp/networkservices/service_lb_policies.py +0 -21
- pulumi_gcp/networkservices/tcp_route.py +76 -63
- pulumi_gcp/networkservices/tls_route.py +55 -42
- pulumi_gcp/notebooks/environment.py +0 -21
- pulumi_gcp/notebooks/instance.py +0 -21
- pulumi_gcp/notebooks/runtime.py +0 -21
- pulumi_gcp/oracledatabase/_inputs.py +6 -3
- pulumi_gcp/oracledatabase/autonomous_database.py +55 -28
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +0 -21
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +0 -21
- pulumi_gcp/oracledatabase/outputs.py +4 -2
- pulumi_gcp/organizations/_inputs.py +0 -6
- pulumi_gcp/organizations/access_approval_settings.py +35 -35
- pulumi_gcp/organizations/get_billing_account.py +15 -1
- pulumi_gcp/organizations/outputs.py +0 -4
- pulumi_gcp/orgpolicy/custom_constraint.py +0 -21
- pulumi_gcp/orgpolicy/policy.py +0 -21
- pulumi_gcp/osconfig/_inputs.py +135 -204
- pulumi_gcp/osconfig/guest_policies.py +62 -21
- pulumi_gcp/osconfig/outputs.py +90 -136
- pulumi_gcp/osconfig/patch_deployment.py +62 -14
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +111 -84
- pulumi_gcp/osconfig/v2_policy_orchestrator_for_folder.py +91 -77
- pulumi_gcp/osconfig/v2_policy_orchestrator_for_organization.py +91 -84
- pulumi_gcp/oslogin/ssh_public_key.py +0 -21
- pulumi_gcp/parallelstore/instance.py +0 -21
- pulumi_gcp/parametermanager/parameter.py +0 -21
- pulumi_gcp/parametermanager/parameter_version.py +0 -21
- pulumi_gcp/parametermanager/regional_parameter.py +0 -21
- pulumi_gcp/parametermanager/regional_parameter_version.py +0 -21
- pulumi_gcp/privilegedaccessmanager/_inputs.py +0 -6
- pulumi_gcp/privilegedaccessmanager/entitlement.py +28 -14
- pulumi_gcp/privilegedaccessmanager/outputs.py +0 -4
- pulumi_gcp/projects/_inputs.py +0 -6
- pulumi_gcp/projects/access_approval_settings.py +67 -46
- pulumi_gcp/projects/outputs.py +0 -4
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/lite_reservation.py +0 -21
- pulumi_gcp/pubsub/lite_subscription.py +0 -21
- pulumi_gcp/pubsub/lite_topic.py +0 -21
- pulumi_gcp/pubsub/schema.py +0 -21
- pulumi_gcp/pubsub/subscription.py +0 -21
- pulumi_gcp/pubsub/topic.py +0 -21
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/__init__.py +1 -0
- pulumi_gcp/redis/cluster.py +0 -21
- pulumi_gcp/redis/cluster_user_created_connections.py +0 -21
- pulumi_gcp/redis/get_cluster.py +457 -0
- pulumi_gcp/redis/instance.py +0 -21
- pulumi_gcp/redis/outputs.py +993 -0
- pulumi_gcp/resourcemanager/capability.py +0 -21
- pulumi_gcp/resourcemanager/lien.py +0 -21
- pulumi_gcp/secretmanager/_inputs.py +0 -12
- pulumi_gcp/secretmanager/get_secret.py +12 -1
- pulumi_gcp/secretmanager/get_secret_version.py +24 -5
- pulumi_gcp/secretmanager/outputs.py +7 -8
- pulumi_gcp/secretmanager/regional_secret.py +0 -21
- pulumi_gcp/secretmanager/regional_secret_version.py +0 -21
- pulumi_gcp/secretmanager/secret.py +380 -226
- pulumi_gcp/secretmanager/secret_version.py +0 -21
- pulumi_gcp/securesourcemanager/branch_rule.py +0 -21
- pulumi_gcp/securesourcemanager/instance.py +0 -21
- pulumi_gcp/securesourcemanager/repository.py +0 -21
- pulumi_gcp/securitycenter/_inputs.py +0 -54
- pulumi_gcp/securitycenter/event_threat_detection_custom_module.py +0 -21
- pulumi_gcp/securitycenter/folder_scc_big_query_export.py +0 -21
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +0 -21
- pulumi_gcp/securitycenter/management_organization_event_threat_detection_custom_module.py +0 -21
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +0 -21
- pulumi_gcp/securitycenter/mute_config.py +0 -21
- pulumi_gcp/securitycenter/organization_scc_big_query_export.py +0 -21
- pulumi_gcp/securitycenter/outputs.py +0 -36
- pulumi_gcp/securitycenter/project_custom_module.py +20 -0
- pulumi_gcp/securitycenter/project_notification_config.py +20 -0
- pulumi_gcp/securitycenter/project_scc_big_query_export.py +0 -21
- pulumi_gcp/securitycenter/source.py +0 -21
- pulumi_gcp/securitycenter/source_iam_binding.py +0 -21
- pulumi_gcp/securitycenter/source_iam_member.py +0 -21
- pulumi_gcp/securitycenter/source_iam_policy.py +0 -21
- pulumi_gcp/securitycenter/v2_folder_mute_config.py +0 -21
- pulumi_gcp/securitycenter/v2_folder_scc_big_query_export.py +0 -21
- pulumi_gcp/securitycenter/v2_organization_mute_config.py +0 -21
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +0 -21
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +0 -21
- pulumi_gcp/securitycenter/v2_organization_source.py +0 -21
- pulumi_gcp/securitycenter/v2_project_mute_config.py +0 -21
- pulumi_gcp/securitycenter/v2_project_notification_config.py +34 -7
- pulumi_gcp/securitycenter/v2_project_scc_big_query_export.py +0 -21
- pulumi_gcp/securityposture/_inputs.py +0 -6
- pulumi_gcp/securityposture/outputs.py +0 -4
- pulumi_gcp/securityposture/posture_deployment.py +0 -21
- pulumi_gcp/servicedirectory/endpoint.py +0 -21
- pulumi_gcp/servicedirectory/namespace.py +0 -21
- pulumi_gcp/servicedirectory/service.py +0 -21
- pulumi_gcp/servicenetworking/vpc_service_controls.py +0 -21
- pulumi_gcp/serviceusage/consumer_quota_override.py +0 -21
- pulumi_gcp/siteverification/_inputs.py +0 -6
- pulumi_gcp/siteverification/outputs.py +0 -4
- pulumi_gcp/sourcerepo/repository.py +0 -21
- pulumi_gcp/spanner/_inputs.py +0 -6
- pulumi_gcp/spanner/backup_schedule.py +0 -21
- pulumi_gcp/spanner/database.py +0 -21
- pulumi_gcp/spanner/instance.py +0 -21
- pulumi_gcp/spanner/instance_config.py +90 -56
- pulumi_gcp/spanner/instance_partition.py +0 -21
- pulumi_gcp/spanner/outputs.py +0 -4
- pulumi_gcp/sql/database.py +0 -21
- pulumi_gcp/sql/source_representation_instance.py +0 -21
- pulumi_gcp/storage/anywhere_cache.py +0 -21
- pulumi_gcp/storage/bucket_access_control.py +0 -21
- pulumi_gcp/storage/control_folder_intelligence_config.py +0 -21
- pulumi_gcp/storage/control_organization_intelligence_config.py +0 -21
- pulumi_gcp/storage/control_project_intelligence_config.py +0 -21
- pulumi_gcp/storage/default_object_access_control.py +0 -21
- pulumi_gcp/storage/folder.py +0 -21
- pulumi_gcp/storage/hmac_key.py +0 -21
- pulumi_gcp/storage/insights_report_config.py +0 -21
- pulumi_gcp/storage/managed_folder.py +0 -21
- pulumi_gcp/storage/object_access_control.py +0 -21
- pulumi_gcp/storage/transfer_agent_pool.py +0 -21
- pulumi_gcp/tags/tag_binding.py +0 -21
- pulumi_gcp/tags/tag_key.py +0 -21
- pulumi_gcp/tags/tag_value.py +0 -21
- pulumi_gcp/tpu/node.py +0 -21
- pulumi_gcp/tpu/v2_queued_resource.py +0 -21
- pulumi_gcp/tpu/v2_vm.py +0 -21
- pulumi_gcp/transcoder/job.py +0 -21
- pulumi_gcp/transcoder/job_template.py +0 -21
- pulumi_gcp/vertex/ai_dataset.py +0 -21
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +0 -21
- pulumi_gcp/vertex/ai_endpoint.py +0 -21
- pulumi_gcp/vertex/ai_feature_group_feature.py +0 -21
- pulumi_gcp/vertex/ai_feature_online_store.py +0 -21
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -21
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +0 -21
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +0 -21
- pulumi_gcp/vertex/ai_index.py +0 -21
- pulumi_gcp/vertex/ai_index_endpoint.py +0 -21
- pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +0 -21
- pulumi_gcp/vertex/ai_tensorboard.py +0 -21
- pulumi_gcp/vmwareengine/_inputs.py +0 -12
- pulumi_gcp/vmwareengine/cluster.py +0 -21
- pulumi_gcp/vmwareengine/external_address.py +0 -21
- pulumi_gcp/vmwareengine/network.py +0 -21
- pulumi_gcp/vmwareengine/network_peering.py +0 -21
- pulumi_gcp/vmwareengine/network_policy.py +0 -21
- pulumi_gcp/vmwareengine/outputs.py +0 -8
- pulumi_gcp/vmwareengine/private_cloud.py +48 -42
- pulumi_gcp/vmwareengine/subnet.py +0 -21
- pulumi_gcp/vpcaccess/connector.py +0 -21
- pulumi_gcp/workbench/instance.py +0 -21
- pulumi_gcp/workstations/workstation.py +0 -21
- pulumi_gcp/workstations/workstation_cluster.py +0 -21
- pulumi_gcp/workstations/workstation_config.py +0 -21
- {pulumi_gcp-8.37.0a1751903932.dist-info → pulumi_gcp-8.38.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.37.0a1751903932.dist-info → pulumi_gcp-8.38.0.dist-info}/RECORD +820 -811
- {pulumi_gcp-8.37.0a1751903932.dist-info → pulumi_gcp-8.38.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.37.0a1751903932.dist-info → pulumi_gcp-8.38.0.dist-info}/top_level.txt +0 -0
@@ -35,13 +35,16 @@ class AccessApprovalSettingsArgs:
|
|
35
35
|
A maximum of 10 enrolled services will be enforced, to be expanded as the set of supported services is expanded.
|
36
36
|
Structure is documented below.
|
37
37
|
:param pulumi.Input[builtins.str] project_id: ID of the project of the access approval settings.
|
38
|
-
:param pulumi.Input[builtins.str] active_key_version: The asymmetric crypto key version to use for signing approval requests.
|
39
|
-
Google-managed key should be used for signing.
|
40
|
-
new non-empty values may not be set.
|
41
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] notification_emails: A list of email addresses to which notifications relating to approval requests should be sent.
|
42
|
-
a resource will be sent to all emails in the settings of ancestor
|
43
|
-
addresses are allowed.
|
44
|
-
:param pulumi.Input[builtins.str] project:
|
38
|
+
:param pulumi.Input[builtins.str] active_key_version: The asymmetric crypto key version to use for signing approval requests.
|
39
|
+
Empty active_key_version indicates that a Google-managed key should be used for signing.
|
40
|
+
This property will be ignored if set by an ancestor of the resource, and new non-empty values may not be set.
|
41
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] notification_emails: A list of email addresses to which notifications relating to approval requests should be sent.
|
42
|
+
Notifications relating to a resource will be sent to all emails in the settings of ancestor
|
43
|
+
resources of that resource. A maximum of 50 email addresses are allowed.
|
44
|
+
:param pulumi.Input[builtins.str] project: (Optional, Deprecated)
|
45
|
+
Project id.
|
46
|
+
|
47
|
+
> **Warning:** `project` is deprecated and will be removed in a future major release. Use `project_id` instead.
|
45
48
|
"""
|
46
49
|
pulumi.set(__self__, "enrolled_services", enrolled_services)
|
47
50
|
pulumi.set(__self__, "project_id", project_id)
|
@@ -87,9 +90,9 @@ class AccessApprovalSettingsArgs:
|
|
87
90
|
@pulumi.getter(name="activeKeyVersion")
|
88
91
|
def active_key_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
89
92
|
"""
|
90
|
-
The asymmetric crypto key version to use for signing approval requests.
|
91
|
-
Google-managed key should be used for signing.
|
92
|
-
new non-empty values may not be set.
|
93
|
+
The asymmetric crypto key version to use for signing approval requests.
|
94
|
+
Empty active_key_version indicates that a Google-managed key should be used for signing.
|
95
|
+
This property will be ignored if set by an ancestor of the resource, and new non-empty values may not be set.
|
93
96
|
"""
|
94
97
|
return pulumi.get(self, "active_key_version")
|
95
98
|
|
@@ -101,9 +104,9 @@ class AccessApprovalSettingsArgs:
|
|
101
104
|
@pulumi.getter(name="notificationEmails")
|
102
105
|
def notification_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
103
106
|
"""
|
104
|
-
A list of email addresses to which notifications relating to approval requests should be sent.
|
105
|
-
a resource will be sent to all emails in the settings of ancestor
|
106
|
-
addresses are allowed.
|
107
|
+
A list of email addresses to which notifications relating to approval requests should be sent.
|
108
|
+
Notifications relating to a resource will be sent to all emails in the settings of ancestor
|
109
|
+
resources of that resource. A maximum of 50 email addresses are allowed.
|
107
110
|
"""
|
108
111
|
return pulumi.get(self, "notification_emails")
|
109
112
|
|
@@ -116,7 +119,10 @@ class AccessApprovalSettingsArgs:
|
|
116
119
|
@_utilities.deprecated("""`project` is deprecated and will be removed in a future major release. Use `project_id` instead.""")
|
117
120
|
def project(self) -> Optional[pulumi.Input[builtins.str]]:
|
118
121
|
"""
|
122
|
+
(Optional, Deprecated)
|
119
123
|
Project id.
|
124
|
+
|
125
|
+
> **Warning:** `project` is deprecated and will be removed in a future major release. Use `project_id` instead.
|
120
126
|
"""
|
121
127
|
return pulumi.get(self, "project")
|
122
128
|
|
@@ -139,9 +145,9 @@ class _AccessApprovalSettingsState:
|
|
139
145
|
project_id: Optional[pulumi.Input[builtins.str]] = None):
|
140
146
|
"""
|
141
147
|
Input properties used for looking up and filtering AccessApprovalSettings resources.
|
142
|
-
:param pulumi.Input[builtins.str] active_key_version: The asymmetric crypto key version to use for signing approval requests.
|
143
|
-
Google-managed key should be used for signing.
|
144
|
-
new non-empty values may not be set.
|
148
|
+
:param pulumi.Input[builtins.str] active_key_version: The asymmetric crypto key version to use for signing approval requests.
|
149
|
+
Empty active_key_version indicates that a Google-managed key should be used for signing.
|
150
|
+
This property will be ignored if set by an ancestor of the resource, and new non-empty values may not be set.
|
145
151
|
:param pulumi.Input[builtins.bool] ancestor_has_active_key_version: If the field is true, that indicates that an ancestor of this Project has set active_key_version.
|
146
152
|
:param pulumi.Input[builtins.bool] enrolled_ancestor: If the field is true, that indicates that at least one service is enrolled for Access Approval in one or more ancestors of the Project.
|
147
153
|
:param pulumi.Input[Sequence[pulumi.Input['AccessApprovalSettingsEnrolledServiceArgs']]] enrolled_services: A list of Google Cloud Services for which the given resource has Access Approval enrolled.
|
@@ -154,10 +160,13 @@ class _AccessApprovalSettingsState:
|
|
154
160
|
correct permissions on it, etc.) This key version is not necessarily the effective key version at this level,
|
155
161
|
as key versions are inherited top-down.
|
156
162
|
:param pulumi.Input[builtins.str] name: The resource name of the settings. Format is "projects/{project_id}/accessApprovalSettings"
|
157
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] notification_emails: A list of email addresses to which notifications relating to approval requests should be sent.
|
158
|
-
a resource will be sent to all emails in the settings of ancestor
|
159
|
-
addresses are allowed.
|
160
|
-
:param pulumi.Input[builtins.str] project:
|
163
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] notification_emails: A list of email addresses to which notifications relating to approval requests should be sent.
|
164
|
+
Notifications relating to a resource will be sent to all emails in the settings of ancestor
|
165
|
+
resources of that resource. A maximum of 50 email addresses are allowed.
|
166
|
+
:param pulumi.Input[builtins.str] project: (Optional, Deprecated)
|
167
|
+
Project id.
|
168
|
+
|
169
|
+
> **Warning:** `project` is deprecated and will be removed in a future major release. Use `project_id` instead.
|
161
170
|
:param pulumi.Input[builtins.str] project_id: ID of the project of the access approval settings.
|
162
171
|
"""
|
163
172
|
if active_key_version is not None:
|
@@ -186,9 +195,9 @@ class _AccessApprovalSettingsState:
|
|
186
195
|
@pulumi.getter(name="activeKeyVersion")
|
187
196
|
def active_key_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
188
197
|
"""
|
189
|
-
The asymmetric crypto key version to use for signing approval requests.
|
190
|
-
Google-managed key should be used for signing.
|
191
|
-
new non-empty values may not be set.
|
198
|
+
The asymmetric crypto key version to use for signing approval requests.
|
199
|
+
Empty active_key_version indicates that a Google-managed key should be used for signing.
|
200
|
+
This property will be ignored if set by an ancestor of the resource, and new non-empty values may not be set.
|
192
201
|
"""
|
193
202
|
return pulumi.get(self, "active_key_version")
|
194
203
|
|
@@ -267,9 +276,9 @@ class _AccessApprovalSettingsState:
|
|
267
276
|
@pulumi.getter(name="notificationEmails")
|
268
277
|
def notification_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
269
278
|
"""
|
270
|
-
A list of email addresses to which notifications relating to approval requests should be sent.
|
271
|
-
a resource will be sent to all emails in the settings of ancestor
|
272
|
-
addresses are allowed.
|
279
|
+
A list of email addresses to which notifications relating to approval requests should be sent.
|
280
|
+
Notifications relating to a resource will be sent to all emails in the settings of ancestor
|
281
|
+
resources of that resource. A maximum of 50 email addresses are allowed.
|
273
282
|
"""
|
274
283
|
return pulumi.get(self, "notification_emails")
|
275
284
|
|
@@ -282,7 +291,10 @@ class _AccessApprovalSettingsState:
|
|
282
291
|
@_utilities.deprecated("""`project` is deprecated and will be removed in a future major release. Use `project_id` instead.""")
|
283
292
|
def project(self) -> Optional[pulumi.Input[builtins.str]]:
|
284
293
|
"""
|
294
|
+
(Optional, Deprecated)
|
285
295
|
Project id.
|
296
|
+
|
297
|
+
> **Warning:** `project` is deprecated and will be removed in a future major release. Use `project_id` instead.
|
286
298
|
"""
|
287
299
|
return pulumi.get(self, "project")
|
288
300
|
|
@@ -393,18 +405,21 @@ class AccessApprovalSettings(pulumi.CustomResource):
|
|
393
405
|
|
394
406
|
:param str resource_name: The name of the resource.
|
395
407
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
396
|
-
:param pulumi.Input[builtins.str] active_key_version: The asymmetric crypto key version to use for signing approval requests.
|
397
|
-
Google-managed key should be used for signing.
|
398
|
-
new non-empty values may not be set.
|
408
|
+
:param pulumi.Input[builtins.str] active_key_version: The asymmetric crypto key version to use for signing approval requests.
|
409
|
+
Empty active_key_version indicates that a Google-managed key should be used for signing.
|
410
|
+
This property will be ignored if set by an ancestor of the resource, and new non-empty values may not be set.
|
399
411
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AccessApprovalSettingsEnrolledServiceArgs', 'AccessApprovalSettingsEnrolledServiceArgsDict']]]] enrolled_services: A list of Google Cloud Services for which the given resource has Access Approval enrolled.
|
400
412
|
Access requests for the resource given by name against any of these services contained here will be required
|
401
413
|
to have explicit approval. Enrollment can only be done on an all or nothing basis.
|
402
414
|
A maximum of 10 enrolled services will be enforced, to be expanded as the set of supported services is expanded.
|
403
415
|
Structure is documented below.
|
404
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] notification_emails: A list of email addresses to which notifications relating to approval requests should be sent.
|
405
|
-
a resource will be sent to all emails in the settings of ancestor
|
406
|
-
addresses are allowed.
|
407
|
-
:param pulumi.Input[builtins.str] project:
|
416
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] notification_emails: A list of email addresses to which notifications relating to approval requests should be sent.
|
417
|
+
Notifications relating to a resource will be sent to all emails in the settings of ancestor
|
418
|
+
resources of that resource. A maximum of 50 email addresses are allowed.
|
419
|
+
:param pulumi.Input[builtins.str] project: (Optional, Deprecated)
|
420
|
+
Project id.
|
421
|
+
|
422
|
+
> **Warning:** `project` is deprecated and will be removed in a future major release. Use `project_id` instead.
|
408
423
|
:param pulumi.Input[builtins.str] project_id: ID of the project of the access approval settings.
|
409
424
|
"""
|
410
425
|
...
|
@@ -557,9 +572,9 @@ class AccessApprovalSettings(pulumi.CustomResource):
|
|
557
572
|
:param str resource_name: The unique name of the resulting resource.
|
558
573
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
559
574
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
560
|
-
:param pulumi.Input[builtins.str] active_key_version: The asymmetric crypto key version to use for signing approval requests.
|
561
|
-
Google-managed key should be used for signing.
|
562
|
-
new non-empty values may not be set.
|
575
|
+
:param pulumi.Input[builtins.str] active_key_version: The asymmetric crypto key version to use for signing approval requests.
|
576
|
+
Empty active_key_version indicates that a Google-managed key should be used for signing.
|
577
|
+
This property will be ignored if set by an ancestor of the resource, and new non-empty values may not be set.
|
563
578
|
:param pulumi.Input[builtins.bool] ancestor_has_active_key_version: If the field is true, that indicates that an ancestor of this Project has set active_key_version.
|
564
579
|
:param pulumi.Input[builtins.bool] enrolled_ancestor: If the field is true, that indicates that at least one service is enrolled for Access Approval in one or more ancestors of the Project.
|
565
580
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AccessApprovalSettingsEnrolledServiceArgs', 'AccessApprovalSettingsEnrolledServiceArgsDict']]]] enrolled_services: A list of Google Cloud Services for which the given resource has Access Approval enrolled.
|
@@ -572,10 +587,13 @@ class AccessApprovalSettings(pulumi.CustomResource):
|
|
572
587
|
correct permissions on it, etc.) This key version is not necessarily the effective key version at this level,
|
573
588
|
as key versions are inherited top-down.
|
574
589
|
:param pulumi.Input[builtins.str] name: The resource name of the settings. Format is "projects/{project_id}/accessApprovalSettings"
|
575
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] notification_emails: A list of email addresses to which notifications relating to approval requests should be sent.
|
576
|
-
a resource will be sent to all emails in the settings of ancestor
|
577
|
-
addresses are allowed.
|
578
|
-
:param pulumi.Input[builtins.str] project:
|
590
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] notification_emails: A list of email addresses to which notifications relating to approval requests should be sent.
|
591
|
+
Notifications relating to a resource will be sent to all emails in the settings of ancestor
|
592
|
+
resources of that resource. A maximum of 50 email addresses are allowed.
|
593
|
+
:param pulumi.Input[builtins.str] project: (Optional, Deprecated)
|
594
|
+
Project id.
|
595
|
+
|
596
|
+
> **Warning:** `project` is deprecated and will be removed in a future major release. Use `project_id` instead.
|
579
597
|
:param pulumi.Input[builtins.str] project_id: ID of the project of the access approval settings.
|
580
598
|
"""
|
581
599
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -597,9 +615,9 @@ class AccessApprovalSettings(pulumi.CustomResource):
|
|
597
615
|
@pulumi.getter(name="activeKeyVersion")
|
598
616
|
def active_key_version(self) -> pulumi.Output[Optional[builtins.str]]:
|
599
617
|
"""
|
600
|
-
The asymmetric crypto key version to use for signing approval requests.
|
601
|
-
Google-managed key should be used for signing.
|
602
|
-
new non-empty values may not be set.
|
618
|
+
The asymmetric crypto key version to use for signing approval requests.
|
619
|
+
Empty active_key_version indicates that a Google-managed key should be used for signing.
|
620
|
+
This property will be ignored if set by an ancestor of the resource, and new non-empty values may not be set.
|
603
621
|
"""
|
604
622
|
return pulumi.get(self, "active_key_version")
|
605
623
|
|
@@ -654,9 +672,9 @@ class AccessApprovalSettings(pulumi.CustomResource):
|
|
654
672
|
@pulumi.getter(name="notificationEmails")
|
655
673
|
def notification_emails(self) -> pulumi.Output[Sequence[builtins.str]]:
|
656
674
|
"""
|
657
|
-
A list of email addresses to which notifications relating to approval requests should be sent.
|
658
|
-
a resource will be sent to all emails in the settings of ancestor
|
659
|
-
addresses are allowed.
|
675
|
+
A list of email addresses to which notifications relating to approval requests should be sent.
|
676
|
+
Notifications relating to a resource will be sent to all emails in the settings of ancestor
|
677
|
+
resources of that resource. A maximum of 50 email addresses are allowed.
|
660
678
|
"""
|
661
679
|
return pulumi.get(self, "notification_emails")
|
662
680
|
|
@@ -665,7 +683,10 @@ class AccessApprovalSettings(pulumi.CustomResource):
|
|
665
683
|
@_utilities.deprecated("""`project` is deprecated and will be removed in a future major release. Use `project_id` instead.""")
|
666
684
|
def project(self) -> pulumi.Output[Optional[builtins.str]]:
|
667
685
|
"""
|
686
|
+
(Optional, Deprecated)
|
668
687
|
Project id.
|
688
|
+
|
689
|
+
> **Warning:** `project` is deprecated and will be removed in a future major release. Use `project_id` instead.
|
669
690
|
"""
|
670
691
|
return pulumi.get(self, "project")
|
671
692
|
|
pulumi_gcp/projects/outputs.py
CHANGED
@@ -82,8 +82,6 @@ class AccessApprovalSettingsEnrolledService(dict):
|
|
82
82
|
:param builtins.str enrollment_level: The enrollment level of the service.
|
83
83
|
Default value is `BLOCK_ALL`.
|
84
84
|
Possible values are: `BLOCK_ALL`.
|
85
|
-
|
86
|
-
- - -
|
87
85
|
"""
|
88
86
|
pulumi.set(__self__, "cloud_product", cloud_product)
|
89
87
|
if enrollment_level is not None:
|
@@ -114,8 +112,6 @@ class AccessApprovalSettingsEnrolledService(dict):
|
|
114
112
|
The enrollment level of the service.
|
115
113
|
Default value is `BLOCK_ALL`.
|
116
114
|
Possible values are: `BLOCK_ALL`.
|
117
|
-
|
118
|
-
- - -
|
119
115
|
"""
|
120
116
|
return pulumi.get(self, "enrollment_level")
|
121
117
|
|
pulumi_gcp/provider.py
CHANGED
@@ -147,6 +147,7 @@ class ProviderArgs:
|
|
147
147
|
memorystore_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
148
148
|
migration_center_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
149
149
|
ml_engine_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
150
|
+
model_armor_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
150
151
|
monitoring_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
151
152
|
netapp_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
152
153
|
network_connectivity_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -470,6 +471,8 @@ class ProviderArgs:
|
|
470
471
|
pulumi.set(__self__, "migration_center_custom_endpoint", migration_center_custom_endpoint)
|
471
472
|
if ml_engine_custom_endpoint is not None:
|
472
473
|
pulumi.set(__self__, "ml_engine_custom_endpoint", ml_engine_custom_endpoint)
|
474
|
+
if model_armor_custom_endpoint is not None:
|
475
|
+
pulumi.set(__self__, "model_armor_custom_endpoint", model_armor_custom_endpoint)
|
473
476
|
if monitoring_custom_endpoint is not None:
|
474
477
|
pulumi.set(__self__, "monitoring_custom_endpoint", monitoring_custom_endpoint)
|
475
478
|
if netapp_custom_endpoint is not None:
|
@@ -1747,6 +1750,15 @@ class ProviderArgs:
|
|
1747
1750
|
def ml_engine_custom_endpoint(self, value: Optional[pulumi.Input[builtins.str]]):
|
1748
1751
|
pulumi.set(self, "ml_engine_custom_endpoint", value)
|
1749
1752
|
|
1753
|
+
@property
|
1754
|
+
@pulumi.getter(name="modelArmorCustomEndpoint")
|
1755
|
+
def model_armor_custom_endpoint(self) -> Optional[pulumi.Input[builtins.str]]:
|
1756
|
+
return pulumi.get(self, "model_armor_custom_endpoint")
|
1757
|
+
|
1758
|
+
@model_armor_custom_endpoint.setter
|
1759
|
+
def model_armor_custom_endpoint(self, value: Optional[pulumi.Input[builtins.str]]):
|
1760
|
+
pulumi.set(self, "model_armor_custom_endpoint", value)
|
1761
|
+
|
1750
1762
|
@property
|
1751
1763
|
@pulumi.getter(name="monitoringCustomEndpoint")
|
1752
1764
|
def monitoring_custom_endpoint(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -2492,6 +2504,7 @@ class Provider(pulumi.ProviderResource):
|
|
2492
2504
|
memorystore_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
2493
2505
|
migration_center_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
2494
2506
|
ml_engine_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
2507
|
+
model_armor_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
2495
2508
|
monitoring_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
2496
2509
|
netapp_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
2497
2510
|
network_connectivity_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -2723,6 +2736,7 @@ class Provider(pulumi.ProviderResource):
|
|
2723
2736
|
memorystore_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
2724
2737
|
migration_center_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
2725
2738
|
ml_engine_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
2739
|
+
model_armor_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
2726
2740
|
monitoring_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
2727
2741
|
netapp_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
2728
2742
|
network_connectivity_custom_endpoint: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -2926,6 +2940,7 @@ class Provider(pulumi.ProviderResource):
|
|
2926
2940
|
__props__.__dict__["memorystore_custom_endpoint"] = memorystore_custom_endpoint
|
2927
2941
|
__props__.__dict__["migration_center_custom_endpoint"] = migration_center_custom_endpoint
|
2928
2942
|
__props__.__dict__["ml_engine_custom_endpoint"] = ml_engine_custom_endpoint
|
2943
|
+
__props__.__dict__["model_armor_custom_endpoint"] = model_armor_custom_endpoint
|
2929
2944
|
__props__.__dict__["monitoring_custom_endpoint"] = monitoring_custom_endpoint
|
2930
2945
|
__props__.__dict__["netapp_custom_endpoint"] = netapp_custom_endpoint
|
2931
2946
|
__props__.__dict__["network_connectivity_custom_endpoint"] = network_connectivity_custom_endpoint
|
@@ -3608,6 +3623,11 @@ class Provider(pulumi.ProviderResource):
|
|
3608
3623
|
def ml_engine_custom_endpoint(self) -> pulumi.Output[Optional[builtins.str]]:
|
3609
3624
|
return pulumi.get(self, "ml_engine_custom_endpoint")
|
3610
3625
|
|
3626
|
+
@property
|
3627
|
+
@pulumi.getter(name="modelArmorCustomEndpoint")
|
3628
|
+
def model_armor_custom_endpoint(self) -> pulumi.Output[Optional[builtins.str]]:
|
3629
|
+
return pulumi.get(self, "model_armor_custom_endpoint")
|
3630
|
+
|
3611
3631
|
@property
|
3612
3632
|
@pulumi.getter(name="monitoringCustomEndpoint")
|
3613
3633
|
def monitoring_custom_endpoint(self) -> pulumi.Output[Optional[builtins.str]]:
|
@@ -30,9 +30,6 @@ class LiteReservationArgs:
|
|
30
30
|
equivalent to 1 MiB/s of published messages or 2 MiB/s of subscribed
|
31
31
|
messages.
|
32
32
|
:param pulumi.Input[builtins.str] name: Name of the reservation.
|
33
|
-
|
34
|
-
|
35
|
-
- - -
|
36
33
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
37
34
|
If it is not provided, the provider project is used.
|
38
35
|
:param pulumi.Input[builtins.str] region: The region of the pubsub lite reservation.
|
@@ -64,9 +61,6 @@ class LiteReservationArgs:
|
|
64
61
|
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
65
62
|
"""
|
66
63
|
Name of the reservation.
|
67
|
-
|
68
|
-
|
69
|
-
- - -
|
70
64
|
"""
|
71
65
|
return pulumi.get(self, "name")
|
72
66
|
|
@@ -110,9 +104,6 @@ class _LiteReservationState:
|
|
110
104
|
"""
|
111
105
|
Input properties used for looking up and filtering LiteReservation resources.
|
112
106
|
:param pulumi.Input[builtins.str] name: Name of the reservation.
|
113
|
-
|
114
|
-
|
115
|
-
- - -
|
116
107
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
117
108
|
If it is not provided, the provider project is used.
|
118
109
|
:param pulumi.Input[builtins.str] region: The region of the pubsub lite reservation.
|
@@ -134,9 +125,6 @@ class _LiteReservationState:
|
|
134
125
|
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
135
126
|
"""
|
136
127
|
Name of the reservation.
|
137
|
-
|
138
|
-
|
139
|
-
- - -
|
140
128
|
"""
|
141
129
|
return pulumi.get(self, "name")
|
142
130
|
|
@@ -252,9 +240,6 @@ class LiteReservation(pulumi.CustomResource):
|
|
252
240
|
:param str resource_name: The name of the resource.
|
253
241
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
254
242
|
:param pulumi.Input[builtins.str] name: Name of the reservation.
|
255
|
-
|
256
|
-
|
257
|
-
- - -
|
258
243
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
259
244
|
If it is not provided, the provider project is used.
|
260
245
|
:param pulumi.Input[builtins.str] region: The region of the pubsub lite reservation.
|
@@ -378,9 +363,6 @@ class LiteReservation(pulumi.CustomResource):
|
|
378
363
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
379
364
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
380
365
|
:param pulumi.Input[builtins.str] name: Name of the reservation.
|
381
|
-
|
382
|
-
|
383
|
-
- - -
|
384
366
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
385
367
|
If it is not provided, the provider project is used.
|
386
368
|
:param pulumi.Input[builtins.str] region: The region of the pubsub lite reservation.
|
@@ -403,9 +385,6 @@ class LiteReservation(pulumi.CustomResource):
|
|
403
385
|
def name(self) -> pulumi.Output[builtins.str]:
|
404
386
|
"""
|
405
387
|
Name of the reservation.
|
406
|
-
|
407
|
-
|
408
|
-
- - -
|
409
388
|
"""
|
410
389
|
return pulumi.get(self, "name")
|
411
390
|
|
@@ -34,9 +34,6 @@ class LiteSubscriptionArgs:
|
|
34
34
|
:param pulumi.Input['LiteSubscriptionDeliveryConfigArgs'] delivery_config: The settings for this subscription's message delivery.
|
35
35
|
Structure is documented below.
|
36
36
|
:param pulumi.Input[builtins.str] name: Name of the subscription.
|
37
|
-
|
38
|
-
|
39
|
-
- - -
|
40
37
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
41
38
|
If it is not provided, the provider project is used.
|
42
39
|
:param pulumi.Input[builtins.str] region: The region of the pubsub lite topic.
|
@@ -84,9 +81,6 @@ class LiteSubscriptionArgs:
|
|
84
81
|
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
85
82
|
"""
|
86
83
|
Name of the subscription.
|
87
|
-
|
88
|
-
|
89
|
-
- - -
|
90
84
|
"""
|
91
85
|
return pulumi.get(self, "name")
|
92
86
|
|
@@ -146,9 +140,6 @@ class _LiteSubscriptionState:
|
|
146
140
|
:param pulumi.Input['LiteSubscriptionDeliveryConfigArgs'] delivery_config: The settings for this subscription's message delivery.
|
147
141
|
Structure is documented below.
|
148
142
|
:param pulumi.Input[builtins.str] name: Name of the subscription.
|
149
|
-
|
150
|
-
|
151
|
-
- - -
|
152
143
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
153
144
|
If it is not provided, the provider project is used.
|
154
145
|
:param pulumi.Input[builtins.str] region: The region of the pubsub lite topic.
|
@@ -186,9 +177,6 @@ class _LiteSubscriptionState:
|
|
186
177
|
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
187
178
|
"""
|
188
179
|
Name of the subscription.
|
189
|
-
|
190
|
-
|
191
|
-
- - -
|
192
180
|
"""
|
193
181
|
return pulumi.get(self, "name")
|
194
182
|
|
@@ -334,9 +322,6 @@ class LiteSubscription(pulumi.CustomResource):
|
|
334
322
|
:param pulumi.Input[Union['LiteSubscriptionDeliveryConfigArgs', 'LiteSubscriptionDeliveryConfigArgsDict']] delivery_config: The settings for this subscription's message delivery.
|
335
323
|
Structure is documented below.
|
336
324
|
:param pulumi.Input[builtins.str] name: Name of the subscription.
|
337
|
-
|
338
|
-
|
339
|
-
- - -
|
340
325
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
341
326
|
If it is not provided, the provider project is used.
|
342
327
|
:param pulumi.Input[builtins.str] region: The region of the pubsub lite topic.
|
@@ -483,9 +468,6 @@ class LiteSubscription(pulumi.CustomResource):
|
|
483
468
|
:param pulumi.Input[Union['LiteSubscriptionDeliveryConfigArgs', 'LiteSubscriptionDeliveryConfigArgsDict']] delivery_config: The settings for this subscription's message delivery.
|
484
469
|
Structure is documented below.
|
485
470
|
:param pulumi.Input[builtins.str] name: Name of the subscription.
|
486
|
-
|
487
|
-
|
488
|
-
- - -
|
489
471
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
490
472
|
If it is not provided, the provider project is used.
|
491
473
|
:param pulumi.Input[builtins.str] region: The region of the pubsub lite topic.
|
@@ -518,9 +500,6 @@ class LiteSubscription(pulumi.CustomResource):
|
|
518
500
|
def name(self) -> pulumi.Output[builtins.str]:
|
519
501
|
"""
|
520
502
|
Name of the subscription.
|
521
|
-
|
522
|
-
|
523
|
-
- - -
|
524
503
|
"""
|
525
504
|
return pulumi.get(self, "name")
|
526
505
|
|
pulumi_gcp/pubsub/lite_topic.py
CHANGED
@@ -32,9 +32,6 @@ class LiteTopicArgs:
|
|
32
32
|
"""
|
33
33
|
The set of arguments for constructing a LiteTopic resource.
|
34
34
|
:param pulumi.Input[builtins.str] name: Name of the topic.
|
35
|
-
|
36
|
-
|
37
|
-
- - -
|
38
35
|
:param pulumi.Input['LiteTopicPartitionConfigArgs'] partition_config: The settings for this topic's partitions.
|
39
36
|
Structure is documented below.
|
40
37
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -66,9 +63,6 @@ class LiteTopicArgs:
|
|
66
63
|
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
67
64
|
"""
|
68
65
|
Name of the topic.
|
69
|
-
|
70
|
-
|
71
|
-
- - -
|
72
66
|
"""
|
73
67
|
return pulumi.get(self, "name")
|
74
68
|
|
@@ -166,9 +160,6 @@ class _LiteTopicState:
|
|
166
160
|
"""
|
167
161
|
Input properties used for looking up and filtering LiteTopic resources.
|
168
162
|
:param pulumi.Input[builtins.str] name: Name of the topic.
|
169
|
-
|
170
|
-
|
171
|
-
- - -
|
172
163
|
:param pulumi.Input['LiteTopicPartitionConfigArgs'] partition_config: The settings for this topic's partitions.
|
173
164
|
Structure is documented below.
|
174
165
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -200,9 +191,6 @@ class _LiteTopicState:
|
|
200
191
|
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
201
192
|
"""
|
202
193
|
Name of the topic.
|
203
|
-
|
204
|
-
|
205
|
-
- - -
|
206
194
|
"""
|
207
195
|
return pulumi.get(self, "name")
|
208
196
|
|
@@ -374,9 +362,6 @@ class LiteTopic(pulumi.CustomResource):
|
|
374
362
|
:param str resource_name: The name of the resource.
|
375
363
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
376
364
|
:param pulumi.Input[builtins.str] name: Name of the topic.
|
377
|
-
|
378
|
-
|
379
|
-
- - -
|
380
365
|
:param pulumi.Input[Union['LiteTopicPartitionConfigArgs', 'LiteTopicPartitionConfigArgsDict']] partition_config: The settings for this topic's partitions.
|
381
366
|
Structure is documented below.
|
382
367
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -527,9 +512,6 @@ class LiteTopic(pulumi.CustomResource):
|
|
527
512
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
528
513
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
529
514
|
:param pulumi.Input[builtins.str] name: Name of the topic.
|
530
|
-
|
531
|
-
|
532
|
-
- - -
|
533
515
|
:param pulumi.Input[Union['LiteTopicPartitionConfigArgs', 'LiteTopicPartitionConfigArgsDict']] partition_config: The settings for this topic's partitions.
|
534
516
|
Structure is documented below.
|
535
517
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -559,9 +541,6 @@ class LiteTopic(pulumi.CustomResource):
|
|
559
541
|
def name(self) -> pulumi.Output[builtins.str]:
|
560
542
|
"""
|
561
543
|
Name of the topic.
|
562
|
-
|
563
|
-
|
564
|
-
- - -
|
565
544
|
"""
|
566
545
|
return pulumi.get(self, "name")
|
567
546
|
|
pulumi_gcp/pubsub/schema.py
CHANGED
@@ -34,9 +34,6 @@ class SchemaArgs:
|
|
34
34
|
error indicating that the limit has been reached require manually
|
35
35
|
[deleting old revisions](https://cloud.google.com/pubsub/docs/delete-schema-revision).
|
36
36
|
:param pulumi.Input[builtins.str] name: The ID to use for the schema, which will become the final component of the schema's resource name.
|
37
|
-
|
38
|
-
|
39
|
-
- - -
|
40
37
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
41
38
|
If it is not provided, the provider project is used.
|
42
39
|
:param pulumi.Input[builtins.str] type: The type of the schema definition
|
@@ -75,9 +72,6 @@ class SchemaArgs:
|
|
75
72
|
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
76
73
|
"""
|
77
74
|
The ID to use for the schema, which will become the final component of the schema's resource name.
|
78
|
-
|
79
|
-
|
80
|
-
- - -
|
81
75
|
"""
|
82
76
|
return pulumi.get(self, "name")
|
83
77
|
|
@@ -130,9 +124,6 @@ class _SchemaState:
|
|
130
124
|
error indicating that the limit has been reached require manually
|
131
125
|
[deleting old revisions](https://cloud.google.com/pubsub/docs/delete-schema-revision).
|
132
126
|
:param pulumi.Input[builtins.str] name: The ID to use for the schema, which will become the final component of the schema's resource name.
|
133
|
-
|
134
|
-
|
135
|
-
- - -
|
136
127
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
137
128
|
If it is not provided, the provider project is used.
|
138
129
|
:param pulumi.Input[builtins.str] type: The type of the schema definition
|
@@ -171,9 +162,6 @@ class _SchemaState:
|
|
171
162
|
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
172
163
|
"""
|
173
164
|
The ID to use for the schema, which will become the final component of the schema's resource name.
|
174
|
-
|
175
|
-
|
176
|
-
- - -
|
177
165
|
"""
|
178
166
|
return pulumi.get(self, "name")
|
179
167
|
|
@@ -316,9 +304,6 @@ class Schema(pulumi.CustomResource):
|
|
316
304
|
error indicating that the limit has been reached require manually
|
317
305
|
[deleting old revisions](https://cloud.google.com/pubsub/docs/delete-schema-revision).
|
318
306
|
:param pulumi.Input[builtins.str] name: The ID to use for the schema, which will become the final component of the schema's resource name.
|
319
|
-
|
320
|
-
|
321
|
-
- - -
|
322
307
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
323
308
|
If it is not provided, the provider project is used.
|
324
309
|
:param pulumi.Input[builtins.str] type: The type of the schema definition
|
@@ -478,9 +463,6 @@ class Schema(pulumi.CustomResource):
|
|
478
463
|
error indicating that the limit has been reached require manually
|
479
464
|
[deleting old revisions](https://cloud.google.com/pubsub/docs/delete-schema-revision).
|
480
465
|
:param pulumi.Input[builtins.str] name: The ID to use for the schema, which will become the final component of the schema's resource name.
|
481
|
-
|
482
|
-
|
483
|
-
- - -
|
484
466
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
485
467
|
If it is not provided, the provider project is used.
|
486
468
|
:param pulumi.Input[builtins.str] type: The type of the schema definition
|
@@ -516,9 +498,6 @@ class Schema(pulumi.CustomResource):
|
|
516
498
|
def name(self) -> pulumi.Output[builtins.str]:
|
517
499
|
"""
|
518
500
|
The ID to use for the schema, which will become the final component of the schema's resource name.
|
519
|
-
|
520
|
-
|
521
|
-
- - -
|
522
501
|
"""
|
523
502
|
return pulumi.get(self, "name")
|
524
503
|
|
@@ -44,9 +44,6 @@ class SubscriptionArgs:
|
|
44
44
|
:param pulumi.Input[builtins.str] topic: A reference to a Topic resource, of the form projects/{project}/topics/{{name}}
|
45
45
|
(as in the id property of a google_pubsub_topic), or just a topic name if
|
46
46
|
the topic is in the same project as the subscription.
|
47
|
-
|
48
|
-
|
49
|
-
- - -
|
50
47
|
:param pulumi.Input[builtins.int] ack_deadline_seconds: This value is the maximum time after a subscriber receives a message
|
51
48
|
before the subscriber should acknowledge the message. After message
|
52
49
|
delivery but before the ack deadline expires and before the message is
|
@@ -171,9 +168,6 @@ class SubscriptionArgs:
|
|
171
168
|
A reference to a Topic resource, of the form projects/{project}/topics/{{name}}
|
172
169
|
(as in the id property of a google_pubsub_topic), or just a topic name if
|
173
170
|
the topic is in the same project as the subscription.
|
174
|
-
|
175
|
-
|
176
|
-
- - -
|
177
171
|
"""
|
178
172
|
return pulumi.get(self, "topic")
|
179
173
|
|
@@ -552,9 +546,6 @@ class _SubscriptionState:
|
|
552
546
|
:param pulumi.Input[builtins.str] topic: A reference to a Topic resource, of the form projects/{project}/topics/{{name}}
|
553
547
|
(as in the id property of a google_pubsub_topic), or just a topic name if
|
554
548
|
the topic is in the same project as the subscription.
|
555
|
-
|
556
|
-
|
557
|
-
- - -
|
558
549
|
"""
|
559
550
|
if ack_deadline_seconds is not None:
|
560
551
|
pulumi.set(__self__, "ack_deadline_seconds", ack_deadline_seconds)
|
@@ -885,9 +876,6 @@ class _SubscriptionState:
|
|
885
876
|
A reference to a Topic resource, of the form projects/{project}/topics/{{name}}
|
886
877
|
(as in the id property of a google_pubsub_topic), or just a topic name if
|
887
878
|
the topic is in the same project as the subscription.
|
888
|
-
|
889
|
-
|
890
|
-
- - -
|
891
879
|
"""
|
892
880
|
return pulumi.get(self, "topic")
|
893
881
|
|
@@ -1353,9 +1341,6 @@ class Subscription(pulumi.CustomResource):
|
|
1353
1341
|
:param pulumi.Input[builtins.str] topic: A reference to a Topic resource, of the form projects/{project}/topics/{{name}}
|
1354
1342
|
(as in the id property of a google_pubsub_topic), or just a topic name if
|
1355
1343
|
the topic is in the same project as the subscription.
|
1356
|
-
|
1357
|
-
|
1358
|
-
- - -
|
1359
1344
|
"""
|
1360
1345
|
...
|
1361
1346
|
@overload
|
@@ -1897,9 +1882,6 @@ class Subscription(pulumi.CustomResource):
|
|
1897
1882
|
:param pulumi.Input[builtins.str] topic: A reference to a Topic resource, of the form projects/{project}/topics/{{name}}
|
1898
1883
|
(as in the id property of a google_pubsub_topic), or just a topic name if
|
1899
1884
|
the topic is in the same project as the subscription.
|
1900
|
-
|
1901
|
-
|
1902
|
-
- - -
|
1903
1885
|
"""
|
1904
1886
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
1905
1887
|
|
@@ -2144,9 +2126,6 @@ class Subscription(pulumi.CustomResource):
|
|
2144
2126
|
A reference to a Topic resource, of the form projects/{project}/topics/{{name}}
|
2145
2127
|
(as in the id property of a google_pubsub_topic), or just a topic name if
|
2146
2128
|
the topic is in the same project as the subscription.
|
2147
|
-
|
2148
|
-
|
2149
|
-
- - -
|
2150
2129
|
"""
|
2151
2130
|
return pulumi.get(self, "topic")
|
2152
2131
|
|