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
@@ -33,9 +33,6 @@ class HostProjectRegistrationArgs:
|
|
33
33
|
final component of the host project registration's resource name. The ID
|
34
34
|
must be the same as the Google cloud project specified in the
|
35
35
|
host_project_registration.gcp_project field.
|
36
|
-
|
37
|
-
|
38
|
-
- - -
|
39
36
|
:param pulumi.Input[builtins.str] location: Part of `parent`. See documentation of `projectsId`.
|
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.
|
@@ -68,9 +65,6 @@ class HostProjectRegistrationArgs:
|
|
68
65
|
final component of the host project registration's resource name. The ID
|
69
66
|
must be the same as the Google cloud project specified in the
|
70
67
|
host_project_registration.gcp_project field.
|
71
|
-
|
72
|
-
|
73
|
-
- - -
|
74
68
|
"""
|
75
69
|
return pulumi.get(self, "host_project_registration_id")
|
76
70
|
|
@@ -123,9 +117,6 @@ class _HostProjectRegistrationState:
|
|
123
117
|
final component of the host project registration's resource name. The ID
|
124
118
|
must be the same as the Google cloud project specified in the
|
125
119
|
host_project_registration.gcp_project field.
|
126
|
-
|
127
|
-
|
128
|
-
- - -
|
129
120
|
:param pulumi.Input[builtins.str] location: Part of `parent`. See documentation of `projectsId`.
|
130
121
|
:param pulumi.Input[builtins.str] name: Identifier. The name of the host project registration.
|
131
122
|
Format:
|
@@ -180,9 +171,6 @@ class _HostProjectRegistrationState:
|
|
180
171
|
final component of the host project registration's resource name. The ID
|
181
172
|
must be the same as the Google cloud project specified in the
|
182
173
|
host_project_registration.gcp_project field.
|
183
|
-
|
184
|
-
|
185
|
-
- - -
|
186
174
|
"""
|
187
175
|
return pulumi.get(self, "host_project_registration_id")
|
188
176
|
|
@@ -310,9 +298,6 @@ class HostProjectRegistration(pulumi.CustomResource):
|
|
310
298
|
final component of the host project registration's resource name. The ID
|
311
299
|
must be the same as the Google cloud project specified in the
|
312
300
|
host_project_registration.gcp_project field.
|
313
|
-
|
314
|
-
|
315
|
-
- - -
|
316
301
|
:param pulumi.Input[builtins.str] location: Part of `parent`. See documentation of `projectsId`.
|
317
302
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
318
303
|
If it is not provided, the provider project is used.
|
@@ -454,9 +439,6 @@ class HostProjectRegistration(pulumi.CustomResource):
|
|
454
439
|
final component of the host project registration's resource name. The ID
|
455
440
|
must be the same as the Google cloud project specified in the
|
456
441
|
host_project_registration.gcp_project field.
|
457
|
-
|
458
|
-
|
459
|
-
- - -
|
460
442
|
:param pulumi.Input[builtins.str] location: Part of `parent`. See documentation of `projectsId`.
|
461
443
|
:param pulumi.Input[builtins.str] name: Identifier. The name of the host project registration.
|
462
444
|
Format:
|
@@ -502,9 +484,6 @@ class HostProjectRegistration(pulumi.CustomResource):
|
|
502
484
|
final component of the host project registration's resource name. The ID
|
503
485
|
must be the same as the Google cloud project specified in the
|
504
486
|
host_project_registration.gcp_project field.
|
505
|
-
|
506
|
-
|
507
|
-
- - -
|
508
487
|
"""
|
509
488
|
return pulumi.get(self, "host_project_registration_id")
|
510
489
|
|
pulumi_gcp/apihub/outputs.py
CHANGED
@@ -91,8 +91,6 @@ class ApiHubInstanceConfig(dict):
|
|
91
91
|
GMEK
|
92
92
|
CMEK
|
93
93
|
:param builtins.str vertex_location: Optional. The name of the Vertex AI location where the data store is stored.
|
94
|
-
|
95
|
-
- - -
|
96
94
|
"""
|
97
95
|
if cmek_key_name is not None:
|
98
96
|
pulumi.set(__self__, "cmek_key_name", cmek_key_name)
|
@@ -143,8 +141,6 @@ class ApiHubInstanceConfig(dict):
|
|
143
141
|
def vertex_location(self) -> Optional[builtins.str]:
|
144
142
|
"""
|
145
143
|
Optional. The name of the Vertex AI location where the data store is stored.
|
146
|
-
|
147
|
-
- - -
|
148
144
|
"""
|
149
145
|
return pulumi.get(self, "vertex_location")
|
150
146
|
|
@@ -218,8 +214,6 @@ class CurationEndpointApplicationIntegrationEndpointDetails(dict):
|
|
218
214
|
`https://integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:execute`
|
219
215
|
or
|
220
216
|
`https://{location}-integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:execute`
|
221
|
-
|
222
|
-
- - -
|
223
217
|
"""
|
224
218
|
pulumi.set(__self__, "trigger_id", trigger_id)
|
225
219
|
pulumi.set(__self__, "uri", uri)
|
@@ -242,8 +236,6 @@ class CurationEndpointApplicationIntegrationEndpointDetails(dict):
|
|
242
236
|
`https://integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:execute`
|
243
237
|
or
|
244
238
|
`https://{location}-integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:execute`
|
245
|
-
|
246
|
-
- - -
|
247
239
|
"""
|
248
240
|
return pulumi.get(self, "uri")
|
249
241
|
|
@@ -1071,8 +1063,6 @@ class PluginInstanceActionCurationConfigCustomCuration(dict):
|
|
1071
1063
|
:param builtins.str curation: The unique name of the curation resource. This will be the name of the
|
1072
1064
|
curation resource in the format:
|
1073
1065
|
`projects/{project}/locations/{location}/curations/{curation}`
|
1074
|
-
|
1075
|
-
- - -
|
1076
1066
|
"""
|
1077
1067
|
pulumi.set(__self__, "curation", curation)
|
1078
1068
|
|
@@ -1083,8 +1073,6 @@ class PluginInstanceActionCurationConfigCustomCuration(dict):
|
|
1083
1073
|
The unique name of the curation resource. This will be the name of the
|
1084
1074
|
curation resource in the format:
|
1085
1075
|
`projects/{project}/locations/{location}/curations/{curation}`
|
1086
|
-
|
1087
|
-
- - -
|
1088
1076
|
"""
|
1089
1077
|
return pulumi.get(self, "curation")
|
1090
1078
|
|
pulumi_gcp/apihub/plugin.py
CHANGED
@@ -48,9 +48,6 @@ class PluginArgs:
|
|
48
48
|
`projects/{project}/locations/{location}/plugins/{plugin}`,
|
49
49
|
its length is limited to 1000 characters and valid characters are
|
50
50
|
/a-z[0-9]-_/.
|
51
|
-
|
52
|
-
|
53
|
-
- - -
|
54
51
|
:param pulumi.Input[Sequence[pulumi.Input['PluginActionsConfigArgs']]] actions_configs: The configuration of actions supported by the plugin.
|
55
52
|
Structure is documented below.
|
56
53
|
:param pulumi.Input['PluginConfigTemplateArgs'] config_template: ConfigTemplate represents the configuration template for a plugin.
|
@@ -127,9 +124,6 @@ class PluginArgs:
|
|
127
124
|
`projects/{project}/locations/{location}/plugins/{plugin}`,
|
128
125
|
its length is limited to 1000 characters and valid characters are
|
129
126
|
/a-z[0-9]-_/.
|
130
|
-
|
131
|
-
|
132
|
-
- - -
|
133
127
|
"""
|
134
128
|
return pulumi.get(self, "plugin_id")
|
135
129
|
|
@@ -290,9 +284,6 @@ class _PluginState:
|
|
290
284
|
`projects/{project}/locations/{location}/plugins/{plugin}`,
|
291
285
|
its length is limited to 1000 characters and valid characters are
|
292
286
|
/a-z[0-9]-_/.
|
293
|
-
|
294
|
-
|
295
|
-
- - -
|
296
287
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
297
288
|
If it is not provided, the provider project is used.
|
298
289
|
:param pulumi.Input[builtins.str] state: Represents the state of the plugin.
|
@@ -498,9 +489,6 @@ class _PluginState:
|
|
498
489
|
`projects/{project}/locations/{location}/plugins/{plugin}`,
|
499
490
|
its length is limited to 1000 characters and valid characters are
|
500
491
|
/a-z[0-9]-_/.
|
501
|
-
|
502
|
-
|
503
|
-
- - -
|
504
492
|
"""
|
505
493
|
return pulumi.get(self, "plugin_id")
|
506
494
|
|
@@ -708,9 +696,6 @@ class Plugin(pulumi.CustomResource):
|
|
708
696
|
`projects/{project}/locations/{location}/plugins/{plugin}`,
|
709
697
|
its length is limited to 1000 characters and valid characters are
|
710
698
|
/a-z[0-9]-_/.
|
711
|
-
|
712
|
-
|
713
|
-
- - -
|
714
699
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
715
700
|
If it is not provided, the provider project is used.
|
716
701
|
"""
|
@@ -953,9 +938,6 @@ class Plugin(pulumi.CustomResource):
|
|
953
938
|
`projects/{project}/locations/{location}/plugins/{plugin}`,
|
954
939
|
its length is limited to 1000 characters and valid characters are
|
955
940
|
/a-z[0-9]-_/.
|
956
|
-
|
957
|
-
|
958
|
-
- - -
|
959
941
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
960
942
|
If it is not provided, the provider project is used.
|
961
943
|
:param pulumi.Input[builtins.str] state: Represents the state of the plugin.
|
@@ -1107,9 +1089,6 @@ class Plugin(pulumi.CustomResource):
|
|
1107
1089
|
`projects/{project}/locations/{location}/plugins/{plugin}`,
|
1108
1090
|
its length is limited to 1000 characters and valid characters are
|
1109
1091
|
/a-z[0-9]-_/.
|
1110
|
-
|
1111
|
-
|
1112
|
-
- - -
|
1113
1092
|
"""
|
1114
1093
|
return pulumi.get(self, "plugin_id")
|
1115
1094
|
|
@@ -46,7 +46,10 @@ class PluginInstanceArgs:
|
|
46
46
|
:param pulumi.Input[Sequence[pulumi.Input['PluginInstanceActionArgs']]] actions: The action status for the plugin instance.
|
47
47
|
Structure is documented below.
|
48
48
|
:param pulumi.Input['PluginInstanceAuthConfigArgs'] auth_config: AuthConfig represents the authentication information.
|
49
|
+
Structure is documented below.
|
49
50
|
:param pulumi.Input[builtins.bool] disable: The display name for this plugin instance. Max length is 255 characters.
|
51
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
52
|
+
If it is not provided, the provider project is used.
|
50
53
|
"""
|
51
54
|
pulumi.set(__self__, "display_name", display_name)
|
52
55
|
pulumi.set(__self__, "location", location)
|
@@ -134,6 +137,7 @@ class PluginInstanceArgs:
|
|
134
137
|
def auth_config(self) -> Optional[pulumi.Input['PluginInstanceAuthConfigArgs']]:
|
135
138
|
"""
|
136
139
|
AuthConfig represents the authentication information.
|
140
|
+
Structure is documented below.
|
137
141
|
"""
|
138
142
|
return pulumi.get(self, "auth_config")
|
139
143
|
|
@@ -156,6 +160,10 @@ class PluginInstanceArgs:
|
|
156
160
|
@property
|
157
161
|
@pulumi.getter
|
158
162
|
def project(self) -> Optional[pulumi.Input[builtins.str]]:
|
163
|
+
"""
|
164
|
+
The ID of the project in which the resource belongs.
|
165
|
+
If it is not provided, the provider project is used.
|
166
|
+
"""
|
159
167
|
return pulumi.get(self, "project")
|
160
168
|
|
161
169
|
@project.setter
|
@@ -184,6 +192,7 @@ class _PluginInstanceState:
|
|
184
192
|
:param pulumi.Input[Sequence[pulumi.Input['PluginInstanceActionArgs']]] actions: The action status for the plugin instance.
|
185
193
|
Structure is documented below.
|
186
194
|
:param pulumi.Input['PluginInstanceAuthConfigArgs'] auth_config: AuthConfig represents the authentication information.
|
195
|
+
Structure is documented below.
|
187
196
|
:param pulumi.Input[builtins.str] create_time: Timestamp indicating when the plugin instance was created.
|
188
197
|
:param pulumi.Input[builtins.bool] disable: The display name for this plugin instance. Max length is 255 characters.
|
189
198
|
:param pulumi.Input[builtins.str] display_name: The display name for this plugin instance. Max length is 255 characters.
|
@@ -203,6 +212,8 @@ class _PluginInstanceState:
|
|
203
212
|
* If not provided, a system generated id will be used.
|
204
213
|
This value should be 4-63 characters, and valid characters
|
205
214
|
are /a-z[0-9]-_/.
|
215
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
216
|
+
If it is not provided, the provider project is used.
|
206
217
|
:param pulumi.Input[builtins.str] state: The current state of the plugin instance (e.g., enabled, disabled,
|
207
218
|
provisioning).
|
208
219
|
Possible values:
|
@@ -260,6 +271,7 @@ class _PluginInstanceState:
|
|
260
271
|
def auth_config(self) -> Optional[pulumi.Input['PluginInstanceAuthConfigArgs']]:
|
261
272
|
"""
|
262
273
|
AuthConfig represents the authentication information.
|
274
|
+
Structure is documented below.
|
263
275
|
"""
|
264
276
|
return pulumi.get(self, "auth_config")
|
265
277
|
|
@@ -377,6 +389,10 @@ class _PluginInstanceState:
|
|
377
389
|
@property
|
378
390
|
@pulumi.getter
|
379
391
|
def project(self) -> Optional[pulumi.Input[builtins.str]]:
|
392
|
+
"""
|
393
|
+
The ID of the project in which the resource belongs.
|
394
|
+
If it is not provided, the provider project is used.
|
395
|
+
"""
|
380
396
|
return pulumi.get(self, "project")
|
381
397
|
|
382
398
|
@project.setter
|
@@ -483,6 +499,7 @@ class PluginInstance(pulumi.CustomResource):
|
|
483
499
|
:param pulumi.Input[Sequence[pulumi.Input[Union['PluginInstanceActionArgs', 'PluginInstanceActionArgsDict']]]] actions: The action status for the plugin instance.
|
484
500
|
Structure is documented below.
|
485
501
|
:param pulumi.Input[Union['PluginInstanceAuthConfigArgs', 'PluginInstanceAuthConfigArgsDict']] auth_config: AuthConfig represents the authentication information.
|
502
|
+
Structure is documented below.
|
486
503
|
:param pulumi.Input[builtins.bool] disable: The display name for this plugin instance. Max length is 255 characters.
|
487
504
|
:param pulumi.Input[builtins.str] display_name: The display name for this plugin instance. Max length is 255 characters.
|
488
505
|
:param pulumi.Input[builtins.str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
|
@@ -495,6 +512,8 @@ class PluginInstance(pulumi.CustomResource):
|
|
495
512
|
* If not provided, a system generated id will be used.
|
496
513
|
This value should be 4-63 characters, and valid characters
|
497
514
|
are /a-z[0-9]-_/.
|
515
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
516
|
+
If it is not provided, the provider project is used.
|
498
517
|
"""
|
499
518
|
...
|
500
519
|
@overload
|
@@ -634,6 +653,7 @@ class PluginInstance(pulumi.CustomResource):
|
|
634
653
|
:param pulumi.Input[Sequence[pulumi.Input[Union['PluginInstanceActionArgs', 'PluginInstanceActionArgsDict']]]] actions: The action status for the plugin instance.
|
635
654
|
Structure is documented below.
|
636
655
|
:param pulumi.Input[Union['PluginInstanceAuthConfigArgs', 'PluginInstanceAuthConfigArgsDict']] auth_config: AuthConfig represents the authentication information.
|
656
|
+
Structure is documented below.
|
637
657
|
:param pulumi.Input[builtins.str] create_time: Timestamp indicating when the plugin instance was created.
|
638
658
|
:param pulumi.Input[builtins.bool] disable: The display name for this plugin instance. Max length is 255 characters.
|
639
659
|
:param pulumi.Input[builtins.str] display_name: The display name for this plugin instance. Max length is 255 characters.
|
@@ -653,6 +673,8 @@ class PluginInstance(pulumi.CustomResource):
|
|
653
673
|
* If not provided, a system generated id will be used.
|
654
674
|
This value should be 4-63 characters, and valid characters
|
655
675
|
are /a-z[0-9]-_/.
|
676
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
677
|
+
If it is not provided, the provider project is used.
|
656
678
|
:param pulumi.Input[builtins.str] state: The current state of the plugin instance (e.g., enabled, disabled,
|
657
679
|
provisioning).
|
658
680
|
Possible values:
|
@@ -698,6 +720,7 @@ class PluginInstance(pulumi.CustomResource):
|
|
698
720
|
def auth_config(self) -> pulumi.Output[Optional['outputs.PluginInstanceAuthConfig']]:
|
699
721
|
"""
|
700
722
|
AuthConfig represents the authentication information.
|
723
|
+
Structure is documented below.
|
701
724
|
"""
|
702
725
|
return pulumi.get(self, "auth_config")
|
703
726
|
|
@@ -779,6 +802,10 @@ class PluginInstance(pulumi.CustomResource):
|
|
779
802
|
@property
|
780
803
|
@pulumi.getter
|
781
804
|
def project(self) -> pulumi.Output[builtins.str]:
|
805
|
+
"""
|
806
|
+
The ID of the project in which the resource belongs.
|
807
|
+
If it is not provided, the provider project is used.
|
808
|
+
"""
|
782
809
|
return pulumi.get(self, "project")
|
783
810
|
|
784
811
|
@property
|
pulumi_gcp/appengine/_inputs.py
CHANGED
@@ -300,8 +300,6 @@ if not MYPY:
|
|
300
300
|
"""
|
301
301
|
Pathname within the host. Must start with a "/". A single "*" can be included at the end of the path.
|
302
302
|
The sum of the lengths of the domain and path may not exceed 100 characters.
|
303
|
-
|
304
|
-
- - -
|
305
303
|
"""
|
306
304
|
domain: NotRequired[pulumi.Input[builtins.str]]
|
307
305
|
"""
|
@@ -322,8 +320,6 @@ class ApplicationUrlDispatchRulesDispatchRuleArgs:
|
|
322
320
|
The sum of the lengths of the domain and path may not exceed 100 characters.
|
323
321
|
:param pulumi.Input[builtins.str] service: Pathname within the host. Must start with a "/". A single "*" can be included at the end of the path.
|
324
322
|
The sum of the lengths of the domain and path may not exceed 100 characters.
|
325
|
-
|
326
|
-
- - -
|
327
323
|
:param pulumi.Input[builtins.str] domain: Domain name to match against. The wildcard "*" is supported if specified before a period: "*.".
|
328
324
|
Defaults to matching all domains: "*".
|
329
325
|
"""
|
@@ -351,8 +347,6 @@ class ApplicationUrlDispatchRulesDispatchRuleArgs:
|
|
351
347
|
"""
|
352
348
|
Pathname within the host. Must start with a "/". A single "*" can be included at the end of the path.
|
353
349
|
The sum of the lengths of the domain and path may not exceed 100 characters.
|
354
|
-
|
355
|
-
- - -
|
356
350
|
"""
|
357
351
|
return pulumi.get(self, "service")
|
358
352
|
|
@@ -561,8 +555,6 @@ if not MYPY:
|
|
561
555
|
allocations: pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]
|
562
556
|
"""
|
563
557
|
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits.
|
564
|
-
|
565
|
-
- - -
|
566
558
|
"""
|
567
559
|
shard_by: NotRequired[pulumi.Input[builtins.str]]
|
568
560
|
"""
|
@@ -579,8 +571,6 @@ class EngineSplitTrafficSplitArgs:
|
|
579
571
|
shard_by: Optional[pulumi.Input[builtins.str]] = None):
|
580
572
|
"""
|
581
573
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] allocations: Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits.
|
582
|
-
|
583
|
-
- - -
|
584
574
|
:param pulumi.Input[builtins.str] shard_by: Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either type until allocations are changed.
|
585
575
|
Possible values are: `UNSPECIFIED`, `COOKIE`, `IP`, `RANDOM`.
|
586
576
|
"""
|
@@ -593,8 +583,6 @@ class EngineSplitTrafficSplitArgs:
|
|
593
583
|
def allocations(self) -> pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]:
|
594
584
|
"""
|
595
585
|
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits.
|
596
|
-
|
597
|
-
- - -
|
598
586
|
"""
|
599
587
|
return pulumi.get(self, "allocations")
|
600
588
|
|
@@ -2219,8 +2207,6 @@ if not MYPY:
|
|
2219
2207
|
initial_delay: NotRequired[pulumi.Input[builtins.str]]
|
2220
2208
|
"""
|
2221
2209
|
The initial delay before starting to execute the checks. Default: "300s"
|
2222
|
-
|
2223
|
-
- - -
|
2224
2210
|
"""
|
2225
2211
|
success_threshold: NotRequired[pulumi.Input[builtins.float]]
|
2226
2212
|
"""
|
@@ -2249,8 +2235,6 @@ class FlexibleAppVersionLivenessCheckArgs:
|
|
2249
2235
|
:param pulumi.Input[builtins.float] failure_threshold: Number of consecutive failed checks required before considering the VM unhealthy. Default: 4.
|
2250
2236
|
:param pulumi.Input[builtins.str] host: Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"
|
2251
2237
|
:param pulumi.Input[builtins.str] initial_delay: The initial delay before starting to execute the checks. Default: "300s"
|
2252
|
-
|
2253
|
-
- - -
|
2254
2238
|
:param pulumi.Input[builtins.float] success_threshold: Number of consecutive successful checks required before considering the VM healthy. Default: 2.
|
2255
2239
|
:param pulumi.Input[builtins.str] timeout: Time before the check is considered failed. Default: "4s"
|
2256
2240
|
"""
|
@@ -2321,8 +2305,6 @@ class FlexibleAppVersionLivenessCheckArgs:
|
|
2321
2305
|
def initial_delay(self) -> Optional[pulumi.Input[builtins.str]]:
|
2322
2306
|
"""
|
2323
2307
|
The initial delay before starting to execute the checks. Default: "300s"
|
2324
|
-
|
2325
|
-
- - -
|
2326
2308
|
"""
|
2327
2309
|
return pulumi.get(self, "initial_delay")
|
2328
2310
|
|
@@ -2894,8 +2876,6 @@ if not MYPY:
|
|
2894
2876
|
The ingress settings for version or service.
|
2895
2877
|
Default value is `INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED`.
|
2896
2878
|
Possible values are: `INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED`, `INGRESS_TRAFFIC_ALLOWED_ALL`, `INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY`, `INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB`.
|
2897
|
-
|
2898
|
-
- - -
|
2899
2879
|
"""
|
2900
2880
|
elif False:
|
2901
2881
|
ServiceNetworkSettingsNetworkSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -2908,8 +2888,6 @@ class ServiceNetworkSettingsNetworkSettingsArgs:
|
|
2908
2888
|
:param pulumi.Input[builtins.str] ingress_traffic_allowed: The ingress settings for version or service.
|
2909
2889
|
Default value is `INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED`.
|
2910
2890
|
Possible values are: `INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED`, `INGRESS_TRAFFIC_ALLOWED_ALL`, `INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY`, `INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB`.
|
2911
|
-
|
2912
|
-
- - -
|
2913
2891
|
"""
|
2914
2892
|
if ingress_traffic_allowed is not None:
|
2915
2893
|
pulumi.set(__self__, "ingress_traffic_allowed", ingress_traffic_allowed)
|
@@ -2921,8 +2899,6 @@ class ServiceNetworkSettingsNetworkSettingsArgs:
|
|
2921
2899
|
The ingress settings for version or service.
|
2922
2900
|
Default value is `INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED`.
|
2923
2901
|
Possible values are: `INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED`, `INGRESS_TRAFFIC_ALLOWED_ALL`, `INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY`, `INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB`.
|
2924
|
-
|
2925
|
-
- - -
|
2926
2902
|
"""
|
2927
2903
|
return pulumi.get(self, "ingress_traffic_allowed")
|
2928
2904
|
|
@@ -3411,8 +3387,6 @@ if not MYPY:
|
|
3411
3387
|
shell: pulumi.Input[builtins.str]
|
3412
3388
|
"""
|
3413
3389
|
The format should be a shell command that can be fed to bash -c.
|
3414
|
-
|
3415
|
-
- - -
|
3416
3390
|
"""
|
3417
3391
|
elif False:
|
3418
3392
|
StandardAppVersionEntrypointArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -3423,8 +3397,6 @@ class StandardAppVersionEntrypointArgs:
|
|
3423
3397
|
shell: pulumi.Input[builtins.str]):
|
3424
3398
|
"""
|
3425
3399
|
:param pulumi.Input[builtins.str] shell: The format should be a shell command that can be fed to bash -c.
|
3426
|
-
|
3427
|
-
- - -
|
3428
3400
|
"""
|
3429
3401
|
pulumi.set(__self__, "shell", shell)
|
3430
3402
|
|
@@ -3433,8 +3405,6 @@ class StandardAppVersionEntrypointArgs:
|
|
3433
3405
|
def shell(self) -> pulumi.Input[builtins.str]:
|
3434
3406
|
"""
|
3435
3407
|
The format should be a shell command that can be fed to bash -c.
|
3436
|
-
|
3437
|
-
- - -
|
3438
3408
|
"""
|
3439
3409
|
return pulumi.get(self, "shell")
|
3440
3410
|
|
@@ -28,6 +28,8 @@ class ApplicationUrlDispatchRulesArgs:
|
|
28
28
|
The set of arguments for constructing a ApplicationUrlDispatchRules resource.
|
29
29
|
:param pulumi.Input[Sequence[pulumi.Input['ApplicationUrlDispatchRulesDispatchRuleArgs']]] dispatch_rules: Rules to match an HTTP request and dispatch that request to a service.
|
30
30
|
Structure is documented below.
|
31
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
32
|
+
If it is not provided, the provider project is used.
|
31
33
|
"""
|
32
34
|
pulumi.set(__self__, "dispatch_rules", dispatch_rules)
|
33
35
|
if project is not None:
|
@@ -49,6 +51,10 @@ class ApplicationUrlDispatchRulesArgs:
|
|
49
51
|
@property
|
50
52
|
@pulumi.getter
|
51
53
|
def project(self) -> Optional[pulumi.Input[builtins.str]]:
|
54
|
+
"""
|
55
|
+
The ID of the project in which the resource belongs.
|
56
|
+
If it is not provided, the provider project is used.
|
57
|
+
"""
|
52
58
|
return pulumi.get(self, "project")
|
53
59
|
|
54
60
|
@project.setter
|
@@ -65,6 +71,8 @@ class _ApplicationUrlDispatchRulesState:
|
|
65
71
|
Input properties used for looking up and filtering ApplicationUrlDispatchRules resources.
|
66
72
|
:param pulumi.Input[Sequence[pulumi.Input['ApplicationUrlDispatchRulesDispatchRuleArgs']]] dispatch_rules: Rules to match an HTTP request and dispatch that request to a service.
|
67
73
|
Structure is documented below.
|
74
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
75
|
+
If it is not provided, the provider project is used.
|
68
76
|
"""
|
69
77
|
if dispatch_rules is not None:
|
70
78
|
pulumi.set(__self__, "dispatch_rules", dispatch_rules)
|
@@ -87,6 +95,10 @@ class _ApplicationUrlDispatchRulesState:
|
|
87
95
|
@property
|
88
96
|
@pulumi.getter
|
89
97
|
def project(self) -> Optional[pulumi.Input[builtins.str]]:
|
98
|
+
"""
|
99
|
+
The ID of the project in which the resource belongs.
|
100
|
+
If it is not provided, the provider project is used.
|
101
|
+
"""
|
90
102
|
return pulumi.get(self, "project")
|
91
103
|
|
92
104
|
@project.setter
|
@@ -175,6 +187,8 @@ class ApplicationUrlDispatchRules(pulumi.CustomResource):
|
|
175
187
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
176
188
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ApplicationUrlDispatchRulesDispatchRuleArgs', 'ApplicationUrlDispatchRulesDispatchRuleArgsDict']]]] dispatch_rules: Rules to match an HTTP request and dispatch that request to a service.
|
177
189
|
Structure is documented below.
|
190
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
191
|
+
If it is not provided, the provider project is used.
|
178
192
|
"""
|
179
193
|
...
|
180
194
|
@overload
|
@@ -301,6 +315,8 @@ class ApplicationUrlDispatchRules(pulumi.CustomResource):
|
|
301
315
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
302
316
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ApplicationUrlDispatchRulesDispatchRuleArgs', 'ApplicationUrlDispatchRulesDispatchRuleArgsDict']]]] dispatch_rules: Rules to match an HTTP request and dispatch that request to a service.
|
303
317
|
Structure is documented below.
|
318
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
319
|
+
If it is not provided, the provider project is used.
|
304
320
|
"""
|
305
321
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
306
322
|
|
@@ -322,5 +338,9 @@ class ApplicationUrlDispatchRules(pulumi.CustomResource):
|
|
322
338
|
@property
|
323
339
|
@pulumi.getter
|
324
340
|
def project(self) -> pulumi.Output[builtins.str]:
|
341
|
+
"""
|
342
|
+
The ID of the project in which the resource belongs.
|
343
|
+
If it is not provided, the provider project is used.
|
344
|
+
"""
|
325
345
|
return pulumi.get(self, "project")
|
326
346
|
|
@@ -29,9 +29,6 @@ class DomainMappingArgs:
|
|
29
29
|
"""
|
30
30
|
The set of arguments for constructing a DomainMapping resource.
|
31
31
|
:param pulumi.Input[builtins.str] domain_name: Relative name of the domain serving the application. Example: example.com.
|
32
|
-
|
33
|
-
|
34
|
-
- - -
|
35
32
|
:param pulumi.Input[builtins.str] override_strategy: Whether the domain creation should override any existing mappings for this domain.
|
36
33
|
By default, overrides are rejected.
|
37
34
|
Default value is `STRICT`.
|
@@ -54,9 +51,6 @@ class DomainMappingArgs:
|
|
54
51
|
def domain_name(self) -> pulumi.Input[builtins.str]:
|
55
52
|
"""
|
56
53
|
Relative name of the domain serving the application. Example: example.com.
|
57
|
-
|
58
|
-
|
59
|
-
- - -
|
60
54
|
"""
|
61
55
|
return pulumi.get(self, "domain_name")
|
62
56
|
|
@@ -118,9 +112,6 @@ class _DomainMappingState:
|
|
118
112
|
"""
|
119
113
|
Input properties used for looking up and filtering DomainMapping resources.
|
120
114
|
:param pulumi.Input[builtins.str] domain_name: Relative name of the domain serving the application. Example: example.com.
|
121
|
-
|
122
|
-
|
123
|
-
- - -
|
124
115
|
:param pulumi.Input[builtins.str] name: Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.
|
125
116
|
:param pulumi.Input[builtins.str] override_strategy: Whether the domain creation should override any existing mappings for this domain.
|
126
117
|
By default, overrides are rejected.
|
@@ -152,9 +143,6 @@ class _DomainMappingState:
|
|
152
143
|
def domain_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
153
144
|
"""
|
154
145
|
Relative name of the domain serving the application. Example: example.com.
|
155
|
-
|
156
|
-
|
157
|
-
- - -
|
158
146
|
"""
|
159
147
|
return pulumi.get(self, "domain_name")
|
160
148
|
|
@@ -292,9 +280,6 @@ class DomainMapping(pulumi.CustomResource):
|
|
292
280
|
:param str resource_name: The name of the resource.
|
293
281
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
294
282
|
:param pulumi.Input[builtins.str] domain_name: Relative name of the domain serving the application. Example: example.com.
|
295
|
-
|
296
|
-
|
297
|
-
- - -
|
298
283
|
:param pulumi.Input[builtins.str] override_strategy: Whether the domain creation should override any existing mappings for this domain.
|
299
284
|
By default, overrides are rejected.
|
300
285
|
Default value is `STRICT`.
|
@@ -418,9 +403,6 @@ class DomainMapping(pulumi.CustomResource):
|
|
418
403
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
419
404
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
420
405
|
:param pulumi.Input[builtins.str] domain_name: Relative name of the domain serving the application. Example: example.com.
|
421
|
-
|
422
|
-
|
423
|
-
- - -
|
424
406
|
:param pulumi.Input[builtins.str] name: Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.
|
425
407
|
:param pulumi.Input[builtins.str] override_strategy: Whether the domain creation should override any existing mappings for this domain.
|
426
408
|
By default, overrides are rejected.
|
@@ -451,9 +433,6 @@ class DomainMapping(pulumi.CustomResource):
|
|
451
433
|
def domain_name(self) -> pulumi.Output[builtins.str]:
|
452
434
|
"""
|
453
435
|
Relative name of the domain serving the application. Example: example.com.
|
454
|
-
|
455
|
-
|
456
|
-
- - -
|
457
436
|
"""
|
458
437
|
return pulumi.get(self, "domain_name")
|
459
438
|
|
@@ -32,6 +32,8 @@ class EngineSplitTrafficArgs:
|
|
32
32
|
:param pulumi.Input['EngineSplitTrafficSplitArgs'] split: Mapping that defines fractional HTTP traffic diversion to different versions within the service.
|
33
33
|
Structure is documented below.
|
34
34
|
:param pulumi.Input[builtins.bool] migrate_traffic: If set to true traffic will be migrated to this version.
|
35
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
36
|
+
If it is not provided, the provider project is used.
|
35
37
|
"""
|
36
38
|
pulumi.set(__self__, "service", service)
|
37
39
|
pulumi.set(__self__, "split", split)
|
@@ -80,6 +82,10 @@ class EngineSplitTrafficArgs:
|
|
80
82
|
@property
|
81
83
|
@pulumi.getter
|
82
84
|
def project(self) -> Optional[pulumi.Input[builtins.str]]:
|
85
|
+
"""
|
86
|
+
The ID of the project in which the resource belongs.
|
87
|
+
If it is not provided, the provider project is used.
|
88
|
+
"""
|
83
89
|
return pulumi.get(self, "project")
|
84
90
|
|
85
91
|
@project.setter
|
@@ -97,6 +103,8 @@ class _EngineSplitTrafficState:
|
|
97
103
|
"""
|
98
104
|
Input properties used for looking up and filtering EngineSplitTraffic resources.
|
99
105
|
:param pulumi.Input[builtins.bool] migrate_traffic: If set to true traffic will be migrated to this version.
|
106
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
107
|
+
If it is not provided, the provider project is used.
|
100
108
|
:param pulumi.Input[builtins.str] service: The name of the service these settings apply to.
|
101
109
|
:param pulumi.Input['EngineSplitTrafficSplitArgs'] split: Mapping that defines fractional HTTP traffic diversion to different versions within the service.
|
102
110
|
Structure is documented below.
|
@@ -125,6 +133,10 @@ class _EngineSplitTrafficState:
|
|
125
133
|
@property
|
126
134
|
@pulumi.getter
|
127
135
|
def project(self) -> Optional[pulumi.Input[builtins.str]]:
|
136
|
+
"""
|
137
|
+
The ID of the project in which the resource belongs.
|
138
|
+
If it is not provided, the provider project is used.
|
139
|
+
"""
|
128
140
|
return pulumi.get(self, "project")
|
129
141
|
|
130
142
|
@project.setter
|
@@ -273,6 +285,8 @@ class EngineSplitTraffic(pulumi.CustomResource):
|
|
273
285
|
:param str resource_name: The name of the resource.
|
274
286
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
275
287
|
:param pulumi.Input[builtins.bool] migrate_traffic: If set to true traffic will be migrated to this version.
|
288
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
289
|
+
If it is not provided, the provider project is used.
|
276
290
|
:param pulumi.Input[builtins.str] service: The name of the service these settings apply to.
|
277
291
|
:param pulumi.Input[Union['EngineSplitTrafficSplitArgs', 'EngineSplitTrafficSplitArgsDict']] split: Mapping that defines fractional HTTP traffic diversion to different versions within the service.
|
278
292
|
Structure is documented below.
|
@@ -443,6 +457,8 @@ class EngineSplitTraffic(pulumi.CustomResource):
|
|
443
457
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
444
458
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
445
459
|
:param pulumi.Input[builtins.bool] migrate_traffic: If set to true traffic will be migrated to this version.
|
460
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
461
|
+
If it is not provided, the provider project is used.
|
446
462
|
:param pulumi.Input[builtins.str] service: The name of the service these settings apply to.
|
447
463
|
:param pulumi.Input[Union['EngineSplitTrafficSplitArgs', 'EngineSplitTrafficSplitArgsDict']] split: Mapping that defines fractional HTTP traffic diversion to different versions within the service.
|
448
464
|
Structure is documented below.
|
@@ -468,6 +484,10 @@ class EngineSplitTraffic(pulumi.CustomResource):
|
|
468
484
|
@property
|
469
485
|
@pulumi.getter
|
470
486
|
def project(self) -> pulumi.Output[builtins.str]:
|
487
|
+
"""
|
488
|
+
The ID of the project in which the resource belongs.
|
489
|
+
If it is not provided, the provider project is used.
|
490
|
+
"""
|
471
491
|
return pulumi.get(self, "project")
|
472
492
|
|
473
493
|
@property
|