pulumi-gcp 8.32.1a1747921707__py3-none-any.whl → 8.33.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 +137 -1
- pulumi_gcp/_inputs.py +1 -1
- pulumi_gcp/_utilities.py +1 -1
- pulumi_gcp/accessapproval/__init__.py +1 -1
- pulumi_gcp/accessapproval/get_folder_service_account.py +1 -1
- pulumi_gcp/accessapproval/get_organization_service_account.py +1 -1
- pulumi_gcp/accessapproval/get_project_service_account.py +1 -1
- pulumi_gcp/accesscontextmanager/__init__.py +1 -1
- pulumi_gcp/accesscontextmanager/_inputs.py +1 -1
- pulumi_gcp/accesscontextmanager/access_level.py +1 -1
- pulumi_gcp/accesscontextmanager/access_level_condition.py +1 -1
- pulumi_gcp/accesscontextmanager/access_levels.py +1 -1
- pulumi_gcp/accesscontextmanager/access_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +1 -1
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +1 -1
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +1 -1
- pulumi_gcp/accesscontextmanager/egress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +1 -1
- pulumi_gcp/accesscontextmanager/get_access_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/ingress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/outputs.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeters.py +1 -1
- pulumi_gcp/activedirectory/__init__.py +1 -1
- pulumi_gcp/activedirectory/domain.py +1 -1
- pulumi_gcp/activedirectory/domain_trust.py +1 -1
- pulumi_gcp/activedirectory/peering.py +1 -1
- pulumi_gcp/alloydb/__init__.py +1 -1
- pulumi_gcp/alloydb/_inputs.py +1 -1
- pulumi_gcp/alloydb/backup.py +1 -1
- pulumi_gcp/alloydb/cluster.py +1 -1
- pulumi_gcp/alloydb/get_cluster.py +1 -1
- pulumi_gcp/alloydb/get_instance.py +13 -2
- pulumi_gcp/alloydb/get_locations.py +1 -1
- pulumi_gcp/alloydb/get_supported_database_flags.py +1 -1
- pulumi_gcp/alloydb/instance.py +104 -1
- pulumi_gcp/alloydb/outputs.py +1 -1
- pulumi_gcp/alloydb/user.py +1 -1
- pulumi_gcp/apigateway/__init__.py +1 -1
- pulumi_gcp/apigateway/_inputs.py +1 -1
- pulumi_gcp/apigateway/api.py +1 -1
- pulumi_gcp/apigateway/api_config.py +1 -1
- pulumi_gcp/apigateway/api_config_iam_binding.py +1 -1
- pulumi_gcp/apigateway/api_config_iam_member.py +1 -1
- pulumi_gcp/apigateway/api_config_iam_policy.py +1 -1
- pulumi_gcp/apigateway/api_iam_binding.py +1 -1
- pulumi_gcp/apigateway/api_iam_member.py +1 -1
- pulumi_gcp/apigateway/api_iam_policy.py +1 -1
- pulumi_gcp/apigateway/gateway.py +1 -1
- pulumi_gcp/apigateway/gateway_iam_binding.py +1 -1
- pulumi_gcp/apigateway/gateway_iam_member.py +1 -1
- pulumi_gcp/apigateway/gateway_iam_policy.py +1 -1
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +1 -1
- pulumi_gcp/apigateway/get_api_iam_policy.py +1 -1
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +1 -1
- pulumi_gcp/apigateway/outputs.py +1 -1
- pulumi_gcp/apigee/__init__.py +2 -1
- pulumi_gcp/apigee/_inputs.py +42 -28
- pulumi_gcp/apigee/addons_config.py +1 -1
- pulumi_gcp/apigee/api.py +1 -1
- pulumi_gcp/apigee/app_group.py +1 -1
- pulumi_gcp/apigee/control_plane_access.py +1 -1
- pulumi_gcp/apigee/developer.py +1 -1
- pulumi_gcp/apigee/dns_zone.py +1 -1
- pulumi_gcp/apigee/endpoint_attachment.py +1 -1
- pulumi_gcp/apigee/env_group.py +1 -1
- pulumi_gcp/apigee/env_group_attachment.py +1 -1
- pulumi_gcp/apigee/env_keystore.py +1 -1
- pulumi_gcp/apigee/env_references.py +1 -1
- pulumi_gcp/apigee/environment.py +1 -1
- pulumi_gcp/apigee/environment_addons_config.py +1 -1
- pulumi_gcp/apigee/environment_iam_binding.py +1 -1
- pulumi_gcp/apigee/environment_iam_member.py +1 -1
- pulumi_gcp/apigee/environment_iam_policy.py +1 -1
- pulumi_gcp/apigee/environment_keyvaluemaps.py +1 -1
- pulumi_gcp/apigee/environment_keyvaluemaps_entries.py +1 -1
- pulumi_gcp/apigee/flowhook.py +1 -1
- pulumi_gcp/apigee/get_environment_iam_policy.py +1 -1
- pulumi_gcp/apigee/instance.py +1 -1
- pulumi_gcp/apigee/instance_attachment.py +1 -1
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +1 -1
- pulumi_gcp/apigee/keystores_aliases_pkcs12.py +1 -1
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +1 -1
- pulumi_gcp/apigee/nat_address.py +1 -1
- pulumi_gcp/apigee/organization.py +5 -1
- pulumi_gcp/apigee/outputs.py +26 -19
- pulumi_gcp/apigee/security_monitoring_condition.py +658 -0
- pulumi_gcp/apigee/security_profile_v2.py +1 -1
- pulumi_gcp/apigee/sharedflow.py +1 -1
- pulumi_gcp/apigee/sharedflow_deployment.py +1 -1
- pulumi_gcp/apigee/sync_authorization.py +1 -1
- pulumi_gcp/apigee/target_server.py +1 -1
- pulumi_gcp/apihub/__init__.py +1 -1
- pulumi_gcp/apihub/_inputs.py +1 -1
- pulumi_gcp/apihub/api_hub_instance.py +1 -1
- pulumi_gcp/apihub/host_project_registration.py +1 -1
- pulumi_gcp/apihub/outputs.py +1 -1
- pulumi_gcp/appengine/__init__.py +1 -1
- pulumi_gcp/appengine/_inputs.py +1 -1
- pulumi_gcp/appengine/application.py +1 -1
- pulumi_gcp/appengine/application_url_dispatch_rules.py +1 -1
- pulumi_gcp/appengine/domain_mapping.py +1 -1
- pulumi_gcp/appengine/engine_split_traffic.py +1 -1
- pulumi_gcp/appengine/firewall_rule.py +1 -1
- pulumi_gcp/appengine/flexible_app_version.py +1 -1
- pulumi_gcp/appengine/get_default_service_account.py +1 -1
- pulumi_gcp/appengine/outputs.py +1 -1
- pulumi_gcp/appengine/service_network_settings.py +1 -1
- pulumi_gcp/appengine/standard_app_version.py +1 -1
- pulumi_gcp/apphub/__init__.py +1 -1
- pulumi_gcp/apphub/_inputs.py +1 -1
- pulumi_gcp/apphub/application.py +1 -1
- pulumi_gcp/apphub/get_application.py +1 -1
- pulumi_gcp/apphub/get_discovered_service.py +1 -1
- pulumi_gcp/apphub/get_discovered_workload.py +1 -1
- pulumi_gcp/apphub/outputs.py +1 -1
- pulumi_gcp/apphub/service.py +1 -1
- pulumi_gcp/apphub/service_project_attachment.py +1 -1
- pulumi_gcp/apphub/workload.py +1 -1
- pulumi_gcp/applicationintegration/__init__.py +1 -1
- pulumi_gcp/applicationintegration/_inputs.py +1 -1
- pulumi_gcp/applicationintegration/auth_config.py +1 -1
- pulumi_gcp/applicationintegration/client.py +1 -1
- pulumi_gcp/applicationintegration/outputs.py +1 -1
- pulumi_gcp/artifactregistry/__init__.py +1 -1
- pulumi_gcp/artifactregistry/_inputs.py +1 -1
- pulumi_gcp/artifactregistry/get_docker_image.py +1 -1
- pulumi_gcp/artifactregistry/get_locations.py +1 -1
- pulumi_gcp/artifactregistry/get_repository.py +1 -1
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +1 -1
- pulumi_gcp/artifactregistry/outputs.py +1 -1
- pulumi_gcp/artifactregistry/repository.py +1 -1
- pulumi_gcp/artifactregistry/repository_iam_binding.py +1 -1
- pulumi_gcp/artifactregistry/repository_iam_member.py +1 -1
- pulumi_gcp/artifactregistry/repository_iam_policy.py +1 -1
- pulumi_gcp/artifactregistry/vpcsc_config.py +1 -1
- pulumi_gcp/assuredworkloads/__init__.py +1 -1
- pulumi_gcp/assuredworkloads/_inputs.py +1 -1
- pulumi_gcp/assuredworkloads/outputs.py +1 -1
- pulumi_gcp/assuredworkloads/workload.py +1 -1
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -1
- pulumi_gcp/backupdisasterrecovery/_inputs.py +1 -1
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +1 -1
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +1 -1
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_backup.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_vault.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_data_source.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +1 -1
- pulumi_gcp/backupdisasterrecovery/management_server.py +1 -1
- pulumi_gcp/backupdisasterrecovery/outputs.py +1 -1
- pulumi_gcp/beyondcorp/__init__.py +6 -1
- pulumi_gcp/beyondcorp/_inputs.py +319 -1
- pulumi_gcp/beyondcorp/app_connection.py +1 -1
- pulumi_gcp/beyondcorp/app_connector.py +1 -1
- pulumi_gcp/beyondcorp/app_gateway.py +1 -1
- pulumi_gcp/beyondcorp/application.py +3 -3
- pulumi_gcp/beyondcorp/application_iam_binding.py +1 -1
- pulumi_gcp/beyondcorp/application_iam_member.py +1 -1
- pulumi_gcp/beyondcorp/application_iam_policy.py +1 -1
- pulumi_gcp/beyondcorp/get_app_connection.py +1 -1
- pulumi_gcp/beyondcorp/get_app_connector.py +1 -1
- pulumi_gcp/beyondcorp/get_app_gateway.py +1 -1
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +1 -1
- pulumi_gcp/beyondcorp/get_security_gateway.py +1 -1
- pulumi_gcp/beyondcorp/get_security_gateway_application_iam_policy.py +179 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +1 -1
- pulumi_gcp/beyondcorp/outputs.py +205 -1
- pulumi_gcp/beyondcorp/security_gateway.py +1 -1
- pulumi_gcp/beyondcorp/security_gateway_application.py +709 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +1077 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +1077 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_policy.py +896 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +1 -1
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +1 -1
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +1 -1
- pulumi_gcp/biglake/__init__.py +1 -1
- pulumi_gcp/biglake/_inputs.py +1 -1
- pulumi_gcp/biglake/catalog.py +1 -1
- pulumi_gcp/biglake/database.py +1 -1
- pulumi_gcp/biglake/outputs.py +1 -1
- pulumi_gcp/biglake/table.py +1 -1
- pulumi_gcp/bigquery/__init__.py +3 -1
- pulumi_gcp/bigquery/_inputs.py +1 -1
- pulumi_gcp/bigquery/app_profile.py +1 -1
- pulumi_gcp/bigquery/bi_reservation.py +1 -1
- pulumi_gcp/bigquery/capacity_commitment.py +1 -1
- pulumi_gcp/bigquery/connection.py +1 -1
- pulumi_gcp/bigquery/connection_iam_binding.py +1 -1
- pulumi_gcp/bigquery/connection_iam_member.py +1 -1
- pulumi_gcp/bigquery/connection_iam_policy.py +1 -1
- pulumi_gcp/bigquery/data_transfer_config.py +1 -1
- pulumi_gcp/bigquery/dataset.py +1 -1
- pulumi_gcp/bigquery/dataset_access.py +1 -1
- pulumi_gcp/bigquery/dataset_iam_binding.py +1 -1
- pulumi_gcp/bigquery/dataset_iam_member.py +1 -1
- pulumi_gcp/bigquery/dataset_iam_policy.py +1 -1
- pulumi_gcp/bigquery/get_connection_iam_policy.py +1 -1
- pulumi_gcp/bigquery/get_dataset.py +1 -1
- pulumi_gcp/bigquery/get_dataset_iam_policy.py +1 -1
- pulumi_gcp/bigquery/get_datasets.py +131 -0
- pulumi_gcp/bigquery/get_default_service_account.py +1 -1
- pulumi_gcp/bigquery/get_table.py +518 -0
- pulumi_gcp/bigquery/get_table_iam_policy.py +1 -1
- pulumi_gcp/bigquery/get_tables.py +1 -1
- pulumi_gcp/bigquery/iam_binding.py +1 -1
- pulumi_gcp/bigquery/iam_member.py +1 -1
- pulumi_gcp/bigquery/iam_policy.py +1 -1
- pulumi_gcp/bigquery/job.py +1 -1
- pulumi_gcp/bigquery/outputs.py +1332 -1
- pulumi_gcp/bigquery/reservation.py +1 -1
- pulumi_gcp/bigquery/reservation_assignment.py +1 -1
- pulumi_gcp/bigquery/routine.py +1 -1
- pulumi_gcp/bigquery/row_access_policy.py +1 -1
- pulumi_gcp/bigquery/table.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/listing.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/outputs.py +1 -1
- pulumi_gcp/bigquerydatapolicy/__init__.py +1 -1
- pulumi_gcp/bigquerydatapolicy/_inputs.py +1 -1
- pulumi_gcp/bigquerydatapolicy/data_policy.py +1 -1
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +1 -1
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +1 -1
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +1 -1
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +1 -1
- pulumi_gcp/bigquerydatapolicy/outputs.py +1 -1
- pulumi_gcp/bigtable/__init__.py +1 -1
- pulumi_gcp/bigtable/_inputs.py +1 -1
- pulumi_gcp/bigtable/authorized_view.py +1 -1
- pulumi_gcp/bigtable/gc_policy.py +1 -1
- pulumi_gcp/bigtable/get_instance_iam_policy.py +1 -1
- pulumi_gcp/bigtable/get_table_iam_policy.py +1 -1
- pulumi_gcp/bigtable/instance.py +10 -12
- pulumi_gcp/bigtable/instance_iam_binding.py +1 -1
- pulumi_gcp/bigtable/instance_iam_member.py +1 -1
- pulumi_gcp/bigtable/instance_iam_policy.py +1 -1
- pulumi_gcp/bigtable/logical_view.py +1 -1
- pulumi_gcp/bigtable/materialized_view.py +1 -1
- pulumi_gcp/bigtable/outputs.py +1 -1
- pulumi_gcp/bigtable/table.py +1 -1
- pulumi_gcp/bigtable/table_iam_binding.py +1 -1
- pulumi_gcp/bigtable/table_iam_member.py +1 -1
- pulumi_gcp/bigtable/table_iam_policy.py +1 -1
- pulumi_gcp/billing/__init__.py +1 -1
- pulumi_gcp/billing/_inputs.py +1 -1
- pulumi_gcp/billing/account_iam_binding.py +1 -1
- pulumi_gcp/billing/account_iam_member.py +1 -1
- pulumi_gcp/billing/account_iam_policy.py +1 -1
- pulumi_gcp/billing/budget.py +1 -1
- pulumi_gcp/billing/get_account_iam_policy.py +1 -1
- pulumi_gcp/billing/outputs.py +1 -1
- pulumi_gcp/billing/project_info.py +1 -1
- pulumi_gcp/billing/sub_account.py +1 -1
- pulumi_gcp/binaryauthorization/__init__.py +1 -1
- pulumi_gcp/binaryauthorization/_inputs.py +1 -1
- pulumi_gcp/binaryauthorization/attestor.py +1 -1
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +1 -1
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +1 -1
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +1 -1
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +1 -1
- pulumi_gcp/binaryauthorization/outputs.py +1 -1
- pulumi_gcp/binaryauthorization/policy.py +1 -1
- pulumi_gcp/blockchainnodeengine/__init__.py +1 -1
- pulumi_gcp/blockchainnodeengine/_inputs.py +1 -1
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +1 -1
- pulumi_gcp/blockchainnodeengine/outputs.py +1 -1
- pulumi_gcp/certificateauthority/__init__.py +1 -1
- pulumi_gcp/certificateauthority/_inputs.py +351 -8
- pulumi_gcp/certificateauthority/authority.py +1 -1
- pulumi_gcp/certificateauthority/ca_pool.py +1 -1
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +1 -1
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +1 -1
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +1 -1
- pulumi_gcp/certificateauthority/certificate.py +1 -1
- pulumi_gcp/certificateauthority/certificate_template.py +243 -1
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +1 -1
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +1 -1
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +1 -1
- pulumi_gcp/certificateauthority/get_authority.py +1 -1
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +1 -1
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +1 -1
- pulumi_gcp/certificateauthority/outputs.py +254 -6
- pulumi_gcp/certificatemanager/__init__.py +1 -1
- pulumi_gcp/certificatemanager/_inputs.py +1 -1
- pulumi_gcp/certificatemanager/certificate.py +1 -1
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +1 -1
- pulumi_gcp/certificatemanager/certificate_map.py +1 -1
- pulumi_gcp/certificatemanager/certificate_map_entry.py +1 -1
- pulumi_gcp/certificatemanager/dns_authorization.py +1 -1
- pulumi_gcp/certificatemanager/get_certificate_map.py +1 -1
- pulumi_gcp/certificatemanager/get_certificates.py +1 -1
- pulumi_gcp/certificatemanager/outputs.py +1 -1
- pulumi_gcp/certificatemanager/trust_config.py +1 -1
- pulumi_gcp/chronicle/__init__.py +1 -1
- pulumi_gcp/chronicle/_inputs.py +1 -1
- pulumi_gcp/chronicle/data_access_label.py +1 -1
- pulumi_gcp/chronicle/data_access_scope.py +1 -1
- pulumi_gcp/chronicle/outputs.py +1 -1
- pulumi_gcp/chronicle/reference_list.py +1 -1
- pulumi_gcp/chronicle/retrohunt.py +1 -1
- pulumi_gcp/chronicle/rule.py +1 -1
- pulumi_gcp/chronicle/rule_deployment.py +1 -1
- pulumi_gcp/chronicle/watchlist.py +1 -1
- pulumi_gcp/cloudasset/__init__.py +1 -1
- pulumi_gcp/cloudasset/_inputs.py +1 -1
- pulumi_gcp/cloudasset/folder_feed.py +1 -1
- pulumi_gcp/cloudasset/get_resources_search_all.py +1 -1
- pulumi_gcp/cloudasset/get_search_all_resources.py +1 -1
- pulumi_gcp/cloudasset/organization_feed.py +1 -1
- pulumi_gcp/cloudasset/outputs.py +1 -1
- pulumi_gcp/cloudasset/project_feed.py +1 -1
- pulumi_gcp/cloudbuild/__init__.py +1 -1
- pulumi_gcp/cloudbuild/_inputs.py +1 -1
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +1 -1
- pulumi_gcp/cloudbuild/get_trigger.py +1 -1
- pulumi_gcp/cloudbuild/outputs.py +1 -1
- pulumi_gcp/cloudbuild/trigger.py +1 -1
- pulumi_gcp/cloudbuild/worker_pool.py +1 -1
- pulumi_gcp/cloudbuildv2/__init__.py +1 -1
- pulumi_gcp/cloudbuildv2/_inputs.py +1 -1
- pulumi_gcp/cloudbuildv2/connection.py +1 -1
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +1 -1
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +1 -1
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +1 -1
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +1 -1
- pulumi_gcp/cloudbuildv2/outputs.py +1 -1
- pulumi_gcp/cloudbuildv2/repository.py +1 -1
- pulumi_gcp/clouddeploy/__init__.py +1 -1
- pulumi_gcp/clouddeploy/_inputs.py +1 -1
- pulumi_gcp/clouddeploy/automation.py +1 -1
- pulumi_gcp/clouddeploy/custom_target_type.py +1 -1
- pulumi_gcp/clouddeploy/custom_target_type_iam_binding.py +1 -1
- pulumi_gcp/clouddeploy/custom_target_type_iam_member.py +1 -1
- pulumi_gcp/clouddeploy/custom_target_type_iam_policy.py +1 -1
- pulumi_gcp/clouddeploy/delivery_pipeline.py +1 -1
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_binding.py +1 -1
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_member.py +1 -1
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_policy.py +1 -1
- pulumi_gcp/clouddeploy/deploy_policy.py +1 -1
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +1 -1
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +1 -1
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +1 -1
- pulumi_gcp/clouddeploy/outputs.py +1 -1
- pulumi_gcp/clouddeploy/target.py +1 -1
- pulumi_gcp/clouddeploy/target_iam_binding.py +1 -1
- pulumi_gcp/clouddeploy/target_iam_member.py +1 -1
- pulumi_gcp/clouddeploy/target_iam_policy.py +1 -1
- pulumi_gcp/clouddomains/__init__.py +1 -1
- pulumi_gcp/clouddomains/_inputs.py +1 -1
- pulumi_gcp/clouddomains/outputs.py +1 -1
- pulumi_gcp/clouddomains/registration.py +1 -1
- pulumi_gcp/cloudfunctions/__init__.py +1 -1
- pulumi_gcp/cloudfunctions/_inputs.py +1 -1
- pulumi_gcp/cloudfunctions/function.py +1 -1
- pulumi_gcp/cloudfunctions/function_iam_binding.py +1 -1
- pulumi_gcp/cloudfunctions/function_iam_member.py +1 -1
- pulumi_gcp/cloudfunctions/function_iam_policy.py +1 -1
- pulumi_gcp/cloudfunctions/get_function.py +1 -1
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +1 -1
- pulumi_gcp/cloudfunctions/outputs.py +1 -1
- pulumi_gcp/cloudfunctionsv2/__init__.py +1 -1
- pulumi_gcp/cloudfunctionsv2/_inputs.py +1 -1
- pulumi_gcp/cloudfunctionsv2/function.py +1 -1
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +1 -1
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +1 -1
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +1 -1
- pulumi_gcp/cloudfunctionsv2/get_function.py +1 -1
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +1 -1
- pulumi_gcp/cloudfunctionsv2/outputs.py +1 -1
- pulumi_gcp/cloudidentity/__init__.py +1 -1
- pulumi_gcp/cloudidentity/_inputs.py +1 -1
- pulumi_gcp/cloudidentity/get_group_lookup.py +1 -1
- pulumi_gcp/cloudidentity/get_group_memberships.py +1 -1
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +1 -1
- pulumi_gcp/cloudidentity/get_groups.py +1 -1
- pulumi_gcp/cloudidentity/group.py +1 -1
- pulumi_gcp/cloudidentity/group_membership.py +1 -1
- pulumi_gcp/cloudidentity/outputs.py +1 -1
- pulumi_gcp/cloudids/__init__.py +1 -1
- pulumi_gcp/cloudids/endpoint.py +1 -1
- pulumi_gcp/cloudquota/__init__.py +1 -1
- pulumi_gcp/cloudquota/_inputs.py +1 -1
- pulumi_gcp/cloudquota/get_s_quota_info.py +1 -1
- pulumi_gcp/cloudquota/get_s_quota_infos.py +1 -1
- pulumi_gcp/cloudquota/outputs.py +1 -1
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +1 -1
- pulumi_gcp/cloudquota/s_quota_preference.py +1 -1
- pulumi_gcp/cloudrun/__init__.py +1 -1
- pulumi_gcp/cloudrun/_inputs.py +1 -1
- pulumi_gcp/cloudrun/domain_mapping.py +1 -1
- pulumi_gcp/cloudrun/get_locations.py +1 -1
- pulumi_gcp/cloudrun/get_service.py +1 -1
- pulumi_gcp/cloudrun/get_service_iam_policy.py +1 -1
- pulumi_gcp/cloudrun/iam_binding.py +1 -1
- pulumi_gcp/cloudrun/iam_member.py +1 -1
- pulumi_gcp/cloudrun/iam_policy.py +1 -1
- pulumi_gcp/cloudrun/outputs.py +1 -1
- pulumi_gcp/cloudrun/service.py +1 -1
- pulumi_gcp/cloudrunv2/__init__.py +7 -1
- pulumi_gcp/cloudrunv2/_inputs.py +2300 -1
- pulumi_gcp/cloudrunv2/get_job.py +1 -1
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +1 -1
- pulumi_gcp/cloudrunv2/get_service.py +1 -1
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +1 -1
- pulumi_gcp/cloudrunv2/get_worker_pool.py +498 -0
- pulumi_gcp/cloudrunv2/get_worker_pool_iam_policy.py +183 -0
- pulumi_gcp/cloudrunv2/job.py +1 -1
- pulumi_gcp/cloudrunv2/job_iam_binding.py +1 -1
- pulumi_gcp/cloudrunv2/job_iam_member.py +1 -1
- pulumi_gcp/cloudrunv2/job_iam_policy.py +1 -1
- pulumi_gcp/cloudrunv2/outputs.py +4335 -1504
- pulumi_gcp/cloudrunv2/service.py +1 -1
- pulumi_gcp/cloudrunv2/service_iam_binding.py +1 -1
- pulumi_gcp/cloudrunv2/service_iam_member.py +1 -1
- pulumi_gcp/cloudrunv2/service_iam_policy.py +1 -1
- pulumi_gcp/cloudrunv2/worker_pool.py +2260 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +829 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +829 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_policy.py +668 -0
- pulumi_gcp/cloudscheduler/__init__.py +1 -1
- pulumi_gcp/cloudscheduler/_inputs.py +1 -1
- pulumi_gcp/cloudscheduler/job.py +1 -1
- pulumi_gcp/cloudscheduler/outputs.py +1 -1
- pulumi_gcp/cloudtasks/__init__.py +1 -1
- pulumi_gcp/cloudtasks/_inputs.py +1 -1
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +1 -1
- pulumi_gcp/cloudtasks/outputs.py +1 -1
- pulumi_gcp/cloudtasks/queue.py +1 -1
- pulumi_gcp/cloudtasks/queue_iam_binding.py +1 -1
- pulumi_gcp/cloudtasks/queue_iam_member.py +1 -1
- pulumi_gcp/cloudtasks/queue_iam_policy.py +1 -1
- pulumi_gcp/colab/__init__.py +1 -1
- pulumi_gcp/colab/_inputs.py +15 -2
- pulumi_gcp/colab/get_runtime_template_iam_policy.py +1 -1
- pulumi_gcp/colab/notebook_execution.py +1 -1
- pulumi_gcp/colab/outputs.py +9 -2
- pulumi_gcp/colab/runtime.py +1 -1
- pulumi_gcp/colab/runtime_template.py +2 -2
- pulumi_gcp/colab/runtime_template_iam_binding.py +1 -1
- pulumi_gcp/colab/runtime_template_iam_member.py +1 -1
- pulumi_gcp/colab/runtime_template_iam_policy.py +1 -1
- pulumi_gcp/colab/schedule.py +1 -1
- pulumi_gcp/composer/__init__.py +1 -1
- pulumi_gcp/composer/_inputs.py +1 -1
- pulumi_gcp/composer/environment.py +1 -1
- pulumi_gcp/composer/get_environment.py +1 -1
- pulumi_gcp/composer/get_image_versions.py +1 -1
- pulumi_gcp/composer/get_user_workloads_config_map.py +1 -1
- pulumi_gcp/composer/get_user_workloads_secret.py +1 -1
- pulumi_gcp/composer/outputs.py +1 -1
- pulumi_gcp/composer/user_workloads_config_map.py +1 -1
- pulumi_gcp/composer/user_workloads_secret.py +1 -1
- pulumi_gcp/compute/__init__.py +2 -1
- pulumi_gcp/compute/_inputs.py +2678 -167
- pulumi_gcp/compute/address.py +1 -1
- pulumi_gcp/compute/attached_disk.py +1 -1
- pulumi_gcp/compute/autoscaler.py +1 -1
- pulumi_gcp/compute/backend_bucket.py +1 -1
- pulumi_gcp/compute/backend_bucket_iam_binding.py +1 -1
- pulumi_gcp/compute/backend_bucket_iam_member.py +1 -1
- pulumi_gcp/compute/backend_bucket_iam_policy.py +1 -1
- pulumi_gcp/compute/backend_bucket_signed_url_key.py +1 -1
- pulumi_gcp/compute/backend_service.py +166 -3
- pulumi_gcp/compute/backend_service_iam_binding.py +1 -1
- pulumi_gcp/compute/backend_service_iam_member.py +1 -1
- pulumi_gcp/compute/backend_service_iam_policy.py +1 -1
- pulumi_gcp/compute/backend_service_signed_url_key.py +1 -1
- pulumi_gcp/compute/ca_external_account_key.py +1 -1
- pulumi_gcp/compute/cross_site_network.py +1 -1
- pulumi_gcp/compute/disk.py +1 -1
- pulumi_gcp/compute/disk_async_replication.py +1 -1
- pulumi_gcp/compute/disk_iam_binding.py +1 -1
- pulumi_gcp/compute/disk_iam_member.py +1 -1
- pulumi_gcp/compute/disk_iam_policy.py +1 -1
- pulumi_gcp/compute/disk_resource_policy_attachment.py +1 -1
- pulumi_gcp/compute/external_vpn_gateway.py +1 -1
- pulumi_gcp/compute/firewall.py +1 -1
- pulumi_gcp/compute/firewall_policy.py +1 -1
- pulumi_gcp/compute/firewall_policy_association.py +1 -1
- pulumi_gcp/compute/firewall_policy_rule.py +1 -1
- pulumi_gcp/compute/firewall_policy_with_rules.py +9 -69
- pulumi_gcp/compute/forwarding_rule.py +1 -1
- pulumi_gcp/compute/future_reservation.py +1285 -0
- pulumi_gcp/compute/get_address.py +1 -1
- pulumi_gcp/compute/get_addresses.py +1 -1
- pulumi_gcp/compute/get_backend_bucket.py +1 -1
- pulumi_gcp/compute/get_backend_bucket_iam_policy.py +1 -1
- pulumi_gcp/compute/get_backend_service.py +24 -2
- pulumi_gcp/compute/get_backend_service_iam_policy.py +1 -1
- pulumi_gcp/compute/get_certificate.py +1 -1
- pulumi_gcp/compute/get_default_service_account.py +1 -1
- pulumi_gcp/compute/get_disk.py +1 -1
- pulumi_gcp/compute/get_disk_iam_policy.py +1 -1
- pulumi_gcp/compute/get_forwarding_rule.py +1 -1
- pulumi_gcp/compute/get_forwarding_rules.py +1 -1
- pulumi_gcp/compute/get_global_address.py +1 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +1 -1
- pulumi_gcp/compute/get_hc_vpn_gateway.py +1 -1
- pulumi_gcp/compute/get_health_check.py +1 -1
- pulumi_gcp/compute/get_image.py +1 -1
- pulumi_gcp/compute/get_image_iam_policy.py +1 -1
- pulumi_gcp/compute/get_images.py +1 -1
- pulumi_gcp/compute/get_instance.py +1 -1
- pulumi_gcp/compute/get_instance_group.py +1 -1
- pulumi_gcp/compute/get_instance_group_manager.py +1 -1
- pulumi_gcp/compute/get_instance_guest_attributes.py +1 -1
- pulumi_gcp/compute/get_instance_iam_policy.py +1 -1
- pulumi_gcp/compute/get_instance_serial_port.py +1 -1
- pulumi_gcp/compute/get_instance_template.py +1 -1
- pulumi_gcp/compute/get_instance_template_iam_policy.py +1 -1
- pulumi_gcp/compute/get_instant_snapshot_iam_policy.py +1 -1
- pulumi_gcp/compute/get_lbip_ranges.py +1 -1
- pulumi_gcp/compute/get_machine_image_iam_policy.py +1 -1
- pulumi_gcp/compute/get_machine_types.py +1 -1
- pulumi_gcp/compute/get_netblock_ip_ranges.py +15 -7
- pulumi_gcp/compute/get_network.py +1 -1
- pulumi_gcp/compute/get_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/get_network_peering.py +1 -1
- pulumi_gcp/compute/get_networks.py +1 -1
- pulumi_gcp/compute/get_node_types.py +1 -1
- pulumi_gcp/compute/get_region_backend_service.py +13 -2
- pulumi_gcp/compute/get_region_backend_service_iam_policy.py +1 -1
- pulumi_gcp/compute/get_region_disk.py +1 -1
- pulumi_gcp/compute/get_region_disk_iam_policy.py +1 -1
- pulumi_gcp/compute/get_region_instance_group.py +1 -1
- pulumi_gcp/compute/get_region_instance_group_manager.py +1 -1
- pulumi_gcp/compute/get_region_instance_template.py +13 -2
- pulumi_gcp/compute/get_region_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/get_region_ssl_certificate.py +1 -1
- pulumi_gcp/compute/get_region_ssl_policy.py +1 -1
- pulumi_gcp/compute/get_regions.py +1 -1
- pulumi_gcp/compute/get_reservation.py +1 -1
- pulumi_gcp/compute/get_resource_policy.py +1 -1
- pulumi_gcp/compute/get_router.py +1 -1
- pulumi_gcp/compute/get_router_nat.py +24 -2
- pulumi_gcp/compute/get_router_status.py +1 -1
- pulumi_gcp/compute/get_security_policy.py +1 -1
- pulumi_gcp/compute/get_snapshot.py +1 -1
- pulumi_gcp/compute/get_snapshot_iam_policy.py +1 -1
- pulumi_gcp/compute/get_ssl_policy.py +1 -1
- pulumi_gcp/compute/get_storage_pool_iam_policy.py +1 -1
- pulumi_gcp/compute/get_storage_pool_types.py +1 -1
- pulumi_gcp/compute/get_subnetwork.py +1 -1
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +1 -1
- pulumi_gcp/compute/get_subnetworks.py +1 -1
- pulumi_gcp/compute/get_vpn_gateway.py +1 -1
- pulumi_gcp/compute/get_zones.py +1 -1
- pulumi_gcp/compute/global_address.py +1 -1
- pulumi_gcp/compute/global_forwarding_rule.py +1 -1
- pulumi_gcp/compute/global_network_endpoint.py +1 -1
- pulumi_gcp/compute/global_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/ha_vpn_gateway.py +1 -1
- pulumi_gcp/compute/health_check.py +1 -1
- pulumi_gcp/compute/http_health_check.py +1 -1
- pulumi_gcp/compute/https_health_check.py +1 -1
- pulumi_gcp/compute/image.py +1 -1
- pulumi_gcp/compute/image_iam_binding.py +1 -1
- pulumi_gcp/compute/image_iam_member.py +1 -1
- pulumi_gcp/compute/image_iam_policy.py +1 -1
- pulumi_gcp/compute/instance.py +1 -1
- pulumi_gcp/compute/instance_from_machine_image.py +1 -1
- pulumi_gcp/compute/instance_from_template.py +1 -1
- pulumi_gcp/compute/instance_group.py +1 -1
- pulumi_gcp/compute/instance_group_manager.py +1 -1
- pulumi_gcp/compute/instance_group_membership.py +1 -1
- pulumi_gcp/compute/instance_group_named_port.py +1 -1
- pulumi_gcp/compute/instance_iam_binding.py +1 -1
- pulumi_gcp/compute/instance_iam_member.py +1 -1
- pulumi_gcp/compute/instance_iam_policy.py +1 -1
- pulumi_gcp/compute/instance_settings.py +1 -1
- pulumi_gcp/compute/instance_template.py +1 -1
- pulumi_gcp/compute/instance_template_iam_binding.py +1 -1
- pulumi_gcp/compute/instance_template_iam_member.py +1 -1
- pulumi_gcp/compute/instance_template_iam_policy.py +1 -1
- pulumi_gcp/compute/instant_snapshot.py +1 -1
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +1 -1
- pulumi_gcp/compute/instant_snapshot_iam_member.py +1 -1
- pulumi_gcp/compute/instant_snapshot_iam_policy.py +1 -1
- pulumi_gcp/compute/interconnect.py +1 -1
- pulumi_gcp/compute/interconnect_attachment.py +291 -15
- pulumi_gcp/compute/machine_image.py +1 -1
- pulumi_gcp/compute/machine_image_iam_binding.py +1 -1
- pulumi_gcp/compute/machine_image_iam_member.py +1 -1
- pulumi_gcp/compute/machine_image_iam_policy.py +1 -1
- pulumi_gcp/compute/managed_ssl_certificate.py +1 -1
- pulumi_gcp/compute/manged_ssl_certificate.py +1 -1
- pulumi_gcp/compute/network.py +1 -1
- pulumi_gcp/compute/network_attachment.py +1 -1
- pulumi_gcp/compute/network_edge_security_service.py +1 -1
- pulumi_gcp/compute/network_endpoint.py +1 -1
- pulumi_gcp/compute/network_endpoint_group.py +1 -1
- pulumi_gcp/compute/network_endpoint_list.py +1 -1
- pulumi_gcp/compute/network_firewall_policy.py +1 -1
- pulumi_gcp/compute/network_firewall_policy_association.py +1 -1
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1 -1
- pulumi_gcp/compute/network_firewall_policy_rule.py +1 -1
- pulumi_gcp/compute/network_firewall_policy_with_rules.py +5 -73
- pulumi_gcp/compute/network_peering.py +1 -1
- pulumi_gcp/compute/network_peering_routes_config.py +1 -1
- pulumi_gcp/compute/node_group.py +1 -1
- pulumi_gcp/compute/node_template.py +1 -1
- pulumi_gcp/compute/organization_security_policy.py +1 -1
- pulumi_gcp/compute/organization_security_policy_association.py +1 -1
- pulumi_gcp/compute/organization_security_policy_rule.py +1 -1
- pulumi_gcp/compute/outputs.py +2603 -371
- pulumi_gcp/compute/packet_mirroring.py +1 -1
- pulumi_gcp/compute/per_instance_config.py +1 -1
- pulumi_gcp/compute/project_cloud_armor_tier.py +1 -1
- pulumi_gcp/compute/project_default_network_tier.py +1 -1
- pulumi_gcp/compute/project_metadata.py +1 -1
- pulumi_gcp/compute/project_metadata_item.py +1 -1
- pulumi_gcp/compute/public_advertised_prefix.py +1 -1
- pulumi_gcp/compute/public_delegated_prefix.py +1 -1
- pulumi_gcp/compute/region_autoscaler.py +1 -1
- pulumi_gcp/compute/region_backend_service.py +96 -1
- pulumi_gcp/compute/region_backend_service_iam_binding.py +1 -1
- pulumi_gcp/compute/region_backend_service_iam_member.py +1 -1
- pulumi_gcp/compute/region_backend_service_iam_policy.py +1 -1
- pulumi_gcp/compute/region_commitment.py +1 -1
- pulumi_gcp/compute/region_disk.py +1 -1
- pulumi_gcp/compute/region_disk_iam_binding.py +1 -1
- pulumi_gcp/compute/region_disk_iam_member.py +1 -1
- pulumi_gcp/compute/region_disk_iam_policy.py +1 -1
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +1 -1
- pulumi_gcp/compute/region_health_check.py +1 -1
- pulumi_gcp/compute/region_instance_group_manager.py +1 -1
- pulumi_gcp/compute/region_instance_template.py +29 -1
- pulumi_gcp/compute/region_network_endpoint.py +1 -1
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/region_network_firewall_policy.py +1 -1
- pulumi_gcp/compute/region_network_firewall_policy_association.py +1 -1
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +1 -1
- pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +5 -73
- pulumi_gcp/compute/region_per_instance_config.py +1 -1
- pulumi_gcp/compute/region_resize_request.py +1 -1
- pulumi_gcp/compute/region_security_policy.py +1 -1
- pulumi_gcp/compute/region_security_policy_rule.py +1 -1
- pulumi_gcp/compute/region_ssl_certificate.py +1 -1
- pulumi_gcp/compute/region_ssl_policy.py +1 -1
- pulumi_gcp/compute/region_target_http_proxy.py +1 -1
- pulumi_gcp/compute/region_target_https_proxy.py +1 -1
- pulumi_gcp/compute/region_target_tcp_proxy.py +1 -1
- pulumi_gcp/compute/region_url_map.py +1 -1
- pulumi_gcp/compute/reservation.py +1 -1
- pulumi_gcp/compute/resize_request.py +1 -1
- pulumi_gcp/compute/resource_policy.py +1 -1
- pulumi_gcp/compute/resource_policy_attachment.py +1 -1
- pulumi_gcp/compute/route.py +1 -1
- pulumi_gcp/compute/router.py +1 -1
- pulumi_gcp/compute/router_interface.py +1 -1
- pulumi_gcp/compute/router_nat.py +144 -1
- pulumi_gcp/compute/router_nat_address.py +1 -1
- pulumi_gcp/compute/router_peer.py +1 -1
- pulumi_gcp/compute/router_route_policy.py +1 -1
- pulumi_gcp/compute/router_status.py +1 -1
- pulumi_gcp/compute/security_policy.py +1 -1
- pulumi_gcp/compute/security_policy_rule.py +1 -1
- pulumi_gcp/compute/security_scan_config.py +1 -1
- pulumi_gcp/compute/service_attachment.py +1 -1
- pulumi_gcp/compute/shared_vpc_host_project.py +1 -1
- pulumi_gcp/compute/shared_vpc_service_project.py +1 -1
- pulumi_gcp/compute/snapshot.py +1 -1
- pulumi_gcp/compute/snapshot_iam_binding.py +1 -1
- pulumi_gcp/compute/snapshot_iam_member.py +1 -1
- pulumi_gcp/compute/snapshot_iam_policy.py +1 -1
- pulumi_gcp/compute/ssl_certificate.py +1 -1
- pulumi_gcp/compute/ssl_policy.py +1 -1
- pulumi_gcp/compute/storage_pool.py +1 -1
- pulumi_gcp/compute/storage_pool_iam_binding.py +1 -1
- pulumi_gcp/compute/storage_pool_iam_member.py +1 -1
- pulumi_gcp/compute/storage_pool_iam_policy.py +1 -1
- pulumi_gcp/compute/subnetwork.py +1 -1
- pulumi_gcp/compute/subnetwork_iam_binding.py +1 -1
- pulumi_gcp/compute/subnetwork_iam_member.py +1 -1
- pulumi_gcp/compute/subnetwork_iam_policy.py +1 -1
- pulumi_gcp/compute/target_grpc_proxy.py +1 -1
- pulumi_gcp/compute/target_http_proxy.py +1 -1
- pulumi_gcp/compute/target_https_proxy.py +1 -1
- pulumi_gcp/compute/target_instance.py +1 -1
- pulumi_gcp/compute/target_pool.py +1 -1
- pulumi_gcp/compute/target_ssl_proxy.py +1 -1
- pulumi_gcp/compute/target_tcp_proxy.py +1 -1
- pulumi_gcp/compute/url_map.py +699 -1
- pulumi_gcp/compute/vpn_gateway.py +1 -1
- pulumi_gcp/compute/vpn_tunnel.py +1 -1
- pulumi_gcp/config/__init__.py +1 -1
- pulumi_gcp/config/__init__.pyi +1 -1
- pulumi_gcp/config/outputs.py +1 -1
- pulumi_gcp/config/vars.py +1 -1
- pulumi_gcp/container/__init__.py +1 -1
- pulumi_gcp/container/_inputs.py +10 -10
- pulumi_gcp/container/attached_cluster.py +1 -1
- pulumi_gcp/container/aws_cluster.py +1 -1
- pulumi_gcp/container/aws_node_pool.py +1 -1
- pulumi_gcp/container/azure_client.py +1 -1
- pulumi_gcp/container/azure_cluster.py +1 -1
- pulumi_gcp/container/azure_node_pool.py +1 -1
- pulumi_gcp/container/cluster.py +8 -8
- pulumi_gcp/container/get_attached_install_manifest.py +1 -1
- pulumi_gcp/container/get_attached_versions.py +1 -1
- pulumi_gcp/container/get_aws_versions.py +1 -1
- pulumi_gcp/container/get_azure_versions.py +1 -1
- pulumi_gcp/container/get_cluster.py +1 -1
- pulumi_gcp/container/get_engine_versions.py +1 -1
- pulumi_gcp/container/get_registry_image.py +1 -1
- pulumi_gcp/container/get_registry_repository.py +1 -1
- pulumi_gcp/container/node_pool.py +1 -1
- pulumi_gcp/container/outputs.py +7 -7
- pulumi_gcp/container/registry.py +1 -1
- pulumi_gcp/containeranalysis/__init__.py +1 -1
- pulumi_gcp/containeranalysis/_inputs.py +1 -1
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +1 -1
- pulumi_gcp/containeranalysis/note.py +1 -1
- pulumi_gcp/containeranalysis/note_iam_binding.py +1 -1
- pulumi_gcp/containeranalysis/note_iam_member.py +1 -1
- pulumi_gcp/containeranalysis/note_iam_policy.py +1 -1
- pulumi_gcp/containeranalysis/occurence.py +1 -1
- pulumi_gcp/containeranalysis/outputs.py +1 -1
- pulumi_gcp/databasemigrationservice/__init__.py +1 -1
- pulumi_gcp/databasemigrationservice/_inputs.py +1 -1
- pulumi_gcp/databasemigrationservice/connection_profile.py +1 -1
- pulumi_gcp/databasemigrationservice/migration_job.py +1 -1
- pulumi_gcp/databasemigrationservice/outputs.py +1 -1
- pulumi_gcp/databasemigrationservice/private_connection.py +52 -3
- pulumi_gcp/datacatalog/__init__.py +1 -1
- pulumi_gcp/datacatalog/_inputs.py +1 -1
- pulumi_gcp/datacatalog/entry.py +1 -1
- pulumi_gcp/datacatalog/entry_group.py +1 -1
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +1 -1
- pulumi_gcp/datacatalog/entry_group_iam_member.py +1 -1
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/outputs.py +1 -1
- pulumi_gcp/datacatalog/policy_tag.py +1 -1
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +1 -1
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +1 -1
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/tag.py +1 -1
- pulumi_gcp/datacatalog/tag_template.py +1 -1
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +1 -1
- pulumi_gcp/datacatalog/tag_template_iam_member.py +1 -1
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/taxonomy.py +1 -1
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +1 -1
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +1 -1
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +1 -1
- pulumi_gcp/dataflow/__init__.py +1 -1
- pulumi_gcp/dataflow/_inputs.py +1 -1
- pulumi_gcp/dataflow/flex_template_job.py +48 -1
- pulumi_gcp/dataflow/job.py +1 -1
- pulumi_gcp/dataflow/outputs.py +1 -1
- pulumi_gcp/dataflow/pipeline.py +1 -1
- pulumi_gcp/dataform/__init__.py +1 -1
- pulumi_gcp/dataform/_inputs.py +1 -1
- pulumi_gcp/dataform/get_repository_iam_policy.py +1 -1
- pulumi_gcp/dataform/outputs.py +1 -1
- pulumi_gcp/dataform/repository.py +1 -1
- pulumi_gcp/dataform/repository_iam_binding.py +1 -1
- pulumi_gcp/dataform/repository_iam_member.py +1 -1
- pulumi_gcp/dataform/repository_iam_policy.py +1 -1
- pulumi_gcp/dataform/repository_release_config.py +1 -1
- pulumi_gcp/dataform/repository_workflow_config.py +1 -1
- pulumi_gcp/datafusion/__init__.py +1 -1
- pulumi_gcp/datafusion/_inputs.py +1 -1
- pulumi_gcp/datafusion/get_instance_iam_policy.py +1 -1
- pulumi_gcp/datafusion/instance.py +1 -1
- pulumi_gcp/datafusion/outputs.py +1 -1
- pulumi_gcp/dataloss/__init__.py +1 -1
- pulumi_gcp/dataloss/_inputs.py +1 -1
- pulumi_gcp/dataloss/outputs.py +1 -1
- pulumi_gcp/dataloss/prevention_deidentify_template.py +1 -1
- pulumi_gcp/dataloss/prevention_discovery_config.py +1 -1
- pulumi_gcp/dataloss/prevention_inspect_template.py +1 -1
- pulumi_gcp/dataloss/prevention_job_trigger.py +1 -1
- pulumi_gcp/dataloss/prevention_stored_info_type.py +1 -1
- pulumi_gcp/dataplex/__init__.py +4 -1
- pulumi_gcp/dataplex/_inputs.py +473 -1
- pulumi_gcp/dataplex/aspect_type.py +1 -1
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +1 -1
- pulumi_gcp/dataplex/aspect_type_iam_member.py +1 -1
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +1 -1
- pulumi_gcp/dataplex/asset.py +1 -1
- pulumi_gcp/dataplex/asset_iam_binding.py +1 -1
- pulumi_gcp/dataplex/asset_iam_member.py +1 -1
- pulumi_gcp/dataplex/asset_iam_policy.py +1 -1
- pulumi_gcp/dataplex/datascan.py +1 -1
- pulumi_gcp/dataplex/datascan_iam_binding.py +1 -1
- pulumi_gcp/dataplex/datascan_iam_member.py +1 -1
- pulumi_gcp/dataplex/datascan_iam_policy.py +1 -1
- pulumi_gcp/dataplex/entry.py +1038 -0
- pulumi_gcp/dataplex/entry_group.py +1 -1
- pulumi_gcp/dataplex/entry_group_iam_binding.py +1 -1
- pulumi_gcp/dataplex/entry_group_iam_member.py +1 -1
- pulumi_gcp/dataplex/entry_group_iam_policy.py +1 -1
- pulumi_gcp/dataplex/entry_type.py +1 -1
- pulumi_gcp/dataplex/entry_type_iam_binding.py +1 -1
- pulumi_gcp/dataplex/entry_type_iam_member.py +1 -1
- pulumi_gcp/dataplex/entry_type_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_asset_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_glossary_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_lake_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_task_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_zone_iam_policy.py +1 -1
- pulumi_gcp/dataplex/glossary.py +1 -1
- pulumi_gcp/dataplex/glossary_category.py +846 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +1 -1
- pulumi_gcp/dataplex/glossary_iam_member.py +1 -1
- pulumi_gcp/dataplex/glossary_iam_policy.py +1 -1
- pulumi_gcp/dataplex/glossary_term.py +846 -0
- pulumi_gcp/dataplex/lake.py +1 -1
- pulumi_gcp/dataplex/lake_iam_binding.py +1 -1
- pulumi_gcp/dataplex/lake_iam_member.py +1 -1
- pulumi_gcp/dataplex/lake_iam_policy.py +1 -1
- pulumi_gcp/dataplex/outputs.py +343 -1
- pulumi_gcp/dataplex/task.py +17 -17
- pulumi_gcp/dataplex/task_iam_binding.py +1 -1
- pulumi_gcp/dataplex/task_iam_member.py +1 -1
- pulumi_gcp/dataplex/task_iam_policy.py +1 -1
- pulumi_gcp/dataplex/zone.py +1 -1
- pulumi_gcp/dataplex/zone_iam_binding.py +1 -1
- pulumi_gcp/dataplex/zone_iam_member.py +1 -1
- pulumi_gcp/dataplex/zone_iam_policy.py +1 -1
- pulumi_gcp/dataproc/__init__.py +1 -1
- pulumi_gcp/dataproc/_inputs.py +1 -1
- pulumi_gcp/dataproc/autoscaling_policy.py +1 -1
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +1 -1
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +1 -1
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +1 -1
- pulumi_gcp/dataproc/batch.py +11 -11
- pulumi_gcp/dataproc/cluster.py +1 -1
- pulumi_gcp/dataproc/cluster_iam_binding.py +1 -1
- pulumi_gcp/dataproc/cluster_iam_member.py +1 -1
- pulumi_gcp/dataproc/cluster_iam_policy.py +1 -1
- pulumi_gcp/dataproc/gdc_application_environment.py +1 -1
- pulumi_gcp/dataproc/gdc_service_instance.py +1 -1
- pulumi_gcp/dataproc/gdc_spark_application.py +1 -1
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_cluster_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_job_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_metastore_service.py +1 -1
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +1 -1
- pulumi_gcp/dataproc/job.py +1 -1
- pulumi_gcp/dataproc/job_iam_binding.py +1 -1
- pulumi_gcp/dataproc/job_iam_member.py +1 -1
- pulumi_gcp/dataproc/job_iam_policy.py +1 -1
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +1 -1
- pulumi_gcp/dataproc/metastore_database_iam_member.py +1 -1
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +1 -1
- pulumi_gcp/dataproc/metastore_federation.py +1 -1
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +1 -1
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +1 -1
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +1 -1
- pulumi_gcp/dataproc/metastore_service.py +1 -1
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +1 -1
- pulumi_gcp/dataproc/metastore_service_iam_member.py +1 -1
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +1 -1
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +1 -1
- pulumi_gcp/dataproc/metastore_table_iam_member.py +1 -1
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +1 -1
- pulumi_gcp/dataproc/outputs.py +1 -1
- pulumi_gcp/dataproc/workflow_template.py +1 -1
- pulumi_gcp/datastream/__init__.py +1 -1
- pulumi_gcp/datastream/_inputs.py +49 -7
- pulumi_gcp/datastream/connection_profile.py +1 -1
- pulumi_gcp/datastream/get_static_ips.py +1 -1
- pulumi_gcp/datastream/outputs.py +47 -5
- pulumi_gcp/datastream/private_connection.py +206 -36
- pulumi_gcp/datastream/stream.py +1 -1
- pulumi_gcp/deploymentmanager/__init__.py +1 -1
- pulumi_gcp/deploymentmanager/_inputs.py +1 -1
- pulumi_gcp/deploymentmanager/deployment.py +1 -1
- pulumi_gcp/deploymentmanager/outputs.py +1 -1
- pulumi_gcp/developerconnect/__init__.py +1 -1
- pulumi_gcp/developerconnect/_inputs.py +1 -1
- pulumi_gcp/developerconnect/account_connector.py +1 -1
- pulumi_gcp/developerconnect/connection.py +1 -1
- pulumi_gcp/developerconnect/git_repository_link.py +1 -1
- pulumi_gcp/developerconnect/outputs.py +1 -1
- pulumi_gcp/diagflow/__init__.py +1 -1
- pulumi_gcp/diagflow/_inputs.py +1 -1
- pulumi_gcp/diagflow/agent.py +1 -1
- pulumi_gcp/diagflow/cx_agent.py +1 -1
- pulumi_gcp/diagflow/cx_entity_type.py +1 -1
- pulumi_gcp/diagflow/cx_environment.py +1 -1
- pulumi_gcp/diagflow/cx_flow.py +1 -1
- pulumi_gcp/diagflow/cx_intent.py +1 -1
- pulumi_gcp/diagflow/cx_page.py +1 -1
- pulumi_gcp/diagflow/cx_security_settings.py +1 -1
- pulumi_gcp/diagflow/cx_test_case.py +1 -1
- pulumi_gcp/diagflow/cx_version.py +1 -1
- pulumi_gcp/diagflow/cx_webhook.py +1 -1
- pulumi_gcp/diagflow/entity_type.py +1 -1
- pulumi_gcp/diagflow/fulfillment.py +1 -1
- pulumi_gcp/diagflow/intent.py +1 -1
- pulumi_gcp/diagflow/outputs.py +1 -1
- pulumi_gcp/discoveryengine/__init__.py +1 -1
- pulumi_gcp/discoveryengine/_inputs.py +1 -1
- pulumi_gcp/discoveryengine/chat_engine.py +1 -1
- pulumi_gcp/discoveryengine/data_store.py +1 -1
- pulumi_gcp/discoveryengine/outputs.py +1 -1
- pulumi_gcp/discoveryengine/schema.py +1 -1
- pulumi_gcp/discoveryengine/search_engine.py +1 -1
- pulumi_gcp/discoveryengine/sitemap.py +1 -1
- pulumi_gcp/discoveryengine/target_site.py +1 -1
- pulumi_gcp/dns/__init__.py +1 -1
- pulumi_gcp/dns/_inputs.py +74 -1
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +1 -1
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +1 -1
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +1 -1
- pulumi_gcp/dns/get_keys.py +1 -1
- pulumi_gcp/dns/get_managed_zone.py +1 -1
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +1 -1
- pulumi_gcp/dns/get_managed_zones.py +1 -1
- pulumi_gcp/dns/get_record_set.py +1 -1
- pulumi_gcp/dns/managed_zone.py +1 -1
- pulumi_gcp/dns/outputs.py +61 -1
- pulumi_gcp/dns/policy.py +55 -1
- pulumi_gcp/dns/record_set.py +1 -1
- pulumi_gcp/dns/response_policy.py +1 -1
- pulumi_gcp/dns/response_policy_rule.py +1 -1
- pulumi_gcp/edgecontainer/__init__.py +1 -1
- pulumi_gcp/edgecontainer/_inputs.py +1 -1
- pulumi_gcp/edgecontainer/cluster.py +1 -1
- pulumi_gcp/edgecontainer/node_pool.py +1 -1
- pulumi_gcp/edgecontainer/outputs.py +1 -1
- pulumi_gcp/edgecontainer/vpn_connection.py +1 -1
- pulumi_gcp/edgenetwork/__init__.py +1 -1
- pulumi_gcp/edgenetwork/interconnect_attachment.py +1 -1
- pulumi_gcp/edgenetwork/network.py +1 -1
- pulumi_gcp/edgenetwork/subnet.py +1 -1
- pulumi_gcp/endpoints/__init__.py +1 -1
- pulumi_gcp/endpoints/_inputs.py +1 -1
- pulumi_gcp/endpoints/consumers_iam_binding.py +1 -1
- pulumi_gcp/endpoints/consumers_iam_member.py +1 -1
- pulumi_gcp/endpoints/consumers_iam_policy.py +1 -1
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +1 -1
- pulumi_gcp/endpoints/get_service_iam_policy.py +1 -1
- pulumi_gcp/endpoints/outputs.py +1 -1
- pulumi_gcp/endpoints/service.py +1 -1
- pulumi_gcp/endpoints/service_iam_binding.py +1 -1
- pulumi_gcp/endpoints/service_iam_member.py +1 -1
- pulumi_gcp/endpoints/service_iam_policy.py +1 -1
- pulumi_gcp/essentialcontacts/__init__.py +1 -1
- pulumi_gcp/essentialcontacts/_inputs.py +1 -1
- pulumi_gcp/essentialcontacts/contact.py +1 -1
- pulumi_gcp/essentialcontacts/document_ai_processor.py +1 -1
- pulumi_gcp/essentialcontacts/document_ai_processor_default_version.py +1 -1
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +1 -1
- pulumi_gcp/essentialcontacts/document_ai_warehouse_location.py +1 -1
- pulumi_gcp/essentialcontacts/outputs.py +1 -1
- pulumi_gcp/eventarc/__init__.py +1 -1
- pulumi_gcp/eventarc/_inputs.py +1 -1
- pulumi_gcp/eventarc/channel.py +1 -1
- pulumi_gcp/eventarc/enrollment.py +1 -1
- pulumi_gcp/eventarc/google_api_source.py +1 -1
- pulumi_gcp/eventarc/google_channel_config.py +1 -1
- pulumi_gcp/eventarc/message_bus.py +1 -1
- pulumi_gcp/eventarc/outputs.py +1 -1
- pulumi_gcp/eventarc/pipeline.py +1 -1
- pulumi_gcp/eventarc/trigger.py +1 -1
- pulumi_gcp/filestore/__init__.py +1 -1
- pulumi_gcp/filestore/_inputs.py +146 -11
- pulumi_gcp/filestore/backup.py +1 -1
- pulumi_gcp/filestore/get_instance.py +1 -1
- pulumi_gcp/filestore/instance.py +8 -8
- pulumi_gcp/filestore/outputs.py +187 -11
- pulumi_gcp/filestore/snapshot.py +1 -1
- pulumi_gcp/firebase/__init__.py +1 -1
- pulumi_gcp/firebase/_inputs.py +1 -1
- pulumi_gcp/firebase/android_app.py +1 -1
- pulumi_gcp/firebase/app_check_app_attest_config.py +1 -1
- pulumi_gcp/firebase/app_check_debug_token.py +1 -1
- pulumi_gcp/firebase/app_check_device_check_config.py +1 -1
- pulumi_gcp/firebase/app_check_play_integrity_config.py +1 -1
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +1 -1
- pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +1 -1
- pulumi_gcp/firebase/app_check_service_config.py +1 -1
- pulumi_gcp/firebase/app_hosting_backend.py +1 -1
- pulumi_gcp/firebase/app_hosting_build.py +1 -1
- pulumi_gcp/firebase/app_hosting_default_domain.py +1 -1
- pulumi_gcp/firebase/app_hosting_domain.py +1 -1
- pulumi_gcp/firebase/app_hosting_traffic.py +1 -1
- pulumi_gcp/firebase/apple_app.py +1 -1
- pulumi_gcp/firebase/data_connect_service.py +1 -1
- pulumi_gcp/firebase/database_instance.py +1 -1
- pulumi_gcp/firebase/extensions_instance.py +1 -1
- pulumi_gcp/firebase/get_android_app.py +1 -1
- pulumi_gcp/firebase/get_android_app_config.py +1 -1
- pulumi_gcp/firebase/get_apple_app.py +1 -1
- pulumi_gcp/firebase/get_apple_app_config.py +1 -1
- pulumi_gcp/firebase/get_hosting_channel.py +1 -1
- pulumi_gcp/firebase/get_web_app.py +1 -1
- pulumi_gcp/firebase/get_web_app_config.py +1 -1
- pulumi_gcp/firebase/hosting_channel.py +1 -1
- pulumi_gcp/firebase/hosting_custom_domain.py +1 -1
- pulumi_gcp/firebase/hosting_release.py +1 -1
- pulumi_gcp/firebase/hosting_site.py +1 -1
- pulumi_gcp/firebase/hosting_version.py +1 -1
- pulumi_gcp/firebase/outputs.py +1 -1
- pulumi_gcp/firebase/project.py +1 -1
- pulumi_gcp/firebase/storage_bucket.py +1 -1
- pulumi_gcp/firebase/web_app.py +1 -1
- pulumi_gcp/firebaserules/__init__.py +1 -1
- pulumi_gcp/firebaserules/_inputs.py +1 -1
- pulumi_gcp/firebaserules/outputs.py +1 -1
- pulumi_gcp/firebaserules/release.py +1 -1
- pulumi_gcp/firebaserules/ruleset.py +1 -1
- pulumi_gcp/firestore/__init__.py +1 -1
- pulumi_gcp/firestore/_inputs.py +1 -1
- pulumi_gcp/firestore/backup_schedule.py +1 -1
- pulumi_gcp/firestore/database.py +1 -1
- pulumi_gcp/firestore/document.py +1 -1
- pulumi_gcp/firestore/field.py +7 -7
- pulumi_gcp/firestore/index.py +1 -1
- pulumi_gcp/firestore/outputs.py +1 -1
- pulumi_gcp/folder/__init__.py +1 -1
- pulumi_gcp/folder/_inputs.py +1 -1
- pulumi_gcp/folder/access_approval_settings.py +1 -1
- pulumi_gcp/folder/get_iam_policy.py +1 -1
- pulumi_gcp/folder/get_organization_policy.py +1 -1
- pulumi_gcp/folder/iam_audit_config.py +1 -1
- pulumi_gcp/folder/iam_binding.py +1 -1
- pulumi_gcp/folder/iam_member.py +1 -1
- pulumi_gcp/folder/iam_policy.py +1 -1
- pulumi_gcp/folder/organization_policy.py +1 -1
- pulumi_gcp/folder/outputs.py +1 -1
- pulumi_gcp/folder/service_identity.py +1 -1
- pulumi_gcp/gemini/__init__.py +1 -1
- pulumi_gcp/gemini/_inputs.py +1 -1
- pulumi_gcp/gemini/code_repository_index.py +1 -1
- pulumi_gcp/gemini/code_tools_setting.py +1 -1
- pulumi_gcp/gemini/code_tools_setting_binding.py +1 -1
- pulumi_gcp/gemini/data_sharing_with_google_setting.py +1 -1
- pulumi_gcp/gemini/data_sharing_with_google_setting_binding.py +1 -1
- pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +1 -1
- pulumi_gcp/gemini/gemini_gcp_enablement_setting_binding.py +1 -1
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +1 -1
- pulumi_gcp/gemini/logging_setting.py +1 -1
- pulumi_gcp/gemini/logging_setting_binding.py +2 -2
- pulumi_gcp/gemini/outputs.py +1 -1
- pulumi_gcp/gemini/release_channel_setting.py +1 -1
- pulumi_gcp/gemini/release_channel_setting_binding.py +2 -2
- pulumi_gcp/gemini/repository_group.py +1 -1
- pulumi_gcp/gemini/repository_group_iam_binding.py +1 -1
- pulumi_gcp/gemini/repository_group_iam_member.py +1 -1
- pulumi_gcp/gemini/repository_group_iam_policy.py +1 -1
- pulumi_gcp/gkebackup/__init__.py +1 -1
- pulumi_gcp/gkebackup/_inputs.py +1 -1
- pulumi_gcp/gkebackup/backup_channel.py +1 -1
- pulumi_gcp/gkebackup/backup_plan.py +1 -1
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +1 -1
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +1 -1
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +1 -1
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +1 -1
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +1 -1
- pulumi_gcp/gkebackup/outputs.py +1 -1
- pulumi_gcp/gkebackup/restore_channel.py +1 -1
- pulumi_gcp/gkebackup/restore_plan.py +1 -1
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +1 -1
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +1 -1
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +1 -1
- pulumi_gcp/gkehub/__init__.py +2 -1
- pulumi_gcp/gkehub/_inputs.py +1 -1
- pulumi_gcp/gkehub/feature.py +1 -1
- pulumi_gcp/gkehub/feature_iam_binding.py +1 -1
- pulumi_gcp/gkehub/feature_iam_member.py +1 -1
- pulumi_gcp/gkehub/feature_iam_policy.py +1 -1
- pulumi_gcp/gkehub/feature_membership.py +1 -1
- pulumi_gcp/gkehub/fleet.py +1 -1
- pulumi_gcp/gkehub/get_feature.py +35 -3
- pulumi_gcp/gkehub/get_feature_iam_policy.py +1 -1
- pulumi_gcp/gkehub/get_membership.py +230 -0
- pulumi_gcp/gkehub/get_membership_binding.py +1 -1
- pulumi_gcp/gkehub/get_membership_iam_policy.py +1 -1
- pulumi_gcp/gkehub/get_scope_iam_policy.py +1 -1
- pulumi_gcp/gkehub/membership.py +1 -1
- pulumi_gcp/gkehub/membership_binding.py +7 -7
- pulumi_gcp/gkehub/membership_iam_binding.py +1 -1
- pulumi_gcp/gkehub/membership_iam_member.py +1 -1
- pulumi_gcp/gkehub/membership_iam_policy.py +1 -1
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +5 -5
- pulumi_gcp/gkehub/namespace.py +5 -5
- pulumi_gcp/gkehub/outputs.py +48 -3
- pulumi_gcp/gkehub/scope.py +1 -1
- pulumi_gcp/gkehub/scope_iam_binding.py +1 -1
- pulumi_gcp/gkehub/scope_iam_member.py +1 -1
- pulumi_gcp/gkehub/scope_iam_policy.py +1 -1
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +5 -5
- pulumi_gcp/gkeonprem/__init__.py +1 -1
- pulumi_gcp/gkeonprem/_inputs.py +1 -1
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +1 -1
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +1 -1
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +1 -1
- pulumi_gcp/gkeonprem/outputs.py +1 -1
- pulumi_gcp/gkeonprem/v_mware_cluster.py +1 -1
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +1 -1
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +1 -1
- pulumi_gcp/healthcare/__init__.py +1 -1
- pulumi_gcp/healthcare/_inputs.py +1 -1
- pulumi_gcp/healthcare/consent_store.py +1 -1
- pulumi_gcp/healthcare/consent_store_iam_binding.py +1 -1
- pulumi_gcp/healthcare/consent_store_iam_member.py +1 -1
- pulumi_gcp/healthcare/consent_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/dataset.py +1 -1
- pulumi_gcp/healthcare/dataset_iam_binding.py +1 -1
- pulumi_gcp/healthcare/dataset_iam_member.py +1 -1
- pulumi_gcp/healthcare/dataset_iam_policy.py +1 -1
- pulumi_gcp/healthcare/dicom_store.py +1 -1
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +1 -1
- pulumi_gcp/healthcare/dicom_store_iam_member.py +1 -1
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/fhir_store.py +1 -1
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +1 -1
- pulumi_gcp/healthcare/fhir_store_iam_member.py +1 -1
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/get_dataset_iam_policy.py +1 -1
- pulumi_gcp/healthcare/get_dicom_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/get_fhir_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/get_hl7_v2_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/hl7_store.py +1 -1
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +1 -1
- pulumi_gcp/healthcare/hl7_store_iam_member.py +1 -1
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/outputs.py +1 -1
- pulumi_gcp/healthcare/pipeline_job.py +1 -1
- pulumi_gcp/healthcare/workspace.py +1 -1
- pulumi_gcp/iam/__init__.py +4 -1
- pulumi_gcp/iam/_inputs.py +199 -1
- pulumi_gcp/iam/access_boundary_policy.py +1 -1
- pulumi_gcp/iam/deny_policy.py +1 -1
- pulumi_gcp/iam/folders_policy_binding.py +1 -1
- pulumi_gcp/iam/get_rule.py +1 -1
- pulumi_gcp/iam/get_testable_permissions.py +1 -1
- pulumi_gcp/iam/get_workload_identity_pool.py +1 -1
- pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +1 -1
- pulumi_gcp/iam/get_workload_identity_pool_provider.py +1 -1
- pulumi_gcp/iam/oauth_client.py +1 -1
- pulumi_gcp/iam/oauth_client_credential.py +1 -1
- pulumi_gcp/iam/organizations_policy_binding.py +1 -1
- pulumi_gcp/iam/outputs.py +160 -1
- pulumi_gcp/iam/principal_access_boundary_policy.py +1 -1
- pulumi_gcp/iam/projects_policy_binding.py +1 -1
- pulumi_gcp/iam/workforce_pool.py +1 -1
- pulumi_gcp/iam/workforce_pool_provider.py +1 -1
- pulumi_gcp/iam/workforce_pool_provider_key.py +619 -0
- pulumi_gcp/iam/workload_identity_pool.py +1 -1
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +1 -1
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +1 -1
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +1 -1
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +725 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +664 -0
- pulumi_gcp/iam/workload_identity_pool_provider.py +1 -1
- pulumi_gcp/iap/__init__.py +1 -1
- pulumi_gcp/iap/_inputs.py +1 -1
- pulumi_gcp/iap/app_engine_service_iam_binding.py +1 -1
- pulumi_gcp/iap/app_engine_service_iam_member.py +1 -1
- pulumi_gcp/iap/app_engine_service_iam_policy.py +1 -1
- pulumi_gcp/iap/app_engine_version_iam_binding.py +1 -1
- pulumi_gcp/iap/app_engine_version_iam_member.py +1 -1
- pulumi_gcp/iap/app_engine_version_iam_policy.py +1 -1
- pulumi_gcp/iap/brand.py +1 -1
- pulumi_gcp/iap/client.py +1 -1
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +1 -1
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +1 -1
- pulumi_gcp/iap/get_client.py +1 -1
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +1 -1
- pulumi_gcp/iap/get_tunnel_iam_policy.py +1 -1
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_cloud_run_service_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +1 -1
- pulumi_gcp/iap/outputs.py +1 -1
- pulumi_gcp/iap/settings.py +1 -1
- pulumi_gcp/iap/tunnel_dest_group.py +3 -3
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +1 -1
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +1 -1
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +1 -1
- pulumi_gcp/iap/tunnel_iam_binding.py +1 -1
- pulumi_gcp/iap/tunnel_iam_member.py +1 -1
- pulumi_gcp/iap/tunnel_iam_policy.py +1 -1
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +1 -1
- pulumi_gcp/iap/tunnel_instance_iam_member.py +1 -1
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +1 -1
- pulumi_gcp/iap/web_backend_service_iam_binding.py +1 -1
- pulumi_gcp/iap/web_backend_service_iam_member.py +1 -1
- pulumi_gcp/iap/web_backend_service_iam_policy.py +1 -1
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +1 -1
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +1 -1
- pulumi_gcp/iap/web_cloud_run_service_iam_policy.py +1 -1
- pulumi_gcp/iap/web_iam_binding.py +1 -1
- pulumi_gcp/iap/web_iam_member.py +1 -1
- pulumi_gcp/iap/web_iam_policy.py +1 -1
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +1 -1
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +1 -1
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +1 -1
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +1 -1
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +1 -1
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +1 -1
- pulumi_gcp/iap/web_type_compute_iam_binding.py +1 -1
- pulumi_gcp/iap/web_type_compute_iam_member.py +1 -1
- pulumi_gcp/iap/web_type_compute_iam_policy.py +1 -1
- pulumi_gcp/identityplatform/__init__.py +1 -1
- pulumi_gcp/identityplatform/_inputs.py +1 -1
- pulumi_gcp/identityplatform/config.py +1 -1
- pulumi_gcp/identityplatform/default_supported_idp_config.py +1 -1
- pulumi_gcp/identityplatform/inbound_saml_config.py +1 -1
- pulumi_gcp/identityplatform/oauth_idp_config.py +1 -1
- pulumi_gcp/identityplatform/outputs.py +1 -1
- pulumi_gcp/identityplatform/tenant.py +1 -1
- pulumi_gcp/identityplatform/tenant_default_supported_idp_config.py +1 -1
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +1 -1
- pulumi_gcp/identityplatform/tenant_oauth_idp_config.py +1 -1
- pulumi_gcp/integrationconnectors/__init__.py +1 -1
- pulumi_gcp/integrationconnectors/_inputs.py +1 -1
- pulumi_gcp/integrationconnectors/connection.py +1 -1
- pulumi_gcp/integrationconnectors/endpoint_attachment.py +1 -1
- pulumi_gcp/integrationconnectors/managed_zone.py +9 -9
- pulumi_gcp/integrationconnectors/outputs.py +1 -1
- pulumi_gcp/kms/__init__.py +1 -1
- pulumi_gcp/kms/_inputs.py +1 -1
- pulumi_gcp/kms/autokey_config.py +1 -1
- pulumi_gcp/kms/crypto_key.py +1 -1
- pulumi_gcp/kms/crypto_key_iam_binding.py +1 -1
- pulumi_gcp/kms/crypto_key_iam_member.py +1 -1
- pulumi_gcp/kms/crypto_key_iam_policy.py +1 -1
- pulumi_gcp/kms/crypto_key_version.py +1 -1
- pulumi_gcp/kms/ekm_connection.py +1 -1
- pulumi_gcp/kms/ekm_connection_iam_binding.py +1 -1
- pulumi_gcp/kms/ekm_connection_iam_member.py +1 -1
- pulumi_gcp/kms/ekm_connection_iam_policy.py +1 -1
- pulumi_gcp/kms/get_autokey_config.py +1 -1
- pulumi_gcp/kms/get_crypto_key_iam_policy.py +1 -1
- pulumi_gcp/kms/get_crypto_key_latest_version.py +1 -1
- pulumi_gcp/kms/get_crypto_key_versions.py +1 -1
- pulumi_gcp/kms/get_crypto_keys.py +1 -1
- pulumi_gcp/kms/get_ekm_connection_iam_policy.py +1 -1
- pulumi_gcp/kms/get_key_handle.py +1 -1
- pulumi_gcp/kms/get_key_handles.py +1 -1
- pulumi_gcp/kms/get_key_ring_iam_policy.py +1 -1
- pulumi_gcp/kms/get_key_rings.py +1 -1
- pulumi_gcp/kms/get_kms_crypto_key.py +1 -1
- pulumi_gcp/kms/get_kms_crypto_key_version.py +1 -1
- pulumi_gcp/kms/get_kms_key_ring.py +1 -1
- pulumi_gcp/kms/get_kms_secret.py +1 -1
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +1 -1
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +1 -1
- pulumi_gcp/kms/key_handle.py +1 -1
- pulumi_gcp/kms/key_ring.py +1 -1
- pulumi_gcp/kms/key_ring_iam_binding.py +1 -1
- pulumi_gcp/kms/key_ring_iam_member.py +1 -1
- pulumi_gcp/kms/key_ring_iam_policy.py +1 -1
- pulumi_gcp/kms/key_ring_import_job.py +1 -1
- pulumi_gcp/kms/outputs.py +1 -1
- pulumi_gcp/kms/secret_ciphertext.py +1 -1
- pulumi_gcp/logging/__init__.py +1 -1
- pulumi_gcp/logging/_inputs.py +1 -1
- pulumi_gcp/logging/billing_account_bucket_config.py +1 -1
- pulumi_gcp/logging/billing_account_exclusion.py +1 -1
- pulumi_gcp/logging/billing_account_sink.py +1 -1
- pulumi_gcp/logging/folder_bucket_config.py +1 -1
- pulumi_gcp/logging/folder_exclusion.py +1 -1
- pulumi_gcp/logging/folder_settings.py +1 -1
- pulumi_gcp/logging/folder_sink.py +1 -1
- pulumi_gcp/logging/get_folder_settings.py +1 -1
- pulumi_gcp/logging/get_log_view_iam_policy.py +1 -1
- pulumi_gcp/logging/get_organization_settings.py +1 -1
- pulumi_gcp/logging/get_project_cmek_settings.py +1 -1
- pulumi_gcp/logging/get_project_settings.py +1 -1
- pulumi_gcp/logging/get_sink.py +1 -1
- pulumi_gcp/logging/linked_dataset.py +1 -1
- pulumi_gcp/logging/log_scope.py +1 -1
- pulumi_gcp/logging/log_view.py +1 -1
- pulumi_gcp/logging/log_view_iam_binding.py +1 -1
- pulumi_gcp/logging/log_view_iam_member.py +1 -1
- pulumi_gcp/logging/log_view_iam_policy.py +1 -1
- pulumi_gcp/logging/metric.py +1 -1
- pulumi_gcp/logging/organization_bucket_config.py +1 -1
- pulumi_gcp/logging/organization_exclusion.py +1 -1
- pulumi_gcp/logging/organization_settings.py +1 -1
- pulumi_gcp/logging/organization_sink.py +1 -1
- pulumi_gcp/logging/outputs.py +1 -1
- pulumi_gcp/logging/project_bucket_config.py +1 -1
- pulumi_gcp/logging/project_exclusion.py +1 -1
- pulumi_gcp/logging/project_sink.py +1 -1
- pulumi_gcp/looker/__init__.py +1 -1
- pulumi_gcp/looker/_inputs.py +1 -1
- pulumi_gcp/looker/instance.py +1 -1
- pulumi_gcp/looker/outputs.py +1 -1
- pulumi_gcp/lustre/__init__.py +1 -1
- pulumi_gcp/lustre/get_instance.py +1 -1
- pulumi_gcp/lustre/instance.py +1 -1
- pulumi_gcp/managedkafka/__init__.py +2 -1
- pulumi_gcp/managedkafka/_inputs.py +108 -1
- pulumi_gcp/managedkafka/acl.py +638 -0
- pulumi_gcp/managedkafka/cluster.py +1 -1
- pulumi_gcp/managedkafka/connect_cluster.py +5 -5
- pulumi_gcp/managedkafka/connector.py +5 -5
- pulumi_gcp/managedkafka/outputs.py +82 -1
- pulumi_gcp/managedkafka/topic.py +1 -1
- pulumi_gcp/memcache/__init__.py +1 -1
- pulumi_gcp/memcache/_inputs.py +1 -1
- pulumi_gcp/memcache/get_instance.py +1 -1
- pulumi_gcp/memcache/instance.py +1 -1
- pulumi_gcp/memcache/outputs.py +1 -1
- pulumi_gcp/memorystore/__init__.py +1 -1
- pulumi_gcp/memorystore/_inputs.py +68 -7
- pulumi_gcp/memorystore/get_instance.py +13 -2
- pulumi_gcp/memorystore/instance.py +104 -30
- pulumi_gcp/memorystore/instance_desired_user_created_endpoints.py +3 -3
- pulumi_gcp/memorystore/outputs.py +94 -9
- pulumi_gcp/migrationcenter/__init__.py +1 -1
- pulumi_gcp/migrationcenter/_inputs.py +1 -1
- pulumi_gcp/migrationcenter/group.py +1 -1
- pulumi_gcp/migrationcenter/outputs.py +1 -1
- pulumi_gcp/migrationcenter/preference_set.py +1 -1
- pulumi_gcp/ml/__init__.py +1 -1
- pulumi_gcp/ml/_inputs.py +1 -1
- pulumi_gcp/ml/engine_model.py +1 -1
- pulumi_gcp/ml/outputs.py +1 -1
- pulumi_gcp/monitoring/__init__.py +1 -1
- pulumi_gcp/monitoring/_inputs.py +1 -1
- pulumi_gcp/monitoring/alert_policy.py +1 -1
- pulumi_gcp/monitoring/custom_service.py +1 -1
- pulumi_gcp/monitoring/dashboard.py +1 -1
- pulumi_gcp/monitoring/generic_service.py +1 -1
- pulumi_gcp/monitoring/get_app_engine_service.py +1 -1
- pulumi_gcp/monitoring/get_cluster_istio_service.py +1 -1
- pulumi_gcp/monitoring/get_istio_canonical_service.py +1 -1
- pulumi_gcp/monitoring/get_mesh_istio_service.py +1 -1
- pulumi_gcp/monitoring/get_notification_channel.py +1 -1
- pulumi_gcp/monitoring/get_secret_version.py +1 -1
- pulumi_gcp/monitoring/get_uptime_check_i_ps.py +1 -1
- pulumi_gcp/monitoring/group.py +1 -1
- pulumi_gcp/monitoring/metric_descriptor.py +1 -1
- pulumi_gcp/monitoring/monitored_project.py +1 -1
- pulumi_gcp/monitoring/notification_channel.py +1 -1
- pulumi_gcp/monitoring/outputs.py +1 -1
- pulumi_gcp/monitoring/slo.py +1 -1
- pulumi_gcp/monitoring/uptime_check_config.py +1 -1
- pulumi_gcp/netapp/__init__.py +1 -1
- pulumi_gcp/netapp/_inputs.py +469 -1
- pulumi_gcp/netapp/active_directory.py +1 -1
- pulumi_gcp/netapp/backup.py +1 -1
- pulumi_gcp/netapp/backup_policy.py +1 -1
- pulumi_gcp/netapp/backup_vault.py +57 -1
- pulumi_gcp/netapp/kmsconfig.py +1 -1
- pulumi_gcp/netapp/outputs.py +357 -1
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/netapp/volume.py +55 -1
- pulumi_gcp/netapp/volume_quota_rule.py +1 -1
- pulumi_gcp/netapp/volume_replication.py +61 -1
- pulumi_gcp/netapp/volume_snapshot.py +1 -1
- pulumi_gcp/networkconnectivity/__init__.py +1 -1
- pulumi_gcp/networkconnectivity/_inputs.py +10 -10
- pulumi_gcp/networkconnectivity/group.py +1 -1
- pulumi_gcp/networkconnectivity/hub.py +1 -1
- pulumi_gcp/networkconnectivity/internal_range.py +1 -1
- pulumi_gcp/networkconnectivity/outputs.py +7 -7
- pulumi_gcp/networkconnectivity/policy_based_route.py +1 -1
- pulumi_gcp/networkconnectivity/regional_endpoint.py +1 -1
- pulumi_gcp/networkconnectivity/service_connection_policy.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +15 -15
- pulumi_gcp/networkmanagement/__init__.py +1 -1
- pulumi_gcp/networkmanagement/_inputs.py +1 -1
- pulumi_gcp/networkmanagement/connectivity_test.py +1 -1
- pulumi_gcp/networkmanagement/outputs.py +1 -1
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +1 -1
- pulumi_gcp/networksecurity/__init__.py +1 -1
- pulumi_gcp/networksecurity/_inputs.py +1 -1
- pulumi_gcp/networksecurity/address_group.py +1 -1
- pulumi_gcp/networksecurity/address_group_iam_binding.py +1 -1
- pulumi_gcp/networksecurity/address_group_iam_member.py +1 -1
- pulumi_gcp/networksecurity/address_group_iam_policy.py +1 -1
- pulumi_gcp/networksecurity/authorization_policy.py +1 -1
- pulumi_gcp/networksecurity/authz_policy.py +1 -1
- pulumi_gcp/networksecurity/backend_authentication_config.py +1 -1
- pulumi_gcp/networksecurity/client_tls_policy.py +1 -1
- pulumi_gcp/networksecurity/firewall_endpoint.py +1 -1
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +1 -1
- pulumi_gcp/networksecurity/gateway_security_policy.py +1 -1
- pulumi_gcp/networksecurity/gateway_security_policy_rule.py +1 -1
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +1 -1
- pulumi_gcp/networksecurity/intercept_deployment.py +1 -1
- pulumi_gcp/networksecurity/intercept_deployment_group.py +1 -1
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +1 -1
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +1 -1
- pulumi_gcp/networksecurity/mirroring_deployment.py +1 -1
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +1 -1
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +1 -1
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +1 -1
- pulumi_gcp/networksecurity/outputs.py +1 -1
- pulumi_gcp/networksecurity/security_profile.py +1 -1
- pulumi_gcp/networksecurity/security_profile_group.py +1 -1
- pulumi_gcp/networksecurity/server_tls_policy.py +1 -1
- pulumi_gcp/networksecurity/tls_inspection_policy.py +1 -1
- pulumi_gcp/networksecurity/url_list.py +1 -1
- pulumi_gcp/networkservices/__init__.py +1 -1
- pulumi_gcp/networkservices/_inputs.py +1 -1
- pulumi_gcp/networkservices/authz_extension.py +1 -1
- pulumi_gcp/networkservices/edge_cache_keyset.py +1 -1
- pulumi_gcp/networkservices/edge_cache_origin.py +1 -1
- pulumi_gcp/networkservices/edge_cache_service.py +1 -1
- pulumi_gcp/networkservices/endpoint_policy.py +1 -1
- pulumi_gcp/networkservices/gateway.py +1 -1
- pulumi_gcp/networkservices/grpc_route.py +1 -1
- pulumi_gcp/networkservices/http_route.py +1 -1
- pulumi_gcp/networkservices/lb_route_extension.py +1 -1
- pulumi_gcp/networkservices/lb_traffic_extension.py +1 -1
- pulumi_gcp/networkservices/mesh.py +1 -1
- pulumi_gcp/networkservices/outputs.py +1 -1
- pulumi_gcp/networkservices/service_binding.py +1 -1
- pulumi_gcp/networkservices/service_lb_policies.py +1 -1
- pulumi_gcp/networkservices/tcp_route.py +1 -1
- pulumi_gcp/networkservices/tls_route.py +1 -1
- pulumi_gcp/notebooks/__init__.py +1 -1
- pulumi_gcp/notebooks/_inputs.py +1 -1
- pulumi_gcp/notebooks/environment.py +1 -1
- pulumi_gcp/notebooks/get_instance_iam_policy.py +1 -1
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +1 -1
- pulumi_gcp/notebooks/instance.py +1 -1
- pulumi_gcp/notebooks/instance_iam_binding.py +1 -1
- pulumi_gcp/notebooks/instance_iam_member.py +1 -1
- pulumi_gcp/notebooks/instance_iam_policy.py +1 -1
- pulumi_gcp/notebooks/location.py +1 -1
- pulumi_gcp/notebooks/outputs.py +1 -1
- pulumi_gcp/notebooks/runtime.py +1 -1
- pulumi_gcp/notebooks/runtime_iam_binding.py +1 -1
- pulumi_gcp/notebooks/runtime_iam_member.py +1 -1
- pulumi_gcp/notebooks/runtime_iam_policy.py +1 -1
- pulumi_gcp/oracledatabase/__init__.py +1 -1
- pulumi_gcp/oracledatabase/_inputs.py +1 -1
- pulumi_gcp/oracledatabase/autonomous_database.py +1 -1
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +1 -1
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +1 -1
- pulumi_gcp/oracledatabase/get_autonomous_database.py +1 -1
- pulumi_gcp/oracledatabase/get_autonomous_databases.py +1 -1
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +1 -1
- pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +1 -1
- pulumi_gcp/oracledatabase/get_db_nodes.py +1 -1
- pulumi_gcp/oracledatabase/get_db_servers.py +1 -1
- pulumi_gcp/oracledatabase/outputs.py +1 -1
- pulumi_gcp/organizations/__init__.py +1 -1
- pulumi_gcp/organizations/_inputs.py +1 -1
- pulumi_gcp/organizations/access_approval_settings.py +1 -1
- pulumi_gcp/organizations/folder.py +1 -1
- pulumi_gcp/organizations/get_active_folder.py +1 -1
- pulumi_gcp/organizations/get_billing_account.py +1 -1
- pulumi_gcp/organizations/get_client_config.py +1 -1
- pulumi_gcp/organizations/get_client_open_id_user_info.py +1 -1
- pulumi_gcp/organizations/get_folder.py +1 -1
- pulumi_gcp/organizations/get_folders.py +1 -1
- pulumi_gcp/organizations/get_iam_custom_role.py +1 -1
- pulumi_gcp/organizations/get_iam_custom_roles.py +1 -1
- pulumi_gcp/organizations/get_iam_policy.py +1 -1
- pulumi_gcp/organizations/get_organization.py +1 -1
- pulumi_gcp/organizations/get_project.py +1 -1
- pulumi_gcp/organizations/get_s.py +1 -1
- pulumi_gcp/organizations/iam_audit_config.py +1 -1
- pulumi_gcp/organizations/iam_binding.py +1 -1
- pulumi_gcp/organizations/iam_custom_role.py +1 -1
- pulumi_gcp/organizations/iam_member.py +1 -1
- pulumi_gcp/organizations/iam_policy.py +1 -1
- pulumi_gcp/organizations/outputs.py +1 -1
- pulumi_gcp/organizations/policy.py +1 -1
- pulumi_gcp/organizations/project.py +1 -1
- pulumi_gcp/orgpolicy/__init__.py +1 -1
- pulumi_gcp/orgpolicy/_inputs.py +1 -1
- pulumi_gcp/orgpolicy/custom_constraint.py +1 -1
- pulumi_gcp/orgpolicy/outputs.py +1 -1
- pulumi_gcp/orgpolicy/policy.py +3 -3
- pulumi_gcp/osconfig/__init__.py +1 -1
- pulumi_gcp/osconfig/_inputs.py +1 -1
- pulumi_gcp/osconfig/guest_policies.py +1 -1
- pulumi_gcp/osconfig/os_policy_assignment.py +1 -1
- pulumi_gcp/osconfig/outputs.py +1 -1
- pulumi_gcp/osconfig/patch_deployment.py +1 -1
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +1 -1
- pulumi_gcp/osconfig/v2_policy_orchestrator_for_folder.py +1 -1
- pulumi_gcp/osconfig/v2_policy_orchestrator_for_organization.py +1 -1
- pulumi_gcp/oslogin/__init__.py +1 -1
- pulumi_gcp/oslogin/ssh_public_key.py +1 -1
- pulumi_gcp/parallelstore/__init__.py +1 -1
- pulumi_gcp/parallelstore/instance.py +1 -1
- pulumi_gcp/parametermanager/__init__.py +1 -1
- pulumi_gcp/parametermanager/_inputs.py +1 -1
- pulumi_gcp/parametermanager/get_parameter.py +1 -1
- pulumi_gcp/parametermanager/get_parameter_version.py +1 -1
- pulumi_gcp/parametermanager/get_parameter_version_render.py +1 -1
- pulumi_gcp/parametermanager/get_parameters.py +1 -1
- pulumi_gcp/parametermanager/get_regional_parameter.py +1 -1
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +1 -1
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +1 -1
- pulumi_gcp/parametermanager/get_regional_parameters.py +1 -1
- pulumi_gcp/parametermanager/outputs.py +1 -1
- pulumi_gcp/parametermanager/parameter.py +1 -1
- pulumi_gcp/parametermanager/parameter_version.py +1 -1
- pulumi_gcp/parametermanager/regional_parameter.py +1 -1
- pulumi_gcp/parametermanager/regional_parameter_version.py +1 -1
- pulumi_gcp/privilegedaccessmanager/__init__.py +1 -1
- pulumi_gcp/privilegedaccessmanager/_inputs.py +1 -1
- pulumi_gcp/privilegedaccessmanager/entitlement.py +1 -1
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +1 -1
- pulumi_gcp/privilegedaccessmanager/outputs.py +1 -1
- pulumi_gcp/projects/__init__.py +1 -1
- pulumi_gcp/projects/_inputs.py +1 -1
- pulumi_gcp/projects/access_approval_settings.py +1 -1
- pulumi_gcp/projects/api_key.py +1 -1
- pulumi_gcp/projects/default_service_accounts.py +1 -1
- pulumi_gcp/projects/get_ancestry.py +1 -1
- pulumi_gcp/projects/get_iam_custom_role.py +1 -1
- pulumi_gcp/projects/get_iam_custom_roles.py +1 -1
- pulumi_gcp/projects/get_iam_policy.py +1 -1
- pulumi_gcp/projects/get_organization_policy.py +1 -1
- pulumi_gcp/projects/get_project.py +1 -1
- pulumi_gcp/projects/get_project_service.py +1 -1
- pulumi_gcp/projects/iam_audit_config.py +1 -1
- pulumi_gcp/projects/iam_binding.py +1 -1
- pulumi_gcp/projects/iam_custom_role.py +1 -1
- pulumi_gcp/projects/iam_member.py +1 -1
- pulumi_gcp/projects/iam_member_remove.py +1 -1
- pulumi_gcp/projects/iam_policy.py +1 -1
- pulumi_gcp/projects/organization_policy.py +1 -1
- pulumi_gcp/projects/outputs.py +1 -1
- pulumi_gcp/projects/service.py +1 -1
- pulumi_gcp/projects/service_identity.py +1 -1
- pulumi_gcp/projects/usage_export_bucket.py +1 -1
- pulumi_gcp/provider.py +1 -1
- pulumi_gcp/pubsub/__init__.py +1 -1
- pulumi_gcp/pubsub/_inputs.py +1 -1
- pulumi_gcp/pubsub/get_schema_iam_policy.py +1 -1
- pulumi_gcp/pubsub/get_subscription.py +1 -1
- pulumi_gcp/pubsub/get_subscription_iam_policy.py +1 -1
- pulumi_gcp/pubsub/get_topic.py +1 -1
- pulumi_gcp/pubsub/get_topic_iam_policy.py +1 -1
- pulumi_gcp/pubsub/lite_reservation.py +1 -1
- pulumi_gcp/pubsub/lite_subscription.py +1 -1
- pulumi_gcp/pubsub/lite_topic.py +1 -1
- pulumi_gcp/pubsub/outputs.py +1 -1
- pulumi_gcp/pubsub/schema.py +1 -1
- pulumi_gcp/pubsub/schema_iam_binding.py +1 -1
- pulumi_gcp/pubsub/schema_iam_member.py +1 -1
- pulumi_gcp/pubsub/schema_iam_policy.py +1 -1
- pulumi_gcp/pubsub/subscription.py +7 -7
- pulumi_gcp/pubsub/subscription_iam_binding.py +1 -1
- pulumi_gcp/pubsub/subscription_iam_member.py +1 -1
- pulumi_gcp/pubsub/subscription_iam_policy.py +1 -1
- pulumi_gcp/pubsub/topic.py +1 -1
- pulumi_gcp/pubsub/topic_iam_binding.py +1 -1
- pulumi_gcp/pubsub/topic_iam_member.py +1 -1
- pulumi_gcp/pubsub/topic_iam_policy.py +1 -1
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/__init__.py +1 -1
- pulumi_gcp/recaptcha/_inputs.py +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +1 -1
- pulumi_gcp/recaptcha/outputs.py +1 -1
- pulumi_gcp/redis/__init__.py +1 -1
- pulumi_gcp/redis/_inputs.py +4 -7
- pulumi_gcp/redis/cluster.py +1 -1
- pulumi_gcp/redis/cluster_user_created_connections.py +1 -1
- pulumi_gcp/redis/get_instance.py +1 -1
- pulumi_gcp/redis/instance.py +1 -1
- pulumi_gcp/redis/outputs.py +3 -5
- pulumi_gcp/resourcemanager/__init__.py +1 -1
- pulumi_gcp/resourcemanager/capability.py +1 -1
- pulumi_gcp/resourcemanager/lien.py +1 -1
- pulumi_gcp/runtimeconfig/__init__.py +1 -1
- pulumi_gcp/runtimeconfig/_inputs.py +1 -1
- pulumi_gcp/runtimeconfig/config.py +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +1 -1
- pulumi_gcp/runtimeconfig/config_iam_member.py +1 -1
- pulumi_gcp/runtimeconfig/config_iam_policy.py +1 -1
- pulumi_gcp/runtimeconfig/get_config.py +1 -1
- pulumi_gcp/runtimeconfig/get_config_iam_policy.py +1 -1
- pulumi_gcp/runtimeconfig/get_variable.py +1 -1
- pulumi_gcp/runtimeconfig/outputs.py +1 -1
- pulumi_gcp/runtimeconfig/variable.py +1 -1
- pulumi_gcp/secretmanager/__init__.py +1 -1
- pulumi_gcp/secretmanager/_inputs.py +1 -1
- pulumi_gcp/secretmanager/get_regional_secret.py +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_version.py +11 -1
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +13 -1
- pulumi_gcp/secretmanager/get_regional_secrets.py +11 -1
- pulumi_gcp/secretmanager/get_secret.py +1 -1
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +1 -1
- pulumi_gcp/secretmanager/get_secret_version.py +1 -1
- pulumi_gcp/secretmanager/get_secret_version_access.py +1 -1
- pulumi_gcp/secretmanager/get_secrets.py +1 -1
- pulumi_gcp/secretmanager/outputs.py +1 -1
- pulumi_gcp/secretmanager/regional_secret.py +1 -1
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +1 -1
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +1 -1
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +1 -1
- pulumi_gcp/secretmanager/regional_secret_version.py +1 -1
- pulumi_gcp/secretmanager/secret.py +1 -1
- pulumi_gcp/secretmanager/secret_iam_binding.py +1 -1
- pulumi_gcp/secretmanager/secret_iam_member.py +1 -1
- pulumi_gcp/secretmanager/secret_iam_policy.py +1 -1
- pulumi_gcp/secretmanager/secret_version.py +1 -1
- pulumi_gcp/securesourcemanager/__init__.py +1 -1
- pulumi_gcp/securesourcemanager/_inputs.py +1 -1
- pulumi_gcp/securesourcemanager/branch_rule.py +1 -1
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +1 -1
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +1 -1
- pulumi_gcp/securesourcemanager/instance.py +1 -1
- pulumi_gcp/securesourcemanager/instance_iam_binding.py +1 -1
- pulumi_gcp/securesourcemanager/instance_iam_member.py +1 -1
- pulumi_gcp/securesourcemanager/instance_iam_policy.py +1 -1
- pulumi_gcp/securesourcemanager/outputs.py +1 -1
- pulumi_gcp/securesourcemanager/repository.py +1 -1
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +1 -1
- pulumi_gcp/securesourcemanager/repository_iam_member.py +1 -1
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/__init__.py +1 -1
- pulumi_gcp/securitycenter/_inputs.py +1 -1
- pulumi_gcp/securitycenter/event_threat_detection_custom_module.py +1 -1
- pulumi_gcp/securitycenter/folder_custom_module.py +1 -1
- pulumi_gcp/securitycenter/folder_notification_config.py +1 -1
- pulumi_gcp/securitycenter/folder_scc_big_query_export.py +1 -1
- pulumi_gcp/securitycenter/get_source_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/instance_iam_binding.py +1 -1
- pulumi_gcp/securitycenter/instance_iam_member.py +1 -1
- pulumi_gcp/securitycenter/instance_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +1 -1
- pulumi_gcp/securitycenter/management_organization_event_threat_detection_custom_module.py +1 -1
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +1 -1
- pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +1 -1
- pulumi_gcp/securitycenter/mute_config.py +1 -1
- pulumi_gcp/securitycenter/notification_config.py +1 -1
- pulumi_gcp/securitycenter/organization_custom_module.py +1 -1
- pulumi_gcp/securitycenter/organization_scc_big_query_export.py +1 -1
- pulumi_gcp/securitycenter/outputs.py +1 -1
- pulumi_gcp/securitycenter/project_custom_module.py +1 -1
- pulumi_gcp/securitycenter/project_notification_config.py +1 -1
- pulumi_gcp/securitycenter/project_scc_big_query_export.py +1 -1
- pulumi_gcp/securitycenter/source.py +1 -1
- pulumi_gcp/securitycenter/source_iam_binding.py +1 -1
- pulumi_gcp/securitycenter/source_iam_member.py +1 -1
- pulumi_gcp/securitycenter/source_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/v2_folder_mute_config.py +1 -1
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +1 -1
- pulumi_gcp/securitycenter/v2_folder_scc_big_query_export.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_mute_config.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_source.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/v2_project_mute_config.py +1 -1
- pulumi_gcp/securitycenter/v2_project_notification_config.py +1 -1
- pulumi_gcp/securitycenter/v2_project_scc_big_query_export.py +1 -1
- pulumi_gcp/securityposture/__init__.py +1 -1
- pulumi_gcp/securityposture/_inputs.py +1 -1
- pulumi_gcp/securityposture/outputs.py +1 -1
- pulumi_gcp/securityposture/posture.py +1 -1
- pulumi_gcp/securityposture/posture_deployment.py +1 -1
- pulumi_gcp/serviceaccount/__init__.py +1 -1
- pulumi_gcp/serviceaccount/_inputs.py +1 -1
- pulumi_gcp/serviceaccount/account.py +1 -1
- pulumi_gcp/serviceaccount/get_account.py +1 -1
- pulumi_gcp/serviceaccount/get_account_access_token.py +1 -1
- pulumi_gcp/serviceaccount/get_account_id_token.py +1 -1
- pulumi_gcp/serviceaccount/get_account_jwt.py +1 -1
- pulumi_gcp/serviceaccount/get_account_key.py +1 -1
- pulumi_gcp/serviceaccount/get_iam_policy.py +1 -1
- pulumi_gcp/serviceaccount/get_s.py +1 -1
- pulumi_gcp/serviceaccount/iam_binding.py +1 -1
- pulumi_gcp/serviceaccount/iam_member.py +1 -1
- pulumi_gcp/serviceaccount/iam_policy.py +1 -1
- pulumi_gcp/serviceaccount/key.py +1 -1
- pulumi_gcp/serviceaccount/outputs.py +1 -1
- pulumi_gcp/servicedirectory/__init__.py +1 -1
- pulumi_gcp/servicedirectory/_inputs.py +1 -1
- pulumi_gcp/servicedirectory/endpoint.py +1 -1
- pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +1 -1
- pulumi_gcp/servicedirectory/get_service_iam_policy.py +1 -1
- pulumi_gcp/servicedirectory/namespace.py +1 -1
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +1 -1
- pulumi_gcp/servicedirectory/namespace_iam_member.py +1 -1
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +1 -1
- pulumi_gcp/servicedirectory/outputs.py +1 -1
- pulumi_gcp/servicedirectory/service.py +1 -1
- pulumi_gcp/servicedirectory/service_iam_binding.py +1 -1
- pulumi_gcp/servicedirectory/service_iam_member.py +1 -1
- pulumi_gcp/servicedirectory/service_iam_policy.py +1 -1
- pulumi_gcp/servicenetworking/__init__.py +1 -1
- pulumi_gcp/servicenetworking/connection.py +1 -1
- pulumi_gcp/servicenetworking/get_peered_dns_domain.py +1 -1
- pulumi_gcp/servicenetworking/peered_dns_domain.py +1 -1
- pulumi_gcp/servicenetworking/vpc_service_controls.py +1 -1
- pulumi_gcp/serviceusage/__init__.py +1 -1
- pulumi_gcp/serviceusage/consumer_quota_override.py +1 -1
- pulumi_gcp/siteverification/__init__.py +1 -1
- pulumi_gcp/siteverification/_inputs.py +1 -1
- pulumi_gcp/siteverification/get_token.py +1 -1
- pulumi_gcp/siteverification/outputs.py +1 -1
- pulumi_gcp/siteverification/owner.py +1 -1
- pulumi_gcp/siteverification/web_resource.py +1 -1
- pulumi_gcp/sourcerepo/__init__.py +1 -1
- pulumi_gcp/sourcerepo/_inputs.py +1 -1
- pulumi_gcp/sourcerepo/get_repository.py +1 -1
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +1 -1
- pulumi_gcp/sourcerepo/outputs.py +1 -1
- pulumi_gcp/sourcerepo/repository.py +1 -1
- pulumi_gcp/sourcerepo/repository_iam_binding.py +1 -1
- pulumi_gcp/sourcerepo/repository_iam_member.py +1 -1
- pulumi_gcp/sourcerepo/repository_iam_policy.py +1 -1
- pulumi_gcp/spanner/__init__.py +1 -1
- pulumi_gcp/spanner/_inputs.py +1 -1
- pulumi_gcp/spanner/backup_schedule.py +1 -1
- pulumi_gcp/spanner/database.py +1 -1
- pulumi_gcp/spanner/database_iam_binding.py +1 -1
- pulumi_gcp/spanner/database_iam_member.py +1 -1
- pulumi_gcp/spanner/database_iam_policy.py +1 -1
- pulumi_gcp/spanner/get_database.py +1 -1
- pulumi_gcp/spanner/get_database_iam_policy.py +1 -1
- pulumi_gcp/spanner/get_instance.py +13 -2
- pulumi_gcp/spanner/get_instance_iam_policy.py +1 -1
- pulumi_gcp/spanner/instance.py +69 -42
- pulumi_gcp/spanner/instance_config.py +1 -1
- pulumi_gcp/spanner/instance_iam_binding.py +1 -1
- pulumi_gcp/spanner/instance_iam_member.py +1 -1
- pulumi_gcp/spanner/instance_iam_policy.py +1 -1
- pulumi_gcp/spanner/instance_partition.py +1 -1
- pulumi_gcp/spanner/outputs.py +1 -1
- pulumi_gcp/sql/__init__.py +1 -1
- pulumi_gcp/sql/_inputs.py +1 -1
- pulumi_gcp/sql/database.py +1 -1
- pulumi_gcp/sql/database_instance.py +1 -1
- pulumi_gcp/sql/get_backup_run.py +1 -1
- pulumi_gcp/sql/get_ca_certs.py +1 -1
- pulumi_gcp/sql/get_database.py +1 -1
- pulumi_gcp/sql/get_database_instance.py +1 -1
- pulumi_gcp/sql/get_database_instance_latest_recovery_time.py +1 -1
- pulumi_gcp/sql/get_database_instances.py +1 -1
- pulumi_gcp/sql/get_databases.py +1 -1
- pulumi_gcp/sql/get_tiers.py +1 -1
- pulumi_gcp/sql/outputs.py +1 -1
- pulumi_gcp/sql/source_representation_instance.py +1 -1
- pulumi_gcp/sql/ssl_cert.py +1 -1
- pulumi_gcp/sql/user.py +1 -1
- pulumi_gcp/storage/__init__.py +1 -1
- pulumi_gcp/storage/_inputs.py +159 -1
- pulumi_gcp/storage/anywhere_cache.py +1 -1
- pulumi_gcp/storage/batch_operations_job.py +1 -1
- pulumi_gcp/storage/bucket.py +48 -1
- pulumi_gcp/storage/bucket_access_control.py +1 -1
- pulumi_gcp/storage/bucket_acl.py +1 -1
- pulumi_gcp/storage/bucket_iam_binding.py +1 -1
- pulumi_gcp/storage/bucket_iam_member.py +1 -1
- pulumi_gcp/storage/bucket_iam_policy.py +1 -1
- pulumi_gcp/storage/bucket_object.py +5 -5
- pulumi_gcp/storage/control_folder_intelligence_config.py +1 -1
- pulumi_gcp/storage/control_organization_intelligence_config.py +1 -1
- pulumi_gcp/storage/control_project_intelligence_config.py +1 -1
- pulumi_gcp/storage/default_object_access_control.py +1 -1
- pulumi_gcp/storage/default_object_acl.py +1 -1
- pulumi_gcp/storage/folder.py +1 -1
- pulumi_gcp/storage/get_bucket.py +13 -2
- pulumi_gcp/storage/get_bucket_iam_policy.py +1 -1
- pulumi_gcp/storage/get_bucket_object.py +1 -1
- pulumi_gcp/storage/get_bucket_object_content.py +1 -1
- pulumi_gcp/storage/get_bucket_objects.py +1 -1
- pulumi_gcp/storage/get_buckets.py +1 -1
- pulumi_gcp/storage/get_control_folder_intelligence_config.py +1 -1
- pulumi_gcp/storage/get_control_organization_intelligence_config.py +1 -1
- pulumi_gcp/storage/get_control_project_intelligence_config.py +1 -1
- pulumi_gcp/storage/get_managed_folder_iam_policy.py +1 -1
- pulumi_gcp/storage/get_object_signed_url.py +1 -1
- pulumi_gcp/storage/get_project_service_account.py +1 -1
- pulumi_gcp/storage/get_transfer_project_service_account.py +1 -1
- pulumi_gcp/storage/get_transfer_project_servie_account.py +1 -1
- pulumi_gcp/storage/hmac_key.py +1 -1
- pulumi_gcp/storage/insights_report_config.py +1 -1
- pulumi_gcp/storage/managed_folder.py +1 -1
- pulumi_gcp/storage/managed_folder_iam_binding.py +1 -1
- pulumi_gcp/storage/managed_folder_iam_member.py +1 -1
- pulumi_gcp/storage/managed_folder_iam_policy.py +1 -1
- pulumi_gcp/storage/notification.py +1 -1
- pulumi_gcp/storage/object_access_control.py +1 -1
- pulumi_gcp/storage/object_acl.py +1 -1
- pulumi_gcp/storage/outputs.py +236 -1
- pulumi_gcp/storage/transfer_agent_pool.py +1 -1
- pulumi_gcp/storage/transfer_job.py +1 -1
- pulumi_gcp/tags/__init__.py +1 -1
- pulumi_gcp/tags/_inputs.py +1 -1
- pulumi_gcp/tags/get_tag_key.py +1 -1
- pulumi_gcp/tags/get_tag_key_iam_policy.py +1 -1
- pulumi_gcp/tags/get_tag_keys.py +1 -1
- pulumi_gcp/tags/get_tag_value.py +1 -1
- pulumi_gcp/tags/get_tag_value_iam_policy.py +1 -1
- pulumi_gcp/tags/get_tag_values.py +1 -1
- pulumi_gcp/tags/location_tag_binding.py +1 -1
- pulumi_gcp/tags/outputs.py +1 -1
- pulumi_gcp/tags/tag_binding.py +1 -1
- pulumi_gcp/tags/tag_key.py +1 -1
- pulumi_gcp/tags/tag_key_iam_binding.py +1 -1
- pulumi_gcp/tags/tag_key_iam_member.py +1 -1
- pulumi_gcp/tags/tag_key_iam_policy.py +1 -1
- pulumi_gcp/tags/tag_value.py +1 -1
- pulumi_gcp/tags/tag_value_iam_binding.py +1 -1
- pulumi_gcp/tags/tag_value_iam_member.py +1 -1
- pulumi_gcp/tags/tag_value_iam_policy.py +1 -1
- pulumi_gcp/tpu/__init__.py +1 -1
- pulumi_gcp/tpu/_inputs.py +1 -1
- pulumi_gcp/tpu/get_tensorflow_versions.py +1 -1
- pulumi_gcp/tpu/get_v2_accelerator_types.py +1 -1
- pulumi_gcp/tpu/get_v2_runtime_versions.py +1 -1
- pulumi_gcp/tpu/node.py +1 -1
- pulumi_gcp/tpu/outputs.py +1 -1
- pulumi_gcp/tpu/v2_queued_resource.py +1 -1
- pulumi_gcp/tpu/v2_vm.py +1 -1
- pulumi_gcp/transcoder/__init__.py +1 -1
- pulumi_gcp/transcoder/_inputs.py +1 -1
- pulumi_gcp/transcoder/job.py +1 -1
- pulumi_gcp/transcoder/job_template.py +1 -1
- pulumi_gcp/transcoder/outputs.py +1 -1
- pulumi_gcp/vertex/__init__.py +1 -1
- pulumi_gcp/vertex/_inputs.py +1 -1
- pulumi_gcp/vertex/ai_dataset.py +1 -1
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +1 -1
- pulumi_gcp/vertex/ai_endpoint.py +5 -5
- pulumi_gcp/vertex/ai_endpoint_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_endpoint_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_endpoint_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_feature_group.py +1 -1
- pulumi_gcp/vertex/ai_feature_group_feature.py +1 -1
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +5 -5
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_feature_store.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_index.py +1 -1
- pulumi_gcp/vertex/ai_index_endpoint.py +1 -1
- pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +1 -1
- pulumi_gcp/vertex/ai_metadata_store.py +1 -1
- pulumi_gcp/vertex/ai_tensorboard.py +1 -1
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_feature_group_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_feature_online_store_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_index.py +1 -1
- pulumi_gcp/vertex/outputs.py +1 -1
- pulumi_gcp/vmwareengine/__init__.py +1 -1
- pulumi_gcp/vmwareengine/_inputs.py +1 -1
- pulumi_gcp/vmwareengine/cluster.py +1 -1
- pulumi_gcp/vmwareengine/external_access_rule.py +1 -1
- pulumi_gcp/vmwareengine/external_address.py +1 -1
- pulumi_gcp/vmwareengine/get_cluster.py +1 -1
- pulumi_gcp/vmwareengine/get_external_access_rule.py +1 -1
- pulumi_gcp/vmwareengine/get_external_address.py +1 -1
- pulumi_gcp/vmwareengine/get_network.py +1 -1
- pulumi_gcp/vmwareengine/get_network_peering.py +1 -1
- pulumi_gcp/vmwareengine/get_network_policy.py +1 -1
- pulumi_gcp/vmwareengine/get_nsx_credentials.py +1 -1
- pulumi_gcp/vmwareengine/get_private_cloud.py +1 -1
- pulumi_gcp/vmwareengine/get_subnet.py +1 -1
- pulumi_gcp/vmwareengine/get_vcenter_credentials.py +1 -1
- pulumi_gcp/vmwareengine/network.py +1 -1
- pulumi_gcp/vmwareengine/network_peering.py +1 -1
- pulumi_gcp/vmwareengine/network_policy.py +1 -1
- pulumi_gcp/vmwareengine/outputs.py +1 -1
- pulumi_gcp/vmwareengine/private_cloud.py +1 -1
- pulumi_gcp/vmwareengine/subnet.py +1 -1
- pulumi_gcp/vpcaccess/__init__.py +1 -1
- pulumi_gcp/vpcaccess/_inputs.py +1 -1
- pulumi_gcp/vpcaccess/connector.py +15 -15
- pulumi_gcp/vpcaccess/get_connector.py +1 -1
- pulumi_gcp/vpcaccess/outputs.py +1 -1
- pulumi_gcp/workbench/__init__.py +1 -1
- pulumi_gcp/workbench/_inputs.py +1 -1
- pulumi_gcp/workbench/get_instance_iam_policy.py +1 -1
- pulumi_gcp/workbench/instance.py +1 -1
- pulumi_gcp/workbench/instance_iam_binding.py +1 -1
- pulumi_gcp/workbench/instance_iam_member.py +1 -1
- pulumi_gcp/workbench/instance_iam_policy.py +1 -1
- pulumi_gcp/workbench/outputs.py +1 -1
- pulumi_gcp/workflows/__init__.py +1 -1
- pulumi_gcp/workflows/workflow.py +1 -1
- pulumi_gcp/workstations/__init__.py +1 -1
- pulumi_gcp/workstations/_inputs.py +1 -1
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +1 -1
- pulumi_gcp/workstations/get_workstation_iam_policy.py +1 -1
- pulumi_gcp/workstations/outputs.py +1 -1
- pulumi_gcp/workstations/workstation.py +1 -1
- pulumi_gcp/workstations/workstation_cluster.py +1 -1
- pulumi_gcp/workstations/workstation_config.py +1 -1
- pulumi_gcp/workstations/workstation_config_iam_binding.py +1 -1
- pulumi_gcp/workstations/workstation_config_iam_member.py +1 -1
- pulumi_gcp/workstations/workstation_config_iam_policy.py +1 -1
- pulumi_gcp/workstations/workstation_iam_binding.py +1 -1
- pulumi_gcp/workstations/workstation_iam_member.py +1 -1
- pulumi_gcp/workstations/workstation_iam_policy.py +1 -1
- {pulumi_gcp-8.32.1a1747921707.dist-info → pulumi_gcp-8.33.0.dist-info}/METADATA +1 -1
- pulumi_gcp-8.33.0.dist-info/RECORD +1955 -0
- {pulumi_gcp-8.32.1a1747921707.dist-info → pulumi_gcp-8.33.0.dist-info}/WHEEL +1 -1
- pulumi_gcp-8.32.1a1747921707.dist-info/RECORD +0 -1932
- {pulumi_gcp-8.32.1a1747921707.dist-info → pulumi_gcp-8.33.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/cloudrunv2/_inputs.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -144,6 +144,56 @@ __all__ = [
|
|
144
144
|
'ServiceTrafficArgsDict',
|
145
145
|
'ServiceTrafficStatusArgs',
|
146
146
|
'ServiceTrafficStatusArgsDict',
|
147
|
+
'WorkerPoolBinaryAuthorizationArgs',
|
148
|
+
'WorkerPoolBinaryAuthorizationArgsDict',
|
149
|
+
'WorkerPoolConditionArgs',
|
150
|
+
'WorkerPoolConditionArgsDict',
|
151
|
+
'WorkerPoolIamBindingConditionArgs',
|
152
|
+
'WorkerPoolIamBindingConditionArgsDict',
|
153
|
+
'WorkerPoolIamMemberConditionArgs',
|
154
|
+
'WorkerPoolIamMemberConditionArgsDict',
|
155
|
+
'WorkerPoolInstanceSplitArgs',
|
156
|
+
'WorkerPoolInstanceSplitArgsDict',
|
157
|
+
'WorkerPoolInstanceSplitStatusArgs',
|
158
|
+
'WorkerPoolInstanceSplitStatusArgsDict',
|
159
|
+
'WorkerPoolScalingArgs',
|
160
|
+
'WorkerPoolScalingArgsDict',
|
161
|
+
'WorkerPoolTemplateArgs',
|
162
|
+
'WorkerPoolTemplateArgsDict',
|
163
|
+
'WorkerPoolTemplateContainerArgs',
|
164
|
+
'WorkerPoolTemplateContainerArgsDict',
|
165
|
+
'WorkerPoolTemplateContainerEnvArgs',
|
166
|
+
'WorkerPoolTemplateContainerEnvArgsDict',
|
167
|
+
'WorkerPoolTemplateContainerEnvValueSourceArgs',
|
168
|
+
'WorkerPoolTemplateContainerEnvValueSourceArgsDict',
|
169
|
+
'WorkerPoolTemplateContainerEnvValueSourceSecretKeyRefArgs',
|
170
|
+
'WorkerPoolTemplateContainerEnvValueSourceSecretKeyRefArgsDict',
|
171
|
+
'WorkerPoolTemplateContainerResourcesArgs',
|
172
|
+
'WorkerPoolTemplateContainerResourcesArgsDict',
|
173
|
+
'WorkerPoolTemplateContainerVolumeMountArgs',
|
174
|
+
'WorkerPoolTemplateContainerVolumeMountArgsDict',
|
175
|
+
'WorkerPoolTemplateNodeSelectorArgs',
|
176
|
+
'WorkerPoolTemplateNodeSelectorArgsDict',
|
177
|
+
'WorkerPoolTemplateVolumeArgs',
|
178
|
+
'WorkerPoolTemplateVolumeArgsDict',
|
179
|
+
'WorkerPoolTemplateVolumeCloudSqlInstanceArgs',
|
180
|
+
'WorkerPoolTemplateVolumeCloudSqlInstanceArgsDict',
|
181
|
+
'WorkerPoolTemplateVolumeEmptyDirArgs',
|
182
|
+
'WorkerPoolTemplateVolumeEmptyDirArgsDict',
|
183
|
+
'WorkerPoolTemplateVolumeGcsArgs',
|
184
|
+
'WorkerPoolTemplateVolumeGcsArgsDict',
|
185
|
+
'WorkerPoolTemplateVolumeNfsArgs',
|
186
|
+
'WorkerPoolTemplateVolumeNfsArgsDict',
|
187
|
+
'WorkerPoolTemplateVolumeSecretArgs',
|
188
|
+
'WorkerPoolTemplateVolumeSecretArgsDict',
|
189
|
+
'WorkerPoolTemplateVolumeSecretItemArgs',
|
190
|
+
'WorkerPoolTemplateVolumeSecretItemArgsDict',
|
191
|
+
'WorkerPoolTemplateVpcAccessArgs',
|
192
|
+
'WorkerPoolTemplateVpcAccessArgsDict',
|
193
|
+
'WorkerPoolTemplateVpcAccessNetworkInterfaceArgs',
|
194
|
+
'WorkerPoolTemplateVpcAccessNetworkInterfaceArgsDict',
|
195
|
+
'WorkerPoolTerminalConditionArgs',
|
196
|
+
'WorkerPoolTerminalConditionArgsDict',
|
147
197
|
]
|
148
198
|
|
149
199
|
MYPY = False
|
@@ -6044,3 +6094,2252 @@ class ServiceTrafficStatusArgs:
|
|
6044
6094
|
pulumi.set(self, "uri", value)
|
6045
6095
|
|
6046
6096
|
|
6097
|
+
if not MYPY:
|
6098
|
+
class WorkerPoolBinaryAuthorizationArgsDict(TypedDict):
|
6099
|
+
breakglass_justification: NotRequired[pulumi.Input[builtins.str]]
|
6100
|
+
"""
|
6101
|
+
If present, indicates to use Breakglass using this justification. If useDefault is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass
|
6102
|
+
"""
|
6103
|
+
policy: NotRequired[pulumi.Input[builtins.str]]
|
6104
|
+
"""
|
6105
|
+
The path to a binary authorization policy. Format: projects/{project}/platforms/cloudRun/{policy-name}
|
6106
|
+
"""
|
6107
|
+
use_default: NotRequired[pulumi.Input[builtins.bool]]
|
6108
|
+
"""
|
6109
|
+
If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
|
6110
|
+
"""
|
6111
|
+
elif False:
|
6112
|
+
WorkerPoolBinaryAuthorizationArgsDict: TypeAlias = Mapping[str, Any]
|
6113
|
+
|
6114
|
+
@pulumi.input_type
|
6115
|
+
class WorkerPoolBinaryAuthorizationArgs:
|
6116
|
+
def __init__(__self__, *,
|
6117
|
+
breakglass_justification: Optional[pulumi.Input[builtins.str]] = None,
|
6118
|
+
policy: Optional[pulumi.Input[builtins.str]] = None,
|
6119
|
+
use_default: Optional[pulumi.Input[builtins.bool]] = None):
|
6120
|
+
"""
|
6121
|
+
:param pulumi.Input[builtins.str] breakglass_justification: If present, indicates to use Breakglass using this justification. If useDefault is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass
|
6122
|
+
:param pulumi.Input[builtins.str] policy: The path to a binary authorization policy. Format: projects/{project}/platforms/cloudRun/{policy-name}
|
6123
|
+
:param pulumi.Input[builtins.bool] use_default: If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
|
6124
|
+
"""
|
6125
|
+
if breakglass_justification is not None:
|
6126
|
+
pulumi.set(__self__, "breakglass_justification", breakglass_justification)
|
6127
|
+
if policy is not None:
|
6128
|
+
pulumi.set(__self__, "policy", policy)
|
6129
|
+
if use_default is not None:
|
6130
|
+
pulumi.set(__self__, "use_default", use_default)
|
6131
|
+
|
6132
|
+
@property
|
6133
|
+
@pulumi.getter(name="breakglassJustification")
|
6134
|
+
def breakglass_justification(self) -> Optional[pulumi.Input[builtins.str]]:
|
6135
|
+
"""
|
6136
|
+
If present, indicates to use Breakglass using this justification. If useDefault is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass
|
6137
|
+
"""
|
6138
|
+
return pulumi.get(self, "breakglass_justification")
|
6139
|
+
|
6140
|
+
@breakglass_justification.setter
|
6141
|
+
def breakglass_justification(self, value: Optional[pulumi.Input[builtins.str]]):
|
6142
|
+
pulumi.set(self, "breakglass_justification", value)
|
6143
|
+
|
6144
|
+
@property
|
6145
|
+
@pulumi.getter
|
6146
|
+
def policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
6147
|
+
"""
|
6148
|
+
The path to a binary authorization policy. Format: projects/{project}/platforms/cloudRun/{policy-name}
|
6149
|
+
"""
|
6150
|
+
return pulumi.get(self, "policy")
|
6151
|
+
|
6152
|
+
@policy.setter
|
6153
|
+
def policy(self, value: Optional[pulumi.Input[builtins.str]]):
|
6154
|
+
pulumi.set(self, "policy", value)
|
6155
|
+
|
6156
|
+
@property
|
6157
|
+
@pulumi.getter(name="useDefault")
|
6158
|
+
def use_default(self) -> Optional[pulumi.Input[builtins.bool]]:
|
6159
|
+
"""
|
6160
|
+
If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
|
6161
|
+
"""
|
6162
|
+
return pulumi.get(self, "use_default")
|
6163
|
+
|
6164
|
+
@use_default.setter
|
6165
|
+
def use_default(self, value: Optional[pulumi.Input[builtins.bool]]):
|
6166
|
+
pulumi.set(self, "use_default", value)
|
6167
|
+
|
6168
|
+
|
6169
|
+
if not MYPY:
|
6170
|
+
class WorkerPoolConditionArgsDict(TypedDict):
|
6171
|
+
execution_reason: NotRequired[pulumi.Input[builtins.str]]
|
6172
|
+
"""
|
6173
|
+
(Output)
|
6174
|
+
A reason for the execution condition.
|
6175
|
+
"""
|
6176
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
6177
|
+
"""
|
6178
|
+
(Output)
|
6179
|
+
Last time the condition transitioned from one status to another.
|
6180
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
6181
|
+
"""
|
6182
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
6183
|
+
"""
|
6184
|
+
(Output)
|
6185
|
+
Human readable message indicating details about the current status.
|
6186
|
+
"""
|
6187
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
6188
|
+
"""
|
6189
|
+
(Output)
|
6190
|
+
A common (workerPool-level) reason for this condition.
|
6191
|
+
"""
|
6192
|
+
revision_reason: NotRequired[pulumi.Input[builtins.str]]
|
6193
|
+
"""
|
6194
|
+
(Output)
|
6195
|
+
A reason for the revision condition.
|
6196
|
+
"""
|
6197
|
+
severity: NotRequired[pulumi.Input[builtins.str]]
|
6198
|
+
"""
|
6199
|
+
(Output)
|
6200
|
+
How to interpret failures of this condition, one of Error, Warning, Info
|
6201
|
+
"""
|
6202
|
+
state: NotRequired[pulumi.Input[builtins.str]]
|
6203
|
+
"""
|
6204
|
+
(Output)
|
6205
|
+
State of the condition.
|
6206
|
+
"""
|
6207
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
6208
|
+
"""
|
6209
|
+
(Output)
|
6210
|
+
The allocation type for this instance split.
|
6211
|
+
"""
|
6212
|
+
elif False:
|
6213
|
+
WorkerPoolConditionArgsDict: TypeAlias = Mapping[str, Any]
|
6214
|
+
|
6215
|
+
@pulumi.input_type
|
6216
|
+
class WorkerPoolConditionArgs:
|
6217
|
+
def __init__(__self__, *,
|
6218
|
+
execution_reason: Optional[pulumi.Input[builtins.str]] = None,
|
6219
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
6220
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
6221
|
+
reason: Optional[pulumi.Input[builtins.str]] = None,
|
6222
|
+
revision_reason: Optional[pulumi.Input[builtins.str]] = None,
|
6223
|
+
severity: Optional[pulumi.Input[builtins.str]] = None,
|
6224
|
+
state: Optional[pulumi.Input[builtins.str]] = None,
|
6225
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
6226
|
+
"""
|
6227
|
+
:param pulumi.Input[builtins.str] execution_reason: (Output)
|
6228
|
+
A reason for the execution condition.
|
6229
|
+
:param pulumi.Input[builtins.str] last_transition_time: (Output)
|
6230
|
+
Last time the condition transitioned from one status to another.
|
6231
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
6232
|
+
:param pulumi.Input[builtins.str] message: (Output)
|
6233
|
+
Human readable message indicating details about the current status.
|
6234
|
+
:param pulumi.Input[builtins.str] reason: (Output)
|
6235
|
+
A common (workerPool-level) reason for this condition.
|
6236
|
+
:param pulumi.Input[builtins.str] revision_reason: (Output)
|
6237
|
+
A reason for the revision condition.
|
6238
|
+
:param pulumi.Input[builtins.str] severity: (Output)
|
6239
|
+
How to interpret failures of this condition, one of Error, Warning, Info
|
6240
|
+
:param pulumi.Input[builtins.str] state: (Output)
|
6241
|
+
State of the condition.
|
6242
|
+
:param pulumi.Input[builtins.str] type: (Output)
|
6243
|
+
The allocation type for this instance split.
|
6244
|
+
"""
|
6245
|
+
if execution_reason is not None:
|
6246
|
+
pulumi.set(__self__, "execution_reason", execution_reason)
|
6247
|
+
if last_transition_time is not None:
|
6248
|
+
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
6249
|
+
if message is not None:
|
6250
|
+
pulumi.set(__self__, "message", message)
|
6251
|
+
if reason is not None:
|
6252
|
+
pulumi.set(__self__, "reason", reason)
|
6253
|
+
if revision_reason is not None:
|
6254
|
+
pulumi.set(__self__, "revision_reason", revision_reason)
|
6255
|
+
if severity is not None:
|
6256
|
+
pulumi.set(__self__, "severity", severity)
|
6257
|
+
if state is not None:
|
6258
|
+
pulumi.set(__self__, "state", state)
|
6259
|
+
if type is not None:
|
6260
|
+
pulumi.set(__self__, "type", type)
|
6261
|
+
|
6262
|
+
@property
|
6263
|
+
@pulumi.getter(name="executionReason")
|
6264
|
+
def execution_reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
6265
|
+
"""
|
6266
|
+
(Output)
|
6267
|
+
A reason for the execution condition.
|
6268
|
+
"""
|
6269
|
+
return pulumi.get(self, "execution_reason")
|
6270
|
+
|
6271
|
+
@execution_reason.setter
|
6272
|
+
def execution_reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
6273
|
+
pulumi.set(self, "execution_reason", value)
|
6274
|
+
|
6275
|
+
@property
|
6276
|
+
@pulumi.getter(name="lastTransitionTime")
|
6277
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
6278
|
+
"""
|
6279
|
+
(Output)
|
6280
|
+
Last time the condition transitioned from one status to another.
|
6281
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
6282
|
+
"""
|
6283
|
+
return pulumi.get(self, "last_transition_time")
|
6284
|
+
|
6285
|
+
@last_transition_time.setter
|
6286
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
6287
|
+
pulumi.set(self, "last_transition_time", value)
|
6288
|
+
|
6289
|
+
@property
|
6290
|
+
@pulumi.getter
|
6291
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
6292
|
+
"""
|
6293
|
+
(Output)
|
6294
|
+
Human readable message indicating details about the current status.
|
6295
|
+
"""
|
6296
|
+
return pulumi.get(self, "message")
|
6297
|
+
|
6298
|
+
@message.setter
|
6299
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
6300
|
+
pulumi.set(self, "message", value)
|
6301
|
+
|
6302
|
+
@property
|
6303
|
+
@pulumi.getter
|
6304
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
6305
|
+
"""
|
6306
|
+
(Output)
|
6307
|
+
A common (workerPool-level) reason for this condition.
|
6308
|
+
"""
|
6309
|
+
return pulumi.get(self, "reason")
|
6310
|
+
|
6311
|
+
@reason.setter
|
6312
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
6313
|
+
pulumi.set(self, "reason", value)
|
6314
|
+
|
6315
|
+
@property
|
6316
|
+
@pulumi.getter(name="revisionReason")
|
6317
|
+
def revision_reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
6318
|
+
"""
|
6319
|
+
(Output)
|
6320
|
+
A reason for the revision condition.
|
6321
|
+
"""
|
6322
|
+
return pulumi.get(self, "revision_reason")
|
6323
|
+
|
6324
|
+
@revision_reason.setter
|
6325
|
+
def revision_reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
6326
|
+
pulumi.set(self, "revision_reason", value)
|
6327
|
+
|
6328
|
+
@property
|
6329
|
+
@pulumi.getter
|
6330
|
+
def severity(self) -> Optional[pulumi.Input[builtins.str]]:
|
6331
|
+
"""
|
6332
|
+
(Output)
|
6333
|
+
How to interpret failures of this condition, one of Error, Warning, Info
|
6334
|
+
"""
|
6335
|
+
return pulumi.get(self, "severity")
|
6336
|
+
|
6337
|
+
@severity.setter
|
6338
|
+
def severity(self, value: Optional[pulumi.Input[builtins.str]]):
|
6339
|
+
pulumi.set(self, "severity", value)
|
6340
|
+
|
6341
|
+
@property
|
6342
|
+
@pulumi.getter
|
6343
|
+
def state(self) -> Optional[pulumi.Input[builtins.str]]:
|
6344
|
+
"""
|
6345
|
+
(Output)
|
6346
|
+
State of the condition.
|
6347
|
+
"""
|
6348
|
+
return pulumi.get(self, "state")
|
6349
|
+
|
6350
|
+
@state.setter
|
6351
|
+
def state(self, value: Optional[pulumi.Input[builtins.str]]):
|
6352
|
+
pulumi.set(self, "state", value)
|
6353
|
+
|
6354
|
+
@property
|
6355
|
+
@pulumi.getter
|
6356
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
6357
|
+
"""
|
6358
|
+
(Output)
|
6359
|
+
The allocation type for this instance split.
|
6360
|
+
"""
|
6361
|
+
return pulumi.get(self, "type")
|
6362
|
+
|
6363
|
+
@type.setter
|
6364
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
6365
|
+
pulumi.set(self, "type", value)
|
6366
|
+
|
6367
|
+
|
6368
|
+
if not MYPY:
|
6369
|
+
class WorkerPoolIamBindingConditionArgsDict(TypedDict):
|
6370
|
+
expression: pulumi.Input[builtins.str]
|
6371
|
+
title: pulumi.Input[builtins.str]
|
6372
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
6373
|
+
elif False:
|
6374
|
+
WorkerPoolIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
|
6375
|
+
|
6376
|
+
@pulumi.input_type
|
6377
|
+
class WorkerPoolIamBindingConditionArgs:
|
6378
|
+
def __init__(__self__, *,
|
6379
|
+
expression: pulumi.Input[builtins.str],
|
6380
|
+
title: pulumi.Input[builtins.str],
|
6381
|
+
description: Optional[pulumi.Input[builtins.str]] = None):
|
6382
|
+
pulumi.set(__self__, "expression", expression)
|
6383
|
+
pulumi.set(__self__, "title", title)
|
6384
|
+
if description is not None:
|
6385
|
+
pulumi.set(__self__, "description", description)
|
6386
|
+
|
6387
|
+
@property
|
6388
|
+
@pulumi.getter
|
6389
|
+
def expression(self) -> pulumi.Input[builtins.str]:
|
6390
|
+
return pulumi.get(self, "expression")
|
6391
|
+
|
6392
|
+
@expression.setter
|
6393
|
+
def expression(self, value: pulumi.Input[builtins.str]):
|
6394
|
+
pulumi.set(self, "expression", value)
|
6395
|
+
|
6396
|
+
@property
|
6397
|
+
@pulumi.getter
|
6398
|
+
def title(self) -> pulumi.Input[builtins.str]:
|
6399
|
+
return pulumi.get(self, "title")
|
6400
|
+
|
6401
|
+
@title.setter
|
6402
|
+
def title(self, value: pulumi.Input[builtins.str]):
|
6403
|
+
pulumi.set(self, "title", value)
|
6404
|
+
|
6405
|
+
@property
|
6406
|
+
@pulumi.getter
|
6407
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
6408
|
+
return pulumi.get(self, "description")
|
6409
|
+
|
6410
|
+
@description.setter
|
6411
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
6412
|
+
pulumi.set(self, "description", value)
|
6413
|
+
|
6414
|
+
|
6415
|
+
if not MYPY:
|
6416
|
+
class WorkerPoolIamMemberConditionArgsDict(TypedDict):
|
6417
|
+
expression: pulumi.Input[builtins.str]
|
6418
|
+
title: pulumi.Input[builtins.str]
|
6419
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
6420
|
+
elif False:
|
6421
|
+
WorkerPoolIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
|
6422
|
+
|
6423
|
+
@pulumi.input_type
|
6424
|
+
class WorkerPoolIamMemberConditionArgs:
|
6425
|
+
def __init__(__self__, *,
|
6426
|
+
expression: pulumi.Input[builtins.str],
|
6427
|
+
title: pulumi.Input[builtins.str],
|
6428
|
+
description: Optional[pulumi.Input[builtins.str]] = None):
|
6429
|
+
pulumi.set(__self__, "expression", expression)
|
6430
|
+
pulumi.set(__self__, "title", title)
|
6431
|
+
if description is not None:
|
6432
|
+
pulumi.set(__self__, "description", description)
|
6433
|
+
|
6434
|
+
@property
|
6435
|
+
@pulumi.getter
|
6436
|
+
def expression(self) -> pulumi.Input[builtins.str]:
|
6437
|
+
return pulumi.get(self, "expression")
|
6438
|
+
|
6439
|
+
@expression.setter
|
6440
|
+
def expression(self, value: pulumi.Input[builtins.str]):
|
6441
|
+
pulumi.set(self, "expression", value)
|
6442
|
+
|
6443
|
+
@property
|
6444
|
+
@pulumi.getter
|
6445
|
+
def title(self) -> pulumi.Input[builtins.str]:
|
6446
|
+
return pulumi.get(self, "title")
|
6447
|
+
|
6448
|
+
@title.setter
|
6449
|
+
def title(self, value: pulumi.Input[builtins.str]):
|
6450
|
+
pulumi.set(self, "title", value)
|
6451
|
+
|
6452
|
+
@property
|
6453
|
+
@pulumi.getter
|
6454
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
6455
|
+
return pulumi.get(self, "description")
|
6456
|
+
|
6457
|
+
@description.setter
|
6458
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
6459
|
+
pulumi.set(self, "description", value)
|
6460
|
+
|
6461
|
+
|
6462
|
+
if not MYPY:
|
6463
|
+
class WorkerPoolInstanceSplitArgsDict(TypedDict):
|
6464
|
+
percent: NotRequired[pulumi.Input[builtins.int]]
|
6465
|
+
"""
|
6466
|
+
Specifies percent of the instance split to this Revision. This defaults to zero if unspecified.
|
6467
|
+
"""
|
6468
|
+
revision: NotRequired[pulumi.Input[builtins.str]]
|
6469
|
+
"""
|
6470
|
+
Revision to which to assign this portion of instances, if split allocation is by revision.
|
6471
|
+
"""
|
6472
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
6473
|
+
"""
|
6474
|
+
The allocation type for this instance split.
|
6475
|
+
Possible values are: `INSTANCE_SPLIT_ALLOCATION_TYPE_LATEST`, `INSTANCE_SPLIT_ALLOCATION_TYPE_REVISION`.
|
6476
|
+
"""
|
6477
|
+
elif False:
|
6478
|
+
WorkerPoolInstanceSplitArgsDict: TypeAlias = Mapping[str, Any]
|
6479
|
+
|
6480
|
+
@pulumi.input_type
|
6481
|
+
class WorkerPoolInstanceSplitArgs:
|
6482
|
+
def __init__(__self__, *,
|
6483
|
+
percent: Optional[pulumi.Input[builtins.int]] = None,
|
6484
|
+
revision: Optional[pulumi.Input[builtins.str]] = None,
|
6485
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
6486
|
+
"""
|
6487
|
+
:param pulumi.Input[builtins.int] percent: Specifies percent of the instance split to this Revision. This defaults to zero if unspecified.
|
6488
|
+
:param pulumi.Input[builtins.str] revision: Revision to which to assign this portion of instances, if split allocation is by revision.
|
6489
|
+
:param pulumi.Input[builtins.str] type: The allocation type for this instance split.
|
6490
|
+
Possible values are: `INSTANCE_SPLIT_ALLOCATION_TYPE_LATEST`, `INSTANCE_SPLIT_ALLOCATION_TYPE_REVISION`.
|
6491
|
+
"""
|
6492
|
+
if percent is not None:
|
6493
|
+
pulumi.set(__self__, "percent", percent)
|
6494
|
+
if revision is not None:
|
6495
|
+
pulumi.set(__self__, "revision", revision)
|
6496
|
+
if type is not None:
|
6497
|
+
pulumi.set(__self__, "type", type)
|
6498
|
+
|
6499
|
+
@property
|
6500
|
+
@pulumi.getter
|
6501
|
+
def percent(self) -> Optional[pulumi.Input[builtins.int]]:
|
6502
|
+
"""
|
6503
|
+
Specifies percent of the instance split to this Revision. This defaults to zero if unspecified.
|
6504
|
+
"""
|
6505
|
+
return pulumi.get(self, "percent")
|
6506
|
+
|
6507
|
+
@percent.setter
|
6508
|
+
def percent(self, value: Optional[pulumi.Input[builtins.int]]):
|
6509
|
+
pulumi.set(self, "percent", value)
|
6510
|
+
|
6511
|
+
@property
|
6512
|
+
@pulumi.getter
|
6513
|
+
def revision(self) -> Optional[pulumi.Input[builtins.str]]:
|
6514
|
+
"""
|
6515
|
+
Revision to which to assign this portion of instances, if split allocation is by revision.
|
6516
|
+
"""
|
6517
|
+
return pulumi.get(self, "revision")
|
6518
|
+
|
6519
|
+
@revision.setter
|
6520
|
+
def revision(self, value: Optional[pulumi.Input[builtins.str]]):
|
6521
|
+
pulumi.set(self, "revision", value)
|
6522
|
+
|
6523
|
+
@property
|
6524
|
+
@pulumi.getter
|
6525
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
6526
|
+
"""
|
6527
|
+
The allocation type for this instance split.
|
6528
|
+
Possible values are: `INSTANCE_SPLIT_ALLOCATION_TYPE_LATEST`, `INSTANCE_SPLIT_ALLOCATION_TYPE_REVISION`.
|
6529
|
+
"""
|
6530
|
+
return pulumi.get(self, "type")
|
6531
|
+
|
6532
|
+
@type.setter
|
6533
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
6534
|
+
pulumi.set(self, "type", value)
|
6535
|
+
|
6536
|
+
|
6537
|
+
if not MYPY:
|
6538
|
+
class WorkerPoolInstanceSplitStatusArgsDict(TypedDict):
|
6539
|
+
percent: NotRequired[pulumi.Input[builtins.int]]
|
6540
|
+
"""
|
6541
|
+
(Output)
|
6542
|
+
Specifies percent of the instance split to this Revision.
|
6543
|
+
"""
|
6544
|
+
revision: NotRequired[pulumi.Input[builtins.str]]
|
6545
|
+
"""
|
6546
|
+
(Output)
|
6547
|
+
Revision to which this instance split is assigned.
|
6548
|
+
"""
|
6549
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
6550
|
+
"""
|
6551
|
+
(Output)
|
6552
|
+
The allocation type for this instance split.
|
6553
|
+
"""
|
6554
|
+
elif False:
|
6555
|
+
WorkerPoolInstanceSplitStatusArgsDict: TypeAlias = Mapping[str, Any]
|
6556
|
+
|
6557
|
+
@pulumi.input_type
|
6558
|
+
class WorkerPoolInstanceSplitStatusArgs:
|
6559
|
+
def __init__(__self__, *,
|
6560
|
+
percent: Optional[pulumi.Input[builtins.int]] = None,
|
6561
|
+
revision: Optional[pulumi.Input[builtins.str]] = None,
|
6562
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
6563
|
+
"""
|
6564
|
+
:param pulumi.Input[builtins.int] percent: (Output)
|
6565
|
+
Specifies percent of the instance split to this Revision.
|
6566
|
+
:param pulumi.Input[builtins.str] revision: (Output)
|
6567
|
+
Revision to which this instance split is assigned.
|
6568
|
+
:param pulumi.Input[builtins.str] type: (Output)
|
6569
|
+
The allocation type for this instance split.
|
6570
|
+
"""
|
6571
|
+
if percent is not None:
|
6572
|
+
pulumi.set(__self__, "percent", percent)
|
6573
|
+
if revision is not None:
|
6574
|
+
pulumi.set(__self__, "revision", revision)
|
6575
|
+
if type is not None:
|
6576
|
+
pulumi.set(__self__, "type", type)
|
6577
|
+
|
6578
|
+
@property
|
6579
|
+
@pulumi.getter
|
6580
|
+
def percent(self) -> Optional[pulumi.Input[builtins.int]]:
|
6581
|
+
"""
|
6582
|
+
(Output)
|
6583
|
+
Specifies percent of the instance split to this Revision.
|
6584
|
+
"""
|
6585
|
+
return pulumi.get(self, "percent")
|
6586
|
+
|
6587
|
+
@percent.setter
|
6588
|
+
def percent(self, value: Optional[pulumi.Input[builtins.int]]):
|
6589
|
+
pulumi.set(self, "percent", value)
|
6590
|
+
|
6591
|
+
@property
|
6592
|
+
@pulumi.getter
|
6593
|
+
def revision(self) -> Optional[pulumi.Input[builtins.str]]:
|
6594
|
+
"""
|
6595
|
+
(Output)
|
6596
|
+
Revision to which this instance split is assigned.
|
6597
|
+
"""
|
6598
|
+
return pulumi.get(self, "revision")
|
6599
|
+
|
6600
|
+
@revision.setter
|
6601
|
+
def revision(self, value: Optional[pulumi.Input[builtins.str]]):
|
6602
|
+
pulumi.set(self, "revision", value)
|
6603
|
+
|
6604
|
+
@property
|
6605
|
+
@pulumi.getter
|
6606
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
6607
|
+
"""
|
6608
|
+
(Output)
|
6609
|
+
The allocation type for this instance split.
|
6610
|
+
"""
|
6611
|
+
return pulumi.get(self, "type")
|
6612
|
+
|
6613
|
+
@type.setter
|
6614
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
6615
|
+
pulumi.set(self, "type", value)
|
6616
|
+
|
6617
|
+
|
6618
|
+
if not MYPY:
|
6619
|
+
class WorkerPoolScalingArgsDict(TypedDict):
|
6620
|
+
manual_instance_count: NotRequired[pulumi.Input[builtins.int]]
|
6621
|
+
"""
|
6622
|
+
The total number of instances in manual scaling mode.
|
6623
|
+
"""
|
6624
|
+
max_instance_count: NotRequired[pulumi.Input[builtins.int]]
|
6625
|
+
"""
|
6626
|
+
The maximum count of instances distributed among revisions based on the specified instance split percentages.
|
6627
|
+
"""
|
6628
|
+
min_instance_count: NotRequired[pulumi.Input[builtins.int]]
|
6629
|
+
"""
|
6630
|
+
The minimum count of instances distributed among revisions based on the specified instance split percentages.
|
6631
|
+
"""
|
6632
|
+
scaling_mode: NotRequired[pulumi.Input[builtins.str]]
|
6633
|
+
"""
|
6634
|
+
The scaling mode for the worker pool. It defaults to MANUAL.
|
6635
|
+
Possible values are: `AUTOMATIC`, `MANUAL`.
|
6636
|
+
"""
|
6637
|
+
elif False:
|
6638
|
+
WorkerPoolScalingArgsDict: TypeAlias = Mapping[str, Any]
|
6639
|
+
|
6640
|
+
@pulumi.input_type
|
6641
|
+
class WorkerPoolScalingArgs:
|
6642
|
+
def __init__(__self__, *,
|
6643
|
+
manual_instance_count: Optional[pulumi.Input[builtins.int]] = None,
|
6644
|
+
max_instance_count: Optional[pulumi.Input[builtins.int]] = None,
|
6645
|
+
min_instance_count: Optional[pulumi.Input[builtins.int]] = None,
|
6646
|
+
scaling_mode: Optional[pulumi.Input[builtins.str]] = None):
|
6647
|
+
"""
|
6648
|
+
:param pulumi.Input[builtins.int] manual_instance_count: The total number of instances in manual scaling mode.
|
6649
|
+
:param pulumi.Input[builtins.int] max_instance_count: The maximum count of instances distributed among revisions based on the specified instance split percentages.
|
6650
|
+
:param pulumi.Input[builtins.int] min_instance_count: The minimum count of instances distributed among revisions based on the specified instance split percentages.
|
6651
|
+
:param pulumi.Input[builtins.str] scaling_mode: The scaling mode for the worker pool. It defaults to MANUAL.
|
6652
|
+
Possible values are: `AUTOMATIC`, `MANUAL`.
|
6653
|
+
"""
|
6654
|
+
if manual_instance_count is not None:
|
6655
|
+
pulumi.set(__self__, "manual_instance_count", manual_instance_count)
|
6656
|
+
if max_instance_count is not None:
|
6657
|
+
pulumi.set(__self__, "max_instance_count", max_instance_count)
|
6658
|
+
if min_instance_count is not None:
|
6659
|
+
pulumi.set(__self__, "min_instance_count", min_instance_count)
|
6660
|
+
if scaling_mode is not None:
|
6661
|
+
pulumi.set(__self__, "scaling_mode", scaling_mode)
|
6662
|
+
|
6663
|
+
@property
|
6664
|
+
@pulumi.getter(name="manualInstanceCount")
|
6665
|
+
def manual_instance_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
6666
|
+
"""
|
6667
|
+
The total number of instances in manual scaling mode.
|
6668
|
+
"""
|
6669
|
+
return pulumi.get(self, "manual_instance_count")
|
6670
|
+
|
6671
|
+
@manual_instance_count.setter
|
6672
|
+
def manual_instance_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
6673
|
+
pulumi.set(self, "manual_instance_count", value)
|
6674
|
+
|
6675
|
+
@property
|
6676
|
+
@pulumi.getter(name="maxInstanceCount")
|
6677
|
+
def max_instance_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
6678
|
+
"""
|
6679
|
+
The maximum count of instances distributed among revisions based on the specified instance split percentages.
|
6680
|
+
"""
|
6681
|
+
return pulumi.get(self, "max_instance_count")
|
6682
|
+
|
6683
|
+
@max_instance_count.setter
|
6684
|
+
def max_instance_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
6685
|
+
pulumi.set(self, "max_instance_count", value)
|
6686
|
+
|
6687
|
+
@property
|
6688
|
+
@pulumi.getter(name="minInstanceCount")
|
6689
|
+
def min_instance_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
6690
|
+
"""
|
6691
|
+
The minimum count of instances distributed among revisions based on the specified instance split percentages.
|
6692
|
+
"""
|
6693
|
+
return pulumi.get(self, "min_instance_count")
|
6694
|
+
|
6695
|
+
@min_instance_count.setter
|
6696
|
+
def min_instance_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
6697
|
+
pulumi.set(self, "min_instance_count", value)
|
6698
|
+
|
6699
|
+
@property
|
6700
|
+
@pulumi.getter(name="scalingMode")
|
6701
|
+
def scaling_mode(self) -> Optional[pulumi.Input[builtins.str]]:
|
6702
|
+
"""
|
6703
|
+
The scaling mode for the worker pool. It defaults to MANUAL.
|
6704
|
+
Possible values are: `AUTOMATIC`, `MANUAL`.
|
6705
|
+
"""
|
6706
|
+
return pulumi.get(self, "scaling_mode")
|
6707
|
+
|
6708
|
+
@scaling_mode.setter
|
6709
|
+
def scaling_mode(self, value: Optional[pulumi.Input[builtins.str]]):
|
6710
|
+
pulumi.set(self, "scaling_mode", value)
|
6711
|
+
|
6712
|
+
|
6713
|
+
if not MYPY:
|
6714
|
+
class WorkerPoolTemplateArgsDict(TypedDict):
|
6715
|
+
annotations: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
6716
|
+
"""
|
6717
|
+
Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
|
6718
|
+
Cloud Run API v2 does not support annotations with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected.
|
6719
|
+
All system annotations in v1 now have a corresponding field in v2 WorkerPoolRevisionTemplate.
|
6720
|
+
This field follows Kubernetes annotations' namespacing, limits, and rules.
|
6721
|
+
"""
|
6722
|
+
containers: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateContainerArgsDict']]]]
|
6723
|
+
"""
|
6724
|
+
Holds the containers that define the unit of execution for this WorkerPool.
|
6725
|
+
Structure is documented below.
|
6726
|
+
"""
|
6727
|
+
encryption_key: NotRequired[pulumi.Input[builtins.str]]
|
6728
|
+
"""
|
6729
|
+
A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
|
6730
|
+
"""
|
6731
|
+
encryption_key_revocation_action: NotRequired[pulumi.Input[builtins.str]]
|
6732
|
+
"""
|
6733
|
+
The action to take if the encryption key is revoked.
|
6734
|
+
Possible values are: `PREVENT_NEW`, `SHUTDOWN`.
|
6735
|
+
"""
|
6736
|
+
encryption_key_shutdown_duration: NotRequired[pulumi.Input[builtins.str]]
|
6737
|
+
"""
|
6738
|
+
If encryptionKeyRevocationAction is SHUTDOWN, the duration before shutting down all instances. The minimum increment is 1 hour.
|
6739
|
+
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
6740
|
+
"""
|
6741
|
+
gpu_zonal_redundancy_disabled: NotRequired[pulumi.Input[builtins.bool]]
|
6742
|
+
"""
|
6743
|
+
True if GPU zonal redundancy is disabled on this revision.
|
6744
|
+
"""
|
6745
|
+
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
6746
|
+
"""
|
6747
|
+
Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc.
|
6748
|
+
For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.
|
6749
|
+
Cloud Run API v2 does not support labels with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected.
|
6750
|
+
All system labels in v1 now have a corresponding field in v2 WorkerPoolRevisionTemplate.
|
6751
|
+
"""
|
6752
|
+
node_selector: NotRequired[pulumi.Input['WorkerPoolTemplateNodeSelectorArgsDict']]
|
6753
|
+
"""
|
6754
|
+
Node Selector describes the hardware requirements of the resources.
|
6755
|
+
Structure is documented below.
|
6756
|
+
"""
|
6757
|
+
revision: NotRequired[pulumi.Input[builtins.str]]
|
6758
|
+
"""
|
6759
|
+
The unique name for the revision. If this field is omitted, it will be automatically generated based on the WorkerPool name.
|
6760
|
+
"""
|
6761
|
+
service_account: NotRequired[pulumi.Input[builtins.str]]
|
6762
|
+
"""
|
6763
|
+
Email address of the IAM service account associated with the revision of the WorkerPool. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.
|
6764
|
+
"""
|
6765
|
+
volumes: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateVolumeArgsDict']]]]
|
6766
|
+
"""
|
6767
|
+
A list of Volumes to make available to containers.
|
6768
|
+
Structure is documented below.
|
6769
|
+
"""
|
6770
|
+
vpc_access: NotRequired[pulumi.Input['WorkerPoolTemplateVpcAccessArgsDict']]
|
6771
|
+
"""
|
6772
|
+
VPC Access configuration to use for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
|
6773
|
+
Structure is documented below.
|
6774
|
+
"""
|
6775
|
+
elif False:
|
6776
|
+
WorkerPoolTemplateArgsDict: TypeAlias = Mapping[str, Any]
|
6777
|
+
|
6778
|
+
@pulumi.input_type
|
6779
|
+
class WorkerPoolTemplateArgs:
|
6780
|
+
def __init__(__self__, *,
|
6781
|
+
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
6782
|
+
containers: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateContainerArgs']]]] = None,
|
6783
|
+
encryption_key: Optional[pulumi.Input[builtins.str]] = None,
|
6784
|
+
encryption_key_revocation_action: Optional[pulumi.Input[builtins.str]] = None,
|
6785
|
+
encryption_key_shutdown_duration: Optional[pulumi.Input[builtins.str]] = None,
|
6786
|
+
gpu_zonal_redundancy_disabled: Optional[pulumi.Input[builtins.bool]] = None,
|
6787
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
6788
|
+
node_selector: Optional[pulumi.Input['WorkerPoolTemplateNodeSelectorArgs']] = None,
|
6789
|
+
revision: Optional[pulumi.Input[builtins.str]] = None,
|
6790
|
+
service_account: Optional[pulumi.Input[builtins.str]] = None,
|
6791
|
+
volumes: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateVolumeArgs']]]] = None,
|
6792
|
+
vpc_access: Optional[pulumi.Input['WorkerPoolTemplateVpcAccessArgs']] = None):
|
6793
|
+
"""
|
6794
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] annotations: Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
|
6795
|
+
Cloud Run API v2 does not support annotations with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected.
|
6796
|
+
All system annotations in v1 now have a corresponding field in v2 WorkerPoolRevisionTemplate.
|
6797
|
+
This field follows Kubernetes annotations' namespacing, limits, and rules.
|
6798
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateContainerArgs']]] containers: Holds the containers that define the unit of execution for this WorkerPool.
|
6799
|
+
Structure is documented below.
|
6800
|
+
:param pulumi.Input[builtins.str] encryption_key: A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
|
6801
|
+
:param pulumi.Input[builtins.str] encryption_key_revocation_action: The action to take if the encryption key is revoked.
|
6802
|
+
Possible values are: `PREVENT_NEW`, `SHUTDOWN`.
|
6803
|
+
:param pulumi.Input[builtins.str] encryption_key_shutdown_duration: If encryptionKeyRevocationAction is SHUTDOWN, the duration before shutting down all instances. The minimum increment is 1 hour.
|
6804
|
+
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
6805
|
+
:param pulumi.Input[builtins.bool] gpu_zonal_redundancy_disabled: True if GPU zonal redundancy is disabled on this revision.
|
6806
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc.
|
6807
|
+
For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.
|
6808
|
+
Cloud Run API v2 does not support labels with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected.
|
6809
|
+
All system labels in v1 now have a corresponding field in v2 WorkerPoolRevisionTemplate.
|
6810
|
+
:param pulumi.Input['WorkerPoolTemplateNodeSelectorArgs'] node_selector: Node Selector describes the hardware requirements of the resources.
|
6811
|
+
Structure is documented below.
|
6812
|
+
:param pulumi.Input[builtins.str] revision: The unique name for the revision. If this field is omitted, it will be automatically generated based on the WorkerPool name.
|
6813
|
+
:param pulumi.Input[builtins.str] service_account: Email address of the IAM service account associated with the revision of the WorkerPool. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.
|
6814
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateVolumeArgs']]] volumes: A list of Volumes to make available to containers.
|
6815
|
+
Structure is documented below.
|
6816
|
+
:param pulumi.Input['WorkerPoolTemplateVpcAccessArgs'] vpc_access: VPC Access configuration to use for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
|
6817
|
+
Structure is documented below.
|
6818
|
+
"""
|
6819
|
+
if annotations is not None:
|
6820
|
+
pulumi.set(__self__, "annotations", annotations)
|
6821
|
+
if containers is not None:
|
6822
|
+
pulumi.set(__self__, "containers", containers)
|
6823
|
+
if encryption_key is not None:
|
6824
|
+
pulumi.set(__self__, "encryption_key", encryption_key)
|
6825
|
+
if encryption_key_revocation_action is not None:
|
6826
|
+
pulumi.set(__self__, "encryption_key_revocation_action", encryption_key_revocation_action)
|
6827
|
+
if encryption_key_shutdown_duration is not None:
|
6828
|
+
pulumi.set(__self__, "encryption_key_shutdown_duration", encryption_key_shutdown_duration)
|
6829
|
+
if gpu_zonal_redundancy_disabled is not None:
|
6830
|
+
pulumi.set(__self__, "gpu_zonal_redundancy_disabled", gpu_zonal_redundancy_disabled)
|
6831
|
+
if labels is not None:
|
6832
|
+
pulumi.set(__self__, "labels", labels)
|
6833
|
+
if node_selector is not None:
|
6834
|
+
pulumi.set(__self__, "node_selector", node_selector)
|
6835
|
+
if revision is not None:
|
6836
|
+
pulumi.set(__self__, "revision", revision)
|
6837
|
+
if service_account is not None:
|
6838
|
+
pulumi.set(__self__, "service_account", service_account)
|
6839
|
+
if volumes is not None:
|
6840
|
+
pulumi.set(__self__, "volumes", volumes)
|
6841
|
+
if vpc_access is not None:
|
6842
|
+
pulumi.set(__self__, "vpc_access", vpc_access)
|
6843
|
+
|
6844
|
+
@property
|
6845
|
+
@pulumi.getter
|
6846
|
+
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
6847
|
+
"""
|
6848
|
+
Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
|
6849
|
+
Cloud Run API v2 does not support annotations with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected.
|
6850
|
+
All system annotations in v1 now have a corresponding field in v2 WorkerPoolRevisionTemplate.
|
6851
|
+
This field follows Kubernetes annotations' namespacing, limits, and rules.
|
6852
|
+
"""
|
6853
|
+
return pulumi.get(self, "annotations")
|
6854
|
+
|
6855
|
+
@annotations.setter
|
6856
|
+
def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
6857
|
+
pulumi.set(self, "annotations", value)
|
6858
|
+
|
6859
|
+
@property
|
6860
|
+
@pulumi.getter
|
6861
|
+
def containers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateContainerArgs']]]]:
|
6862
|
+
"""
|
6863
|
+
Holds the containers that define the unit of execution for this WorkerPool.
|
6864
|
+
Structure is documented below.
|
6865
|
+
"""
|
6866
|
+
return pulumi.get(self, "containers")
|
6867
|
+
|
6868
|
+
@containers.setter
|
6869
|
+
def containers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateContainerArgs']]]]):
|
6870
|
+
pulumi.set(self, "containers", value)
|
6871
|
+
|
6872
|
+
@property
|
6873
|
+
@pulumi.getter(name="encryptionKey")
|
6874
|
+
def encryption_key(self) -> Optional[pulumi.Input[builtins.str]]:
|
6875
|
+
"""
|
6876
|
+
A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
|
6877
|
+
"""
|
6878
|
+
return pulumi.get(self, "encryption_key")
|
6879
|
+
|
6880
|
+
@encryption_key.setter
|
6881
|
+
def encryption_key(self, value: Optional[pulumi.Input[builtins.str]]):
|
6882
|
+
pulumi.set(self, "encryption_key", value)
|
6883
|
+
|
6884
|
+
@property
|
6885
|
+
@pulumi.getter(name="encryptionKeyRevocationAction")
|
6886
|
+
def encryption_key_revocation_action(self) -> Optional[pulumi.Input[builtins.str]]:
|
6887
|
+
"""
|
6888
|
+
The action to take if the encryption key is revoked.
|
6889
|
+
Possible values are: `PREVENT_NEW`, `SHUTDOWN`.
|
6890
|
+
"""
|
6891
|
+
return pulumi.get(self, "encryption_key_revocation_action")
|
6892
|
+
|
6893
|
+
@encryption_key_revocation_action.setter
|
6894
|
+
def encryption_key_revocation_action(self, value: Optional[pulumi.Input[builtins.str]]):
|
6895
|
+
pulumi.set(self, "encryption_key_revocation_action", value)
|
6896
|
+
|
6897
|
+
@property
|
6898
|
+
@pulumi.getter(name="encryptionKeyShutdownDuration")
|
6899
|
+
def encryption_key_shutdown_duration(self) -> Optional[pulumi.Input[builtins.str]]:
|
6900
|
+
"""
|
6901
|
+
If encryptionKeyRevocationAction is SHUTDOWN, the duration before shutting down all instances. The minimum increment is 1 hour.
|
6902
|
+
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
6903
|
+
"""
|
6904
|
+
return pulumi.get(self, "encryption_key_shutdown_duration")
|
6905
|
+
|
6906
|
+
@encryption_key_shutdown_duration.setter
|
6907
|
+
def encryption_key_shutdown_duration(self, value: Optional[pulumi.Input[builtins.str]]):
|
6908
|
+
pulumi.set(self, "encryption_key_shutdown_duration", value)
|
6909
|
+
|
6910
|
+
@property
|
6911
|
+
@pulumi.getter(name="gpuZonalRedundancyDisabled")
|
6912
|
+
def gpu_zonal_redundancy_disabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
6913
|
+
"""
|
6914
|
+
True if GPU zonal redundancy is disabled on this revision.
|
6915
|
+
"""
|
6916
|
+
return pulumi.get(self, "gpu_zonal_redundancy_disabled")
|
6917
|
+
|
6918
|
+
@gpu_zonal_redundancy_disabled.setter
|
6919
|
+
def gpu_zonal_redundancy_disabled(self, value: Optional[pulumi.Input[builtins.bool]]):
|
6920
|
+
pulumi.set(self, "gpu_zonal_redundancy_disabled", value)
|
6921
|
+
|
6922
|
+
@property
|
6923
|
+
@pulumi.getter
|
6924
|
+
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
6925
|
+
"""
|
6926
|
+
Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc.
|
6927
|
+
For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.
|
6928
|
+
Cloud Run API v2 does not support labels with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected.
|
6929
|
+
All system labels in v1 now have a corresponding field in v2 WorkerPoolRevisionTemplate.
|
6930
|
+
"""
|
6931
|
+
return pulumi.get(self, "labels")
|
6932
|
+
|
6933
|
+
@labels.setter
|
6934
|
+
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
6935
|
+
pulumi.set(self, "labels", value)
|
6936
|
+
|
6937
|
+
@property
|
6938
|
+
@pulumi.getter(name="nodeSelector")
|
6939
|
+
def node_selector(self) -> Optional[pulumi.Input['WorkerPoolTemplateNodeSelectorArgs']]:
|
6940
|
+
"""
|
6941
|
+
Node Selector describes the hardware requirements of the resources.
|
6942
|
+
Structure is documented below.
|
6943
|
+
"""
|
6944
|
+
return pulumi.get(self, "node_selector")
|
6945
|
+
|
6946
|
+
@node_selector.setter
|
6947
|
+
def node_selector(self, value: Optional[pulumi.Input['WorkerPoolTemplateNodeSelectorArgs']]):
|
6948
|
+
pulumi.set(self, "node_selector", value)
|
6949
|
+
|
6950
|
+
@property
|
6951
|
+
@pulumi.getter
|
6952
|
+
def revision(self) -> Optional[pulumi.Input[builtins.str]]:
|
6953
|
+
"""
|
6954
|
+
The unique name for the revision. If this field is omitted, it will be automatically generated based on the WorkerPool name.
|
6955
|
+
"""
|
6956
|
+
return pulumi.get(self, "revision")
|
6957
|
+
|
6958
|
+
@revision.setter
|
6959
|
+
def revision(self, value: Optional[pulumi.Input[builtins.str]]):
|
6960
|
+
pulumi.set(self, "revision", value)
|
6961
|
+
|
6962
|
+
@property
|
6963
|
+
@pulumi.getter(name="serviceAccount")
|
6964
|
+
def service_account(self) -> Optional[pulumi.Input[builtins.str]]:
|
6965
|
+
"""
|
6966
|
+
Email address of the IAM service account associated with the revision of the WorkerPool. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.
|
6967
|
+
"""
|
6968
|
+
return pulumi.get(self, "service_account")
|
6969
|
+
|
6970
|
+
@service_account.setter
|
6971
|
+
def service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
6972
|
+
pulumi.set(self, "service_account", value)
|
6973
|
+
|
6974
|
+
@property
|
6975
|
+
@pulumi.getter
|
6976
|
+
def volumes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateVolumeArgs']]]]:
|
6977
|
+
"""
|
6978
|
+
A list of Volumes to make available to containers.
|
6979
|
+
Structure is documented below.
|
6980
|
+
"""
|
6981
|
+
return pulumi.get(self, "volumes")
|
6982
|
+
|
6983
|
+
@volumes.setter
|
6984
|
+
def volumes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateVolumeArgs']]]]):
|
6985
|
+
pulumi.set(self, "volumes", value)
|
6986
|
+
|
6987
|
+
@property
|
6988
|
+
@pulumi.getter(name="vpcAccess")
|
6989
|
+
def vpc_access(self) -> Optional[pulumi.Input['WorkerPoolTemplateVpcAccessArgs']]:
|
6990
|
+
"""
|
6991
|
+
VPC Access configuration to use for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
|
6992
|
+
Structure is documented below.
|
6993
|
+
"""
|
6994
|
+
return pulumi.get(self, "vpc_access")
|
6995
|
+
|
6996
|
+
@vpc_access.setter
|
6997
|
+
def vpc_access(self, value: Optional[pulumi.Input['WorkerPoolTemplateVpcAccessArgs']]):
|
6998
|
+
pulumi.set(self, "vpc_access", value)
|
6999
|
+
|
7000
|
+
|
7001
|
+
if not MYPY:
|
7002
|
+
class WorkerPoolTemplateContainerArgsDict(TypedDict):
|
7003
|
+
image: pulumi.Input[builtins.str]
|
7004
|
+
"""
|
7005
|
+
URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images
|
7006
|
+
"""
|
7007
|
+
args: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
7008
|
+
"""
|
7009
|
+
Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
|
7010
|
+
"""
|
7011
|
+
commands: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
7012
|
+
"""
|
7013
|
+
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
|
7014
|
+
"""
|
7015
|
+
depends_ons: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
7016
|
+
"""
|
7017
|
+
Containers which should be started before this container. If specified the container will wait to start until all containers with the listed names are healthy.
|
7018
|
+
"""
|
7019
|
+
envs: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateContainerEnvArgsDict']]]]
|
7020
|
+
"""
|
7021
|
+
List of environment variables to set in the container.
|
7022
|
+
Structure is documented below.
|
7023
|
+
"""
|
7024
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
7025
|
+
"""
|
7026
|
+
Name of the container specified as a DNS_LABEL.
|
7027
|
+
"""
|
7028
|
+
resources: NotRequired[pulumi.Input['WorkerPoolTemplateContainerResourcesArgsDict']]
|
7029
|
+
"""
|
7030
|
+
Compute Resource requirements by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
|
7031
|
+
Structure is documented below.
|
7032
|
+
"""
|
7033
|
+
volume_mounts: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateContainerVolumeMountArgsDict']]]]
|
7034
|
+
"""
|
7035
|
+
Volume to mount into the container's filesystem.
|
7036
|
+
Structure is documented below.
|
7037
|
+
"""
|
7038
|
+
working_dir: NotRequired[pulumi.Input[builtins.str]]
|
7039
|
+
"""
|
7040
|
+
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
|
7041
|
+
"""
|
7042
|
+
elif False:
|
7043
|
+
WorkerPoolTemplateContainerArgsDict: TypeAlias = Mapping[str, Any]
|
7044
|
+
|
7045
|
+
@pulumi.input_type
|
7046
|
+
class WorkerPoolTemplateContainerArgs:
|
7047
|
+
def __init__(__self__, *,
|
7048
|
+
image: pulumi.Input[builtins.str],
|
7049
|
+
args: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
7050
|
+
commands: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
7051
|
+
depends_ons: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
7052
|
+
envs: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateContainerEnvArgs']]]] = None,
|
7053
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
7054
|
+
resources: Optional[pulumi.Input['WorkerPoolTemplateContainerResourcesArgs']] = None,
|
7055
|
+
volume_mounts: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateContainerVolumeMountArgs']]]] = None,
|
7056
|
+
working_dir: Optional[pulumi.Input[builtins.str]] = None):
|
7057
|
+
"""
|
7058
|
+
:param pulumi.Input[builtins.str] image: URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images
|
7059
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] args: Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
|
7060
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] commands: Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
|
7061
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] depends_ons: Containers which should be started before this container. If specified the container will wait to start until all containers with the listed names are healthy.
|
7062
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateContainerEnvArgs']]] envs: List of environment variables to set in the container.
|
7063
|
+
Structure is documented below.
|
7064
|
+
:param pulumi.Input[builtins.str] name: Name of the container specified as a DNS_LABEL.
|
7065
|
+
:param pulumi.Input['WorkerPoolTemplateContainerResourcesArgs'] resources: Compute Resource requirements by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
|
7066
|
+
Structure is documented below.
|
7067
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateContainerVolumeMountArgs']]] volume_mounts: Volume to mount into the container's filesystem.
|
7068
|
+
Structure is documented below.
|
7069
|
+
:param pulumi.Input[builtins.str] working_dir: Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
|
7070
|
+
"""
|
7071
|
+
pulumi.set(__self__, "image", image)
|
7072
|
+
if args is not None:
|
7073
|
+
pulumi.set(__self__, "args", args)
|
7074
|
+
if commands is not None:
|
7075
|
+
pulumi.set(__self__, "commands", commands)
|
7076
|
+
if depends_ons is not None:
|
7077
|
+
pulumi.set(__self__, "depends_ons", depends_ons)
|
7078
|
+
if envs is not None:
|
7079
|
+
pulumi.set(__self__, "envs", envs)
|
7080
|
+
if name is not None:
|
7081
|
+
pulumi.set(__self__, "name", name)
|
7082
|
+
if resources is not None:
|
7083
|
+
pulumi.set(__self__, "resources", resources)
|
7084
|
+
if volume_mounts is not None:
|
7085
|
+
pulumi.set(__self__, "volume_mounts", volume_mounts)
|
7086
|
+
if working_dir is not None:
|
7087
|
+
pulumi.set(__self__, "working_dir", working_dir)
|
7088
|
+
|
7089
|
+
@property
|
7090
|
+
@pulumi.getter
|
7091
|
+
def image(self) -> pulumi.Input[builtins.str]:
|
7092
|
+
"""
|
7093
|
+
URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images
|
7094
|
+
"""
|
7095
|
+
return pulumi.get(self, "image")
|
7096
|
+
|
7097
|
+
@image.setter
|
7098
|
+
def image(self, value: pulumi.Input[builtins.str]):
|
7099
|
+
pulumi.set(self, "image", value)
|
7100
|
+
|
7101
|
+
@property
|
7102
|
+
@pulumi.getter
|
7103
|
+
def args(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
7104
|
+
"""
|
7105
|
+
Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
|
7106
|
+
"""
|
7107
|
+
return pulumi.get(self, "args")
|
7108
|
+
|
7109
|
+
@args.setter
|
7110
|
+
def args(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
7111
|
+
pulumi.set(self, "args", value)
|
7112
|
+
|
7113
|
+
@property
|
7114
|
+
@pulumi.getter
|
7115
|
+
def commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
7116
|
+
"""
|
7117
|
+
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
|
7118
|
+
"""
|
7119
|
+
return pulumi.get(self, "commands")
|
7120
|
+
|
7121
|
+
@commands.setter
|
7122
|
+
def commands(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
7123
|
+
pulumi.set(self, "commands", value)
|
7124
|
+
|
7125
|
+
@property
|
7126
|
+
@pulumi.getter(name="dependsOns")
|
7127
|
+
def depends_ons(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
7128
|
+
"""
|
7129
|
+
Containers which should be started before this container. If specified the container will wait to start until all containers with the listed names are healthy.
|
7130
|
+
"""
|
7131
|
+
return pulumi.get(self, "depends_ons")
|
7132
|
+
|
7133
|
+
@depends_ons.setter
|
7134
|
+
def depends_ons(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
7135
|
+
pulumi.set(self, "depends_ons", value)
|
7136
|
+
|
7137
|
+
@property
|
7138
|
+
@pulumi.getter
|
7139
|
+
def envs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateContainerEnvArgs']]]]:
|
7140
|
+
"""
|
7141
|
+
List of environment variables to set in the container.
|
7142
|
+
Structure is documented below.
|
7143
|
+
"""
|
7144
|
+
return pulumi.get(self, "envs")
|
7145
|
+
|
7146
|
+
@envs.setter
|
7147
|
+
def envs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateContainerEnvArgs']]]]):
|
7148
|
+
pulumi.set(self, "envs", value)
|
7149
|
+
|
7150
|
+
@property
|
7151
|
+
@pulumi.getter
|
7152
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
7153
|
+
"""
|
7154
|
+
Name of the container specified as a DNS_LABEL.
|
7155
|
+
"""
|
7156
|
+
return pulumi.get(self, "name")
|
7157
|
+
|
7158
|
+
@name.setter
|
7159
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
7160
|
+
pulumi.set(self, "name", value)
|
7161
|
+
|
7162
|
+
@property
|
7163
|
+
@pulumi.getter
|
7164
|
+
def resources(self) -> Optional[pulumi.Input['WorkerPoolTemplateContainerResourcesArgs']]:
|
7165
|
+
"""
|
7166
|
+
Compute Resource requirements by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
|
7167
|
+
Structure is documented below.
|
7168
|
+
"""
|
7169
|
+
return pulumi.get(self, "resources")
|
7170
|
+
|
7171
|
+
@resources.setter
|
7172
|
+
def resources(self, value: Optional[pulumi.Input['WorkerPoolTemplateContainerResourcesArgs']]):
|
7173
|
+
pulumi.set(self, "resources", value)
|
7174
|
+
|
7175
|
+
@property
|
7176
|
+
@pulumi.getter(name="volumeMounts")
|
7177
|
+
def volume_mounts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateContainerVolumeMountArgs']]]]:
|
7178
|
+
"""
|
7179
|
+
Volume to mount into the container's filesystem.
|
7180
|
+
Structure is documented below.
|
7181
|
+
"""
|
7182
|
+
return pulumi.get(self, "volume_mounts")
|
7183
|
+
|
7184
|
+
@volume_mounts.setter
|
7185
|
+
def volume_mounts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateContainerVolumeMountArgs']]]]):
|
7186
|
+
pulumi.set(self, "volume_mounts", value)
|
7187
|
+
|
7188
|
+
@property
|
7189
|
+
@pulumi.getter(name="workingDir")
|
7190
|
+
def working_dir(self) -> Optional[pulumi.Input[builtins.str]]:
|
7191
|
+
"""
|
7192
|
+
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
|
7193
|
+
"""
|
7194
|
+
return pulumi.get(self, "working_dir")
|
7195
|
+
|
7196
|
+
@working_dir.setter
|
7197
|
+
def working_dir(self, value: Optional[pulumi.Input[builtins.str]]):
|
7198
|
+
pulumi.set(self, "working_dir", value)
|
7199
|
+
|
7200
|
+
|
7201
|
+
if not MYPY:
|
7202
|
+
class WorkerPoolTemplateContainerEnvArgsDict(TypedDict):
|
7203
|
+
name: pulumi.Input[builtins.str]
|
7204
|
+
"""
|
7205
|
+
Name of the environment variable. Must be a C_IDENTIFIER, and may not exceed 32768 characters.
|
7206
|
+
"""
|
7207
|
+
value: NotRequired[pulumi.Input[builtins.str]]
|
7208
|
+
"""
|
7209
|
+
Literal value of the environment variable. Defaults to "" and the maximum allowed length is 32768 characters. Variable references are not supported in Cloud Run.
|
7210
|
+
"""
|
7211
|
+
value_source: NotRequired[pulumi.Input['WorkerPoolTemplateContainerEnvValueSourceArgsDict']]
|
7212
|
+
"""
|
7213
|
+
Source for the environment variable's value.
|
7214
|
+
Structure is documented below.
|
7215
|
+
"""
|
7216
|
+
elif False:
|
7217
|
+
WorkerPoolTemplateContainerEnvArgsDict: TypeAlias = Mapping[str, Any]
|
7218
|
+
|
7219
|
+
@pulumi.input_type
|
7220
|
+
class WorkerPoolTemplateContainerEnvArgs:
|
7221
|
+
def __init__(__self__, *,
|
7222
|
+
name: pulumi.Input[builtins.str],
|
7223
|
+
value: Optional[pulumi.Input[builtins.str]] = None,
|
7224
|
+
value_source: Optional[pulumi.Input['WorkerPoolTemplateContainerEnvValueSourceArgs']] = None):
|
7225
|
+
"""
|
7226
|
+
:param pulumi.Input[builtins.str] name: Name of the environment variable. Must be a C_IDENTIFIER, and may not exceed 32768 characters.
|
7227
|
+
:param pulumi.Input[builtins.str] value: Literal value of the environment variable. Defaults to "" and the maximum allowed length is 32768 characters. Variable references are not supported in Cloud Run.
|
7228
|
+
:param pulumi.Input['WorkerPoolTemplateContainerEnvValueSourceArgs'] value_source: Source for the environment variable's value.
|
7229
|
+
Structure is documented below.
|
7230
|
+
"""
|
7231
|
+
pulumi.set(__self__, "name", name)
|
7232
|
+
if value is not None:
|
7233
|
+
pulumi.set(__self__, "value", value)
|
7234
|
+
if value_source is not None:
|
7235
|
+
pulumi.set(__self__, "value_source", value_source)
|
7236
|
+
|
7237
|
+
@property
|
7238
|
+
@pulumi.getter
|
7239
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
7240
|
+
"""
|
7241
|
+
Name of the environment variable. Must be a C_IDENTIFIER, and may not exceed 32768 characters.
|
7242
|
+
"""
|
7243
|
+
return pulumi.get(self, "name")
|
7244
|
+
|
7245
|
+
@name.setter
|
7246
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
7247
|
+
pulumi.set(self, "name", value)
|
7248
|
+
|
7249
|
+
@property
|
7250
|
+
@pulumi.getter
|
7251
|
+
def value(self) -> Optional[pulumi.Input[builtins.str]]:
|
7252
|
+
"""
|
7253
|
+
Literal value of the environment variable. Defaults to "" and the maximum allowed length is 32768 characters. Variable references are not supported in Cloud Run.
|
7254
|
+
"""
|
7255
|
+
return pulumi.get(self, "value")
|
7256
|
+
|
7257
|
+
@value.setter
|
7258
|
+
def value(self, value: Optional[pulumi.Input[builtins.str]]):
|
7259
|
+
pulumi.set(self, "value", value)
|
7260
|
+
|
7261
|
+
@property
|
7262
|
+
@pulumi.getter(name="valueSource")
|
7263
|
+
def value_source(self) -> Optional[pulumi.Input['WorkerPoolTemplateContainerEnvValueSourceArgs']]:
|
7264
|
+
"""
|
7265
|
+
Source for the environment variable's value.
|
7266
|
+
Structure is documented below.
|
7267
|
+
"""
|
7268
|
+
return pulumi.get(self, "value_source")
|
7269
|
+
|
7270
|
+
@value_source.setter
|
7271
|
+
def value_source(self, value: Optional[pulumi.Input['WorkerPoolTemplateContainerEnvValueSourceArgs']]):
|
7272
|
+
pulumi.set(self, "value_source", value)
|
7273
|
+
|
7274
|
+
|
7275
|
+
if not MYPY:
|
7276
|
+
class WorkerPoolTemplateContainerEnvValueSourceArgsDict(TypedDict):
|
7277
|
+
secret_key_ref: NotRequired[pulumi.Input['WorkerPoolTemplateContainerEnvValueSourceSecretKeyRefArgsDict']]
|
7278
|
+
"""
|
7279
|
+
Selects a secret and a specific version from Cloud Secret Manager.
|
7280
|
+
Structure is documented below.
|
7281
|
+
"""
|
7282
|
+
elif False:
|
7283
|
+
WorkerPoolTemplateContainerEnvValueSourceArgsDict: TypeAlias = Mapping[str, Any]
|
7284
|
+
|
7285
|
+
@pulumi.input_type
|
7286
|
+
class WorkerPoolTemplateContainerEnvValueSourceArgs:
|
7287
|
+
def __init__(__self__, *,
|
7288
|
+
secret_key_ref: Optional[pulumi.Input['WorkerPoolTemplateContainerEnvValueSourceSecretKeyRefArgs']] = None):
|
7289
|
+
"""
|
7290
|
+
:param pulumi.Input['WorkerPoolTemplateContainerEnvValueSourceSecretKeyRefArgs'] secret_key_ref: Selects a secret and a specific version from Cloud Secret Manager.
|
7291
|
+
Structure is documented below.
|
7292
|
+
"""
|
7293
|
+
if secret_key_ref is not None:
|
7294
|
+
pulumi.set(__self__, "secret_key_ref", secret_key_ref)
|
7295
|
+
|
7296
|
+
@property
|
7297
|
+
@pulumi.getter(name="secretKeyRef")
|
7298
|
+
def secret_key_ref(self) -> Optional[pulumi.Input['WorkerPoolTemplateContainerEnvValueSourceSecretKeyRefArgs']]:
|
7299
|
+
"""
|
7300
|
+
Selects a secret and a specific version from Cloud Secret Manager.
|
7301
|
+
Structure is documented below.
|
7302
|
+
"""
|
7303
|
+
return pulumi.get(self, "secret_key_ref")
|
7304
|
+
|
7305
|
+
@secret_key_ref.setter
|
7306
|
+
def secret_key_ref(self, value: Optional[pulumi.Input['WorkerPoolTemplateContainerEnvValueSourceSecretKeyRefArgs']]):
|
7307
|
+
pulumi.set(self, "secret_key_ref", value)
|
7308
|
+
|
7309
|
+
|
7310
|
+
if not MYPY:
|
7311
|
+
class WorkerPoolTemplateContainerEnvValueSourceSecretKeyRefArgsDict(TypedDict):
|
7312
|
+
secret: pulumi.Input[builtins.str]
|
7313
|
+
"""
|
7314
|
+
The name of the secret in Cloud Secret Manager. Format: {secretName} if the secret is in the same project. projects/{project}/secrets/{secretName} if the secret is in a different project.
|
7315
|
+
"""
|
7316
|
+
version: NotRequired[pulumi.Input[builtins.str]]
|
7317
|
+
"""
|
7318
|
+
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
|
7319
|
+
"""
|
7320
|
+
elif False:
|
7321
|
+
WorkerPoolTemplateContainerEnvValueSourceSecretKeyRefArgsDict: TypeAlias = Mapping[str, Any]
|
7322
|
+
|
7323
|
+
@pulumi.input_type
|
7324
|
+
class WorkerPoolTemplateContainerEnvValueSourceSecretKeyRefArgs:
|
7325
|
+
def __init__(__self__, *,
|
7326
|
+
secret: pulumi.Input[builtins.str],
|
7327
|
+
version: Optional[pulumi.Input[builtins.str]] = None):
|
7328
|
+
"""
|
7329
|
+
:param pulumi.Input[builtins.str] secret: The name of the secret in Cloud Secret Manager. Format: {secretName} if the secret is in the same project. projects/{project}/secrets/{secretName} if the secret is in a different project.
|
7330
|
+
:param pulumi.Input[builtins.str] version: The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
|
7331
|
+
"""
|
7332
|
+
pulumi.set(__self__, "secret", secret)
|
7333
|
+
if version is not None:
|
7334
|
+
pulumi.set(__self__, "version", version)
|
7335
|
+
|
7336
|
+
@property
|
7337
|
+
@pulumi.getter
|
7338
|
+
def secret(self) -> pulumi.Input[builtins.str]:
|
7339
|
+
"""
|
7340
|
+
The name of the secret in Cloud Secret Manager. Format: {secretName} if the secret is in the same project. projects/{project}/secrets/{secretName} if the secret is in a different project.
|
7341
|
+
"""
|
7342
|
+
return pulumi.get(self, "secret")
|
7343
|
+
|
7344
|
+
@secret.setter
|
7345
|
+
def secret(self, value: pulumi.Input[builtins.str]):
|
7346
|
+
pulumi.set(self, "secret", value)
|
7347
|
+
|
7348
|
+
@property
|
7349
|
+
@pulumi.getter
|
7350
|
+
def version(self) -> Optional[pulumi.Input[builtins.str]]:
|
7351
|
+
"""
|
7352
|
+
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
|
7353
|
+
"""
|
7354
|
+
return pulumi.get(self, "version")
|
7355
|
+
|
7356
|
+
@version.setter
|
7357
|
+
def version(self, value: Optional[pulumi.Input[builtins.str]]):
|
7358
|
+
pulumi.set(self, "version", value)
|
7359
|
+
|
7360
|
+
|
7361
|
+
if not MYPY:
|
7362
|
+
class WorkerPoolTemplateContainerResourcesArgsDict(TypedDict):
|
7363
|
+
limits: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
7364
|
+
"""
|
7365
|
+
Only memory, CPU, and nvidia.com/gpu are supported. Use key `cpu` for CPU limit, `memory` for memory limit, `nvidia.com/gpu` for gpu limit. Note: The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
|
7366
|
+
"""
|
7367
|
+
elif False:
|
7368
|
+
WorkerPoolTemplateContainerResourcesArgsDict: TypeAlias = Mapping[str, Any]
|
7369
|
+
|
7370
|
+
@pulumi.input_type
|
7371
|
+
class WorkerPoolTemplateContainerResourcesArgs:
|
7372
|
+
def __init__(__self__, *,
|
7373
|
+
limits: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
|
7374
|
+
"""
|
7375
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] limits: Only memory, CPU, and nvidia.com/gpu are supported. Use key `cpu` for CPU limit, `memory` for memory limit, `nvidia.com/gpu` for gpu limit. Note: The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
|
7376
|
+
"""
|
7377
|
+
if limits is not None:
|
7378
|
+
pulumi.set(__self__, "limits", limits)
|
7379
|
+
|
7380
|
+
@property
|
7381
|
+
@pulumi.getter
|
7382
|
+
def limits(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
7383
|
+
"""
|
7384
|
+
Only memory, CPU, and nvidia.com/gpu are supported. Use key `cpu` for CPU limit, `memory` for memory limit, `nvidia.com/gpu` for gpu limit. Note: The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
|
7385
|
+
"""
|
7386
|
+
return pulumi.get(self, "limits")
|
7387
|
+
|
7388
|
+
@limits.setter
|
7389
|
+
def limits(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
7390
|
+
pulumi.set(self, "limits", value)
|
7391
|
+
|
7392
|
+
|
7393
|
+
if not MYPY:
|
7394
|
+
class WorkerPoolTemplateContainerVolumeMountArgsDict(TypedDict):
|
7395
|
+
mount_path: pulumi.Input[builtins.str]
|
7396
|
+
"""
|
7397
|
+
Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be /cloudsql. All instances defined in the Volume will be available as /cloudsql/[instance]. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run
|
7398
|
+
"""
|
7399
|
+
name: pulumi.Input[builtins.str]
|
7400
|
+
"""
|
7401
|
+
This must match the Name of a Volume.
|
7402
|
+
"""
|
7403
|
+
elif False:
|
7404
|
+
WorkerPoolTemplateContainerVolumeMountArgsDict: TypeAlias = Mapping[str, Any]
|
7405
|
+
|
7406
|
+
@pulumi.input_type
|
7407
|
+
class WorkerPoolTemplateContainerVolumeMountArgs:
|
7408
|
+
def __init__(__self__, *,
|
7409
|
+
mount_path: pulumi.Input[builtins.str],
|
7410
|
+
name: pulumi.Input[builtins.str]):
|
7411
|
+
"""
|
7412
|
+
:param pulumi.Input[builtins.str] mount_path: Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be /cloudsql. All instances defined in the Volume will be available as /cloudsql/[instance]. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run
|
7413
|
+
:param pulumi.Input[builtins.str] name: This must match the Name of a Volume.
|
7414
|
+
"""
|
7415
|
+
pulumi.set(__self__, "mount_path", mount_path)
|
7416
|
+
pulumi.set(__self__, "name", name)
|
7417
|
+
|
7418
|
+
@property
|
7419
|
+
@pulumi.getter(name="mountPath")
|
7420
|
+
def mount_path(self) -> pulumi.Input[builtins.str]:
|
7421
|
+
"""
|
7422
|
+
Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be /cloudsql. All instances defined in the Volume will be available as /cloudsql/[instance]. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run
|
7423
|
+
"""
|
7424
|
+
return pulumi.get(self, "mount_path")
|
7425
|
+
|
7426
|
+
@mount_path.setter
|
7427
|
+
def mount_path(self, value: pulumi.Input[builtins.str]):
|
7428
|
+
pulumi.set(self, "mount_path", value)
|
7429
|
+
|
7430
|
+
@property
|
7431
|
+
@pulumi.getter
|
7432
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
7433
|
+
"""
|
7434
|
+
This must match the Name of a Volume.
|
7435
|
+
"""
|
7436
|
+
return pulumi.get(self, "name")
|
7437
|
+
|
7438
|
+
@name.setter
|
7439
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
7440
|
+
pulumi.set(self, "name", value)
|
7441
|
+
|
7442
|
+
|
7443
|
+
if not MYPY:
|
7444
|
+
class WorkerPoolTemplateNodeSelectorArgsDict(TypedDict):
|
7445
|
+
accelerator: pulumi.Input[builtins.str]
|
7446
|
+
"""
|
7447
|
+
The GPU to attach to an instance. See https://cloud.google.com/run/docs/configuring/services/gpu for configuring GPU.
|
7448
|
+
|
7449
|
+
- - -
|
7450
|
+
"""
|
7451
|
+
elif False:
|
7452
|
+
WorkerPoolTemplateNodeSelectorArgsDict: TypeAlias = Mapping[str, Any]
|
7453
|
+
|
7454
|
+
@pulumi.input_type
|
7455
|
+
class WorkerPoolTemplateNodeSelectorArgs:
|
7456
|
+
def __init__(__self__, *,
|
7457
|
+
accelerator: pulumi.Input[builtins.str]):
|
7458
|
+
"""
|
7459
|
+
:param pulumi.Input[builtins.str] accelerator: The GPU to attach to an instance. See https://cloud.google.com/run/docs/configuring/services/gpu for configuring GPU.
|
7460
|
+
|
7461
|
+
- - -
|
7462
|
+
"""
|
7463
|
+
pulumi.set(__self__, "accelerator", accelerator)
|
7464
|
+
|
7465
|
+
@property
|
7466
|
+
@pulumi.getter
|
7467
|
+
def accelerator(self) -> pulumi.Input[builtins.str]:
|
7468
|
+
"""
|
7469
|
+
The GPU to attach to an instance. See https://cloud.google.com/run/docs/configuring/services/gpu for configuring GPU.
|
7470
|
+
|
7471
|
+
- - -
|
7472
|
+
"""
|
7473
|
+
return pulumi.get(self, "accelerator")
|
7474
|
+
|
7475
|
+
@accelerator.setter
|
7476
|
+
def accelerator(self, value: pulumi.Input[builtins.str]):
|
7477
|
+
pulumi.set(self, "accelerator", value)
|
7478
|
+
|
7479
|
+
|
7480
|
+
if not MYPY:
|
7481
|
+
class WorkerPoolTemplateVolumeArgsDict(TypedDict):
|
7482
|
+
name: pulumi.Input[builtins.str]
|
7483
|
+
"""
|
7484
|
+
Volume's name.
|
7485
|
+
"""
|
7486
|
+
cloud_sql_instance: NotRequired[pulumi.Input['WorkerPoolTemplateVolumeCloudSqlInstanceArgsDict']]
|
7487
|
+
"""
|
7488
|
+
For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
|
7489
|
+
Structure is documented below.
|
7490
|
+
"""
|
7491
|
+
empty_dir: NotRequired[pulumi.Input['WorkerPoolTemplateVolumeEmptyDirArgsDict']]
|
7492
|
+
"""
|
7493
|
+
Ephemeral storage used as a shared volume.
|
7494
|
+
Structure is documented below.
|
7495
|
+
"""
|
7496
|
+
gcs: NotRequired[pulumi.Input['WorkerPoolTemplateVolumeGcsArgsDict']]
|
7497
|
+
"""
|
7498
|
+
Cloud Storage bucket mounted as a volume using GCSFuse. This feature is only supported in the gen2 execution environment.
|
7499
|
+
Structure is documented below.
|
7500
|
+
"""
|
7501
|
+
nfs: NotRequired[pulumi.Input['WorkerPoolTemplateVolumeNfsArgsDict']]
|
7502
|
+
"""
|
7503
|
+
Represents an NFS mount.
|
7504
|
+
Structure is documented below.
|
7505
|
+
"""
|
7506
|
+
secret: NotRequired[pulumi.Input['WorkerPoolTemplateVolumeSecretArgsDict']]
|
7507
|
+
"""
|
7508
|
+
Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
7509
|
+
Structure is documented below.
|
7510
|
+
"""
|
7511
|
+
elif False:
|
7512
|
+
WorkerPoolTemplateVolumeArgsDict: TypeAlias = Mapping[str, Any]
|
7513
|
+
|
7514
|
+
@pulumi.input_type
|
7515
|
+
class WorkerPoolTemplateVolumeArgs:
|
7516
|
+
def __init__(__self__, *,
|
7517
|
+
name: pulumi.Input[builtins.str],
|
7518
|
+
cloud_sql_instance: Optional[pulumi.Input['WorkerPoolTemplateVolumeCloudSqlInstanceArgs']] = None,
|
7519
|
+
empty_dir: Optional[pulumi.Input['WorkerPoolTemplateVolumeEmptyDirArgs']] = None,
|
7520
|
+
gcs: Optional[pulumi.Input['WorkerPoolTemplateVolumeGcsArgs']] = None,
|
7521
|
+
nfs: Optional[pulumi.Input['WorkerPoolTemplateVolumeNfsArgs']] = None,
|
7522
|
+
secret: Optional[pulumi.Input['WorkerPoolTemplateVolumeSecretArgs']] = None):
|
7523
|
+
"""
|
7524
|
+
:param pulumi.Input[builtins.str] name: Volume's name.
|
7525
|
+
:param pulumi.Input['WorkerPoolTemplateVolumeCloudSqlInstanceArgs'] cloud_sql_instance: For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
|
7526
|
+
Structure is documented below.
|
7527
|
+
:param pulumi.Input['WorkerPoolTemplateVolumeEmptyDirArgs'] empty_dir: Ephemeral storage used as a shared volume.
|
7528
|
+
Structure is documented below.
|
7529
|
+
:param pulumi.Input['WorkerPoolTemplateVolumeGcsArgs'] gcs: Cloud Storage bucket mounted as a volume using GCSFuse. This feature is only supported in the gen2 execution environment.
|
7530
|
+
Structure is documented below.
|
7531
|
+
:param pulumi.Input['WorkerPoolTemplateVolumeNfsArgs'] nfs: Represents an NFS mount.
|
7532
|
+
Structure is documented below.
|
7533
|
+
:param pulumi.Input['WorkerPoolTemplateVolumeSecretArgs'] secret: Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
7534
|
+
Structure is documented below.
|
7535
|
+
"""
|
7536
|
+
pulumi.set(__self__, "name", name)
|
7537
|
+
if cloud_sql_instance is not None:
|
7538
|
+
pulumi.set(__self__, "cloud_sql_instance", cloud_sql_instance)
|
7539
|
+
if empty_dir is not None:
|
7540
|
+
pulumi.set(__self__, "empty_dir", empty_dir)
|
7541
|
+
if gcs is not None:
|
7542
|
+
pulumi.set(__self__, "gcs", gcs)
|
7543
|
+
if nfs is not None:
|
7544
|
+
pulumi.set(__self__, "nfs", nfs)
|
7545
|
+
if secret is not None:
|
7546
|
+
pulumi.set(__self__, "secret", secret)
|
7547
|
+
|
7548
|
+
@property
|
7549
|
+
@pulumi.getter
|
7550
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
7551
|
+
"""
|
7552
|
+
Volume's name.
|
7553
|
+
"""
|
7554
|
+
return pulumi.get(self, "name")
|
7555
|
+
|
7556
|
+
@name.setter
|
7557
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
7558
|
+
pulumi.set(self, "name", value)
|
7559
|
+
|
7560
|
+
@property
|
7561
|
+
@pulumi.getter(name="cloudSqlInstance")
|
7562
|
+
def cloud_sql_instance(self) -> Optional[pulumi.Input['WorkerPoolTemplateVolumeCloudSqlInstanceArgs']]:
|
7563
|
+
"""
|
7564
|
+
For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
|
7565
|
+
Structure is documented below.
|
7566
|
+
"""
|
7567
|
+
return pulumi.get(self, "cloud_sql_instance")
|
7568
|
+
|
7569
|
+
@cloud_sql_instance.setter
|
7570
|
+
def cloud_sql_instance(self, value: Optional[pulumi.Input['WorkerPoolTemplateVolumeCloudSqlInstanceArgs']]):
|
7571
|
+
pulumi.set(self, "cloud_sql_instance", value)
|
7572
|
+
|
7573
|
+
@property
|
7574
|
+
@pulumi.getter(name="emptyDir")
|
7575
|
+
def empty_dir(self) -> Optional[pulumi.Input['WorkerPoolTemplateVolumeEmptyDirArgs']]:
|
7576
|
+
"""
|
7577
|
+
Ephemeral storage used as a shared volume.
|
7578
|
+
Structure is documented below.
|
7579
|
+
"""
|
7580
|
+
return pulumi.get(self, "empty_dir")
|
7581
|
+
|
7582
|
+
@empty_dir.setter
|
7583
|
+
def empty_dir(self, value: Optional[pulumi.Input['WorkerPoolTemplateVolumeEmptyDirArgs']]):
|
7584
|
+
pulumi.set(self, "empty_dir", value)
|
7585
|
+
|
7586
|
+
@property
|
7587
|
+
@pulumi.getter
|
7588
|
+
def gcs(self) -> Optional[pulumi.Input['WorkerPoolTemplateVolumeGcsArgs']]:
|
7589
|
+
"""
|
7590
|
+
Cloud Storage bucket mounted as a volume using GCSFuse. This feature is only supported in the gen2 execution environment.
|
7591
|
+
Structure is documented below.
|
7592
|
+
"""
|
7593
|
+
return pulumi.get(self, "gcs")
|
7594
|
+
|
7595
|
+
@gcs.setter
|
7596
|
+
def gcs(self, value: Optional[pulumi.Input['WorkerPoolTemplateVolumeGcsArgs']]):
|
7597
|
+
pulumi.set(self, "gcs", value)
|
7598
|
+
|
7599
|
+
@property
|
7600
|
+
@pulumi.getter
|
7601
|
+
def nfs(self) -> Optional[pulumi.Input['WorkerPoolTemplateVolumeNfsArgs']]:
|
7602
|
+
"""
|
7603
|
+
Represents an NFS mount.
|
7604
|
+
Structure is documented below.
|
7605
|
+
"""
|
7606
|
+
return pulumi.get(self, "nfs")
|
7607
|
+
|
7608
|
+
@nfs.setter
|
7609
|
+
def nfs(self, value: Optional[pulumi.Input['WorkerPoolTemplateVolumeNfsArgs']]):
|
7610
|
+
pulumi.set(self, "nfs", value)
|
7611
|
+
|
7612
|
+
@property
|
7613
|
+
@pulumi.getter
|
7614
|
+
def secret(self) -> Optional[pulumi.Input['WorkerPoolTemplateVolumeSecretArgs']]:
|
7615
|
+
"""
|
7616
|
+
Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
7617
|
+
Structure is documented below.
|
7618
|
+
"""
|
7619
|
+
return pulumi.get(self, "secret")
|
7620
|
+
|
7621
|
+
@secret.setter
|
7622
|
+
def secret(self, value: Optional[pulumi.Input['WorkerPoolTemplateVolumeSecretArgs']]):
|
7623
|
+
pulumi.set(self, "secret", value)
|
7624
|
+
|
7625
|
+
|
7626
|
+
if not MYPY:
|
7627
|
+
class WorkerPoolTemplateVolumeCloudSqlInstanceArgsDict(TypedDict):
|
7628
|
+
instances: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
7629
|
+
"""
|
7630
|
+
The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}
|
7631
|
+
"""
|
7632
|
+
elif False:
|
7633
|
+
WorkerPoolTemplateVolumeCloudSqlInstanceArgsDict: TypeAlias = Mapping[str, Any]
|
7634
|
+
|
7635
|
+
@pulumi.input_type
|
7636
|
+
class WorkerPoolTemplateVolumeCloudSqlInstanceArgs:
|
7637
|
+
def __init__(__self__, *,
|
7638
|
+
instances: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
7639
|
+
"""
|
7640
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] instances: The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}
|
7641
|
+
"""
|
7642
|
+
if instances is not None:
|
7643
|
+
pulumi.set(__self__, "instances", instances)
|
7644
|
+
|
7645
|
+
@property
|
7646
|
+
@pulumi.getter
|
7647
|
+
def instances(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
7648
|
+
"""
|
7649
|
+
The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}
|
7650
|
+
"""
|
7651
|
+
return pulumi.get(self, "instances")
|
7652
|
+
|
7653
|
+
@instances.setter
|
7654
|
+
def instances(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
7655
|
+
pulumi.set(self, "instances", value)
|
7656
|
+
|
7657
|
+
|
7658
|
+
if not MYPY:
|
7659
|
+
class WorkerPoolTemplateVolumeEmptyDirArgsDict(TypedDict):
|
7660
|
+
medium: NotRequired[pulumi.Input[builtins.str]]
|
7661
|
+
"""
|
7662
|
+
The different types of medium supported for EmptyDir.
|
7663
|
+
Default value is `MEMORY`.
|
7664
|
+
Possible values are: `MEMORY`.
|
7665
|
+
"""
|
7666
|
+
size_limit: NotRequired[pulumi.Input[builtins.str]]
|
7667
|
+
"""
|
7668
|
+
Limit on the storage usable by this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. This field's values are of the 'Quantity' k8s type: https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/quantity/. The default is nil which means that the limit is undefined. More info: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir.
|
7669
|
+
"""
|
7670
|
+
elif False:
|
7671
|
+
WorkerPoolTemplateVolumeEmptyDirArgsDict: TypeAlias = Mapping[str, Any]
|
7672
|
+
|
7673
|
+
@pulumi.input_type
|
7674
|
+
class WorkerPoolTemplateVolumeEmptyDirArgs:
|
7675
|
+
def __init__(__self__, *,
|
7676
|
+
medium: Optional[pulumi.Input[builtins.str]] = None,
|
7677
|
+
size_limit: Optional[pulumi.Input[builtins.str]] = None):
|
7678
|
+
"""
|
7679
|
+
:param pulumi.Input[builtins.str] medium: The different types of medium supported for EmptyDir.
|
7680
|
+
Default value is `MEMORY`.
|
7681
|
+
Possible values are: `MEMORY`.
|
7682
|
+
:param pulumi.Input[builtins.str] size_limit: Limit on the storage usable by this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. This field's values are of the 'Quantity' k8s type: https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/quantity/. The default is nil which means that the limit is undefined. More info: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir.
|
7683
|
+
"""
|
7684
|
+
if medium is not None:
|
7685
|
+
pulumi.set(__self__, "medium", medium)
|
7686
|
+
if size_limit is not None:
|
7687
|
+
pulumi.set(__self__, "size_limit", size_limit)
|
7688
|
+
|
7689
|
+
@property
|
7690
|
+
@pulumi.getter
|
7691
|
+
def medium(self) -> Optional[pulumi.Input[builtins.str]]:
|
7692
|
+
"""
|
7693
|
+
The different types of medium supported for EmptyDir.
|
7694
|
+
Default value is `MEMORY`.
|
7695
|
+
Possible values are: `MEMORY`.
|
7696
|
+
"""
|
7697
|
+
return pulumi.get(self, "medium")
|
7698
|
+
|
7699
|
+
@medium.setter
|
7700
|
+
def medium(self, value: Optional[pulumi.Input[builtins.str]]):
|
7701
|
+
pulumi.set(self, "medium", value)
|
7702
|
+
|
7703
|
+
@property
|
7704
|
+
@pulumi.getter(name="sizeLimit")
|
7705
|
+
def size_limit(self) -> Optional[pulumi.Input[builtins.str]]:
|
7706
|
+
"""
|
7707
|
+
Limit on the storage usable by this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. This field's values are of the 'Quantity' k8s type: https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/quantity/. The default is nil which means that the limit is undefined. More info: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir.
|
7708
|
+
"""
|
7709
|
+
return pulumi.get(self, "size_limit")
|
7710
|
+
|
7711
|
+
@size_limit.setter
|
7712
|
+
def size_limit(self, value: Optional[pulumi.Input[builtins.str]]):
|
7713
|
+
pulumi.set(self, "size_limit", value)
|
7714
|
+
|
7715
|
+
|
7716
|
+
if not MYPY:
|
7717
|
+
class WorkerPoolTemplateVolumeGcsArgsDict(TypedDict):
|
7718
|
+
bucket: pulumi.Input[builtins.str]
|
7719
|
+
"""
|
7720
|
+
GCS Bucket name
|
7721
|
+
"""
|
7722
|
+
mount_options: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
7723
|
+
"""
|
7724
|
+
A list of flags to pass to the gcsfuse command for configuring this volume.
|
7725
|
+
Flags should be passed without leading dashes.
|
7726
|
+
"""
|
7727
|
+
read_only: NotRequired[pulumi.Input[builtins.bool]]
|
7728
|
+
"""
|
7729
|
+
If true, mount the GCS bucket as read-only
|
7730
|
+
"""
|
7731
|
+
elif False:
|
7732
|
+
WorkerPoolTemplateVolumeGcsArgsDict: TypeAlias = Mapping[str, Any]
|
7733
|
+
|
7734
|
+
@pulumi.input_type
|
7735
|
+
class WorkerPoolTemplateVolumeGcsArgs:
|
7736
|
+
def __init__(__self__, *,
|
7737
|
+
bucket: pulumi.Input[builtins.str],
|
7738
|
+
mount_options: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
7739
|
+
read_only: Optional[pulumi.Input[builtins.bool]] = None):
|
7740
|
+
"""
|
7741
|
+
:param pulumi.Input[builtins.str] bucket: GCS Bucket name
|
7742
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] mount_options: A list of flags to pass to the gcsfuse command for configuring this volume.
|
7743
|
+
Flags should be passed without leading dashes.
|
7744
|
+
:param pulumi.Input[builtins.bool] read_only: If true, mount the GCS bucket as read-only
|
7745
|
+
"""
|
7746
|
+
pulumi.set(__self__, "bucket", bucket)
|
7747
|
+
if mount_options is not None:
|
7748
|
+
pulumi.set(__self__, "mount_options", mount_options)
|
7749
|
+
if read_only is not None:
|
7750
|
+
pulumi.set(__self__, "read_only", read_only)
|
7751
|
+
|
7752
|
+
@property
|
7753
|
+
@pulumi.getter
|
7754
|
+
def bucket(self) -> pulumi.Input[builtins.str]:
|
7755
|
+
"""
|
7756
|
+
GCS Bucket name
|
7757
|
+
"""
|
7758
|
+
return pulumi.get(self, "bucket")
|
7759
|
+
|
7760
|
+
@bucket.setter
|
7761
|
+
def bucket(self, value: pulumi.Input[builtins.str]):
|
7762
|
+
pulumi.set(self, "bucket", value)
|
7763
|
+
|
7764
|
+
@property
|
7765
|
+
@pulumi.getter(name="mountOptions")
|
7766
|
+
def mount_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
7767
|
+
"""
|
7768
|
+
A list of flags to pass to the gcsfuse command for configuring this volume.
|
7769
|
+
Flags should be passed without leading dashes.
|
7770
|
+
"""
|
7771
|
+
return pulumi.get(self, "mount_options")
|
7772
|
+
|
7773
|
+
@mount_options.setter
|
7774
|
+
def mount_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
7775
|
+
pulumi.set(self, "mount_options", value)
|
7776
|
+
|
7777
|
+
@property
|
7778
|
+
@pulumi.getter(name="readOnly")
|
7779
|
+
def read_only(self) -> Optional[pulumi.Input[builtins.bool]]:
|
7780
|
+
"""
|
7781
|
+
If true, mount the GCS bucket as read-only
|
7782
|
+
"""
|
7783
|
+
return pulumi.get(self, "read_only")
|
7784
|
+
|
7785
|
+
@read_only.setter
|
7786
|
+
def read_only(self, value: Optional[pulumi.Input[builtins.bool]]):
|
7787
|
+
pulumi.set(self, "read_only", value)
|
7788
|
+
|
7789
|
+
|
7790
|
+
if not MYPY:
|
7791
|
+
class WorkerPoolTemplateVolumeNfsArgsDict(TypedDict):
|
7792
|
+
path: pulumi.Input[builtins.str]
|
7793
|
+
"""
|
7794
|
+
Path that is exported by the NFS server.
|
7795
|
+
"""
|
7796
|
+
server: pulumi.Input[builtins.str]
|
7797
|
+
"""
|
7798
|
+
Hostname or IP address of the NFS server
|
7799
|
+
"""
|
7800
|
+
read_only: NotRequired[pulumi.Input[builtins.bool]]
|
7801
|
+
"""
|
7802
|
+
If true, mount the NFS volume as read only
|
7803
|
+
"""
|
7804
|
+
elif False:
|
7805
|
+
WorkerPoolTemplateVolumeNfsArgsDict: TypeAlias = Mapping[str, Any]
|
7806
|
+
|
7807
|
+
@pulumi.input_type
|
7808
|
+
class WorkerPoolTemplateVolumeNfsArgs:
|
7809
|
+
def __init__(__self__, *,
|
7810
|
+
path: pulumi.Input[builtins.str],
|
7811
|
+
server: pulumi.Input[builtins.str],
|
7812
|
+
read_only: Optional[pulumi.Input[builtins.bool]] = None):
|
7813
|
+
"""
|
7814
|
+
:param pulumi.Input[builtins.str] path: Path that is exported by the NFS server.
|
7815
|
+
:param pulumi.Input[builtins.str] server: Hostname or IP address of the NFS server
|
7816
|
+
:param pulumi.Input[builtins.bool] read_only: If true, mount the NFS volume as read only
|
7817
|
+
"""
|
7818
|
+
pulumi.set(__self__, "path", path)
|
7819
|
+
pulumi.set(__self__, "server", server)
|
7820
|
+
if read_only is not None:
|
7821
|
+
pulumi.set(__self__, "read_only", read_only)
|
7822
|
+
|
7823
|
+
@property
|
7824
|
+
@pulumi.getter
|
7825
|
+
def path(self) -> pulumi.Input[builtins.str]:
|
7826
|
+
"""
|
7827
|
+
Path that is exported by the NFS server.
|
7828
|
+
"""
|
7829
|
+
return pulumi.get(self, "path")
|
7830
|
+
|
7831
|
+
@path.setter
|
7832
|
+
def path(self, value: pulumi.Input[builtins.str]):
|
7833
|
+
pulumi.set(self, "path", value)
|
7834
|
+
|
7835
|
+
@property
|
7836
|
+
@pulumi.getter
|
7837
|
+
def server(self) -> pulumi.Input[builtins.str]:
|
7838
|
+
"""
|
7839
|
+
Hostname or IP address of the NFS server
|
7840
|
+
"""
|
7841
|
+
return pulumi.get(self, "server")
|
7842
|
+
|
7843
|
+
@server.setter
|
7844
|
+
def server(self, value: pulumi.Input[builtins.str]):
|
7845
|
+
pulumi.set(self, "server", value)
|
7846
|
+
|
7847
|
+
@property
|
7848
|
+
@pulumi.getter(name="readOnly")
|
7849
|
+
def read_only(self) -> Optional[pulumi.Input[builtins.bool]]:
|
7850
|
+
"""
|
7851
|
+
If true, mount the NFS volume as read only
|
7852
|
+
"""
|
7853
|
+
return pulumi.get(self, "read_only")
|
7854
|
+
|
7855
|
+
@read_only.setter
|
7856
|
+
def read_only(self, value: Optional[pulumi.Input[builtins.bool]]):
|
7857
|
+
pulumi.set(self, "read_only", value)
|
7858
|
+
|
7859
|
+
|
7860
|
+
if not MYPY:
|
7861
|
+
class WorkerPoolTemplateVolumeSecretArgsDict(TypedDict):
|
7862
|
+
secret: pulumi.Input[builtins.str]
|
7863
|
+
"""
|
7864
|
+
The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.
|
7865
|
+
"""
|
7866
|
+
default_mode: NotRequired[pulumi.Input[builtins.int]]
|
7867
|
+
"""
|
7868
|
+
Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this setting.
|
7869
|
+
"""
|
7870
|
+
items: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateVolumeSecretItemArgsDict']]]]
|
7871
|
+
"""
|
7872
|
+
If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.
|
7873
|
+
Structure is documented below.
|
7874
|
+
"""
|
7875
|
+
elif False:
|
7876
|
+
WorkerPoolTemplateVolumeSecretArgsDict: TypeAlias = Mapping[str, Any]
|
7877
|
+
|
7878
|
+
@pulumi.input_type
|
7879
|
+
class WorkerPoolTemplateVolumeSecretArgs:
|
7880
|
+
def __init__(__self__, *,
|
7881
|
+
secret: pulumi.Input[builtins.str],
|
7882
|
+
default_mode: Optional[pulumi.Input[builtins.int]] = None,
|
7883
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateVolumeSecretItemArgs']]]] = None):
|
7884
|
+
"""
|
7885
|
+
:param pulumi.Input[builtins.str] secret: The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.
|
7886
|
+
:param pulumi.Input[builtins.int] default_mode: Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this setting.
|
7887
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateVolumeSecretItemArgs']]] items: If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.
|
7888
|
+
Structure is documented below.
|
7889
|
+
"""
|
7890
|
+
pulumi.set(__self__, "secret", secret)
|
7891
|
+
if default_mode is not None:
|
7892
|
+
pulumi.set(__self__, "default_mode", default_mode)
|
7893
|
+
if items is not None:
|
7894
|
+
pulumi.set(__self__, "items", items)
|
7895
|
+
|
7896
|
+
@property
|
7897
|
+
@pulumi.getter
|
7898
|
+
def secret(self) -> pulumi.Input[builtins.str]:
|
7899
|
+
"""
|
7900
|
+
The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.
|
7901
|
+
"""
|
7902
|
+
return pulumi.get(self, "secret")
|
7903
|
+
|
7904
|
+
@secret.setter
|
7905
|
+
def secret(self, value: pulumi.Input[builtins.str]):
|
7906
|
+
pulumi.set(self, "secret", value)
|
7907
|
+
|
7908
|
+
@property
|
7909
|
+
@pulumi.getter(name="defaultMode")
|
7910
|
+
def default_mode(self) -> Optional[pulumi.Input[builtins.int]]:
|
7911
|
+
"""
|
7912
|
+
Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this setting.
|
7913
|
+
"""
|
7914
|
+
return pulumi.get(self, "default_mode")
|
7915
|
+
|
7916
|
+
@default_mode.setter
|
7917
|
+
def default_mode(self, value: Optional[pulumi.Input[builtins.int]]):
|
7918
|
+
pulumi.set(self, "default_mode", value)
|
7919
|
+
|
7920
|
+
@property
|
7921
|
+
@pulumi.getter
|
7922
|
+
def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateVolumeSecretItemArgs']]]]:
|
7923
|
+
"""
|
7924
|
+
If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.
|
7925
|
+
Structure is documented below.
|
7926
|
+
"""
|
7927
|
+
return pulumi.get(self, "items")
|
7928
|
+
|
7929
|
+
@items.setter
|
7930
|
+
def items(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateVolumeSecretItemArgs']]]]):
|
7931
|
+
pulumi.set(self, "items", value)
|
7932
|
+
|
7933
|
+
|
7934
|
+
if not MYPY:
|
7935
|
+
class WorkerPoolTemplateVolumeSecretItemArgsDict(TypedDict):
|
7936
|
+
path: pulumi.Input[builtins.str]
|
7937
|
+
"""
|
7938
|
+
The relative path of the secret in the container.
|
7939
|
+
"""
|
7940
|
+
mode: NotRequired[pulumi.Input[builtins.int]]
|
7941
|
+
"""
|
7942
|
+
Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used.
|
7943
|
+
"""
|
7944
|
+
version: NotRequired[pulumi.Input[builtins.str]]
|
7945
|
+
"""
|
7946
|
+
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version
|
7947
|
+
"""
|
7948
|
+
elif False:
|
7949
|
+
WorkerPoolTemplateVolumeSecretItemArgsDict: TypeAlias = Mapping[str, Any]
|
7950
|
+
|
7951
|
+
@pulumi.input_type
|
7952
|
+
class WorkerPoolTemplateVolumeSecretItemArgs:
|
7953
|
+
def __init__(__self__, *,
|
7954
|
+
path: pulumi.Input[builtins.str],
|
7955
|
+
mode: Optional[pulumi.Input[builtins.int]] = None,
|
7956
|
+
version: Optional[pulumi.Input[builtins.str]] = None):
|
7957
|
+
"""
|
7958
|
+
:param pulumi.Input[builtins.str] path: The relative path of the secret in the container.
|
7959
|
+
:param pulumi.Input[builtins.int] mode: Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used.
|
7960
|
+
:param pulumi.Input[builtins.str] version: The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version
|
7961
|
+
"""
|
7962
|
+
pulumi.set(__self__, "path", path)
|
7963
|
+
if mode is not None:
|
7964
|
+
pulumi.set(__self__, "mode", mode)
|
7965
|
+
if version is not None:
|
7966
|
+
pulumi.set(__self__, "version", version)
|
7967
|
+
|
7968
|
+
@property
|
7969
|
+
@pulumi.getter
|
7970
|
+
def path(self) -> pulumi.Input[builtins.str]:
|
7971
|
+
"""
|
7972
|
+
The relative path of the secret in the container.
|
7973
|
+
"""
|
7974
|
+
return pulumi.get(self, "path")
|
7975
|
+
|
7976
|
+
@path.setter
|
7977
|
+
def path(self, value: pulumi.Input[builtins.str]):
|
7978
|
+
pulumi.set(self, "path", value)
|
7979
|
+
|
7980
|
+
@property
|
7981
|
+
@pulumi.getter
|
7982
|
+
def mode(self) -> Optional[pulumi.Input[builtins.int]]:
|
7983
|
+
"""
|
7984
|
+
Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used.
|
7985
|
+
"""
|
7986
|
+
return pulumi.get(self, "mode")
|
7987
|
+
|
7988
|
+
@mode.setter
|
7989
|
+
def mode(self, value: Optional[pulumi.Input[builtins.int]]):
|
7990
|
+
pulumi.set(self, "mode", value)
|
7991
|
+
|
7992
|
+
@property
|
7993
|
+
@pulumi.getter
|
7994
|
+
def version(self) -> Optional[pulumi.Input[builtins.str]]:
|
7995
|
+
"""
|
7996
|
+
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version
|
7997
|
+
"""
|
7998
|
+
return pulumi.get(self, "version")
|
7999
|
+
|
8000
|
+
@version.setter
|
8001
|
+
def version(self, value: Optional[pulumi.Input[builtins.str]]):
|
8002
|
+
pulumi.set(self, "version", value)
|
8003
|
+
|
8004
|
+
|
8005
|
+
if not MYPY:
|
8006
|
+
class WorkerPoolTemplateVpcAccessArgsDict(TypedDict):
|
8007
|
+
egress: NotRequired[pulumi.Input[builtins.str]]
|
8008
|
+
"""
|
8009
|
+
Traffic VPC egress settings.
|
8010
|
+
Possible values are: `ALL_TRAFFIC`, `PRIVATE_RANGES_ONLY`.
|
8011
|
+
"""
|
8012
|
+
network_interfaces: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateVpcAccessNetworkInterfaceArgsDict']]]]
|
8013
|
+
"""
|
8014
|
+
Direct VPC egress settings. Currently only single network interface is supported.
|
8015
|
+
Structure is documented below.
|
8016
|
+
"""
|
8017
|
+
elif False:
|
8018
|
+
WorkerPoolTemplateVpcAccessArgsDict: TypeAlias = Mapping[str, Any]
|
8019
|
+
|
8020
|
+
@pulumi.input_type
|
8021
|
+
class WorkerPoolTemplateVpcAccessArgs:
|
8022
|
+
def __init__(__self__, *,
|
8023
|
+
egress: Optional[pulumi.Input[builtins.str]] = None,
|
8024
|
+
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateVpcAccessNetworkInterfaceArgs']]]] = None):
|
8025
|
+
"""
|
8026
|
+
:param pulumi.Input[builtins.str] egress: Traffic VPC egress settings.
|
8027
|
+
Possible values are: `ALL_TRAFFIC`, `PRIVATE_RANGES_ONLY`.
|
8028
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateVpcAccessNetworkInterfaceArgs']]] network_interfaces: Direct VPC egress settings. Currently only single network interface is supported.
|
8029
|
+
Structure is documented below.
|
8030
|
+
"""
|
8031
|
+
if egress is not None:
|
8032
|
+
pulumi.set(__self__, "egress", egress)
|
8033
|
+
if network_interfaces is not None:
|
8034
|
+
pulumi.set(__self__, "network_interfaces", network_interfaces)
|
8035
|
+
|
8036
|
+
@property
|
8037
|
+
@pulumi.getter
|
8038
|
+
def egress(self) -> Optional[pulumi.Input[builtins.str]]:
|
8039
|
+
"""
|
8040
|
+
Traffic VPC egress settings.
|
8041
|
+
Possible values are: `ALL_TRAFFIC`, `PRIVATE_RANGES_ONLY`.
|
8042
|
+
"""
|
8043
|
+
return pulumi.get(self, "egress")
|
8044
|
+
|
8045
|
+
@egress.setter
|
8046
|
+
def egress(self, value: Optional[pulumi.Input[builtins.str]]):
|
8047
|
+
pulumi.set(self, "egress", value)
|
8048
|
+
|
8049
|
+
@property
|
8050
|
+
@pulumi.getter(name="networkInterfaces")
|
8051
|
+
def network_interfaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateVpcAccessNetworkInterfaceArgs']]]]:
|
8052
|
+
"""
|
8053
|
+
Direct VPC egress settings. Currently only single network interface is supported.
|
8054
|
+
Structure is documented below.
|
8055
|
+
"""
|
8056
|
+
return pulumi.get(self, "network_interfaces")
|
8057
|
+
|
8058
|
+
@network_interfaces.setter
|
8059
|
+
def network_interfaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerPoolTemplateVpcAccessNetworkInterfaceArgs']]]]):
|
8060
|
+
pulumi.set(self, "network_interfaces", value)
|
8061
|
+
|
8062
|
+
|
8063
|
+
if not MYPY:
|
8064
|
+
class WorkerPoolTemplateVpcAccessNetworkInterfaceArgsDict(TypedDict):
|
8065
|
+
network: NotRequired[pulumi.Input[builtins.str]]
|
8066
|
+
"""
|
8067
|
+
The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both
|
8068
|
+
network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be
|
8069
|
+
looked up from the subnetwork.
|
8070
|
+
"""
|
8071
|
+
subnetwork: NotRequired[pulumi.Input[builtins.str]]
|
8072
|
+
"""
|
8073
|
+
The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both
|
8074
|
+
network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the
|
8075
|
+
subnetwork with the same name with the network will be used.
|
8076
|
+
"""
|
8077
|
+
tags: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
8078
|
+
"""
|
8079
|
+
Network tags applied to this Cloud Run WorkerPool.
|
8080
|
+
"""
|
8081
|
+
elif False:
|
8082
|
+
WorkerPoolTemplateVpcAccessNetworkInterfaceArgsDict: TypeAlias = Mapping[str, Any]
|
8083
|
+
|
8084
|
+
@pulumi.input_type
|
8085
|
+
class WorkerPoolTemplateVpcAccessNetworkInterfaceArgs:
|
8086
|
+
def __init__(__self__, *,
|
8087
|
+
network: Optional[pulumi.Input[builtins.str]] = None,
|
8088
|
+
subnetwork: Optional[pulumi.Input[builtins.str]] = None,
|
8089
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
8090
|
+
"""
|
8091
|
+
:param pulumi.Input[builtins.str] network: The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both
|
8092
|
+
network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be
|
8093
|
+
looked up from the subnetwork.
|
8094
|
+
:param pulumi.Input[builtins.str] subnetwork: The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both
|
8095
|
+
network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the
|
8096
|
+
subnetwork with the same name with the network will be used.
|
8097
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] tags: Network tags applied to this Cloud Run WorkerPool.
|
8098
|
+
"""
|
8099
|
+
if network is not None:
|
8100
|
+
pulumi.set(__self__, "network", network)
|
8101
|
+
if subnetwork is not None:
|
8102
|
+
pulumi.set(__self__, "subnetwork", subnetwork)
|
8103
|
+
if tags is not None:
|
8104
|
+
pulumi.set(__self__, "tags", tags)
|
8105
|
+
|
8106
|
+
@property
|
8107
|
+
@pulumi.getter
|
8108
|
+
def network(self) -> Optional[pulumi.Input[builtins.str]]:
|
8109
|
+
"""
|
8110
|
+
The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both
|
8111
|
+
network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be
|
8112
|
+
looked up from the subnetwork.
|
8113
|
+
"""
|
8114
|
+
return pulumi.get(self, "network")
|
8115
|
+
|
8116
|
+
@network.setter
|
8117
|
+
def network(self, value: Optional[pulumi.Input[builtins.str]]):
|
8118
|
+
pulumi.set(self, "network", value)
|
8119
|
+
|
8120
|
+
@property
|
8121
|
+
@pulumi.getter
|
8122
|
+
def subnetwork(self) -> Optional[pulumi.Input[builtins.str]]:
|
8123
|
+
"""
|
8124
|
+
The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both
|
8125
|
+
network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the
|
8126
|
+
subnetwork with the same name with the network will be used.
|
8127
|
+
"""
|
8128
|
+
return pulumi.get(self, "subnetwork")
|
8129
|
+
|
8130
|
+
@subnetwork.setter
|
8131
|
+
def subnetwork(self, value: Optional[pulumi.Input[builtins.str]]):
|
8132
|
+
pulumi.set(self, "subnetwork", value)
|
8133
|
+
|
8134
|
+
@property
|
8135
|
+
@pulumi.getter
|
8136
|
+
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
8137
|
+
"""
|
8138
|
+
Network tags applied to this Cloud Run WorkerPool.
|
8139
|
+
"""
|
8140
|
+
return pulumi.get(self, "tags")
|
8141
|
+
|
8142
|
+
@tags.setter
|
8143
|
+
def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
8144
|
+
pulumi.set(self, "tags", value)
|
8145
|
+
|
8146
|
+
|
8147
|
+
if not MYPY:
|
8148
|
+
class WorkerPoolTerminalConditionArgsDict(TypedDict):
|
8149
|
+
execution_reason: NotRequired[pulumi.Input[builtins.str]]
|
8150
|
+
"""
|
8151
|
+
(Output)
|
8152
|
+
A reason for the execution condition.
|
8153
|
+
"""
|
8154
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
8155
|
+
"""
|
8156
|
+
(Output)
|
8157
|
+
Last time the condition transitioned from one status to another.
|
8158
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
8159
|
+
"""
|
8160
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
8161
|
+
"""
|
8162
|
+
(Output)
|
8163
|
+
Human readable message indicating details about the current status.
|
8164
|
+
"""
|
8165
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
8166
|
+
"""
|
8167
|
+
(Output)
|
8168
|
+
A common (workerPool-level) reason for this condition.
|
8169
|
+
"""
|
8170
|
+
revision_reason: NotRequired[pulumi.Input[builtins.str]]
|
8171
|
+
"""
|
8172
|
+
(Output)
|
8173
|
+
A reason for the revision condition.
|
8174
|
+
"""
|
8175
|
+
severity: NotRequired[pulumi.Input[builtins.str]]
|
8176
|
+
"""
|
8177
|
+
(Output)
|
8178
|
+
How to interpret failures of this condition, one of Error, Warning, Info
|
8179
|
+
"""
|
8180
|
+
state: NotRequired[pulumi.Input[builtins.str]]
|
8181
|
+
"""
|
8182
|
+
(Output)
|
8183
|
+
State of the condition.
|
8184
|
+
"""
|
8185
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
8186
|
+
"""
|
8187
|
+
(Output)
|
8188
|
+
The allocation type for this instance split.
|
8189
|
+
"""
|
8190
|
+
elif False:
|
8191
|
+
WorkerPoolTerminalConditionArgsDict: TypeAlias = Mapping[str, Any]
|
8192
|
+
|
8193
|
+
@pulumi.input_type
|
8194
|
+
class WorkerPoolTerminalConditionArgs:
|
8195
|
+
def __init__(__self__, *,
|
8196
|
+
execution_reason: Optional[pulumi.Input[builtins.str]] = None,
|
8197
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
8198
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
8199
|
+
reason: Optional[pulumi.Input[builtins.str]] = None,
|
8200
|
+
revision_reason: Optional[pulumi.Input[builtins.str]] = None,
|
8201
|
+
severity: Optional[pulumi.Input[builtins.str]] = None,
|
8202
|
+
state: Optional[pulumi.Input[builtins.str]] = None,
|
8203
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
8204
|
+
"""
|
8205
|
+
:param pulumi.Input[builtins.str] execution_reason: (Output)
|
8206
|
+
A reason for the execution condition.
|
8207
|
+
:param pulumi.Input[builtins.str] last_transition_time: (Output)
|
8208
|
+
Last time the condition transitioned from one status to another.
|
8209
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
8210
|
+
:param pulumi.Input[builtins.str] message: (Output)
|
8211
|
+
Human readable message indicating details about the current status.
|
8212
|
+
:param pulumi.Input[builtins.str] reason: (Output)
|
8213
|
+
A common (workerPool-level) reason for this condition.
|
8214
|
+
:param pulumi.Input[builtins.str] revision_reason: (Output)
|
8215
|
+
A reason for the revision condition.
|
8216
|
+
:param pulumi.Input[builtins.str] severity: (Output)
|
8217
|
+
How to interpret failures of this condition, one of Error, Warning, Info
|
8218
|
+
:param pulumi.Input[builtins.str] state: (Output)
|
8219
|
+
State of the condition.
|
8220
|
+
:param pulumi.Input[builtins.str] type: (Output)
|
8221
|
+
The allocation type for this instance split.
|
8222
|
+
"""
|
8223
|
+
if execution_reason is not None:
|
8224
|
+
pulumi.set(__self__, "execution_reason", execution_reason)
|
8225
|
+
if last_transition_time is not None:
|
8226
|
+
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
8227
|
+
if message is not None:
|
8228
|
+
pulumi.set(__self__, "message", message)
|
8229
|
+
if reason is not None:
|
8230
|
+
pulumi.set(__self__, "reason", reason)
|
8231
|
+
if revision_reason is not None:
|
8232
|
+
pulumi.set(__self__, "revision_reason", revision_reason)
|
8233
|
+
if severity is not None:
|
8234
|
+
pulumi.set(__self__, "severity", severity)
|
8235
|
+
if state is not None:
|
8236
|
+
pulumi.set(__self__, "state", state)
|
8237
|
+
if type is not None:
|
8238
|
+
pulumi.set(__self__, "type", type)
|
8239
|
+
|
8240
|
+
@property
|
8241
|
+
@pulumi.getter(name="executionReason")
|
8242
|
+
def execution_reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
8243
|
+
"""
|
8244
|
+
(Output)
|
8245
|
+
A reason for the execution condition.
|
8246
|
+
"""
|
8247
|
+
return pulumi.get(self, "execution_reason")
|
8248
|
+
|
8249
|
+
@execution_reason.setter
|
8250
|
+
def execution_reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
8251
|
+
pulumi.set(self, "execution_reason", value)
|
8252
|
+
|
8253
|
+
@property
|
8254
|
+
@pulumi.getter(name="lastTransitionTime")
|
8255
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
8256
|
+
"""
|
8257
|
+
(Output)
|
8258
|
+
Last time the condition transitioned from one status to another.
|
8259
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
8260
|
+
"""
|
8261
|
+
return pulumi.get(self, "last_transition_time")
|
8262
|
+
|
8263
|
+
@last_transition_time.setter
|
8264
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
8265
|
+
pulumi.set(self, "last_transition_time", value)
|
8266
|
+
|
8267
|
+
@property
|
8268
|
+
@pulumi.getter
|
8269
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
8270
|
+
"""
|
8271
|
+
(Output)
|
8272
|
+
Human readable message indicating details about the current status.
|
8273
|
+
"""
|
8274
|
+
return pulumi.get(self, "message")
|
8275
|
+
|
8276
|
+
@message.setter
|
8277
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
8278
|
+
pulumi.set(self, "message", value)
|
8279
|
+
|
8280
|
+
@property
|
8281
|
+
@pulumi.getter
|
8282
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
8283
|
+
"""
|
8284
|
+
(Output)
|
8285
|
+
A common (workerPool-level) reason for this condition.
|
8286
|
+
"""
|
8287
|
+
return pulumi.get(self, "reason")
|
8288
|
+
|
8289
|
+
@reason.setter
|
8290
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
8291
|
+
pulumi.set(self, "reason", value)
|
8292
|
+
|
8293
|
+
@property
|
8294
|
+
@pulumi.getter(name="revisionReason")
|
8295
|
+
def revision_reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
8296
|
+
"""
|
8297
|
+
(Output)
|
8298
|
+
A reason for the revision condition.
|
8299
|
+
"""
|
8300
|
+
return pulumi.get(self, "revision_reason")
|
8301
|
+
|
8302
|
+
@revision_reason.setter
|
8303
|
+
def revision_reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
8304
|
+
pulumi.set(self, "revision_reason", value)
|
8305
|
+
|
8306
|
+
@property
|
8307
|
+
@pulumi.getter
|
8308
|
+
def severity(self) -> Optional[pulumi.Input[builtins.str]]:
|
8309
|
+
"""
|
8310
|
+
(Output)
|
8311
|
+
How to interpret failures of this condition, one of Error, Warning, Info
|
8312
|
+
"""
|
8313
|
+
return pulumi.get(self, "severity")
|
8314
|
+
|
8315
|
+
@severity.setter
|
8316
|
+
def severity(self, value: Optional[pulumi.Input[builtins.str]]):
|
8317
|
+
pulumi.set(self, "severity", value)
|
8318
|
+
|
8319
|
+
@property
|
8320
|
+
@pulumi.getter
|
8321
|
+
def state(self) -> Optional[pulumi.Input[builtins.str]]:
|
8322
|
+
"""
|
8323
|
+
(Output)
|
8324
|
+
State of the condition.
|
8325
|
+
"""
|
8326
|
+
return pulumi.get(self, "state")
|
8327
|
+
|
8328
|
+
@state.setter
|
8329
|
+
def state(self, value: Optional[pulumi.Input[builtins.str]]):
|
8330
|
+
pulumi.set(self, "state", value)
|
8331
|
+
|
8332
|
+
@property
|
8333
|
+
@pulumi.getter
|
8334
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
8335
|
+
"""
|
8336
|
+
(Output)
|
8337
|
+
The allocation type for this instance split.
|
8338
|
+
"""
|
8339
|
+
return pulumi.get(self, "type")
|
8340
|
+
|
8341
|
+
@type.setter
|
8342
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
8343
|
+
pulumi.set(self, "type", value)
|
8344
|
+
|
8345
|
+
|