pulumi-gcp 7.29.0a1719416802__py3-none-any.whl → 7.30.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 +32 -0
- pulumi_gcp/_inputs.py +15 -0
- pulumi_gcp/accessapproval/get_folder_service_account.py +5 -0
- pulumi_gcp/accessapproval/get_organization_service_account.py +5 -0
- pulumi_gcp/accessapproval/get_project_service_account.py +5 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +2066 -6
- pulumi_gcp/accesscontextmanager/access_level.py +37 -32
- pulumi_gcp/accesscontextmanager/access_level_condition.py +53 -48
- pulumi_gcp/accesscontextmanager/access_levels.py +70 -65
- pulumi_gcp/accesscontextmanager/access_policy.py +5 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +24 -19
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +24 -19
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +21 -16
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +5 -0
- pulumi_gcp/accesscontextmanager/egress_policy.py +5 -0
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +33 -28
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +5 -0
- pulumi_gcp/accesscontextmanager/ingress_policy.py +5 -0
- pulumi_gcp/accesscontextmanager/outputs.py +5 -0
- pulumi_gcp/accesscontextmanager/service_perimeter.py +201 -196
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +11 -6
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +15 -10
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +15 -10
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +11 -6
- pulumi_gcp/accesscontextmanager/service_perimeters.py +60 -55
- pulumi_gcp/activedirectory/domain.py +5 -0
- pulumi_gcp/activedirectory/domain_trust.py +5 -0
- pulumi_gcp/activedirectory/peering.py +5 -0
- pulumi_gcp/alloydb/_inputs.py +535 -0
- pulumi_gcp/alloydb/backup.py +26 -21
- pulumi_gcp/alloydb/cluster.py +177 -172
- pulumi_gcp/alloydb/get_locations.py +5 -0
- pulumi_gcp/alloydb/get_supported_database_flags.py +5 -0
- pulumi_gcp/alloydb/instance.py +77 -72
- pulumi_gcp/alloydb/outputs.py +5 -0
- pulumi_gcp/alloydb/user.py +17 -12
- pulumi_gcp/apigateway/_inputs.py +168 -0
- pulumi_gcp/apigateway/api.py +5 -0
- pulumi_gcp/apigateway/api_config.py +25 -20
- pulumi_gcp/apigateway/api_config_iam_binding.py +24 -19
- pulumi_gcp/apigateway/api_config_iam_member.py +24 -19
- pulumi_gcp/apigateway/api_config_iam_policy.py +21 -16
- pulumi_gcp/apigateway/api_iam_binding.py +24 -19
- pulumi_gcp/apigateway/api_iam_member.py +24 -19
- pulumi_gcp/apigateway/api_iam_policy.py +21 -16
- pulumi_gcp/apigateway/gateway.py +5 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +24 -19
- pulumi_gcp/apigateway/gateway_iam_member.py +24 -19
- pulumi_gcp/apigateway/gateway_iam_policy.py +21 -16
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +5 -0
- pulumi_gcp/apigateway/get_api_iam_policy.py +5 -0
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +5 -0
- pulumi_gcp/apigateway/outputs.py +5 -0
- pulumi_gcp/apigee/_inputs.py +508 -0
- pulumi_gcp/apigee/addons_config.py +60 -55
- pulumi_gcp/apigee/endpoint_attachment.py +5 -0
- pulumi_gcp/apigee/env_group.py +5 -0
- pulumi_gcp/apigee/env_group_attachment.py +5 -0
- pulumi_gcp/apigee/env_keystore.py +5 -0
- pulumi_gcp/apigee/env_references.py +5 -0
- pulumi_gcp/apigee/environment.py +10 -5
- pulumi_gcp/apigee/environment_iam_binding.py +24 -19
- pulumi_gcp/apigee/environment_iam_member.py +24 -19
- pulumi_gcp/apigee/environment_iam_policy.py +21 -16
- pulumi_gcp/apigee/flowhook.py +5 -0
- pulumi_gcp/apigee/get_environment_iam_policy.py +5 -0
- pulumi_gcp/apigee/instance.py +5 -0
- pulumi_gcp/apigee/instance_attachment.py +5 -0
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +10 -5
- pulumi_gcp/apigee/keystores_aliases_pkcs12.py +7 -2
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +31 -26
- pulumi_gcp/apigee/nat_address.py +5 -0
- pulumi_gcp/apigee/organization.py +10 -5
- pulumi_gcp/apigee/outputs.py +5 -0
- pulumi_gcp/apigee/sharedflow.py +7 -2
- pulumi_gcp/apigee/sharedflow_deployment.py +5 -0
- pulumi_gcp/apigee/sync_authorization.py +5 -0
- pulumi_gcp/apigee/target_server.py +10 -5
- pulumi_gcp/appengine/_inputs.py +990 -7
- pulumi_gcp/appengine/application.py +17 -12
- pulumi_gcp/appengine/application_url_dispatch_rules.py +46 -41
- pulumi_gcp/appengine/domain_mapping.py +18 -13
- pulumi_gcp/appengine/engine_split_traffic.py +50 -45
- pulumi_gcp/appengine/firewall_rule.py +5 -0
- pulumi_gcp/appengine/flexible_app_version.py +130 -125
- pulumi_gcp/appengine/get_default_service_account.py +5 -0
- pulumi_gcp/appengine/outputs.py +5 -0
- pulumi_gcp/appengine/service_network_settings.py +32 -27
- pulumi_gcp/appengine/standard_app_version.py +109 -104
- pulumi_gcp/apphub/_inputs.py +370 -0
- pulumi_gcp/apphub/application.py +67 -62
- pulumi_gcp/apphub/get_application.py +5 -0
- pulumi_gcp/apphub/get_discovered_service.py +5 -0
- pulumi_gcp/apphub/get_discovered_workload.py +5 -0
- pulumi_gcp/apphub/outputs.py +5 -0
- pulumi_gcp/apphub/service.py +78 -73
- pulumi_gcp/apphub/service_project_attachment.py +5 -0
- pulumi_gcp/apphub/workload.py +14 -9
- pulumi_gcp/applicationintegration/_inputs.py +324 -0
- pulumi_gcp/applicationintegration/auth_config.py +29 -24
- pulumi_gcp/applicationintegration/client.py +24 -19
- pulumi_gcp/applicationintegration/outputs.py +5 -0
- pulumi_gcp/artifactregistry/_inputs.py +392 -0
- pulumi_gcp/artifactregistry/get_docker_image.py +7 -2
- pulumi_gcp/artifactregistry/get_repository.py +5 -0
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +5 -0
- pulumi_gcp/artifactregistry/outputs.py +5 -0
- pulumi_gcp/artifactregistry/repository.py +338 -333
- pulumi_gcp/artifactregistry/repository_iam_binding.py +24 -19
- pulumi_gcp/artifactregistry/repository_iam_member.py +24 -19
- pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -16
- pulumi_gcp/artifactregistry/vpcsc_config.py +5 -0
- pulumi_gcp/assuredworkloads/_inputs.py +117 -0
- pulumi_gcp/assuredworkloads/outputs.py +5 -0
- pulumi_gcp/assuredworkloads/workload.py +86 -81
- pulumi_gcp/backupdisasterrecovery/_inputs.py +41 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +5 -0
- pulumi_gcp/backupdisasterrecovery/management_server.py +20 -15
- pulumi_gcp/backupdisasterrecovery/outputs.py +5 -0
- pulumi_gcp/beyondcorp/_inputs.py +86 -0
- pulumi_gcp/beyondcorp/app_connection.py +57 -52
- pulumi_gcp/beyondcorp/app_connector.py +30 -25
- pulumi_gcp/beyondcorp/app_gateway.py +7 -2
- pulumi_gcp/beyondcorp/get_app_connection.py +5 -0
- pulumi_gcp/beyondcorp/get_app_connector.py +5 -0
- pulumi_gcp/beyondcorp/get_app_gateway.py +5 -0
- pulumi_gcp/beyondcorp/outputs.py +5 -0
- pulumi_gcp/biglake/_inputs.py +64 -0
- pulumi_gcp/biglake/catalog.py +5 -0
- pulumi_gcp/biglake/database.py +18 -13
- pulumi_gcp/biglake/outputs.py +5 -0
- pulumi_gcp/biglake/table.py +36 -31
- pulumi_gcp/bigquery/_inputs.py +1930 -6
- pulumi_gcp/bigquery/app_profile.py +133 -128
- pulumi_gcp/bigquery/bi_reservation.py +10 -5
- pulumi_gcp/bigquery/capacity_commitment.py +5 -0
- pulumi_gcp/bigquery/connection.py +181 -176
- pulumi_gcp/bigquery/connection_iam_binding.py +24 -19
- pulumi_gcp/bigquery/connection_iam_member.py +24 -19
- pulumi_gcp/bigquery/connection_iam_policy.py +21 -16
- pulumi_gcp/bigquery/data_transfer_config.py +20 -15
- pulumi_gcp/bigquery/dataset.py +132 -127
- pulumi_gcp/bigquery/dataset_access.py +72 -67
- pulumi_gcp/bigquery/dataset_iam_binding.py +24 -19
- pulumi_gcp/bigquery/dataset_iam_member.py +24 -19
- pulumi_gcp/bigquery/dataset_iam_policy.py +21 -16
- pulumi_gcp/bigquery/get_connection_iam_policy.py +5 -0
- pulumi_gcp/bigquery/get_dataset.py +5 -0
- pulumi_gcp/bigquery/get_dataset_iam_policy.py +5 -0
- pulumi_gcp/bigquery/get_default_service_account.py +5 -0
- pulumi_gcp/bigquery/get_table_iam_policy.py +5 -0
- pulumi_gcp/bigquery/iam_binding.py +102 -97
- pulumi_gcp/bigquery/iam_member.py +102 -97
- pulumi_gcp/bigquery/iam_policy.py +97 -92
- pulumi_gcp/bigquery/job.py +229 -224
- pulumi_gcp/bigquery/outputs.py +5 -0
- pulumi_gcp/bigquery/reservation.py +16 -11
- pulumi_gcp/bigquery/reservation_assignment.py +5 -0
- pulumi_gcp/bigquery/routine.py +114 -109
- pulumi_gcp/bigquery/table.py +67 -62
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +97 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +5 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +24 -19
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +24 -19
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -16
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +5 -0
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +5 -0
- pulumi_gcp/bigqueryanalyticshub/listing.py +45 -40
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +24 -19
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +24 -19
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -16
- pulumi_gcp/bigqueryanalyticshub/outputs.py +5 -0
- pulumi_gcp/bigquerydatapolicy/_inputs.py +40 -0
- pulumi_gcp/bigquerydatapolicy/data_policy.py +24 -19
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +24 -19
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +24 -19
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -16
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +5 -0
- pulumi_gcp/bigquerydatapolicy/outputs.py +5 -0
- pulumi_gcp/bigtable/_inputs.py +202 -0
- pulumi_gcp/bigtable/authorized_view.py +10 -5
- pulumi_gcp/bigtable/gc_policy.py +113 -54
- pulumi_gcp/bigtable/get_instance_iam_policy.py +5 -0
- pulumi_gcp/bigtable/get_table_iam_policy.py +5 -0
- pulumi_gcp/bigtable/instance.py +52 -47
- pulumi_gcp/bigtable/instance_iam_binding.py +24 -19
- pulumi_gcp/bigtable/instance_iam_member.py +24 -19
- pulumi_gcp/bigtable/instance_iam_policy.py +21 -16
- pulumi_gcp/bigtable/outputs.py +5 -0
- pulumi_gcp/bigtable/table.py +39 -34
- pulumi_gcp/bigtable/table_iam_binding.py +24 -19
- pulumi_gcp/bigtable/table_iam_member.py +24 -19
- pulumi_gcp/bigtable/table_iam_policy.py +21 -16
- pulumi_gcp/billing/_inputs.py +257 -0
- pulumi_gcp/billing/account_iam_binding.py +24 -19
- pulumi_gcp/billing/account_iam_member.py +24 -19
- pulumi_gcp/billing/account_iam_policy.py +21 -16
- pulumi_gcp/billing/budget.py +225 -220
- pulumi_gcp/billing/get_account_iam_policy.py +5 -0
- pulumi_gcp/billing/outputs.py +5 -0
- pulumi_gcp/billing/project_info.py +5 -0
- pulumi_gcp/billing/sub_account.py +5 -0
- pulumi_gcp/binaryauthorization/_inputs.py +199 -0
- pulumi_gcp/binaryauthorization/attestor.py +68 -63
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +24 -19
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +24 -19
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +21 -16
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +5 -0
- pulumi_gcp/binaryauthorization/outputs.py +5 -0
- pulumi_gcp/binaryauthorization/policy.py +88 -83
- pulumi_gcp/blockchainnodeengine/_inputs.py +131 -0
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +62 -57
- pulumi_gcp/blockchainnodeengine/outputs.py +5 -0
- pulumi_gcp/certificateauthority/_inputs.py +2157 -36
- pulumi_gcp/certificateauthority/authority.py +398 -393
- pulumi_gcp/certificateauthority/ca_pool.py +189 -184
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +102 -97
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +102 -97
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +97 -92
- pulumi_gcp/certificateauthority/certificate.py +636 -631
- pulumi_gcp/certificateauthority/certificate_template.py +134 -129
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +102 -97
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +102 -97
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +97 -92
- pulumi_gcp/certificateauthority/get_authority.py +5 -0
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +5 -0
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +5 -0
- pulumi_gcp/certificateauthority/outputs.py +5 -0
- pulumi_gcp/certificatemanager/_inputs.py +256 -0
- pulumi_gcp/certificatemanager/certificate.py +203 -198
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +76 -71
- pulumi_gcp/certificatemanager/certificate_map.py +7 -2
- pulumi_gcp/certificatemanager/certificate_map_entry.py +13 -8
- pulumi_gcp/certificatemanager/dns_authorization.py +7 -2
- pulumi_gcp/certificatemanager/get_certificate_map.py +5 -0
- pulumi_gcp/certificatemanager/outputs.py +5 -0
- pulumi_gcp/certificatemanager/trust_config.py +26 -21
- pulumi_gcp/cloudasset/_inputs.py +151 -0
- pulumi_gcp/cloudasset/folder_feed.py +35 -30
- pulumi_gcp/cloudasset/get_resources_search_all.py +5 -0
- pulumi_gcp/cloudasset/get_search_all_resources.py +5 -0
- pulumi_gcp/cloudasset/organization_feed.py +35 -30
- pulumi_gcp/cloudasset/outputs.py +5 -0
- pulumi_gcp/cloudasset/project_feed.py +35 -30
- pulumi_gcp/cloudbuild/_inputs.py +1038 -29
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +61 -56
- pulumi_gcp/cloudbuild/get_trigger.py +5 -0
- pulumi_gcp/cloudbuild/outputs.py +5 -0
- pulumi_gcp/cloudbuild/trigger.py +733 -728
- pulumi_gcp/cloudbuild/worker_pool.py +43 -38
- pulumi_gcp/cloudbuildv2/_inputs.py +335 -0
- pulumi_gcp/cloudbuildv2/connection.py +106 -101
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +24 -19
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +24 -19
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -16
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +5 -0
- pulumi_gcp/cloudbuildv2/outputs.py +5 -0
- pulumi_gcp/cloudbuildv2/repository.py +67 -62
- pulumi_gcp/clouddeploy/_inputs.py +700 -0
- pulumi_gcp/clouddeploy/automation.py +101 -96
- pulumi_gcp/clouddeploy/custom_target_type.py +88 -83
- pulumi_gcp/clouddeploy/custom_target_type_iam_binding.py +8 -3
- pulumi_gcp/clouddeploy/custom_target_type_iam_member.py +8 -3
- pulumi_gcp/clouddeploy/custom_target_type_iam_policy.py +5 -0
- pulumi_gcp/clouddeploy/delivery_pipeline.py +162 -157
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_binding.py +8 -3
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_member.py +8 -3
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_policy.py +5 -0
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +5 -0
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +5 -0
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +5 -0
- pulumi_gcp/clouddeploy/outputs.py +5 -0
- pulumi_gcp/clouddeploy/target.py +69 -64
- pulumi_gcp/clouddeploy/target_iam_binding.py +8 -3
- pulumi_gcp/clouddeploy/target_iam_member.py +8 -3
- pulumi_gcp/clouddeploy/target_iam_policy.py +5 -0
- pulumi_gcp/clouddomains/_inputs.py +372 -0
- pulumi_gcp/clouddomains/outputs.py +5 -0
- pulumi_gcp/clouddomains/registration.py +121 -116
- pulumi_gcp/cloudfunctions/_inputs.py +132 -0
- pulumi_gcp/cloudfunctions/function.py +25 -20
- pulumi_gcp/cloudfunctions/function_iam_binding.py +24 -19
- pulumi_gcp/cloudfunctions/function_iam_member.py +24 -19
- pulumi_gcp/cloudfunctions/function_iam_policy.py +21 -16
- pulumi_gcp/cloudfunctions/get_function.py +5 -0
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +5 -0
- pulumi_gcp/cloudfunctions/outputs.py +5 -0
- pulumi_gcp/cloudfunctionsv2/_inputs.py +454 -0
- pulumi_gcp/cloudfunctionsv2/function.py +746 -509
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +24 -19
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +24 -19
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -16
- pulumi_gcp/cloudfunctionsv2/get_function.py +5 -0
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +5 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +134 -1
- pulumi_gcp/cloudidentity/_inputs.py +161 -0
- pulumi_gcp/cloudidentity/get_group_lookup.py +9 -4
- pulumi_gcp/cloudidentity/get_group_memberships.py +5 -0
- pulumi_gcp/cloudidentity/get_groups.py +5 -0
- pulumi_gcp/cloudidentity/group.py +18 -13
- pulumi_gcp/cloudidentity/group_membership.py +68 -63
- pulumi_gcp/cloudidentity/outputs.py +5 -0
- pulumi_gcp/cloudids/endpoint.py +5 -0
- pulumi_gcp/cloudquota/_inputs.py +44 -0
- pulumi_gcp/cloudquota/get_s_quota_info.py +5 -0
- pulumi_gcp/cloudquota/get_s_quota_infos.py +5 -0
- pulumi_gcp/cloudquota/outputs.py +5 -0
- pulumi_gcp/cloudquota/s_quota_preference.py +16 -11
- pulumi_gcp/cloudrun/_inputs.py +1165 -15
- pulumi_gcp/cloudrun/domain_mapping.py +49 -44
- pulumi_gcp/cloudrun/get_locations.py +5 -0
- pulumi_gcp/cloudrun/get_service.py +5 -0
- pulumi_gcp/cloudrun/get_service_iam_policy.py +5 -0
- pulumi_gcp/cloudrun/iam_binding.py +24 -19
- pulumi_gcp/cloudrun/iam_member.py +24 -19
- pulumi_gcp/cloudrun/iam_policy.py +21 -16
- pulumi_gcp/cloudrun/outputs.py +5 -0
- pulumi_gcp/cloudrun/service.py +270 -265
- pulumi_gcp/cloudrunv2/_inputs.py +1338 -5
- pulumi_gcp/cloudrunv2/get_job.py +5 -0
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +5 -0
- pulumi_gcp/cloudrunv2/get_service.py +5 -0
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +5 -0
- pulumi_gcp/cloudrunv2/job.py +287 -282
- pulumi_gcp/cloudrunv2/job_iam_binding.py +24 -19
- pulumi_gcp/cloudrunv2/job_iam_member.py +24 -19
- pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -16
- pulumi_gcp/cloudrunv2/outputs.py +5 -0
- pulumi_gcp/cloudrunv2/service.py +437 -432
- pulumi_gcp/cloudrunv2/service_iam_binding.py +24 -19
- pulumi_gcp/cloudrunv2/service_iam_member.py +24 -19
- pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -16
- pulumi_gcp/cloudscheduler/_inputs.py +193 -0
- pulumi_gcp/cloudscheduler/job.py +127 -122
- pulumi_gcp/cloudscheduler/outputs.py +5 -0
- pulumi_gcp/cloudtasks/_inputs.py +134 -0
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +5 -0
- pulumi_gcp/cloudtasks/outputs.py +5 -0
- pulumi_gcp/cloudtasks/queue.py +63 -58
- pulumi_gcp/cloudtasks/queue_iam_binding.py +24 -19
- pulumi_gcp/cloudtasks/queue_iam_member.py +24 -19
- pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -16
- pulumi_gcp/composer/_inputs.py +566 -0
- pulumi_gcp/composer/environment.py +15 -10
- pulumi_gcp/composer/get_environment.py +5 -0
- pulumi_gcp/composer/get_image_versions.py +15 -10
- pulumi_gcp/composer/get_user_workloads_config_map.py +15 -10
- pulumi_gcp/composer/get_user_workloads_secret.py +15 -10
- pulumi_gcp/composer/outputs.py +5 -0
- pulumi_gcp/composer/user_workloads_config_map.py +15 -10
- pulumi_gcp/composer/user_workloads_secret.py +15 -10
- pulumi_gcp/compute/_inputs.py +14134 -145
- pulumi_gcp/compute/address.py +27 -29
- pulumi_gcp/compute/attached_disk.py +21 -16
- pulumi_gcp/compute/autoscaler.py +98 -93
- pulumi_gcp/compute/backend_bucket.py +30 -25
- pulumi_gcp/compute/backend_bucket_iam_binding.py +8 -3
- pulumi_gcp/compute/backend_bucket_iam_member.py +8 -3
- pulumi_gcp/compute/backend_bucket_iam_policy.py +5 -0
- pulumi_gcp/compute/backend_bucket_signed_url_key.py +5 -0
- pulumi_gcp/compute/backend_service.py +204 -213
- pulumi_gcp/compute/backend_service_iam_binding.py +10 -5
- pulumi_gcp/compute/backend_service_iam_member.py +10 -5
- pulumi_gcp/compute/backend_service_iam_policy.py +5 -0
- pulumi_gcp/compute/backend_service_signed_url_key.py +35 -30
- pulumi_gcp/compute/ca_external_account_key.py +5 -0
- pulumi_gcp/compute/disk.py +54 -49
- pulumi_gcp/compute/disk_async_replication.py +10 -5
- pulumi_gcp/compute/disk_iam_binding.py +24 -19
- pulumi_gcp/compute/disk_iam_member.py +24 -19
- pulumi_gcp/compute/disk_iam_policy.py +21 -16
- pulumi_gcp/compute/disk_resource_policy_attachment.py +21 -16
- pulumi_gcp/compute/external_vpn_gateway.py +24 -19
- pulumi_gcp/compute/firewall.py +42 -37
- pulumi_gcp/compute/firewall_policy.py +5 -0
- pulumi_gcp/compute/firewall_policy_association.py +5 -0
- pulumi_gcp/compute/firewall_policy_rule.py +44 -39
- pulumi_gcp/compute/forwarding_rule.py +248 -264
- pulumi_gcp/compute/get_address.py +5 -0
- pulumi_gcp/compute/get_addresses.py +5 -0
- pulumi_gcp/compute/get_backend_bucket.py +5 -0
- pulumi_gcp/compute/get_backend_bucket_iam_policy.py +5 -0
- pulumi_gcp/compute/get_backend_service.py +5 -0
- pulumi_gcp/compute/get_backend_service_iam_policy.py +5 -0
- pulumi_gcp/compute/get_certificate.py +5 -0
- pulumi_gcp/compute/get_default_service_account.py +5 -0
- pulumi_gcp/compute/get_disk.py +13 -8
- pulumi_gcp/compute/get_disk_iam_policy.py +5 -0
- pulumi_gcp/compute/get_forwarding_rule.py +5 -0
- pulumi_gcp/compute/get_forwarding_rules.py +5 -0
- pulumi_gcp/compute/get_global_address.py +5 -0
- pulumi_gcp/compute/get_global_forwarding_rule.py +5 -0
- pulumi_gcp/compute/get_hc_vpn_gateway.py +5 -0
- pulumi_gcp/compute/get_health_check.py +5 -0
- pulumi_gcp/compute/get_image.py +15 -10
- pulumi_gcp/compute/get_image_iam_policy.py +5 -0
- pulumi_gcp/compute/get_instance.py +5 -0
- pulumi_gcp/compute/get_instance_group.py +5 -0
- pulumi_gcp/compute/get_instance_group_manager.py +5 -0
- pulumi_gcp/compute/get_instance_iam_policy.py +5 -0
- pulumi_gcp/compute/get_instance_serial_port.py +29 -24
- pulumi_gcp/compute/get_instance_template.py +5 -0
- pulumi_gcp/compute/get_lbip_ranges.py +5 -0
- pulumi_gcp/compute/get_machine_image_iam_policy.py +5 -0
- pulumi_gcp/compute/get_machine_types.py +5 -0
- pulumi_gcp/compute/get_netblock_ip_ranges.py +5 -0
- pulumi_gcp/compute/get_network.py +5 -0
- pulumi_gcp/compute/get_network_endpoint_group.py +5 -0
- pulumi_gcp/compute/get_network_peering.py +5 -0
- pulumi_gcp/compute/get_networks.py +5 -0
- pulumi_gcp/compute/get_node_types.py +5 -0
- pulumi_gcp/compute/get_region_backend_service_iam_policy.py +5 -0
- pulumi_gcp/compute/get_region_disk.py +5 -0
- pulumi_gcp/compute/get_region_disk_iam_policy.py +5 -0
- pulumi_gcp/compute/get_region_instance_group.py +5 -0
- pulumi_gcp/compute/get_region_instance_template.py +5 -0
- pulumi_gcp/compute/get_region_network_endpoint_group.py +5 -0
- pulumi_gcp/compute/get_region_ssl_certificate.py +5 -0
- pulumi_gcp/compute/get_regions.py +5 -0
- pulumi_gcp/compute/get_reservation.py +5 -0
- pulumi_gcp/compute/get_resource_policy.py +5 -0
- pulumi_gcp/compute/get_router.py +5 -0
- pulumi_gcp/compute/get_router_nat.py +5 -0
- pulumi_gcp/compute/get_router_status.py +5 -0
- pulumi_gcp/compute/get_security_policy.py +5 -0
- pulumi_gcp/compute/get_snapshot.py +5 -0
- pulumi_gcp/compute/get_snapshot_iam_policy.py +5 -0
- pulumi_gcp/compute/get_ssl_policy.py +5 -0
- pulumi_gcp/compute/get_subnetwork.py +5 -0
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +5 -0
- pulumi_gcp/compute/get_subnetworks.py +5 -0
- pulumi_gcp/compute/get_vpn_gateway.py +5 -0
- pulumi_gcp/compute/get_zones.py +5 -0
- pulumi_gcp/compute/global_address.py +5 -0
- pulumi_gcp/compute/global_forwarding_rule.py +211 -227
- pulumi_gcp/compute/global_network_endpoint.py +5 -0
- pulumi_gcp/compute/global_network_endpoint_group.py +5 -0
- pulumi_gcp/compute/ha_vpn_gateway.py +32 -27
- pulumi_gcp/compute/health_check.py +174 -169
- pulumi_gcp/compute/http_health_check.py +5 -0
- pulumi_gcp/compute/https_health_check.py +5 -0
- pulumi_gcp/compute/image.py +50 -45
- pulumi_gcp/compute/image_iam_binding.py +102 -97
- pulumi_gcp/compute/image_iam_member.py +102 -97
- pulumi_gcp/compute/image_iam_policy.py +97 -92
- pulumi_gcp/compute/instance.py +104 -99
- pulumi_gcp/compute/instance_from_machine_image.py +61 -56
- pulumi_gcp/compute/instance_from_template.py +88 -83
- pulumi_gcp/compute/instance_group.py +26 -21
- pulumi_gcp/compute/instance_group_manager.py +138 -133
- pulumi_gcp/compute/instance_group_membership.py +21 -16
- pulumi_gcp/compute/instance_group_named_port.py +13 -8
- pulumi_gcp/compute/instance_iam_binding.py +102 -97
- pulumi_gcp/compute/instance_iam_member.py +102 -97
- pulumi_gcp/compute/instance_iam_policy.py +97 -92
- pulumi_gcp/compute/instance_settings.py +16 -11
- pulumi_gcp/compute/instance_template.py +147 -142
- pulumi_gcp/compute/interconnect.py +14 -9
- pulumi_gcp/compute/interconnect_attachment.py +19 -14
- pulumi_gcp/compute/machine_image.py +48 -43
- pulumi_gcp/compute/machine_image_iam_binding.py +102 -97
- pulumi_gcp/compute/machine_image_iam_member.py +102 -97
- pulumi_gcp/compute/machine_image_iam_policy.py +97 -92
- pulumi_gcp/compute/managed_ssl_certificate.py +40 -42
- pulumi_gcp/compute/manged_ssl_certificate.py +40 -42
- pulumi_gcp/compute/network.py +5 -0
- pulumi_gcp/compute/network_attachment.py +45 -24
- pulumi_gcp/compute/network_edge_security_service.py +5 -0
- pulumi_gcp/compute/network_endpoint.py +23 -18
- pulumi_gcp/compute/network_endpoint_group.py +5 -0
- pulumi_gcp/compute/network_endpoint_list.py +66 -61
- pulumi_gcp/compute/network_firewall_policy.py +5 -0
- pulumi_gcp/compute/network_firewall_policy_association.py +5 -0
- pulumi_gcp/compute/network_firewall_policy_rule.py +41 -36
- pulumi_gcp/compute/network_peering.py +5 -0
- pulumi_gcp/compute/network_peering_routes_config.py +41 -36
- pulumi_gcp/compute/node_group.py +50 -45
- pulumi_gcp/compute/node_template.py +21 -16
- pulumi_gcp/compute/organization_security_policy.py +5 -0
- pulumi_gcp/compute/organization_security_policy_association.py +31 -26
- pulumi_gcp/compute/organization_security_policy_rule.py +36 -31
- pulumi_gcp/compute/outputs.py +509 -8
- pulumi_gcp/compute/packet_mirroring.py +83 -78
- pulumi_gcp/compute/per_instance_config.py +56 -51
- pulumi_gcp/compute/project_cloud_armor_tier.py +5 -0
- pulumi_gcp/compute/project_default_network_tier.py +5 -0
- pulumi_gcp/compute/project_metadata.py +5 -0
- pulumi_gcp/compute/project_metadata_item.py +5 -0
- pulumi_gcp/compute/public_advertised_prefix.py +5 -0
- pulumi_gcp/compute/public_delegated_prefix.py +5 -0
- pulumi_gcp/compute/region_autoscaler.py +60 -55
- pulumi_gcp/compute/region_backend_service.py +203 -212
- pulumi_gcp/compute/region_backend_service_iam_binding.py +10 -5
- pulumi_gcp/compute/region_backend_service_iam_member.py +10 -5
- pulumi_gcp/compute/region_backend_service_iam_policy.py +5 -0
- pulumi_gcp/compute/region_commitment.py +47 -42
- pulumi_gcp/compute/region_disk.py +49 -44
- pulumi_gcp/compute/region_disk_iam_binding.py +146 -114
- pulumi_gcp/compute/region_disk_iam_member.py +146 -114
- pulumi_gcp/compute/region_disk_iam_policy.py +136 -104
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +21 -16
- pulumi_gcp/compute/region_health_check.py +174 -169
- pulumi_gcp/compute/region_instance_group_manager.py +134 -129
- pulumi_gcp/compute/region_instance_template.py +55 -50
- pulumi_gcp/compute/region_network_endpoint.py +23 -18
- pulumi_gcp/compute/region_network_endpoint_group.py +135 -130
- pulumi_gcp/compute/region_network_firewall_policy.py +5 -0
- pulumi_gcp/compute/region_network_firewall_policy_association.py +5 -0
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +41 -36
- pulumi_gcp/compute/region_per_instance_config.py +66 -61
- pulumi_gcp/compute/region_security_policy.py +49 -44
- pulumi_gcp/compute/region_security_policy_rule.py +161 -156
- pulumi_gcp/compute/region_ssl_certificate.py +5 -7
- pulumi_gcp/compute/region_ssl_policy.py +5 -0
- pulumi_gcp/compute/region_target_http_proxy.py +43 -38
- pulumi_gcp/compute/region_target_https_proxy.py +97 -92
- pulumi_gcp/compute/region_target_tcp_proxy.py +11 -6
- pulumi_gcp/compute/region_url_map.py +824 -819
- pulumi_gcp/compute/reservation.py +29 -24
- pulumi_gcp/compute/resource_policy.py +153 -148
- pulumi_gcp/compute/route.py +17 -12
- pulumi_gcp/compute/router.py +40 -35
- pulumi_gcp/compute/router_interface.py +5 -0
- pulumi_gcp/compute/router_nat.py +98 -93
- pulumi_gcp/compute/router_peer.py +78 -73
- pulumi_gcp/compute/router_status.py +5 -0
- pulumi_gcp/compute/security_policy.py +201 -196
- pulumi_gcp/compute/security_policy_rule.py +80 -75
- pulumi_gcp/compute/security_scan_config.py +15 -10
- pulumi_gcp/compute/service_attachment.py +60 -55
- pulumi_gcp/compute/shared_vpc_host_project.py +5 -0
- pulumi_gcp/compute/shared_vpc_service_project.py +5 -0
- pulumi_gcp/compute/snapshot.py +15 -10
- pulumi_gcp/compute/snapshot_iam_binding.py +24 -19
- pulumi_gcp/compute/snapshot_iam_member.py +24 -19
- pulumi_gcp/compute/snapshot_iam_policy.py +21 -16
- pulumi_gcp/compute/ssl_certificate.py +5 -7
- pulumi_gcp/compute/ssl_policy.py +5 -0
- pulumi_gcp/compute/subnetwork.py +33 -28
- pulumi_gcp/compute/subnetwork_iam_binding.py +102 -97
- pulumi_gcp/compute/subnetwork_iam_member.py +102 -97
- pulumi_gcp/compute/subnetwork_iam_policy.py +97 -92
- pulumi_gcp/compute/target_grpc_proxy.py +129 -124
- pulumi_gcp/compute/target_http_proxy.py +61 -56
- pulumi_gcp/compute/target_https_proxy.py +209 -129
- pulumi_gcp/compute/target_instance.py +63 -58
- pulumi_gcp/compute/target_pool.py +5 -0
- pulumi_gcp/compute/target_ssl_proxy.py +11 -6
- pulumi_gcp/compute/target_tcp_proxy.py +11 -6
- pulumi_gcp/compute/url_map.py +986 -726
- pulumi_gcp/compute/vpn_gateway.py +5 -0
- pulumi_gcp/compute/vpn_tunnel.py +5 -0
- pulumi_gcp/config/__init__.pyi +5 -0
- pulumi_gcp/config/outputs.py +5 -0
- pulumi_gcp/config/vars.py +5 -0
- pulumi_gcp/container/_inputs.py +5502 -823
- pulumi_gcp/container/attached_cluster.py +128 -123
- pulumi_gcp/container/aws_cluster.py +361 -356
- pulumi_gcp/container/aws_node_pool.py +556 -551
- pulumi_gcp/container/azure_client.py +7 -2
- pulumi_gcp/container/azure_cluster.py +135 -130
- pulumi_gcp/container/azure_node_pool.py +117 -112
- pulumi_gcp/container/cluster.py +224 -219
- pulumi_gcp/container/get_attached_install_manifest.py +5 -0
- pulumi_gcp/container/get_attached_versions.py +5 -0
- pulumi_gcp/container/get_aws_versions.py +5 -0
- pulumi_gcp/container/get_azure_versions.py +5 -0
- pulumi_gcp/container/get_cluster.py +5 -0
- pulumi_gcp/container/get_engine_versions.py +5 -0
- pulumi_gcp/container/get_registry_image.py +5 -0
- pulumi_gcp/container/get_registry_repository.py +5 -0
- pulumi_gcp/container/node_pool.py +78 -73
- pulumi_gcp/container/outputs.py +5 -0
- pulumi_gcp/container/registry.py +5 -0
- pulumi_gcp/containeranalysis/_inputs.py +121 -0
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +5 -0
- pulumi_gcp/containeranalysis/note.py +49 -44
- pulumi_gcp/containeranalysis/note_iam_binding.py +24 -19
- pulumi_gcp/containeranalysis/note_iam_member.py +24 -19
- pulumi_gcp/containeranalysis/note_iam_policy.py +21 -16
- pulumi_gcp/containeranalysis/occurence.py +10 -5
- pulumi_gcp/containeranalysis/outputs.py +5 -0
- pulumi_gcp/databasemigrationservice/_inputs.py +578 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +188 -183
- pulumi_gcp/databasemigrationservice/outputs.py +5 -0
- pulumi_gcp/databasemigrationservice/private_connection.py +20 -15
- pulumi_gcp/datacatalog/_inputs.py +318 -0
- pulumi_gcp/datacatalog/entry.py +20 -15
- pulumi_gcp/datacatalog/entry_group.py +5 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +24 -19
- pulumi_gcp/datacatalog/entry_group_iam_member.py +24 -19
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +21 -16
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +5 -0
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +5 -0
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +5 -0
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +5 -0
- pulumi_gcp/datacatalog/outputs.py +5 -0
- pulumi_gcp/datacatalog/policy_tag.py +5 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +24 -19
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +24 -19
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +21 -16
- pulumi_gcp/datacatalog/tag.py +264 -259
- pulumi_gcp/datacatalog/tag_template.py +76 -71
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +24 -19
- pulumi_gcp/datacatalog/tag_template_iam_member.py +24 -19
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +21 -16
- pulumi_gcp/datacatalog/taxonomy.py +5 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +24 -19
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +24 -19
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +21 -16
- pulumi_gcp/dataflow/_inputs.py +316 -0
- pulumi_gcp/dataflow/flex_template_job.py +5 -0
- pulumi_gcp/dataflow/job.py +5 -0
- pulumi_gcp/dataflow/outputs.py +5 -0
- pulumi_gcp/dataflow/pipeline.py +75 -70
- pulumi_gcp/dataform/_inputs.py +251 -0
- pulumi_gcp/dataform/get_repository_iam_policy.py +5 -0
- pulumi_gcp/dataform/outputs.py +5 -0
- pulumi_gcp/dataform/repository.py +41 -36
- pulumi_gcp/dataform/repository_iam_binding.py +8 -3
- pulumi_gcp/dataform/repository_iam_member.py +8 -3
- pulumi_gcp/dataform/repository_iam_policy.py +5 -0
- pulumi_gcp/dataform/repository_release_config.py +58 -53
- pulumi_gcp/dataform/repository_workflow_config.py +94 -89
- pulumi_gcp/datafusion/_inputs.py +224 -8
- pulumi_gcp/datafusion/get_instance_iam_policy.py +5 -0
- pulumi_gcp/datafusion/instance.py +119 -50
- pulumi_gcp/datafusion/outputs.py +132 -7
- pulumi_gcp/dataloss/_inputs.py +6566 -114
- pulumi_gcp/dataloss/outputs.py +5 -0
- pulumi_gcp/dataloss/prevention_deidentify_template.py +226 -221
- pulumi_gcp/dataloss/prevention_discovery_config.py +22 -17
- pulumi_gcp/dataloss/prevention_inspect_template.py +442 -437
- pulumi_gcp/dataloss/prevention_job_trigger.py +701 -696
- pulumi_gcp/dataloss/prevention_stored_info_type.py +62 -57
- pulumi_gcp/dataplex/_inputs.py +1212 -6
- pulumi_gcp/dataplex/aspect_type.py +5 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +24 -19
- pulumi_gcp/dataplex/aspect_type_iam_member.py +24 -19
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +21 -16
- pulumi_gcp/dataplex/asset.py +47 -42
- pulumi_gcp/dataplex/asset_iam_binding.py +24 -19
- pulumi_gcp/dataplex/asset_iam_member.py +24 -19
- pulumi_gcp/dataplex/asset_iam_policy.py +21 -16
- pulumi_gcp/dataplex/datascan.py +289 -284
- pulumi_gcp/dataplex/datascan_iam_binding.py +24 -19
- pulumi_gcp/dataplex/datascan_iam_member.py +24 -19
- pulumi_gcp/dataplex/datascan_iam_policy.py +21 -16
- pulumi_gcp/dataplex/entry_group.py +5 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +24 -19
- pulumi_gcp/dataplex/entry_group_iam_member.py +24 -19
- pulumi_gcp/dataplex/entry_group_iam_policy.py +21 -16
- pulumi_gcp/dataplex/entry_type.py +16 -11
- pulumi_gcp/dataplex/entry_type_iam_binding.py +24 -19
- pulumi_gcp/dataplex/entry_type_iam_member.py +24 -19
- pulumi_gcp/dataplex/entry_type_iam_policy.py +21 -16
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +5 -0
- pulumi_gcp/dataplex/get_asset_iam_policy.py +5 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +5 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +5 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +5 -0
- pulumi_gcp/dataplex/get_lake_iam_policy.py +5 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +5 -0
- pulumi_gcp/dataplex/get_zone_iam_policy.py +5 -0
- pulumi_gcp/dataplex/lake.py +14 -9
- pulumi_gcp/dataplex/lake_iam_binding.py +24 -19
- pulumi_gcp/dataplex/lake_iam_member.py +24 -19
- pulumi_gcp/dataplex/lake_iam_policy.py +21 -16
- pulumi_gcp/dataplex/outputs.py +5 -0
- pulumi_gcp/dataplex/task.py +173 -168
- pulumi_gcp/dataplex/task_iam_binding.py +24 -19
- pulumi_gcp/dataplex/task_iam_member.py +24 -19
- pulumi_gcp/dataplex/task_iam_policy.py +21 -16
- pulumi_gcp/dataplex/zone.py +29 -24
- pulumi_gcp/dataplex/zone_iam_binding.py +24 -19
- pulumi_gcp/dataplex/zone_iam_member.py +24 -19
- pulumi_gcp/dataplex/zone_iam_policy.py +21 -16
- pulumi_gcp/dataproc/_inputs.py +3214 -39
- pulumi_gcp/dataproc/autoscaling_policy.py +50 -45
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +24 -19
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +24 -19
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -16
- pulumi_gcp/dataproc/cluster.py +109 -104
- pulumi_gcp/dataproc/cluster_iam_binding.py +24 -19
- pulumi_gcp/dataproc/cluster_iam_member.py +24 -19
- pulumi_gcp/dataproc/cluster_iam_policy.py +21 -16
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +5 -0
- pulumi_gcp/dataproc/get_cluster_iam_policy.py +5 -0
- pulumi_gcp/dataproc/get_job_iam_policy.py +5 -0
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +5 -0
- pulumi_gcp/dataproc/get_metastore_service.py +5 -0
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +5 -0
- pulumi_gcp/dataproc/job.py +95 -90
- pulumi_gcp/dataproc/job_iam_binding.py +24 -19
- pulumi_gcp/dataproc/job_iam_member.py +24 -19
- pulumi_gcp/dataproc/job_iam_policy.py +21 -16
- pulumi_gcp/dataproc/metastore_federation.py +56 -51
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +24 -19
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +24 -19
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -16
- pulumi_gcp/dataproc/metastore_service.py +239 -234
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +24 -19
- pulumi_gcp/dataproc/metastore_service_iam_member.py +24 -19
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -16
- pulumi_gcp/dataproc/outputs.py +5 -0
- pulumi_gcp/dataproc/workflow_template.py +112 -107
- pulumi_gcp/datastore/_inputs.py +22 -0
- pulumi_gcp/datastore/data_store_index.py +26 -21
- pulumi_gcp/datastore/outputs.py +5 -0
- pulumi_gcp/datastream/_inputs.py +1631 -35
- pulumi_gcp/datastream/connection_profile.py +251 -246
- pulumi_gcp/datastream/get_static_ips.py +5 -0
- pulumi_gcp/datastream/outputs.py +5 -0
- pulumi_gcp/datastream/private_connection.py +20 -15
- pulumi_gcp/datastream/stream.py +777 -772
- pulumi_gcp/deploymentmanager/_inputs.py +66 -0
- pulumi_gcp/deploymentmanager/deployment.py +33 -28
- pulumi_gcp/deploymentmanager/outputs.py +5 -0
- pulumi_gcp/diagflow/_inputs.py +2590 -41
- pulumi_gcp/diagflow/agent.py +5 -0
- pulumi_gcp/diagflow/cx_agent.py +75 -70
- pulumi_gcp/diagflow/cx_entity_type.py +37 -32
- pulumi_gcp/diagflow/cx_environment.py +22 -17
- pulumi_gcp/diagflow/cx_flow.py +455 -450
- pulumi_gcp/diagflow/cx_intent.py +55 -50
- pulumi_gcp/diagflow/cx_page.py +718 -713
- pulumi_gcp/diagflow/cx_security_settings.py +69 -64
- pulumi_gcp/diagflow/cx_test_case.py +197 -192
- pulumi_gcp/diagflow/cx_version.py +13 -8
- pulumi_gcp/diagflow/cx_webhook.py +27 -22
- pulumi_gcp/diagflow/entity_type.py +26 -21
- pulumi_gcp/diagflow/fulfillment.py +27 -22
- pulumi_gcp/diagflow/intent.py +7 -2
- pulumi_gcp/diagflow/outputs.py +5 -0
- pulumi_gcp/discoveryengine/_inputs.py +183 -0
- pulumi_gcp/discoveryengine/chat_engine.py +37 -32
- pulumi_gcp/discoveryengine/data_store.py +32 -27
- pulumi_gcp/discoveryengine/outputs.py +5 -0
- pulumi_gcp/discoveryengine/search_engine.py +17 -12
- pulumi_gcp/dns/_inputs.py +589 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +24 -19
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +24 -19
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +21 -16
- pulumi_gcp/dns/get_keys.py +13 -8
- pulumi_gcp/dns/get_managed_zone.py +5 -0
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +5 -0
- pulumi_gcp/dns/get_managed_zones.py +5 -0
- pulumi_gcp/dns/get_record_set.py +5 -0
- pulumi_gcp/dns/managed_zone.py +183 -178
- pulumi_gcp/dns/outputs.py +5 -0
- pulumi_gcp/dns/policy.py +47 -42
- pulumi_gcp/dns/record_set.py +100 -95
- pulumi_gcp/dns/response_policy.py +81 -76
- pulumi_gcp/dns/response_policy_rule.py +38 -33
- pulumi_gcp/edgecontainer/_inputs.py +464 -0
- pulumi_gcp/edgecontainer/cluster.py +152 -147
- pulumi_gcp/edgecontainer/node_pool.py +109 -104
- pulumi_gcp/edgecontainer/outputs.py +5 -0
- pulumi_gcp/edgecontainer/vpn_connection.py +36 -31
- pulumi_gcp/edgenetwork/network.py +5 -0
- pulumi_gcp/edgenetwork/subnet.py +5 -0
- pulumi_gcp/endpoints/_inputs.py +101 -0
- pulumi_gcp/endpoints/consumers_iam_binding.py +8 -3
- pulumi_gcp/endpoints/consumers_iam_member.py +8 -3
- pulumi_gcp/endpoints/consumers_iam_policy.py +5 -0
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +5 -0
- pulumi_gcp/endpoints/get_service_iam_policy.py +5 -0
- pulumi_gcp/endpoints/outputs.py +5 -0
- pulumi_gcp/endpoints/service.py +9 -4
- pulumi_gcp/endpoints/service_iam_binding.py +24 -19
- pulumi_gcp/endpoints/service_iam_member.py +24 -19
- pulumi_gcp/endpoints/service_iam_policy.py +21 -16
- pulumi_gcp/essentialcontacts/_inputs.py +313 -0
- pulumi_gcp/essentialcontacts/contact.py +5 -0
- pulumi_gcp/essentialcontacts/document_ai_processor.py +5 -0
- pulumi_gcp/essentialcontacts/document_ai_processor_default_version.py +5 -0
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +40 -35
- pulumi_gcp/essentialcontacts/document_ai_warehouse_location.py +5 -0
- pulumi_gcp/essentialcontacts/outputs.py +5 -0
- pulumi_gcp/eventarc/_inputs.py +145 -0
- pulumi_gcp/eventarc/channel.py +5 -0
- pulumi_gcp/eventarc/google_channel_config.py +5 -0
- pulumi_gcp/eventarc/outputs.py +5 -0
- pulumi_gcp/eventarc/trigger.py +78 -73
- pulumi_gcp/filestore/_inputs.py +108 -0
- pulumi_gcp/filestore/backup.py +23 -18
- pulumi_gcp/filestore/get_instance.py +5 -0
- pulumi_gcp/filestore/instance.py +107 -102
- pulumi_gcp/filestore/outputs.py +5 -0
- pulumi_gcp/filestore/snapshot.py +37 -32
- pulumi_gcp/firebase/_inputs.py +511 -0
- pulumi_gcp/firebase/android_app.py +21 -16
- pulumi_gcp/firebase/app_check_app_attest_config.py +5 -0
- pulumi_gcp/firebase/app_check_debug_token.py +5 -0
- pulumi_gcp/firebase/app_check_device_check_config.py +5 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +5 -0
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +5 -0
- pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +5 -0
- pulumi_gcp/firebase/app_check_service_config.py +5 -0
- pulumi_gcp/firebase/apple_app.py +15 -10
- pulumi_gcp/firebase/database_instance.py +5 -0
- pulumi_gcp/firebase/extensions_instance.py +30 -25
- pulumi_gcp/firebase/get_android_app.py +5 -0
- pulumi_gcp/firebase/get_android_app_config.py +5 -0
- pulumi_gcp/firebase/get_apple_app.py +5 -0
- pulumi_gcp/firebase/get_apple_app_config.py +5 -0
- pulumi_gcp/firebase/get_hosting_channel.py +5 -0
- pulumi_gcp/firebase/get_web_app.py +5 -0
- pulumi_gcp/firebase/get_web_app_config.py +5 -0
- pulumi_gcp/firebase/hosting_channel.py +5 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +39 -34
- pulumi_gcp/firebase/hosting_release.py +33 -28
- pulumi_gcp/firebase/hosting_site.py +5 -0
- pulumi_gcp/firebase/hosting_version.py +76 -71
- pulumi_gcp/firebase/outputs.py +5 -0
- pulumi_gcp/firebase/project.py +5 -0
- pulumi_gcp/firebase/storage_bucket.py +5 -0
- pulumi_gcp/firebase/web_app.py +15 -10
- pulumi_gcp/firebaserules/_inputs.py +51 -0
- pulumi_gcp/firebaserules/outputs.py +5 -0
- pulumi_gcp/firebaserules/release.py +5 -0
- pulumi_gcp/firebaserules/ruleset.py +40 -35
- pulumi_gcp/firestore/_inputs.py +154 -0
- pulumi_gcp/firestore/backup_schedule.py +23 -18
- pulumi_gcp/firestore/database.py +22 -17
- pulumi_gcp/firestore/document.py +5 -0
- pulumi_gcp/firestore/field.py +63 -58
- pulumi_gcp/firestore/index.py +72 -67
- pulumi_gcp/firestore/outputs.py +5 -0
- pulumi_gcp/folder/_inputs.py +165 -0
- pulumi_gcp/folder/access_approval_settings.py +28 -23
- pulumi_gcp/folder/get_iam_policy.py +5 -0
- pulumi_gcp/folder/get_organization_policy.py +5 -0
- pulumi_gcp/folder/iam_audit_config.py +130 -125
- pulumi_gcp/folder/iam_binding.py +8 -3
- pulumi_gcp/folder/iam_member.py +130 -125
- pulumi_gcp/folder/iam_policy.py +125 -120
- pulumi_gcp/folder/organization_policy.py +54 -49
- pulumi_gcp/folder/outputs.py +5 -0
- pulumi_gcp/gkebackup/_inputs.py +694 -0
- pulumi_gcp/gkebackup/backup_plan.py +436 -431
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +24 -19
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +24 -19
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -16
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +5 -0
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +5 -0
- pulumi_gcp/gkebackup/outputs.py +5 -0
- pulumi_gcp/gkebackup/restore_plan.py +580 -575
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +336 -956
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +336 -956
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +243 -953
- pulumi_gcp/gkehub/_inputs.py +1204 -6
- pulumi_gcp/gkehub/feature.py +319 -314
- pulumi_gcp/gkehub/feature_iam_binding.py +24 -19
- pulumi_gcp/gkehub/feature_iam_member.py +24 -19
- pulumi_gcp/gkehub/feature_iam_policy.py +21 -16
- pulumi_gcp/gkehub/feature_membership.py +184 -179
- pulumi_gcp/gkehub/fleet.py +24 -19
- pulumi_gcp/gkehub/get_feature_iam_policy.py +5 -0
- pulumi_gcp/gkehub/get_membership_iam_policy.py +5 -0
- pulumi_gcp/gkehub/get_scope_iam_policy.py +5 -0
- pulumi_gcp/gkehub/membership.py +57 -52
- pulumi_gcp/gkehub/membership_binding.py +17 -12
- pulumi_gcp/gkehub/membership_iam_binding.py +24 -19
- pulumi_gcp/gkehub/membership_iam_member.py +24 -19
- pulumi_gcp/gkehub/membership_iam_policy.py +21 -16
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +28 -23
- pulumi_gcp/gkehub/namespace.py +7 -2
- pulumi_gcp/gkehub/outputs.py +5 -0
- pulumi_gcp/gkehub/scope.py +7 -2
- pulumi_gcp/gkehub/scope_iam_binding.py +24 -19
- pulumi_gcp/gkehub/scope_iam_member.py +24 -19
- pulumi_gcp/gkehub/scope_iam_policy.py +21 -16
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +18 -13
- pulumi_gcp/gkeonprem/_inputs.py +2318 -18
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +335 -330
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +528 -523
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +262 -257
- pulumi_gcp/gkeonprem/outputs.py +5 -0
- pulumi_gcp/gkeonprem/v_mware_cluster.py +399 -394
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +89 -84
- pulumi_gcp/healthcare/_inputs.py +359 -0
- pulumi_gcp/healthcare/consent_store.py +5 -0
- pulumi_gcp/healthcare/consent_store_iam_binding.py +24 -19
- pulumi_gcp/healthcare/consent_store_iam_member.py +24 -19
- pulumi_gcp/healthcare/consent_store_iam_policy.py +21 -16
- pulumi_gcp/healthcare/dataset.py +115 -0
- pulumi_gcp/healthcare/dataset_iam_binding.py +24 -19
- pulumi_gcp/healthcare/dataset_iam_member.py +24 -19
- pulumi_gcp/healthcare/dataset_iam_policy.py +21 -16
- pulumi_gcp/healthcare/dicom_store.py +39 -34
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +24 -19
- pulumi_gcp/healthcare/dicom_store_iam_member.py +24 -19
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +21 -16
- pulumi_gcp/healthcare/fhir_store.py +62 -57
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +24 -19
- pulumi_gcp/healthcare/fhir_store_iam_member.py +24 -19
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +21 -16
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +5 -0
- pulumi_gcp/healthcare/get_dataset_iam_policy.py +5 -0
- pulumi_gcp/healthcare/get_dicom_store_iam_policy.py +5 -0
- pulumi_gcp/healthcare/get_fhir_store_iam_policy.py +5 -0
- pulumi_gcp/healthcare/get_hl7_v2_store_iam_policy.py +5 -0
- pulumi_gcp/healthcare/hl7_store.py +46 -41
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +24 -19
- pulumi_gcp/healthcare/hl7_store_iam_member.py +24 -19
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +21 -16
- pulumi_gcp/healthcare/outputs.py +48 -0
- pulumi_gcp/iam/_inputs.py +433 -0
- pulumi_gcp/iam/access_boundary_policy.py +54 -49
- pulumi_gcp/iam/deny_policy.py +56 -51
- pulumi_gcp/iam/get_rule.py +5 -0
- pulumi_gcp/iam/get_testable_permissions.py +5 -0
- pulumi_gcp/iam/get_workload_identity_pool.py +5 -0
- pulumi_gcp/iam/get_workload_identity_pool_provider.py +5 -0
- pulumi_gcp/iam/outputs.py +5 -0
- pulumi_gcp/iam/workforce_pool.py +22 -17
- pulumi_gcp/iam/workforce_pool_provider.py +184 -179
- pulumi_gcp/iam/workload_identity_pool.py +5 -0
- pulumi_gcp/iam/workload_identity_pool_provider.py +68 -63
- pulumi_gcp/iap/_inputs.py +411 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +102 -97
- pulumi_gcp/iap/app_engine_service_iam_member.py +102 -97
- pulumi_gcp/iap/app_engine_service_iam_policy.py +97 -92
- pulumi_gcp/iap/app_engine_version_iam_binding.py +102 -97
- pulumi_gcp/iap/app_engine_version_iam_member.py +102 -97
- pulumi_gcp/iap/app_engine_version_iam_policy.py +97 -92
- pulumi_gcp/iap/brand.py +5 -0
- pulumi_gcp/iap/client.py +5 -0
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +5 -0
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +5 -0
- pulumi_gcp/iap/get_client.py +5 -0
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +5 -0
- pulumi_gcp/iap/get_tunnel_iam_policy.py +5 -0
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +5 -0
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +5 -0
- pulumi_gcp/iap/get_web_iam_policy.py +5 -0
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +5 -0
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +5 -0
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +5 -0
- pulumi_gcp/iap/outputs.py +5 -0
- pulumi_gcp/iap/tunnel_dest_group.py +5 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +102 -97
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +102 -97
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +97 -92
- pulumi_gcp/iap/tunnel_iam_binding.py +102 -97
- pulumi_gcp/iap/tunnel_iam_member.py +102 -97
- pulumi_gcp/iap/tunnel_iam_policy.py +97 -92
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +102 -97
- pulumi_gcp/iap/tunnel_instance_iam_member.py +102 -97
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +97 -92
- pulumi_gcp/iap/web_backend_service_iam_binding.py +102 -97
- pulumi_gcp/iap/web_backend_service_iam_member.py +102 -97
- pulumi_gcp/iap/web_backend_service_iam_policy.py +97 -92
- pulumi_gcp/iap/web_iam_binding.py +102 -97
- pulumi_gcp/iap/web_iam_member.py +102 -97
- pulumi_gcp/iap/web_iam_policy.py +97 -92
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +102 -97
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +102 -97
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +97 -92
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +102 -97
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +102 -97
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +97 -92
- pulumi_gcp/iap/web_type_compute_iam_binding.py +102 -97
- pulumi_gcp/iap/web_type_compute_iam_member.py +102 -97
- pulumi_gcp/iap/web_type_compute_iam_policy.py +97 -92
- pulumi_gcp/identityplatform/_inputs.py +576 -0
- pulumi_gcp/identityplatform/config.py +120 -115
- pulumi_gcp/identityplatform/default_supported_idp_config.py +5 -0
- pulumi_gcp/identityplatform/inbound_saml_config.py +39 -34
- pulumi_gcp/identityplatform/oauth_idp_config.py +5 -0
- pulumi_gcp/identityplatform/outputs.py +5 -0
- pulumi_gcp/identityplatform/project_default_config.py +38 -33
- pulumi_gcp/identityplatform/tenant.py +5 -0
- pulumi_gcp/identityplatform/tenant_default_supported_idp_config.py +5 -0
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +39 -34
- pulumi_gcp/identityplatform/tenant_oauth_idp_config.py +5 -0
- pulumi_gcp/integrationconnectors/_inputs.py +868 -0
- pulumi_gcp/integrationconnectors/connection.py +465 -460
- pulumi_gcp/integrationconnectors/endpoint_attachment.py +5 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +15 -10
- pulumi_gcp/integrationconnectors/outputs.py +5 -0
- pulumi_gcp/kms/_inputs.py +303 -0
- pulumi_gcp/kms/autokey_config.py +5 -0
- pulumi_gcp/kms/crypto_key.py +18 -13
- pulumi_gcp/kms/crypto_key_iam_binding.py +56 -51
- pulumi_gcp/kms/crypto_key_iam_member.py +56 -51
- pulumi_gcp/kms/crypto_key_iam_policy.py +51 -46
- pulumi_gcp/kms/crypto_key_version.py +12 -7
- pulumi_gcp/kms/ekm_connection.py +24 -19
- pulumi_gcp/kms/get_crypto_key_iam_policy.py +5 -0
- pulumi_gcp/kms/get_key_ring_iam_policy.py +5 -0
- pulumi_gcp/kms/get_kms_crypto_key.py +5 -0
- pulumi_gcp/kms/get_kms_crypto_key_version.py +5 -0
- pulumi_gcp/kms/get_kms_key_ring.py +5 -0
- pulumi_gcp/kms/get_kms_secret.py +11 -6
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +17 -12
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +23 -18
- pulumi_gcp/kms/key_handle.py +5 -0
- pulumi_gcp/kms/key_ring.py +5 -0
- pulumi_gcp/kms/key_ring_iam_binding.py +102 -97
- pulumi_gcp/kms/key_ring_iam_member.py +102 -97
- pulumi_gcp/kms/key_ring_iam_policy.py +97 -92
- pulumi_gcp/kms/key_ring_import_job.py +9 -4
- pulumi_gcp/kms/outputs.py +5 -0
- pulumi_gcp/kms/secret_ciphertext.py +23 -18
- pulumi_gcp/logging/_inputs.py +520 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +16 -11
- pulumi_gcp/logging/billing_account_exclusion.py +5 -0
- pulumi_gcp/logging/billing_account_sink.py +15 -10
- pulumi_gcp/logging/folder_bucket_config.py +16 -11
- pulumi_gcp/logging/folder_exclusion.py +5 -0
- pulumi_gcp/logging/folder_settings.py +5 -0
- pulumi_gcp/logging/folder_sink.py +15 -10
- pulumi_gcp/logging/get_folder_settings.py +5 -0
- pulumi_gcp/logging/get_log_view_iam_policy.py +5 -0
- pulumi_gcp/logging/get_organization_settings.py +5 -0
- pulumi_gcp/logging/get_project_cmek_settings.py +5 -0
- pulumi_gcp/logging/get_project_settings.py +5 -0
- pulumi_gcp/logging/get_sink.py +5 -0
- pulumi_gcp/logging/linked_dataset.py +10 -5
- pulumi_gcp/logging/log_view.py +5 -0
- pulumi_gcp/logging/log_view_iam_binding.py +10 -5
- pulumi_gcp/logging/log_view_iam_member.py +10 -5
- pulumi_gcp/logging/log_view_iam_policy.py +5 -0
- pulumi_gcp/logging/metric.py +97 -92
- pulumi_gcp/logging/organization_bucket_config.py +16 -11
- pulumi_gcp/logging/organization_exclusion.py +5 -0
- pulumi_gcp/logging/organization_settings.py +5 -0
- pulumi_gcp/logging/organization_sink.py +15 -10
- pulumi_gcp/logging/outputs.py +5 -0
- pulumi_gcp/logging/project_bucket_config.py +21 -16
- pulumi_gcp/logging/project_exclusion.py +5 -0
- pulumi_gcp/logging/project_sink.py +15 -10
- pulumi_gcp/looker/_inputs.py +211 -0
- pulumi_gcp/looker/instance.py +204 -199
- pulumi_gcp/looker/outputs.py +5 -0
- pulumi_gcp/managedkafka/_inputs.py +69 -0
- pulumi_gcp/managedkafka/cluster.py +72 -67
- pulumi_gcp/managedkafka/outputs.py +5 -0
- pulumi_gcp/managedkafka/topic.py +27 -22
- pulumi_gcp/memcache/_inputs.py +184 -0
- pulumi_gcp/memcache/instance.py +56 -51
- pulumi_gcp/memcache/outputs.py +5 -0
- pulumi_gcp/migrationcenter/_inputs.py +182 -0
- pulumi_gcp/migrationcenter/group.py +5 -0
- pulumi_gcp/migrationcenter/outputs.py +5 -0
- pulumi_gcp/migrationcenter/preference_set.py +82 -77
- pulumi_gcp/ml/_inputs.py +17 -0
- pulumi_gcp/ml/engine_model.py +10 -5
- pulumi_gcp/ml/outputs.py +5 -0
- pulumi_gcp/monitoring/_inputs.py +1778 -62
- pulumi_gcp/monitoring/alert_policy.py +128 -123
- pulumi_gcp/monitoring/custom_service.py +16 -11
- pulumi_gcp/monitoring/dashboard.py +5 -0
- pulumi_gcp/monitoring/generic_service.py +20 -15
- pulumi_gcp/monitoring/get_app_engine_service.py +21 -16
- pulumi_gcp/monitoring/get_cluster_istio_service.py +5 -0
- pulumi_gcp/monitoring/get_istio_canonical_service.py +5 -0
- pulumi_gcp/monitoring/get_mesh_istio_service.py +5 -0
- pulumi_gcp/monitoring/get_notification_channel.py +29 -24
- pulumi_gcp/monitoring/get_secret_version.py +5 -0
- pulumi_gcp/monitoring/get_uptime_check_i_ps.py +5 -0
- pulumi_gcp/monitoring/group.py +5 -0
- pulumi_gcp/monitoring/metric_descriptor.py +49 -44
- pulumi_gcp/monitoring/monitored_project.py +5 -0
- pulumi_gcp/monitoring/notification_channel.py +16 -11
- pulumi_gcp/monitoring/outputs.py +68 -0
- pulumi_gcp/monitoring/slo.py +120 -115
- pulumi_gcp/monitoring/uptime_check_config.py +241 -236
- pulumi_gcp/netapp/_inputs.py +311 -0
- pulumi_gcp/netapp/active_directory.py +5 -0
- pulumi_gcp/netapp/backup.py +11 -6
- pulumi_gcp/netapp/backup_policy.py +5 -0
- pulumi_gcp/netapp/backup_vault.py +5 -0
- pulumi_gcp/netapp/kmsconfig.py +5 -0
- pulumi_gcp/netapp/outputs.py +5 -0
- pulumi_gcp/netapp/storage_pool.py +5 -0
- pulumi_gcp/netapp/volume.py +27 -22
- pulumi_gcp/netapp/volume_replication.py +24 -19
- pulumi_gcp/netapp/volume_snapshot.py +5 -0
- pulumi_gcp/networkconnectivity/_inputs.py +253 -0
- pulumi_gcp/networkconnectivity/hub.py +7 -2
- pulumi_gcp/networkconnectivity/internal_range.py +5 -0
- pulumi_gcp/networkconnectivity/outputs.py +5 -0
- pulumi_gcp/networkconnectivity/policy_based_route.py +46 -41
- pulumi_gcp/networkconnectivity/regional_endpoint.py +5 -0
- pulumi_gcp/networkconnectivity/service_connection_policy.py +20 -15
- pulumi_gcp/networkconnectivity/spoke.py +71 -66
- pulumi_gcp/networkmanagement/_inputs.py +87 -0
- pulumi_gcp/networkmanagement/connectivity_test.py +85 -80
- pulumi_gcp/networkmanagement/outputs.py +5 -0
- pulumi_gcp/networksecurity/_inputs.py +321 -0
- pulumi_gcp/networksecurity/address_group.py +5 -0
- pulumi_gcp/networksecurity/address_group_iam_binding.py +297 -5
- pulumi_gcp/networksecurity/address_group_iam_member.py +297 -5
- pulumi_gcp/networksecurity/address_group_iam_policy.py +5 -0
- pulumi_gcp/networksecurity/authorization_policy.py +52 -47
- pulumi_gcp/networksecurity/client_tls_policy.py +45 -40
- pulumi_gcp/networksecurity/firewall_endpoint.py +5 -0
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +5 -0
- pulumi_gcp/networksecurity/gateway_security_policy.py +91 -86
- pulumi_gcp/networksecurity/gateway_security_policy_rule.py +5 -0
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +5 -0
- pulumi_gcp/networksecurity/outputs.py +5 -0
- pulumi_gcp/networksecurity/security_profile.py +40 -35
- pulumi_gcp/networksecurity/security_profile_group.py +5 -0
- pulumi_gcp/networksecurity/server_tls_policy.py +101 -96
- pulumi_gcp/networksecurity/tls_inspection_policy.py +193 -188
- pulumi_gcp/networksecurity/url_list.py +5 -0
- pulumi_gcp/networkservices/_inputs.py +1781 -29
- pulumi_gcp/networkservices/edge_cache_keyset.py +51 -46
- pulumi_gcp/networkservices/edge_cache_origin.py +89 -84
- pulumi_gcp/networkservices/edge_cache_service.py +567 -562
- pulumi_gcp/networkservices/endpoint_policy.py +55 -50
- pulumi_gcp/networkservices/gateway.py +21 -16
- pulumi_gcp/networkservices/grpc_route.py +146 -141
- pulumi_gcp/networkservices/http_route.py +294 -289
- pulumi_gcp/networkservices/lb_route_extension.py +10 -5
- pulumi_gcp/networkservices/lb_traffic_extension.py +10 -5
- pulumi_gcp/networkservices/mesh.py +5 -0
- pulumi_gcp/networkservices/outputs.py +5 -0
- pulumi_gcp/networkservices/service_binding.py +5 -0
- pulumi_gcp/networkservices/service_lb_policies.py +27 -22
- pulumi_gcp/networkservices/tcp_route.py +106 -101
- pulumi_gcp/networkservices/tls_route.py +82 -77
- pulumi_gcp/notebooks/_inputs.py +615 -0
- pulumi_gcp/notebooks/environment.py +21 -16
- pulumi_gcp/notebooks/get_instance_iam_policy.py +5 -0
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +5 -0
- pulumi_gcp/notebooks/instance.py +78 -73
- pulumi_gcp/notebooks/instance_iam_binding.py +24 -19
- pulumi_gcp/notebooks/instance_iam_member.py +24 -19
- pulumi_gcp/notebooks/instance_iam_policy.py +21 -16
- pulumi_gcp/notebooks/location.py +5 -0
- pulumi_gcp/notebooks/outputs.py +5 -0
- pulumi_gcp/notebooks/runtime.py +222 -217
- pulumi_gcp/notebooks/runtime_iam_binding.py +24 -19
- pulumi_gcp/notebooks/runtime_iam_member.py +24 -19
- pulumi_gcp/notebooks/runtime_iam_policy.py +21 -16
- pulumi_gcp/organizations/_inputs.py +231 -0
- pulumi_gcp/organizations/access_approval_settings.py +36 -31
- pulumi_gcp/organizations/folder.py +5 -0
- pulumi_gcp/organizations/get_active_folder.py +5 -0
- pulumi_gcp/organizations/get_billing_account.py +5 -0
- pulumi_gcp/organizations/get_client_config.py +5 -0
- pulumi_gcp/organizations/get_client_open_id_user_info.py +5 -0
- pulumi_gcp/organizations/get_folder.py +5 -0
- pulumi_gcp/organizations/get_folders.py +5 -0
- pulumi_gcp/organizations/get_iam_policy.py +13 -8
- pulumi_gcp/organizations/get_organization.py +5 -0
- pulumi_gcp/organizations/get_project.py +5 -0
- pulumi_gcp/organizations/iam_audit_config.py +18 -13
- pulumi_gcp/organizations/iam_binding.py +8 -3
- pulumi_gcp/organizations/iam_custom_role.py +5 -0
- pulumi_gcp/organizations/iam_member.py +130 -125
- pulumi_gcp/organizations/iam_policy.py +125 -120
- pulumi_gcp/organizations/outputs.py +5 -0
- pulumi_gcp/organizations/policy.py +54 -49
- pulumi_gcp/organizations/project.py +5 -0
- pulumi_gcp/orgpolicy/_inputs.py +183 -0
- pulumi_gcp/orgpolicy/custom_constraint.py +15 -10
- pulumi_gcp/orgpolicy/outputs.py +5 -0
- pulumi_gcp/orgpolicy/policy.py +103 -98
- pulumi_gcp/osconfig/_inputs.py +2235 -30
- pulumi_gcp/osconfig/guest_policies.py +171 -166
- pulumi_gcp/osconfig/os_policy_assignment.py +158 -153
- pulumi_gcp/osconfig/outputs.py +5 -0
- pulumi_gcp/osconfig/patch_deployment.py +326 -321
- pulumi_gcp/oslogin/ssh_public_key.py +5 -0
- pulumi_gcp/parallelstore/instance.py +5 -0
- pulumi_gcp/privilegedaccessmanager/_inputs.py +170 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +94 -89
- pulumi_gcp/privilegedaccessmanager/outputs.py +5 -0
- pulumi_gcp/projects/_inputs.py +262 -0
- pulumi_gcp/projects/access_approval_settings.py +30 -25
- pulumi_gcp/projects/api_key.py +88 -83
- pulumi_gcp/projects/default_service_accounts.py +5 -0
- pulumi_gcp/projects/get_iam_policy.py +5 -0
- pulumi_gcp/projects/get_organization_policy.py +5 -0
- pulumi_gcp/projects/get_project.py +5 -0
- pulumi_gcp/projects/get_project_service.py +5 -0
- pulumi_gcp/projects/iam_audit_config.py +130 -125
- pulumi_gcp/projects/iam_binding.py +130 -125
- pulumi_gcp/projects/iam_custom_role.py +5 -0
- pulumi_gcp/projects/iam_member.py +130 -125
- pulumi_gcp/projects/iam_member_remove.py +5 -0
- pulumi_gcp/projects/iam_policy.py +125 -120
- pulumi_gcp/projects/organization_policy.py +54 -49
- pulumi_gcp/projects/outputs.py +5 -0
- pulumi_gcp/projects/service.py +5 -0
- pulumi_gcp/projects/service_identity.py +5 -0
- pulumi_gcp/projects/usage_export_bucket.py +5 -0
- pulumi_gcp/provider.py +7 -2
- pulumi_gcp/pubsub/_inputs.py +438 -0
- pulumi_gcp/pubsub/get_schema_iam_policy.py +5 -0
- pulumi_gcp/pubsub/get_subscription.py +5 -0
- pulumi_gcp/pubsub/get_subscription_iam_policy.py +5 -0
- pulumi_gcp/pubsub/get_topic.py +5 -0
- pulumi_gcp/pubsub/get_topic_iam_policy.py +5 -0
- pulumi_gcp/pubsub/lite_reservation.py +5 -0
- pulumi_gcp/pubsub/lite_subscription.py +36 -31
- pulumi_gcp/pubsub/lite_topic.py +46 -41
- pulumi_gcp/pubsub/outputs.py +5 -0
- pulumi_gcp/pubsub/schema.py +13 -8
- pulumi_gcp/pubsub/schema_iam_binding.py +24 -19
- pulumi_gcp/pubsub/schema_iam_member.py +24 -19
- pulumi_gcp/pubsub/schema_iam_policy.py +21 -16
- pulumi_gcp/pubsub/subscription.py +141 -136
- pulumi_gcp/pubsub/subscription_iam_binding.py +24 -19
- pulumi_gcp/pubsub/subscription_iam_member.py +24 -19
- pulumi_gcp/pubsub/subscription_iam_policy.py +21 -16
- pulumi_gcp/pubsub/topic.py +50 -45
- pulumi_gcp/pubsub/topic_iam_binding.py +24 -19
- pulumi_gcp/pubsub/topic_iam_member.py +24 -19
- pulumi_gcp/pubsub/topic_iam_policy.py +21 -16
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/_inputs.py +89 -0
- pulumi_gcp/recaptcha/enterprise_key.py +132 -127
- pulumi_gcp/recaptcha/outputs.py +5 -0
- pulumi_gcp/redis/_inputs.py +321 -0
- pulumi_gcp/redis/cluster.py +59 -54
- pulumi_gcp/redis/get_instance.py +5 -0
- pulumi_gcp/redis/instance.py +51 -46
- pulumi_gcp/redis/outputs.py +5 -0
- pulumi_gcp/resourcemanager/lien.py +5 -0
- pulumi_gcp/runtimeconfig/_inputs.py +25 -0
- pulumi_gcp/runtimeconfig/config.py +5 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +8 -3
- pulumi_gcp/runtimeconfig/config_iam_member.py +8 -3
- pulumi_gcp/runtimeconfig/config_iam_policy.py +5 -0
- pulumi_gcp/runtimeconfig/get_config.py +5 -0
- pulumi_gcp/runtimeconfig/get_config_iam_policy.py +5 -0
- pulumi_gcp/runtimeconfig/get_variable.py +5 -0
- pulumi_gcp/runtimeconfig/outputs.py +5 -0
- pulumi_gcp/runtimeconfig/variable.py +5 -0
- pulumi_gcp/secretmanager/_inputs.py +143 -0
- pulumi_gcp/secretmanager/get_secret.py +5 -0
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +5 -0
- pulumi_gcp/secretmanager/get_secret_version.py +5 -0
- pulumi_gcp/secretmanager/get_secret_version_access.py +5 -0
- pulumi_gcp/secretmanager/get_secrets.py +5 -0
- pulumi_gcp/secretmanager/outputs.py +5 -0
- pulumi_gcp/secretmanager/secret.py +68 -63
- pulumi_gcp/secretmanager/secret_iam_binding.py +102 -97
- pulumi_gcp/secretmanager/secret_iam_member.py +102 -97
- pulumi_gcp/secretmanager/secret_iam_policy.py +97 -92
- pulumi_gcp/secretmanager/secret_version.py +53 -48
- pulumi_gcp/securesourcemanager/_inputs.py +75 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +5 -0
- pulumi_gcp/securesourcemanager/instance.py +78 -73
- pulumi_gcp/securesourcemanager/instance_iam_binding.py +8 -3
- pulumi_gcp/securesourcemanager/instance_iam_member.py +8 -3
- pulumi_gcp/securesourcemanager/instance_iam_policy.py +5 -0
- pulumi_gcp/securesourcemanager/outputs.py +5 -0
- pulumi_gcp/securitycenter/_inputs.py +860 -7
- pulumi_gcp/securitycenter/event_threat_detection_custom_module.py +5 -0
- pulumi_gcp/securitycenter/folder_custom_module.py +82 -77
- pulumi_gcp/securitycenter/get_source_iam_policy.py +5 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +102 -33
- pulumi_gcp/securitycenter/instance_iam_member.py +102 -33
- pulumi_gcp/securitycenter/instance_iam_policy.py +99 -30
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +82 -77
- pulumi_gcp/securitycenter/management_organization_event_threat_detection_custom_module.py +5 -0
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +82 -77
- pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +82 -77
- pulumi_gcp/securitycenter/mute_config.py +5 -0
- pulumi_gcp/securitycenter/notification_config.py +16 -11
- pulumi_gcp/securitycenter/organization_custom_module.py +82 -77
- pulumi_gcp/securitycenter/outputs.py +5 -0
- pulumi_gcp/securitycenter/project_custom_module.py +82 -77
- pulumi_gcp/securitycenter/source.py +5 -0
- pulumi_gcp/securitycenter/source_iam_binding.py +8 -3
- pulumi_gcp/securitycenter/source_iam_member.py +8 -3
- pulumi_gcp/securitycenter/source_iam_policy.py +5 -0
- pulumi_gcp/securityposture/_inputs.py +457 -0
- pulumi_gcp/securityposture/outputs.py +5 -0
- pulumi_gcp/securityposture/posture.py +186 -181
- pulumi_gcp/securityposture/posture_deployment.py +35 -30
- pulumi_gcp/serviceaccount/_inputs.py +51 -0
- pulumi_gcp/serviceaccount/account.py +5 -0
- pulumi_gcp/serviceaccount/get_account.py +5 -0
- pulumi_gcp/serviceaccount/get_account_access_token.py +5 -0
- pulumi_gcp/serviceaccount/get_account_id_token.py +5 -0
- pulumi_gcp/serviceaccount/get_account_jwt.py +5 -0
- pulumi_gcp/serviceaccount/get_account_key.py +5 -0
- pulumi_gcp/serviceaccount/get_iam_policy.py +5 -0
- pulumi_gcp/serviceaccount/iam_binding.py +66 -61
- pulumi_gcp/serviceaccount/iam_member.py +66 -61
- pulumi_gcp/serviceaccount/iam_policy.py +61 -56
- pulumi_gcp/serviceaccount/key.py +5 -0
- pulumi_gcp/serviceaccount/outputs.py +5 -0
- pulumi_gcp/servicedirectory/_inputs.py +43 -0
- pulumi_gcp/servicedirectory/endpoint.py +5 -0
- pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +5 -0
- pulumi_gcp/servicedirectory/get_service_iam_policy.py +5 -0
- pulumi_gcp/servicedirectory/namespace.py +5 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +24 -19
- pulumi_gcp/servicedirectory/namespace_iam_member.py +24 -19
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +21 -16
- pulumi_gcp/servicedirectory/outputs.py +5 -0
- pulumi_gcp/servicedirectory/service.py +5 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +24 -19
- pulumi_gcp/servicedirectory/service_iam_member.py +24 -19
- pulumi_gcp/servicedirectory/service_iam_policy.py +21 -16
- pulumi_gcp/servicenetworking/connection.py +5 -0
- pulumi_gcp/servicenetworking/get_peered_dns_domain.py +5 -0
- pulumi_gcp/servicenetworking/peered_dns_domain.py +5 -0
- pulumi_gcp/servicenetworking/vpc_service_controls.py +5 -0
- pulumi_gcp/serviceusage/consumer_quota_override.py +5 -0
- pulumi_gcp/sourcerepo/_inputs.py +49 -0
- pulumi_gcp/sourcerepo/get_repository.py +5 -0
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +5 -0
- pulumi_gcp/sourcerepo/outputs.py +5 -0
- pulumi_gcp/sourcerepo/repository.py +20 -15
- pulumi_gcp/sourcerepo/repository_iam_binding.py +116 -102
- pulumi_gcp/sourcerepo/repository_iam_member.py +116 -102
- pulumi_gcp/sourcerepo/repository_iam_policy.py +106 -92
- pulumi_gcp/spanner/_inputs.py +157 -0
- pulumi_gcp/spanner/database.py +10 -5
- pulumi_gcp/spanner/database_iam_binding.py +102 -97
- pulumi_gcp/spanner/database_iam_member.py +102 -97
- pulumi_gcp/spanner/database_iam_policy.py +97 -92
- pulumi_gcp/spanner/get_database_iam_policy.py +5 -0
- pulumi_gcp/spanner/get_instance.py +5 -0
- pulumi_gcp/spanner/get_instance_iam_policy.py +5 -0
- pulumi_gcp/spanner/instance.py +30 -25
- pulumi_gcp/spanner/instance_config.py +10 -5
- pulumi_gcp/spanner/instance_iam_binding.py +24 -19
- pulumi_gcp/spanner/instance_iam_member.py +24 -19
- pulumi_gcp/spanner/instance_iam_policy.py +21 -16
- pulumi_gcp/spanner/outputs.py +5 -0
- pulumi_gcp/sql/_inputs.py +616 -0
- pulumi_gcp/sql/database.py +17 -12
- pulumi_gcp/sql/database_instance.py +93 -88
- pulumi_gcp/sql/get_backup_run.py +5 -0
- pulumi_gcp/sql/get_ca_certs.py +5 -0
- pulumi_gcp/sql/get_database.py +5 -0
- pulumi_gcp/sql/get_database_instance.py +5 -0
- pulumi_gcp/sql/get_database_instance_latest_recovery_time.py +5 -0
- pulumi_gcp/sql/get_database_instances.py +5 -0
- pulumi_gcp/sql/get_databases.py +5 -0
- pulumi_gcp/sql/get_tiers.py +5 -0
- pulumi_gcp/sql/outputs.py +5 -0
- pulumi_gcp/sql/source_representation_instance.py +5 -0
- pulumi_gcp/sql/ssl_cert.py +11 -6
- pulumi_gcp/sql/user.py +43 -38
- pulumi_gcp/storage/__init__.py +5 -0
- pulumi_gcp/storage/_inputs.py +960 -2
- pulumi_gcp/storage/bucket.py +125 -120
- pulumi_gcp/storage/bucket_access_control.py +5 -0
- pulumi_gcp/storage/bucket_acl.py +5 -0
- pulumi_gcp/storage/bucket_iam_binding.py +102 -97
- pulumi_gcp/storage/bucket_iam_member.py +102 -97
- pulumi_gcp/storage/bucket_iam_policy.py +97 -92
- pulumi_gcp/storage/bucket_object.py +15 -10
- pulumi_gcp/storage/default_object_access_control.py +7 -2
- pulumi_gcp/storage/default_object_acl.py +5 -0
- pulumi_gcp/storage/get_bucket.py +5 -0
- pulumi_gcp/storage/get_bucket_iam_policy.py +5 -0
- pulumi_gcp/storage/get_bucket_object.py +5 -0
- pulumi_gcp/storage/get_bucket_object_content.py +5 -0
- pulumi_gcp/storage/get_bucket_objects.py +5 -0
- pulumi_gcp/storage/get_buckets.py +5 -0
- pulumi_gcp/storage/get_managed_folder_iam_policy.py +115 -0
- pulumi_gcp/storage/get_object_signed_url.py +5 -0
- pulumi_gcp/storage/get_project_service_account.py +11 -6
- pulumi_gcp/storage/get_transfer_project_service_account.py +5 -0
- pulumi_gcp/storage/get_transfer_project_servie_account.py +5 -0
- pulumi_gcp/storage/hmac_key.py +5 -0
- pulumi_gcp/storage/insights_report_config.py +76 -71
- pulumi_gcp/storage/managed_folder.py +440 -0
- pulumi_gcp/storage/managed_folder_iam_binding.py +947 -0
- pulumi_gcp/storage/managed_folder_iam_member.py +947 -0
- pulumi_gcp/storage/managed_folder_iam_policy.py +766 -0
- pulumi_gcp/storage/notification.py +5 -0
- pulumi_gcp/storage/object_access_control.py +7 -2
- pulumi_gcp/storage/object_acl.py +5 -0
- pulumi_gcp/storage/outputs.py +81 -0
- pulumi_gcp/storage/transfer_agent_pool.py +16 -11
- pulumi_gcp/storage/transfer_job.py +113 -108
- pulumi_gcp/tags/_inputs.py +43 -0
- pulumi_gcp/tags/get_tag_key.py +5 -0
- pulumi_gcp/tags/get_tag_key_iam_policy.py +5 -0
- pulumi_gcp/tags/get_tag_keys.py +5 -0
- pulumi_gcp/tags/get_tag_value.py +5 -0
- pulumi_gcp/tags/get_tag_value_iam_policy.py +5 -0
- pulumi_gcp/tags/get_tag_values.py +5 -0
- pulumi_gcp/tags/location_tag_binding.py +5 -0
- pulumi_gcp/tags/outputs.py +5 -0
- pulumi_gcp/tags/tag_binding.py +5 -0
- pulumi_gcp/tags/tag_key.py +5 -0
- pulumi_gcp/tags/tag_key_iam_binding.py +24 -19
- pulumi_gcp/tags/tag_key_iam_member.py +24 -19
- pulumi_gcp/tags/tag_key_iam_policy.py +21 -16
- pulumi_gcp/tags/tag_value.py +5 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +24 -19
- pulumi_gcp/tags/tag_value_iam_member.py +24 -19
- pulumi_gcp/tags/tag_value_iam_policy.py +21 -16
- pulumi_gcp/tpu/_inputs.py +194 -0
- pulumi_gcp/tpu/get_tensorflow_versions.py +5 -0
- pulumi_gcp/tpu/get_v2_accelerator_types.py +5 -0
- pulumi_gcp/tpu/get_v2_runtime_versions.py +5 -0
- pulumi_gcp/tpu/node.py +18 -13
- pulumi_gcp/tpu/outputs.py +5 -0
- pulumi_gcp/tpu/v2_vm.py +87 -82
- pulumi_gcp/vertex/_inputs.py +843 -2
- pulumi_gcp/vertex/ai_dataset.py +10 -5
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +36 -31
- pulumi_gcp/vertex/ai_endpoint.py +18 -13
- pulumi_gcp/vertex/ai_endpoint_iam_binding.py +8 -3
- pulumi_gcp/vertex/ai_endpoint_iam_member.py +8 -3
- pulumi_gcp/vertex/ai_endpoint_iam_policy.py +5 -0
- pulumi_gcp/vertex/ai_feature_group.py +22 -17
- pulumi_gcp/vertex/ai_feature_group_feature.py +17 -12
- pulumi_gcp/vertex/ai_feature_online_store.py +80 -75
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +151 -146
- pulumi_gcp/vertex/ai_feature_store.py +57 -52
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +92 -87
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +41 -36
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +8 -3
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +8 -3
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +5 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +8 -3
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +8 -3
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +5 -0
- pulumi_gcp/vertex/ai_index.py +68 -63
- pulumi_gcp/vertex/ai_index_endpoint.py +18 -13
- pulumi_gcp/vertex/ai_metadata_store.py +12 -7
- pulumi_gcp/vertex/ai_tensorboard.py +16 -11
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +5 -0
- pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +5 -0
- pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +5 -0
- pulumi_gcp/vertex/get_ai_index.py +5 -0
- pulumi_gcp/vertex/outputs.py +7 -2
- pulumi_gcp/vmwareengine/_inputs.py +290 -0
- pulumi_gcp/vmwareengine/cluster.py +74 -69
- pulumi_gcp/vmwareengine/external_access_rule.py +61 -56
- pulumi_gcp/vmwareengine/external_address.py +27 -22
- pulumi_gcp/vmwareengine/get_cluster.py +5 -0
- pulumi_gcp/vmwareengine/get_external_access_rule.py +5 -0
- pulumi_gcp/vmwareengine/get_external_address.py +5 -0
- pulumi_gcp/vmwareengine/get_network.py +5 -0
- pulumi_gcp/vmwareengine/get_network_peering.py +5 -0
- pulumi_gcp/vmwareengine/get_network_policy.py +5 -0
- pulumi_gcp/vmwareengine/get_nsx_credentials.py +5 -0
- pulumi_gcp/vmwareengine/get_private_cloud.py +5 -0
- pulumi_gcp/vmwareengine/get_subnet.py +5 -0
- pulumi_gcp/vmwareengine/get_vcenter_credentials.py +5 -0
- pulumi_gcp/vmwareengine/network.py +7 -2
- pulumi_gcp/vmwareengine/network_peering.py +5 -0
- pulumi_gcp/vmwareengine/network_policy.py +27 -22
- pulumi_gcp/vmwareengine/outputs.py +5 -0
- pulumi_gcp/vmwareengine/private_cloud.py +67 -62
- pulumi_gcp/vmwareengine/subnet.py +29 -24
- pulumi_gcp/vpcaccess/_inputs.py +22 -0
- pulumi_gcp/vpcaccess/connector.py +16 -11
- pulumi_gcp/vpcaccess/get_connector.py +5 -0
- pulumi_gcp/vpcaccess/outputs.py +5 -0
- pulumi_gcp/workbench/_inputs.py +319 -0
- pulumi_gcp/workbench/get_instance_iam_policy.py +5 -0
- pulumi_gcp/workbench/instance.py +144 -139
- pulumi_gcp/workbench/instance_iam_binding.py +8 -3
- pulumi_gcp/workbench/instance_iam_member.py +8 -3
- pulumi_gcp/workbench/instance_iam_policy.py +5 -0
- pulumi_gcp/workbench/outputs.py +5 -0
- pulumi_gcp/workflows/workflow.py +5 -0
- pulumi_gcp/workstations/_inputs.py +433 -0
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +5 -0
- pulumi_gcp/workstations/get_workstation_iam_policy.py +5 -0
- pulumi_gcp/workstations/outputs.py +5 -0
- pulumi_gcp/workstations/workstation.py +19 -14
- pulumi_gcp/workstations/workstation_cluster.py +35 -30
- pulumi_gcp/workstations/workstation_config.py +251 -246
- pulumi_gcp/workstations/workstation_config_iam_binding.py +8 -3
- pulumi_gcp/workstations/workstation_config_iam_member.py +8 -3
- pulumi_gcp/workstations/workstation_config_iam_policy.py +5 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +8 -3
- pulumi_gcp/workstations/workstation_iam_member.py +8 -3
- pulumi_gcp/workstations/workstation_iam_policy.py +5 -0
- {pulumi_gcp-7.29.0a1719416802.dist-info → pulumi_gcp-7.30.0.dist-info}/METADATA +2 -1
- pulumi_gcp-7.30.0.dist-info/RECORD +1605 -0
- {pulumi_gcp-7.29.0a1719416802.dist-info → pulumi_gcp-7.30.0.dist-info}/WHEEL +1 -1
- pulumi_gcp-7.29.0a1719416802.dist-info/RECORD +0 -1600
- {pulumi_gcp-7.29.0a1719416802.dist-info → pulumi_gcp-7.30.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/cloudrunv2/_inputs.py
CHANGED
@@ -4,74 +4,154 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
+
import sys
|
7
8
|
import pulumi
|
8
9
|
import pulumi.runtime
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
10
15
|
from .. import _utilities
|
11
16
|
|
12
17
|
__all__ = [
|
13
18
|
'JobBinaryAuthorizationArgs',
|
19
|
+
'JobBinaryAuthorizationArgsDict',
|
14
20
|
'JobConditionArgs',
|
21
|
+
'JobConditionArgsDict',
|
15
22
|
'JobIamBindingConditionArgs',
|
23
|
+
'JobIamBindingConditionArgsDict',
|
16
24
|
'JobIamMemberConditionArgs',
|
25
|
+
'JobIamMemberConditionArgsDict',
|
17
26
|
'JobLatestCreatedExecutionArgs',
|
27
|
+
'JobLatestCreatedExecutionArgsDict',
|
18
28
|
'JobTemplateArgs',
|
29
|
+
'JobTemplateArgsDict',
|
19
30
|
'JobTemplateTemplateArgs',
|
31
|
+
'JobTemplateTemplateArgsDict',
|
20
32
|
'JobTemplateTemplateContainerArgs',
|
33
|
+
'JobTemplateTemplateContainerArgsDict',
|
21
34
|
'JobTemplateTemplateContainerEnvArgs',
|
35
|
+
'JobTemplateTemplateContainerEnvArgsDict',
|
22
36
|
'JobTemplateTemplateContainerEnvValueSourceArgs',
|
37
|
+
'JobTemplateTemplateContainerEnvValueSourceArgsDict',
|
23
38
|
'JobTemplateTemplateContainerEnvValueSourceSecretKeyRefArgs',
|
39
|
+
'JobTemplateTemplateContainerEnvValueSourceSecretKeyRefArgsDict',
|
24
40
|
'JobTemplateTemplateContainerPortArgs',
|
41
|
+
'JobTemplateTemplateContainerPortArgsDict',
|
25
42
|
'JobTemplateTemplateContainerResourcesArgs',
|
43
|
+
'JobTemplateTemplateContainerResourcesArgsDict',
|
26
44
|
'JobTemplateTemplateContainerVolumeMountArgs',
|
45
|
+
'JobTemplateTemplateContainerVolumeMountArgsDict',
|
27
46
|
'JobTemplateTemplateVolumeArgs',
|
47
|
+
'JobTemplateTemplateVolumeArgsDict',
|
28
48
|
'JobTemplateTemplateVolumeCloudSqlInstanceArgs',
|
49
|
+
'JobTemplateTemplateVolumeCloudSqlInstanceArgsDict',
|
29
50
|
'JobTemplateTemplateVolumeEmptyDirArgs',
|
51
|
+
'JobTemplateTemplateVolumeEmptyDirArgsDict',
|
30
52
|
'JobTemplateTemplateVolumeGcsArgs',
|
53
|
+
'JobTemplateTemplateVolumeGcsArgsDict',
|
31
54
|
'JobTemplateTemplateVolumeNfsArgs',
|
55
|
+
'JobTemplateTemplateVolumeNfsArgsDict',
|
32
56
|
'JobTemplateTemplateVolumeSecretArgs',
|
57
|
+
'JobTemplateTemplateVolumeSecretArgsDict',
|
33
58
|
'JobTemplateTemplateVolumeSecretItemArgs',
|
59
|
+
'JobTemplateTemplateVolumeSecretItemArgsDict',
|
34
60
|
'JobTemplateTemplateVpcAccessArgs',
|
61
|
+
'JobTemplateTemplateVpcAccessArgsDict',
|
35
62
|
'JobTemplateTemplateVpcAccessNetworkInterfaceArgs',
|
63
|
+
'JobTemplateTemplateVpcAccessNetworkInterfaceArgsDict',
|
36
64
|
'JobTerminalConditionArgs',
|
65
|
+
'JobTerminalConditionArgsDict',
|
37
66
|
'ServiceBinaryAuthorizationArgs',
|
67
|
+
'ServiceBinaryAuthorizationArgsDict',
|
38
68
|
'ServiceConditionArgs',
|
69
|
+
'ServiceConditionArgsDict',
|
39
70
|
'ServiceIamBindingConditionArgs',
|
71
|
+
'ServiceIamBindingConditionArgsDict',
|
40
72
|
'ServiceIamMemberConditionArgs',
|
73
|
+
'ServiceIamMemberConditionArgsDict',
|
41
74
|
'ServiceScalingArgs',
|
75
|
+
'ServiceScalingArgsDict',
|
42
76
|
'ServiceTemplateArgs',
|
77
|
+
'ServiceTemplateArgsDict',
|
43
78
|
'ServiceTemplateContainerArgs',
|
79
|
+
'ServiceTemplateContainerArgsDict',
|
44
80
|
'ServiceTemplateContainerEnvArgs',
|
81
|
+
'ServiceTemplateContainerEnvArgsDict',
|
45
82
|
'ServiceTemplateContainerEnvValueSourceArgs',
|
83
|
+
'ServiceTemplateContainerEnvValueSourceArgsDict',
|
46
84
|
'ServiceTemplateContainerEnvValueSourceSecretKeyRefArgs',
|
85
|
+
'ServiceTemplateContainerEnvValueSourceSecretKeyRefArgsDict',
|
47
86
|
'ServiceTemplateContainerLivenessProbeArgs',
|
87
|
+
'ServiceTemplateContainerLivenessProbeArgsDict',
|
48
88
|
'ServiceTemplateContainerLivenessProbeGrpcArgs',
|
89
|
+
'ServiceTemplateContainerLivenessProbeGrpcArgsDict',
|
49
90
|
'ServiceTemplateContainerLivenessProbeHttpGetArgs',
|
91
|
+
'ServiceTemplateContainerLivenessProbeHttpGetArgsDict',
|
50
92
|
'ServiceTemplateContainerLivenessProbeHttpGetHttpHeaderArgs',
|
93
|
+
'ServiceTemplateContainerLivenessProbeHttpGetHttpHeaderArgsDict',
|
51
94
|
'ServiceTemplateContainerLivenessProbeTcpSocketArgs',
|
95
|
+
'ServiceTemplateContainerLivenessProbeTcpSocketArgsDict',
|
52
96
|
'ServiceTemplateContainerPortArgs',
|
97
|
+
'ServiceTemplateContainerPortArgsDict',
|
53
98
|
'ServiceTemplateContainerResourcesArgs',
|
99
|
+
'ServiceTemplateContainerResourcesArgsDict',
|
54
100
|
'ServiceTemplateContainerStartupProbeArgs',
|
101
|
+
'ServiceTemplateContainerStartupProbeArgsDict',
|
55
102
|
'ServiceTemplateContainerStartupProbeGrpcArgs',
|
103
|
+
'ServiceTemplateContainerStartupProbeGrpcArgsDict',
|
56
104
|
'ServiceTemplateContainerStartupProbeHttpGetArgs',
|
105
|
+
'ServiceTemplateContainerStartupProbeHttpGetArgsDict',
|
57
106
|
'ServiceTemplateContainerStartupProbeHttpGetHttpHeaderArgs',
|
107
|
+
'ServiceTemplateContainerStartupProbeHttpGetHttpHeaderArgsDict',
|
58
108
|
'ServiceTemplateContainerStartupProbeTcpSocketArgs',
|
109
|
+
'ServiceTemplateContainerStartupProbeTcpSocketArgsDict',
|
59
110
|
'ServiceTemplateContainerVolumeMountArgs',
|
111
|
+
'ServiceTemplateContainerVolumeMountArgsDict',
|
60
112
|
'ServiceTemplateScalingArgs',
|
113
|
+
'ServiceTemplateScalingArgsDict',
|
61
114
|
'ServiceTemplateVolumeArgs',
|
115
|
+
'ServiceTemplateVolumeArgsDict',
|
62
116
|
'ServiceTemplateVolumeCloudSqlInstanceArgs',
|
117
|
+
'ServiceTemplateVolumeCloudSqlInstanceArgsDict',
|
63
118
|
'ServiceTemplateVolumeEmptyDirArgs',
|
119
|
+
'ServiceTemplateVolumeEmptyDirArgsDict',
|
64
120
|
'ServiceTemplateVolumeGcsArgs',
|
121
|
+
'ServiceTemplateVolumeGcsArgsDict',
|
65
122
|
'ServiceTemplateVolumeNfsArgs',
|
123
|
+
'ServiceTemplateVolumeNfsArgsDict',
|
66
124
|
'ServiceTemplateVolumeSecretArgs',
|
125
|
+
'ServiceTemplateVolumeSecretArgsDict',
|
67
126
|
'ServiceTemplateVolumeSecretItemArgs',
|
127
|
+
'ServiceTemplateVolumeSecretItemArgsDict',
|
68
128
|
'ServiceTemplateVpcAccessArgs',
|
129
|
+
'ServiceTemplateVpcAccessArgsDict',
|
69
130
|
'ServiceTemplateVpcAccessNetworkInterfaceArgs',
|
131
|
+
'ServiceTemplateVpcAccessNetworkInterfaceArgsDict',
|
70
132
|
'ServiceTerminalConditionArgs',
|
133
|
+
'ServiceTerminalConditionArgsDict',
|
71
134
|
'ServiceTrafficArgs',
|
135
|
+
'ServiceTrafficArgsDict',
|
72
136
|
'ServiceTrafficStatusArgs',
|
137
|
+
'ServiceTrafficStatusArgsDict',
|
73
138
|
]
|
74
139
|
|
140
|
+
MYPY = False
|
141
|
+
|
142
|
+
if not MYPY:
|
143
|
+
class JobBinaryAuthorizationArgsDict(TypedDict):
|
144
|
+
breakglass_justification: NotRequired[pulumi.Input[str]]
|
145
|
+
"""
|
146
|
+
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
|
147
|
+
"""
|
148
|
+
use_default: NotRequired[pulumi.Input[bool]]
|
149
|
+
"""
|
150
|
+
If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
|
151
|
+
"""
|
152
|
+
elif False:
|
153
|
+
JobBinaryAuthorizationArgsDict: TypeAlias = Mapping[str, Any]
|
154
|
+
|
75
155
|
@pulumi.input_type
|
76
156
|
class JobBinaryAuthorizationArgs:
|
77
157
|
def __init__(__self__, *,
|
@@ -111,6 +191,52 @@ class JobBinaryAuthorizationArgs:
|
|
111
191
|
pulumi.set(self, "use_default", value)
|
112
192
|
|
113
193
|
|
194
|
+
if not MYPY:
|
195
|
+
class JobConditionArgsDict(TypedDict):
|
196
|
+
execution_reason: NotRequired[pulumi.Input[str]]
|
197
|
+
"""
|
198
|
+
(Output)
|
199
|
+
A reason for the execution condition.
|
200
|
+
"""
|
201
|
+
last_transition_time: NotRequired[pulumi.Input[str]]
|
202
|
+
"""
|
203
|
+
(Output)
|
204
|
+
Last time the condition transitioned from one status to another.
|
205
|
+
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".
|
206
|
+
"""
|
207
|
+
message: NotRequired[pulumi.Input[str]]
|
208
|
+
"""
|
209
|
+
(Output)
|
210
|
+
Human readable message indicating details about the current status.
|
211
|
+
"""
|
212
|
+
reason: NotRequired[pulumi.Input[str]]
|
213
|
+
"""
|
214
|
+
(Output)
|
215
|
+
A common (service-level) reason for this condition.
|
216
|
+
"""
|
217
|
+
revision_reason: NotRequired[pulumi.Input[str]]
|
218
|
+
"""
|
219
|
+
(Output)
|
220
|
+
A reason for the revision condition.
|
221
|
+
"""
|
222
|
+
severity: NotRequired[pulumi.Input[str]]
|
223
|
+
"""
|
224
|
+
(Output)
|
225
|
+
How to interpret failures of this condition, one of Error, Warning, Info
|
226
|
+
"""
|
227
|
+
state: NotRequired[pulumi.Input[str]]
|
228
|
+
"""
|
229
|
+
(Output)
|
230
|
+
State of the condition.
|
231
|
+
"""
|
232
|
+
type: NotRequired[pulumi.Input[str]]
|
233
|
+
"""
|
234
|
+
(Output)
|
235
|
+
type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.
|
236
|
+
"""
|
237
|
+
elif False:
|
238
|
+
JobConditionArgsDict: TypeAlias = Mapping[str, Any]
|
239
|
+
|
114
240
|
@pulumi.input_type
|
115
241
|
class JobConditionArgs:
|
116
242
|
def __init__(__self__, *,
|
@@ -264,6 +390,14 @@ class JobConditionArgs:
|
|
264
390
|
pulumi.set(self, "type", value)
|
265
391
|
|
266
392
|
|
393
|
+
if not MYPY:
|
394
|
+
class JobIamBindingConditionArgsDict(TypedDict):
|
395
|
+
expression: pulumi.Input[str]
|
396
|
+
title: pulumi.Input[str]
|
397
|
+
description: NotRequired[pulumi.Input[str]]
|
398
|
+
elif False:
|
399
|
+
JobIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
|
400
|
+
|
267
401
|
@pulumi.input_type
|
268
402
|
class JobIamBindingConditionArgs:
|
269
403
|
def __init__(__self__, *,
|
@@ -303,6 +437,14 @@ class JobIamBindingConditionArgs:
|
|
303
437
|
pulumi.set(self, "description", value)
|
304
438
|
|
305
439
|
|
440
|
+
if not MYPY:
|
441
|
+
class JobIamMemberConditionArgsDict(TypedDict):
|
442
|
+
expression: pulumi.Input[str]
|
443
|
+
title: pulumi.Input[str]
|
444
|
+
description: NotRequired[pulumi.Input[str]]
|
445
|
+
elif False:
|
446
|
+
JobIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
|
447
|
+
|
306
448
|
@pulumi.input_type
|
307
449
|
class JobIamMemberConditionArgs:
|
308
450
|
def __init__(__self__, *,
|
@@ -342,6 +484,27 @@ class JobIamMemberConditionArgs:
|
|
342
484
|
pulumi.set(self, "description", value)
|
343
485
|
|
344
486
|
|
487
|
+
if not MYPY:
|
488
|
+
class JobLatestCreatedExecutionArgsDict(TypedDict):
|
489
|
+
completion_time: NotRequired[pulumi.Input[str]]
|
490
|
+
"""
|
491
|
+
(Output)
|
492
|
+
Completion timestamp of the execution.
|
493
|
+
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".
|
494
|
+
"""
|
495
|
+
create_time: NotRequired[pulumi.Input[str]]
|
496
|
+
"""
|
497
|
+
(Output)
|
498
|
+
Creation timestamp of the execution.
|
499
|
+
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".
|
500
|
+
"""
|
501
|
+
name: NotRequired[pulumi.Input[str]]
|
502
|
+
"""
|
503
|
+
Name of the Job.
|
504
|
+
"""
|
505
|
+
elif False:
|
506
|
+
JobLatestCreatedExecutionArgsDict: TypeAlias = Mapping[str, Any]
|
507
|
+
|
345
508
|
@pulumi.input_type
|
346
509
|
class JobLatestCreatedExecutionArgs:
|
347
510
|
def __init__(__self__, *,
|
@@ -405,6 +568,39 @@ class JobLatestCreatedExecutionArgs:
|
|
405
568
|
pulumi.set(self, "name", value)
|
406
569
|
|
407
570
|
|
571
|
+
if not MYPY:
|
572
|
+
class JobTemplateArgsDict(TypedDict):
|
573
|
+
template: pulumi.Input['JobTemplateTemplateArgsDict']
|
574
|
+
"""
|
575
|
+
Describes the task(s) that will be created when executing an execution
|
576
|
+
Structure is documented below.
|
577
|
+
"""
|
578
|
+
annotations: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
579
|
+
"""
|
580
|
+
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.
|
581
|
+
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.
|
582
|
+
All system annotations in v1 now have a corresponding field in v2 ExecutionTemplate.
|
583
|
+
This field follows Kubernetes annotations' namespacing, limits, and rules.
|
584
|
+
"""
|
585
|
+
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
586
|
+
"""
|
587
|
+
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,
|
588
|
+
or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
589
|
+
https://cloud.google.com/run/docs/configuring/labels.
|
590
|
+
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.
|
591
|
+
All system labels in v1 now have a corresponding field in v2 ExecutionTemplate.
|
592
|
+
"""
|
593
|
+
parallelism: NotRequired[pulumi.Input[int]]
|
594
|
+
"""
|
595
|
+
Specifies the maximum desired number of tasks the execution should run at given time. Must be <= taskCount. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed remaining, i.e. when the work left to do is less than max parallelism.
|
596
|
+
"""
|
597
|
+
task_count: NotRequired[pulumi.Input[int]]
|
598
|
+
"""
|
599
|
+
Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
|
600
|
+
"""
|
601
|
+
elif False:
|
602
|
+
JobTemplateArgsDict: TypeAlias = Mapping[str, Any]
|
603
|
+
|
408
604
|
@pulumi.input_type
|
409
605
|
class JobTemplateArgs:
|
410
606
|
def __init__(__self__, *,
|
@@ -507,6 +703,48 @@ class JobTemplateArgs:
|
|
507
703
|
pulumi.set(self, "task_count", value)
|
508
704
|
|
509
705
|
|
706
|
+
if not MYPY:
|
707
|
+
class JobTemplateTemplateArgsDict(TypedDict):
|
708
|
+
containers: NotRequired[pulumi.Input[Sequence[pulumi.Input['JobTemplateTemplateContainerArgsDict']]]]
|
709
|
+
"""
|
710
|
+
Holds the single container that defines the unit of execution for this task.
|
711
|
+
Structure is documented below.
|
712
|
+
"""
|
713
|
+
encryption_key: NotRequired[pulumi.Input[str]]
|
714
|
+
"""
|
715
|
+
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
|
716
|
+
"""
|
717
|
+
execution_environment: NotRequired[pulumi.Input[str]]
|
718
|
+
"""
|
719
|
+
The execution environment being used to host this Task.
|
720
|
+
Possible values are: `EXECUTION_ENVIRONMENT_GEN1`, `EXECUTION_ENVIRONMENT_GEN2`.
|
721
|
+
"""
|
722
|
+
max_retries: NotRequired[pulumi.Input[int]]
|
723
|
+
"""
|
724
|
+
Number of retries allowed per Task, before marking this Task failed.
|
725
|
+
"""
|
726
|
+
service_account: NotRequired[pulumi.Input[str]]
|
727
|
+
"""
|
728
|
+
Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
|
729
|
+
"""
|
730
|
+
timeout: NotRequired[pulumi.Input[str]]
|
731
|
+
"""
|
732
|
+
Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout.
|
733
|
+
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
734
|
+
"""
|
735
|
+
volumes: NotRequired[pulumi.Input[Sequence[pulumi.Input['JobTemplateTemplateVolumeArgsDict']]]]
|
736
|
+
"""
|
737
|
+
A list of Volumes to make available to containers.
|
738
|
+
Structure is documented below.
|
739
|
+
"""
|
740
|
+
vpc_access: NotRequired[pulumi.Input['JobTemplateTemplateVpcAccessArgsDict']]
|
741
|
+
"""
|
742
|
+
VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
|
743
|
+
Structure is documented below.
|
744
|
+
"""
|
745
|
+
elif False:
|
746
|
+
JobTemplateTemplateArgsDict: TypeAlias = Mapping[str, Any]
|
747
|
+
|
510
748
|
@pulumi.input_type
|
511
749
|
class JobTemplateTemplateArgs:
|
512
750
|
def __init__(__self__, *,
|
@@ -652,6 +890,52 @@ class JobTemplateTemplateArgs:
|
|
652
890
|
pulumi.set(self, "vpc_access", value)
|
653
891
|
|
654
892
|
|
893
|
+
if not MYPY:
|
894
|
+
class JobTemplateTemplateContainerArgsDict(TypedDict):
|
895
|
+
image: pulumi.Input[str]
|
896
|
+
"""
|
897
|
+
URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images
|
898
|
+
"""
|
899
|
+
args: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
900
|
+
"""
|
901
|
+
Arguments to the entrypoint. The docker image's CMD 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
|
902
|
+
"""
|
903
|
+
commands: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
904
|
+
"""
|
905
|
+
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
|
906
|
+
"""
|
907
|
+
envs: NotRequired[pulumi.Input[Sequence[pulumi.Input['JobTemplateTemplateContainerEnvArgsDict']]]]
|
908
|
+
"""
|
909
|
+
List of environment variables to set in the container.
|
910
|
+
Structure is documented below.
|
911
|
+
"""
|
912
|
+
name: NotRequired[pulumi.Input[str]]
|
913
|
+
"""
|
914
|
+
Name of the container specified as a DNS_LABEL.
|
915
|
+
"""
|
916
|
+
ports: NotRequired[pulumi.Input[Sequence[pulumi.Input['JobTemplateTemplateContainerPortArgsDict']]]]
|
917
|
+
"""
|
918
|
+
List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible.
|
919
|
+
If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on
|
920
|
+
Structure is documented below.
|
921
|
+
"""
|
922
|
+
resources: NotRequired[pulumi.Input['JobTemplateTemplateContainerResourcesArgsDict']]
|
923
|
+
"""
|
924
|
+
Compute Resource requirements by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
|
925
|
+
Structure is documented below.
|
926
|
+
"""
|
927
|
+
volume_mounts: NotRequired[pulumi.Input[Sequence[pulumi.Input['JobTemplateTemplateContainerVolumeMountArgsDict']]]]
|
928
|
+
"""
|
929
|
+
Volume to mount into the container's filesystem.
|
930
|
+
Structure is documented below.
|
931
|
+
"""
|
932
|
+
working_dir: NotRequired[pulumi.Input[str]]
|
933
|
+
"""
|
934
|
+
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
|
935
|
+
"""
|
936
|
+
elif False:
|
937
|
+
JobTemplateTemplateContainerArgsDict: TypeAlias = Mapping[str, Any]
|
938
|
+
|
655
939
|
@pulumi.input_type
|
656
940
|
class JobTemplateTemplateContainerArgs:
|
657
941
|
def __init__(__self__, *,
|
@@ -812,6 +1096,24 @@ class JobTemplateTemplateContainerArgs:
|
|
812
1096
|
pulumi.set(self, "working_dir", value)
|
813
1097
|
|
814
1098
|
|
1099
|
+
if not MYPY:
|
1100
|
+
class JobTemplateTemplateContainerEnvArgsDict(TypedDict):
|
1101
|
+
name: pulumi.Input[str]
|
1102
|
+
"""
|
1103
|
+
Name of the environment variable. Must be a C_IDENTIFIER, and mnay not exceed 32768 characters.
|
1104
|
+
"""
|
1105
|
+
value: NotRequired[pulumi.Input[str]]
|
1106
|
+
"""
|
1107
|
+
Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. 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. Defaults to "", and the maximum length is 32768 bytes
|
1108
|
+
"""
|
1109
|
+
value_source: NotRequired[pulumi.Input['JobTemplateTemplateContainerEnvValueSourceArgsDict']]
|
1110
|
+
"""
|
1111
|
+
Source for the environment variable's value.
|
1112
|
+
Structure is documented below.
|
1113
|
+
"""
|
1114
|
+
elif False:
|
1115
|
+
JobTemplateTemplateContainerEnvArgsDict: TypeAlias = Mapping[str, Any]
|
1116
|
+
|
815
1117
|
@pulumi.input_type
|
816
1118
|
class JobTemplateTemplateContainerEnvArgs:
|
817
1119
|
def __init__(__self__, *,
|
@@ -868,6 +1170,16 @@ class JobTemplateTemplateContainerEnvArgs:
|
|
868
1170
|
pulumi.set(self, "value_source", value)
|
869
1171
|
|
870
1172
|
|
1173
|
+
if not MYPY:
|
1174
|
+
class JobTemplateTemplateContainerEnvValueSourceArgsDict(TypedDict):
|
1175
|
+
secret_key_ref: NotRequired[pulumi.Input['JobTemplateTemplateContainerEnvValueSourceSecretKeyRefArgsDict']]
|
1176
|
+
"""
|
1177
|
+
Selects a secret and a specific version from Cloud Secret Manager.
|
1178
|
+
Structure is documented below.
|
1179
|
+
"""
|
1180
|
+
elif False:
|
1181
|
+
JobTemplateTemplateContainerEnvValueSourceArgsDict: TypeAlias = Mapping[str, Any]
|
1182
|
+
|
871
1183
|
@pulumi.input_type
|
872
1184
|
class JobTemplateTemplateContainerEnvValueSourceArgs:
|
873
1185
|
def __init__(__self__, *,
|
@@ -893,6 +1205,19 @@ class JobTemplateTemplateContainerEnvValueSourceArgs:
|
|
893
1205
|
pulumi.set(self, "secret_key_ref", value)
|
894
1206
|
|
895
1207
|
|
1208
|
+
if not MYPY:
|
1209
|
+
class JobTemplateTemplateContainerEnvValueSourceSecretKeyRefArgsDict(TypedDict):
|
1210
|
+
secret: pulumi.Input[str]
|
1211
|
+
"""
|
1212
|
+
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.
|
1213
|
+
"""
|
1214
|
+
version: pulumi.Input[str]
|
1215
|
+
"""
|
1216
|
+
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
|
1217
|
+
"""
|
1218
|
+
elif False:
|
1219
|
+
JobTemplateTemplateContainerEnvValueSourceSecretKeyRefArgsDict: TypeAlias = Mapping[str, Any]
|
1220
|
+
|
896
1221
|
@pulumi.input_type
|
897
1222
|
class JobTemplateTemplateContainerEnvValueSourceSecretKeyRefArgs:
|
898
1223
|
def __init__(__self__, *,
|
@@ -930,6 +1255,19 @@ class JobTemplateTemplateContainerEnvValueSourceSecretKeyRefArgs:
|
|
930
1255
|
pulumi.set(self, "version", value)
|
931
1256
|
|
932
1257
|
|
1258
|
+
if not MYPY:
|
1259
|
+
class JobTemplateTemplateContainerPortArgsDict(TypedDict):
|
1260
|
+
container_port: NotRequired[pulumi.Input[int]]
|
1261
|
+
"""
|
1262
|
+
Port number the container listens on. This must be a valid TCP port number, 0 < containerPort < 65536.
|
1263
|
+
"""
|
1264
|
+
name: NotRequired[pulumi.Input[str]]
|
1265
|
+
"""
|
1266
|
+
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
|
1267
|
+
"""
|
1268
|
+
elif False:
|
1269
|
+
JobTemplateTemplateContainerPortArgsDict: TypeAlias = Mapping[str, Any]
|
1270
|
+
|
933
1271
|
@pulumi.input_type
|
934
1272
|
class JobTemplateTemplateContainerPortArgs:
|
935
1273
|
def __init__(__self__, *,
|
@@ -969,6 +1307,15 @@ class JobTemplateTemplateContainerPortArgs:
|
|
969
1307
|
pulumi.set(self, "name", value)
|
970
1308
|
|
971
1309
|
|
1310
|
+
if not MYPY:
|
1311
|
+
class JobTemplateTemplateContainerResourcesArgsDict(TypedDict):
|
1312
|
+
limits: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
1313
|
+
"""
|
1314
|
+
Only memory and CPU are supported. Use key `cpu` for CPU limit and `memory` for memory 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
|
1315
|
+
"""
|
1316
|
+
elif False:
|
1317
|
+
JobTemplateTemplateContainerResourcesArgsDict: TypeAlias = Mapping[str, Any]
|
1318
|
+
|
972
1319
|
@pulumi.input_type
|
973
1320
|
class JobTemplateTemplateContainerResourcesArgs:
|
974
1321
|
def __init__(__self__, *,
|
@@ -992,6 +1339,19 @@ class JobTemplateTemplateContainerResourcesArgs:
|
|
992
1339
|
pulumi.set(self, "limits", value)
|
993
1340
|
|
994
1341
|
|
1342
|
+
if not MYPY:
|
1343
|
+
class JobTemplateTemplateContainerVolumeMountArgsDict(TypedDict):
|
1344
|
+
mount_path: pulumi.Input[str]
|
1345
|
+
"""
|
1346
|
+
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
|
1347
|
+
"""
|
1348
|
+
name: pulumi.Input[str]
|
1349
|
+
"""
|
1350
|
+
This must match the Name of a Volume.
|
1351
|
+
"""
|
1352
|
+
elif False:
|
1353
|
+
JobTemplateTemplateContainerVolumeMountArgsDict: TypeAlias = Mapping[str, Any]
|
1354
|
+
|
995
1355
|
@pulumi.input_type
|
996
1356
|
class JobTemplateTemplateContainerVolumeMountArgs:
|
997
1357
|
def __init__(__self__, *,
|
@@ -1029,6 +1389,40 @@ class JobTemplateTemplateContainerVolumeMountArgs:
|
|
1029
1389
|
pulumi.set(self, "name", value)
|
1030
1390
|
|
1031
1391
|
|
1392
|
+
if not MYPY:
|
1393
|
+
class JobTemplateTemplateVolumeArgsDict(TypedDict):
|
1394
|
+
name: pulumi.Input[str]
|
1395
|
+
"""
|
1396
|
+
Volume's name.
|
1397
|
+
"""
|
1398
|
+
cloud_sql_instance: NotRequired[pulumi.Input['JobTemplateTemplateVolumeCloudSqlInstanceArgsDict']]
|
1399
|
+
"""
|
1400
|
+
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.
|
1401
|
+
Structure is documented below.
|
1402
|
+
"""
|
1403
|
+
empty_dir: NotRequired[pulumi.Input['JobTemplateTemplateVolumeEmptyDirArgsDict']]
|
1404
|
+
"""
|
1405
|
+
Ephemeral storage used as a shared volume.
|
1406
|
+
Structure is documented below.
|
1407
|
+
"""
|
1408
|
+
gcs: NotRequired[pulumi.Input['JobTemplateTemplateVolumeGcsArgsDict']]
|
1409
|
+
"""
|
1410
|
+
Cloud Storage bucket mounted as a volume using GCSFuse. This feature requires the launch stage to be set to ALPHA or BETA.
|
1411
|
+
Structure is documented below.
|
1412
|
+
"""
|
1413
|
+
nfs: NotRequired[pulumi.Input['JobTemplateTemplateVolumeNfsArgsDict']]
|
1414
|
+
"""
|
1415
|
+
NFS share mounted as a volume. This feature requires the launch stage to be set to ALPHA or BETA.
|
1416
|
+
Structure is documented below.
|
1417
|
+
"""
|
1418
|
+
secret: NotRequired[pulumi.Input['JobTemplateTemplateVolumeSecretArgsDict']]
|
1419
|
+
"""
|
1420
|
+
Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
1421
|
+
Structure is documented below.
|
1422
|
+
"""
|
1423
|
+
elif False:
|
1424
|
+
JobTemplateTemplateVolumeArgsDict: TypeAlias = Mapping[str, Any]
|
1425
|
+
|
1032
1426
|
@pulumi.input_type
|
1033
1427
|
class JobTemplateTemplateVolumeArgs:
|
1034
1428
|
def __init__(__self__, *,
|
@@ -1141,6 +1535,15 @@ class JobTemplateTemplateVolumeArgs:
|
|
1141
1535
|
pulumi.set(self, "secret", value)
|
1142
1536
|
|
1143
1537
|
|
1538
|
+
if not MYPY:
|
1539
|
+
class JobTemplateTemplateVolumeCloudSqlInstanceArgsDict(TypedDict):
|
1540
|
+
instances: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1541
|
+
"""
|
1542
|
+
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}
|
1543
|
+
"""
|
1544
|
+
elif False:
|
1545
|
+
JobTemplateTemplateVolumeCloudSqlInstanceArgsDict: TypeAlias = Mapping[str, Any]
|
1546
|
+
|
1144
1547
|
@pulumi.input_type
|
1145
1548
|
class JobTemplateTemplateVolumeCloudSqlInstanceArgs:
|
1146
1549
|
def __init__(__self__, *,
|
@@ -1164,6 +1567,21 @@ class JobTemplateTemplateVolumeCloudSqlInstanceArgs:
|
|
1164
1567
|
pulumi.set(self, "instances", value)
|
1165
1568
|
|
1166
1569
|
|
1570
|
+
if not MYPY:
|
1571
|
+
class JobTemplateTemplateVolumeEmptyDirArgsDict(TypedDict):
|
1572
|
+
medium: NotRequired[pulumi.Input[str]]
|
1573
|
+
"""
|
1574
|
+
The different types of medium supported for EmptyDir.
|
1575
|
+
Default value is `MEMORY`.
|
1576
|
+
Possible values are: `MEMORY`.
|
1577
|
+
"""
|
1578
|
+
size_limit: NotRequired[pulumi.Input[str]]
|
1579
|
+
"""
|
1580
|
+
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.
|
1581
|
+
"""
|
1582
|
+
elif False:
|
1583
|
+
JobTemplateTemplateVolumeEmptyDirArgsDict: TypeAlias = Mapping[str, Any]
|
1584
|
+
|
1167
1585
|
@pulumi.input_type
|
1168
1586
|
class JobTemplateTemplateVolumeEmptyDirArgs:
|
1169
1587
|
def __init__(__self__, *,
|
@@ -1207,6 +1625,19 @@ class JobTemplateTemplateVolumeEmptyDirArgs:
|
|
1207
1625
|
pulumi.set(self, "size_limit", value)
|
1208
1626
|
|
1209
1627
|
|
1628
|
+
if not MYPY:
|
1629
|
+
class JobTemplateTemplateVolumeGcsArgsDict(TypedDict):
|
1630
|
+
bucket: pulumi.Input[str]
|
1631
|
+
"""
|
1632
|
+
Name of the cloud storage bucket to back the volume. The resource service account must have permission to access the bucket.
|
1633
|
+
"""
|
1634
|
+
read_only: NotRequired[pulumi.Input[bool]]
|
1635
|
+
"""
|
1636
|
+
If true, mount this volume as read-only in all mounts. If false, mount this volume as read-write.
|
1637
|
+
"""
|
1638
|
+
elif False:
|
1639
|
+
JobTemplateTemplateVolumeGcsArgsDict: TypeAlias = Mapping[str, Any]
|
1640
|
+
|
1210
1641
|
@pulumi.input_type
|
1211
1642
|
class JobTemplateTemplateVolumeGcsArgs:
|
1212
1643
|
def __init__(__self__, *,
|
@@ -1245,6 +1676,23 @@ class JobTemplateTemplateVolumeGcsArgs:
|
|
1245
1676
|
pulumi.set(self, "read_only", value)
|
1246
1677
|
|
1247
1678
|
|
1679
|
+
if not MYPY:
|
1680
|
+
class JobTemplateTemplateVolumeNfsArgsDict(TypedDict):
|
1681
|
+
server: pulumi.Input[str]
|
1682
|
+
"""
|
1683
|
+
Hostname or IP address of the NFS server.
|
1684
|
+
"""
|
1685
|
+
path: NotRequired[pulumi.Input[str]]
|
1686
|
+
"""
|
1687
|
+
Path that is exported by the NFS server.
|
1688
|
+
"""
|
1689
|
+
read_only: NotRequired[pulumi.Input[bool]]
|
1690
|
+
"""
|
1691
|
+
If true, mount this volume as read-only in all mounts.
|
1692
|
+
"""
|
1693
|
+
elif False:
|
1694
|
+
JobTemplateTemplateVolumeNfsArgsDict: TypeAlias = Mapping[str, Any]
|
1695
|
+
|
1248
1696
|
@pulumi.input_type
|
1249
1697
|
class JobTemplateTemplateVolumeNfsArgs:
|
1250
1698
|
def __init__(__self__, *,
|
@@ -1299,6 +1747,24 @@ class JobTemplateTemplateVolumeNfsArgs:
|
|
1299
1747
|
pulumi.set(self, "read_only", value)
|
1300
1748
|
|
1301
1749
|
|
1750
|
+
if not MYPY:
|
1751
|
+
class JobTemplateTemplateVolumeSecretArgsDict(TypedDict):
|
1752
|
+
secret: pulumi.Input[str]
|
1753
|
+
"""
|
1754
|
+
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.
|
1755
|
+
"""
|
1756
|
+
default_mode: NotRequired[pulumi.Input[int]]
|
1757
|
+
"""
|
1758
|
+
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.
|
1759
|
+
"""
|
1760
|
+
items: NotRequired[pulumi.Input[Sequence[pulumi.Input['JobTemplateTemplateVolumeSecretItemArgsDict']]]]
|
1761
|
+
"""
|
1762
|
+
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.
|
1763
|
+
Structure is documented below.
|
1764
|
+
"""
|
1765
|
+
elif False:
|
1766
|
+
JobTemplateTemplateVolumeSecretArgsDict: TypeAlias = Mapping[str, Any]
|
1767
|
+
|
1302
1768
|
@pulumi.input_type
|
1303
1769
|
class JobTemplateTemplateVolumeSecretArgs:
|
1304
1770
|
def __init__(__self__, *,
|
@@ -1355,11 +1821,28 @@ class JobTemplateTemplateVolumeSecretArgs:
|
|
1355
1821
|
pulumi.set(self, "items", value)
|
1356
1822
|
|
1357
1823
|
|
1358
|
-
|
1359
|
-
class
|
1360
|
-
|
1361
|
-
|
1362
|
-
|
1824
|
+
if not MYPY:
|
1825
|
+
class JobTemplateTemplateVolumeSecretItemArgsDict(TypedDict):
|
1826
|
+
path: pulumi.Input[str]
|
1827
|
+
"""
|
1828
|
+
The relative path of the secret in the container.
|
1829
|
+
"""
|
1830
|
+
version: pulumi.Input[str]
|
1831
|
+
"""
|
1832
|
+
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version
|
1833
|
+
"""
|
1834
|
+
mode: NotRequired[pulumi.Input[int]]
|
1835
|
+
"""
|
1836
|
+
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.
|
1837
|
+
"""
|
1838
|
+
elif False:
|
1839
|
+
JobTemplateTemplateVolumeSecretItemArgsDict: TypeAlias = Mapping[str, Any]
|
1840
|
+
|
1841
|
+
@pulumi.input_type
|
1842
|
+
class JobTemplateTemplateVolumeSecretItemArgs:
|
1843
|
+
def __init__(__self__, *,
|
1844
|
+
path: pulumi.Input[str],
|
1845
|
+
version: pulumi.Input[str],
|
1363
1846
|
mode: Optional[pulumi.Input[int]] = None):
|
1364
1847
|
"""
|
1365
1848
|
:param pulumi.Input[str] path: The relative path of the secret in the container.
|
@@ -1408,6 +1891,25 @@ class JobTemplateTemplateVolumeSecretItemArgs:
|
|
1408
1891
|
pulumi.set(self, "mode", value)
|
1409
1892
|
|
1410
1893
|
|
1894
|
+
if not MYPY:
|
1895
|
+
class JobTemplateTemplateVpcAccessArgsDict(TypedDict):
|
1896
|
+
connector: NotRequired[pulumi.Input[str]]
|
1897
|
+
"""
|
1898
|
+
VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number.
|
1899
|
+
"""
|
1900
|
+
egress: NotRequired[pulumi.Input[str]]
|
1901
|
+
"""
|
1902
|
+
Traffic VPC egress settings.
|
1903
|
+
Possible values are: `ALL_TRAFFIC`, `PRIVATE_RANGES_ONLY`.
|
1904
|
+
"""
|
1905
|
+
network_interfaces: NotRequired[pulumi.Input[Sequence[pulumi.Input['JobTemplateTemplateVpcAccessNetworkInterfaceArgsDict']]]]
|
1906
|
+
"""
|
1907
|
+
Direct VPC egress settings. Currently only single network interface is supported.
|
1908
|
+
Structure is documented below.
|
1909
|
+
"""
|
1910
|
+
elif False:
|
1911
|
+
JobTemplateTemplateVpcAccessArgsDict: TypeAlias = Mapping[str, Any]
|
1912
|
+
|
1411
1913
|
@pulumi.input_type
|
1412
1914
|
class JobTemplateTemplateVpcAccessArgs:
|
1413
1915
|
def __init__(__self__, *,
|
@@ -1467,6 +1969,29 @@ class JobTemplateTemplateVpcAccessArgs:
|
|
1467
1969
|
pulumi.set(self, "network_interfaces", value)
|
1468
1970
|
|
1469
1971
|
|
1972
|
+
if not MYPY:
|
1973
|
+
class JobTemplateTemplateVpcAccessNetworkInterfaceArgsDict(TypedDict):
|
1974
|
+
network: NotRequired[pulumi.Input[str]]
|
1975
|
+
"""
|
1976
|
+
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
|
1977
|
+
network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be
|
1978
|
+
looked up from the subnetwork.
|
1979
|
+
"""
|
1980
|
+
subnetwork: NotRequired[pulumi.Input[str]]
|
1981
|
+
"""
|
1982
|
+
The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both
|
1983
|
+
network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the
|
1984
|
+
subnetwork with the same name with the network will be used.
|
1985
|
+
"""
|
1986
|
+
tags: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1987
|
+
"""
|
1988
|
+
Network tags applied to this Cloud Run job.
|
1989
|
+
|
1990
|
+
- - -
|
1991
|
+
"""
|
1992
|
+
elif False:
|
1993
|
+
JobTemplateTemplateVpcAccessNetworkInterfaceArgsDict: TypeAlias = Mapping[str, Any]
|
1994
|
+
|
1470
1995
|
@pulumi.input_type
|
1471
1996
|
class JobTemplateTemplateVpcAccessNetworkInterfaceArgs:
|
1472
1997
|
def __init__(__self__, *,
|
@@ -1534,6 +2059,52 @@ class JobTemplateTemplateVpcAccessNetworkInterfaceArgs:
|
|
1534
2059
|
pulumi.set(self, "tags", value)
|
1535
2060
|
|
1536
2061
|
|
2062
|
+
if not MYPY:
|
2063
|
+
class JobTerminalConditionArgsDict(TypedDict):
|
2064
|
+
execution_reason: NotRequired[pulumi.Input[str]]
|
2065
|
+
"""
|
2066
|
+
(Output)
|
2067
|
+
A reason for the execution condition.
|
2068
|
+
"""
|
2069
|
+
last_transition_time: NotRequired[pulumi.Input[str]]
|
2070
|
+
"""
|
2071
|
+
(Output)
|
2072
|
+
Last time the condition transitioned from one status to another.
|
2073
|
+
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".
|
2074
|
+
"""
|
2075
|
+
message: NotRequired[pulumi.Input[str]]
|
2076
|
+
"""
|
2077
|
+
(Output)
|
2078
|
+
Human readable message indicating details about the current status.
|
2079
|
+
"""
|
2080
|
+
reason: NotRequired[pulumi.Input[str]]
|
2081
|
+
"""
|
2082
|
+
(Output)
|
2083
|
+
A common (service-level) reason for this condition.
|
2084
|
+
"""
|
2085
|
+
revision_reason: NotRequired[pulumi.Input[str]]
|
2086
|
+
"""
|
2087
|
+
(Output)
|
2088
|
+
A reason for the revision condition.
|
2089
|
+
"""
|
2090
|
+
severity: NotRequired[pulumi.Input[str]]
|
2091
|
+
"""
|
2092
|
+
(Output)
|
2093
|
+
How to interpret failures of this condition, one of Error, Warning, Info
|
2094
|
+
"""
|
2095
|
+
state: NotRequired[pulumi.Input[str]]
|
2096
|
+
"""
|
2097
|
+
(Output)
|
2098
|
+
State of the condition.
|
2099
|
+
"""
|
2100
|
+
type: NotRequired[pulumi.Input[str]]
|
2101
|
+
"""
|
2102
|
+
(Output)
|
2103
|
+
type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.
|
2104
|
+
"""
|
2105
|
+
elif False:
|
2106
|
+
JobTerminalConditionArgsDict: TypeAlias = Mapping[str, Any]
|
2107
|
+
|
1537
2108
|
@pulumi.input_type
|
1538
2109
|
class JobTerminalConditionArgs:
|
1539
2110
|
def __init__(__self__, *,
|
@@ -1687,6 +2258,19 @@ class JobTerminalConditionArgs:
|
|
1687
2258
|
pulumi.set(self, "type", value)
|
1688
2259
|
|
1689
2260
|
|
2261
|
+
if not MYPY:
|
2262
|
+
class ServiceBinaryAuthorizationArgsDict(TypedDict):
|
2263
|
+
breakglass_justification: NotRequired[pulumi.Input[str]]
|
2264
|
+
"""
|
2265
|
+
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
|
2266
|
+
"""
|
2267
|
+
use_default: NotRequired[pulumi.Input[bool]]
|
2268
|
+
"""
|
2269
|
+
If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
|
2270
|
+
"""
|
2271
|
+
elif False:
|
2272
|
+
ServiceBinaryAuthorizationArgsDict: TypeAlias = Mapping[str, Any]
|
2273
|
+
|
1690
2274
|
@pulumi.input_type
|
1691
2275
|
class ServiceBinaryAuthorizationArgs:
|
1692
2276
|
def __init__(__self__, *,
|
@@ -1726,6 +2310,52 @@ class ServiceBinaryAuthorizationArgs:
|
|
1726
2310
|
pulumi.set(self, "use_default", value)
|
1727
2311
|
|
1728
2312
|
|
2313
|
+
if not MYPY:
|
2314
|
+
class ServiceConditionArgsDict(TypedDict):
|
2315
|
+
execution_reason: NotRequired[pulumi.Input[str]]
|
2316
|
+
"""
|
2317
|
+
(Output)
|
2318
|
+
A reason for the execution condition.
|
2319
|
+
"""
|
2320
|
+
last_transition_time: NotRequired[pulumi.Input[str]]
|
2321
|
+
"""
|
2322
|
+
(Output)
|
2323
|
+
Last time the condition transitioned from one status to another.
|
2324
|
+
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".
|
2325
|
+
"""
|
2326
|
+
message: NotRequired[pulumi.Input[str]]
|
2327
|
+
"""
|
2328
|
+
(Output)
|
2329
|
+
Human readable message indicating details about the current status.
|
2330
|
+
"""
|
2331
|
+
reason: NotRequired[pulumi.Input[str]]
|
2332
|
+
"""
|
2333
|
+
(Output)
|
2334
|
+
A common (service-level) reason for this condition.
|
2335
|
+
"""
|
2336
|
+
revision_reason: NotRequired[pulumi.Input[str]]
|
2337
|
+
"""
|
2338
|
+
(Output)
|
2339
|
+
A reason for the revision condition.
|
2340
|
+
"""
|
2341
|
+
severity: NotRequired[pulumi.Input[str]]
|
2342
|
+
"""
|
2343
|
+
(Output)
|
2344
|
+
How to interpret failures of this condition, one of Error, Warning, Info
|
2345
|
+
"""
|
2346
|
+
state: NotRequired[pulumi.Input[str]]
|
2347
|
+
"""
|
2348
|
+
(Output)
|
2349
|
+
State of the condition.
|
2350
|
+
"""
|
2351
|
+
type: NotRequired[pulumi.Input[str]]
|
2352
|
+
"""
|
2353
|
+
(Output)
|
2354
|
+
The allocation type for this traffic target.
|
2355
|
+
"""
|
2356
|
+
elif False:
|
2357
|
+
ServiceConditionArgsDict: TypeAlias = Mapping[str, Any]
|
2358
|
+
|
1729
2359
|
@pulumi.input_type
|
1730
2360
|
class ServiceConditionArgs:
|
1731
2361
|
def __init__(__self__, *,
|
@@ -1879,6 +2509,14 @@ class ServiceConditionArgs:
|
|
1879
2509
|
pulumi.set(self, "type", value)
|
1880
2510
|
|
1881
2511
|
|
2512
|
+
if not MYPY:
|
2513
|
+
class ServiceIamBindingConditionArgsDict(TypedDict):
|
2514
|
+
expression: pulumi.Input[str]
|
2515
|
+
title: pulumi.Input[str]
|
2516
|
+
description: NotRequired[pulumi.Input[str]]
|
2517
|
+
elif False:
|
2518
|
+
ServiceIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
|
2519
|
+
|
1882
2520
|
@pulumi.input_type
|
1883
2521
|
class ServiceIamBindingConditionArgs:
|
1884
2522
|
def __init__(__self__, *,
|
@@ -1918,6 +2556,14 @@ class ServiceIamBindingConditionArgs:
|
|
1918
2556
|
pulumi.set(self, "description", value)
|
1919
2557
|
|
1920
2558
|
|
2559
|
+
if not MYPY:
|
2560
|
+
class ServiceIamMemberConditionArgsDict(TypedDict):
|
2561
|
+
expression: pulumi.Input[str]
|
2562
|
+
title: pulumi.Input[str]
|
2563
|
+
description: NotRequired[pulumi.Input[str]]
|
2564
|
+
elif False:
|
2565
|
+
ServiceIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
|
2566
|
+
|
1921
2567
|
@pulumi.input_type
|
1922
2568
|
class ServiceIamMemberConditionArgs:
|
1923
2569
|
def __init__(__self__, *,
|
@@ -1957,6 +2603,15 @@ class ServiceIamMemberConditionArgs:
|
|
1957
2603
|
pulumi.set(self, "description", value)
|
1958
2604
|
|
1959
2605
|
|
2606
|
+
if not MYPY:
|
2607
|
+
class ServiceScalingArgsDict(TypedDict):
|
2608
|
+
min_instance_count: NotRequired[pulumi.Input[int]]
|
2609
|
+
"""
|
2610
|
+
Minimum number of instances for the service, to be divided among all revisions receiving traffic.
|
2611
|
+
"""
|
2612
|
+
elif False:
|
2613
|
+
ServiceScalingArgsDict: TypeAlias = Mapping[str, Any]
|
2614
|
+
|
1960
2615
|
@pulumi.input_type
|
1961
2616
|
class ServiceScalingArgs:
|
1962
2617
|
def __init__(__self__, *,
|
@@ -1980,6 +2635,75 @@ class ServiceScalingArgs:
|
|
1980
2635
|
pulumi.set(self, "min_instance_count", value)
|
1981
2636
|
|
1982
2637
|
|
2638
|
+
if not MYPY:
|
2639
|
+
class ServiceTemplateArgsDict(TypedDict):
|
2640
|
+
annotations: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
2641
|
+
"""
|
2642
|
+
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.
|
2643
|
+
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.
|
2644
|
+
All system annotations in v1 now have a corresponding field in v2 RevisionTemplate.
|
2645
|
+
This field follows Kubernetes annotations' namespacing, limits, and rules.
|
2646
|
+
"""
|
2647
|
+
containers: NotRequired[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateContainerArgsDict']]]]
|
2648
|
+
"""
|
2649
|
+
Holds the containers that define the unit of execution for this Service.
|
2650
|
+
Structure is documented below.
|
2651
|
+
"""
|
2652
|
+
encryption_key: NotRequired[pulumi.Input[str]]
|
2653
|
+
"""
|
2654
|
+
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
|
2655
|
+
"""
|
2656
|
+
execution_environment: NotRequired[pulumi.Input[str]]
|
2657
|
+
"""
|
2658
|
+
The sandbox environment to host this Revision.
|
2659
|
+
Possible values are: `EXECUTION_ENVIRONMENT_GEN1`, `EXECUTION_ENVIRONMENT_GEN2`.
|
2660
|
+
"""
|
2661
|
+
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
2662
|
+
"""
|
2663
|
+
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.
|
2664
|
+
For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.
|
2665
|
+
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.
|
2666
|
+
All system labels in v1 now have a corresponding field in v2 RevisionTemplate.
|
2667
|
+
"""
|
2668
|
+
max_instance_request_concurrency: NotRequired[pulumi.Input[int]]
|
2669
|
+
"""
|
2670
|
+
Sets the maximum number of requests that each serving instance can receive.
|
2671
|
+
"""
|
2672
|
+
revision: NotRequired[pulumi.Input[str]]
|
2673
|
+
"""
|
2674
|
+
The unique name for the revision. If this field is omitted, it will be automatically generated based on the Service name.
|
2675
|
+
"""
|
2676
|
+
scaling: NotRequired[pulumi.Input['ServiceTemplateScalingArgsDict']]
|
2677
|
+
"""
|
2678
|
+
Scaling settings for this Revision.
|
2679
|
+
Structure is documented below.
|
2680
|
+
"""
|
2681
|
+
service_account: NotRequired[pulumi.Input[str]]
|
2682
|
+
"""
|
2683
|
+
Email address of the IAM service account associated with the revision of the service. 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.
|
2684
|
+
"""
|
2685
|
+
session_affinity: NotRequired[pulumi.Input[bool]]
|
2686
|
+
"""
|
2687
|
+
Enables session affinity. For more information, go to https://cloud.google.com/run/docs/configuring/session-affinity
|
2688
|
+
"""
|
2689
|
+
timeout: NotRequired[pulumi.Input[str]]
|
2690
|
+
"""
|
2691
|
+
Max allowed time for an instance to respond to a request.
|
2692
|
+
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
2693
|
+
"""
|
2694
|
+
volumes: NotRequired[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateVolumeArgsDict']]]]
|
2695
|
+
"""
|
2696
|
+
A list of Volumes to make available to containers.
|
2697
|
+
Structure is documented below.
|
2698
|
+
"""
|
2699
|
+
vpc_access: NotRequired[pulumi.Input['ServiceTemplateVpcAccessArgsDict']]
|
2700
|
+
"""
|
2701
|
+
VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
|
2702
|
+
Structure is documented below.
|
2703
|
+
"""
|
2704
|
+
elif False:
|
2705
|
+
ServiceTemplateArgsDict: TypeAlias = Mapping[str, Any]
|
2706
|
+
|
1983
2707
|
@pulumi.input_type
|
1984
2708
|
class ServiceTemplateArgs:
|
1985
2709
|
def __init__(__self__, *,
|
@@ -2219,6 +2943,66 @@ class ServiceTemplateArgs:
|
|
2219
2943
|
pulumi.set(self, "vpc_access", value)
|
2220
2944
|
|
2221
2945
|
|
2946
|
+
if not MYPY:
|
2947
|
+
class ServiceTemplateContainerArgsDict(TypedDict):
|
2948
|
+
image: pulumi.Input[str]
|
2949
|
+
"""
|
2950
|
+
URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images
|
2951
|
+
"""
|
2952
|
+
args: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2953
|
+
"""
|
2954
|
+
Arguments to the entrypoint. The docker image's CMD 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
|
2955
|
+
"""
|
2956
|
+
commands: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2957
|
+
"""
|
2958
|
+
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
|
2959
|
+
"""
|
2960
|
+
depends_ons: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2961
|
+
"""
|
2962
|
+
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.
|
2963
|
+
"""
|
2964
|
+
envs: NotRequired[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateContainerEnvArgsDict']]]]
|
2965
|
+
"""
|
2966
|
+
List of environment variables to set in the container.
|
2967
|
+
Structure is documented below.
|
2968
|
+
"""
|
2969
|
+
liveness_probe: NotRequired[pulumi.Input['ServiceTemplateContainerLivenessProbeArgsDict']]
|
2970
|
+
"""
|
2971
|
+
Periodic probe of container liveness. Container will be restarted if the probe fails. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
|
2972
|
+
Structure is documented below.
|
2973
|
+
"""
|
2974
|
+
name: NotRequired[pulumi.Input[str]]
|
2975
|
+
"""
|
2976
|
+
Name of the container specified as a DNS_LABEL.
|
2977
|
+
"""
|
2978
|
+
ports: NotRequired[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateContainerPortArgsDict']]]]
|
2979
|
+
"""
|
2980
|
+
List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible.
|
2981
|
+
If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on
|
2982
|
+
Structure is documented below.
|
2983
|
+
"""
|
2984
|
+
resources: NotRequired[pulumi.Input['ServiceTemplateContainerResourcesArgsDict']]
|
2985
|
+
"""
|
2986
|
+
Compute Resource requirements by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
|
2987
|
+
Structure is documented below.
|
2988
|
+
"""
|
2989
|
+
startup_probe: NotRequired[pulumi.Input['ServiceTemplateContainerStartupProbeArgsDict']]
|
2990
|
+
"""
|
2991
|
+
Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not be added to service endpoints if the probe fails. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
|
2992
|
+
Structure is documented below.
|
2993
|
+
"""
|
2994
|
+
volume_mounts: NotRequired[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateContainerVolumeMountArgsDict']]]]
|
2995
|
+
"""
|
2996
|
+
Volume to mount into the container's filesystem.
|
2997
|
+
Structure is documented below.
|
2998
|
+
"""
|
2999
|
+
working_dir: NotRequired[pulumi.Input[str]]
|
3000
|
+
"""
|
3001
|
+
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
|
3002
|
+
"""
|
3003
|
+
elif False:
|
3004
|
+
ServiceTemplateContainerArgsDict: TypeAlias = Mapping[str, Any]
|
3005
|
+
|
2222
3006
|
@pulumi.input_type
|
2223
3007
|
class ServiceTemplateContainerArgs:
|
2224
3008
|
def __init__(__self__, *,
|
@@ -2431,6 +3215,24 @@ class ServiceTemplateContainerArgs:
|
|
2431
3215
|
pulumi.set(self, "working_dir", value)
|
2432
3216
|
|
2433
3217
|
|
3218
|
+
if not MYPY:
|
3219
|
+
class ServiceTemplateContainerEnvArgsDict(TypedDict):
|
3220
|
+
name: pulumi.Input[str]
|
3221
|
+
"""
|
3222
|
+
Name of the environment variable. Must be a C_IDENTIFIER, and mnay not exceed 32768 characters.
|
3223
|
+
"""
|
3224
|
+
value: NotRequired[pulumi.Input[str]]
|
3225
|
+
"""
|
3226
|
+
Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. 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. Defaults to "", and the maximum length is 32768 bytes
|
3227
|
+
"""
|
3228
|
+
value_source: NotRequired[pulumi.Input['ServiceTemplateContainerEnvValueSourceArgsDict']]
|
3229
|
+
"""
|
3230
|
+
Source for the environment variable's value.
|
3231
|
+
Structure is documented below.
|
3232
|
+
"""
|
3233
|
+
elif False:
|
3234
|
+
ServiceTemplateContainerEnvArgsDict: TypeAlias = Mapping[str, Any]
|
3235
|
+
|
2434
3236
|
@pulumi.input_type
|
2435
3237
|
class ServiceTemplateContainerEnvArgs:
|
2436
3238
|
def __init__(__self__, *,
|
@@ -2487,6 +3289,16 @@ class ServiceTemplateContainerEnvArgs:
|
|
2487
3289
|
pulumi.set(self, "value_source", value)
|
2488
3290
|
|
2489
3291
|
|
3292
|
+
if not MYPY:
|
3293
|
+
class ServiceTemplateContainerEnvValueSourceArgsDict(TypedDict):
|
3294
|
+
secret_key_ref: NotRequired[pulumi.Input['ServiceTemplateContainerEnvValueSourceSecretKeyRefArgsDict']]
|
3295
|
+
"""
|
3296
|
+
Selects a secret and a specific version from Cloud Secret Manager.
|
3297
|
+
Structure is documented below.
|
3298
|
+
"""
|
3299
|
+
elif False:
|
3300
|
+
ServiceTemplateContainerEnvValueSourceArgsDict: TypeAlias = Mapping[str, Any]
|
3301
|
+
|
2490
3302
|
@pulumi.input_type
|
2491
3303
|
class ServiceTemplateContainerEnvValueSourceArgs:
|
2492
3304
|
def __init__(__self__, *,
|
@@ -2512,6 +3324,19 @@ class ServiceTemplateContainerEnvValueSourceArgs:
|
|
2512
3324
|
pulumi.set(self, "secret_key_ref", value)
|
2513
3325
|
|
2514
3326
|
|
3327
|
+
if not MYPY:
|
3328
|
+
class ServiceTemplateContainerEnvValueSourceSecretKeyRefArgsDict(TypedDict):
|
3329
|
+
secret: pulumi.Input[str]
|
3330
|
+
"""
|
3331
|
+
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.
|
3332
|
+
"""
|
3333
|
+
version: NotRequired[pulumi.Input[str]]
|
3334
|
+
"""
|
3335
|
+
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
|
3336
|
+
"""
|
3337
|
+
elif False:
|
3338
|
+
ServiceTemplateContainerEnvValueSourceSecretKeyRefArgsDict: TypeAlias = Mapping[str, Any]
|
3339
|
+
|
2515
3340
|
@pulumi.input_type
|
2516
3341
|
class ServiceTemplateContainerEnvValueSourceSecretKeyRefArgs:
|
2517
3342
|
def __init__(__self__, *,
|
@@ -2550,6 +3375,42 @@ class ServiceTemplateContainerEnvValueSourceSecretKeyRefArgs:
|
|
2550
3375
|
pulumi.set(self, "version", value)
|
2551
3376
|
|
2552
3377
|
|
3378
|
+
if not MYPY:
|
3379
|
+
class ServiceTemplateContainerLivenessProbeArgsDict(TypedDict):
|
3380
|
+
failure_threshold: NotRequired[pulumi.Input[int]]
|
3381
|
+
"""
|
3382
|
+
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
|
3383
|
+
"""
|
3384
|
+
grpc: NotRequired[pulumi.Input['ServiceTemplateContainerLivenessProbeGrpcArgsDict']]
|
3385
|
+
"""
|
3386
|
+
GRPC specifies an action involving a GRPC port.
|
3387
|
+
Structure is documented below.
|
3388
|
+
"""
|
3389
|
+
http_get: NotRequired[pulumi.Input['ServiceTemplateContainerLivenessProbeHttpGetArgsDict']]
|
3390
|
+
"""
|
3391
|
+
HTTPGet specifies the http request to perform.
|
3392
|
+
Structure is documented below.
|
3393
|
+
"""
|
3394
|
+
initial_delay_seconds: NotRequired[pulumi.Input[int]]
|
3395
|
+
"""
|
3396
|
+
Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
|
3397
|
+
"""
|
3398
|
+
period_seconds: NotRequired[pulumi.Input[int]]
|
3399
|
+
"""
|
3400
|
+
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeoutSeconds
|
3401
|
+
"""
|
3402
|
+
tcp_socket: NotRequired[pulumi.Input['ServiceTemplateContainerLivenessProbeTcpSocketArgsDict']]
|
3403
|
+
"""
|
3404
|
+
TCPSocketAction describes an action based on opening a socket
|
3405
|
+
Structure is documented below.
|
3406
|
+
"""
|
3407
|
+
timeout_seconds: NotRequired[pulumi.Input[int]]
|
3408
|
+
"""
|
3409
|
+
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than periodSeconds. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
|
3410
|
+
"""
|
3411
|
+
elif False:
|
3412
|
+
ServiceTemplateContainerLivenessProbeArgsDict: TypeAlias = Mapping[str, Any]
|
3413
|
+
|
2553
3414
|
@pulumi.input_type
|
2554
3415
|
class ServiceTemplateContainerLivenessProbeArgs:
|
2555
3416
|
def __init__(__self__, *,
|
@@ -2675,6 +3536,22 @@ class ServiceTemplateContainerLivenessProbeArgs:
|
|
2675
3536
|
pulumi.set(self, "timeout_seconds", value)
|
2676
3537
|
|
2677
3538
|
|
3539
|
+
if not MYPY:
|
3540
|
+
class ServiceTemplateContainerLivenessProbeGrpcArgsDict(TypedDict):
|
3541
|
+
port: NotRequired[pulumi.Input[int]]
|
3542
|
+
"""
|
3543
|
+
Port number to access on the container. Number must be in the range 1 to 65535.
|
3544
|
+
If not specified, defaults to the same value as container.ports[0].containerPort.
|
3545
|
+
"""
|
3546
|
+
service: NotRequired[pulumi.Input[str]]
|
3547
|
+
"""
|
3548
|
+
The name of the service to place in the gRPC HealthCheckRequest
|
3549
|
+
(see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
3550
|
+
If this is not specified, the default behavior is defined by gRPC.
|
3551
|
+
"""
|
3552
|
+
elif False:
|
3553
|
+
ServiceTemplateContainerLivenessProbeGrpcArgsDict: TypeAlias = Mapping[str, Any]
|
3554
|
+
|
2678
3555
|
@pulumi.input_type
|
2679
3556
|
class ServiceTemplateContainerLivenessProbeGrpcArgs:
|
2680
3557
|
def __init__(__self__, *,
|
@@ -2720,6 +3597,25 @@ class ServiceTemplateContainerLivenessProbeGrpcArgs:
|
|
2720
3597
|
pulumi.set(self, "service", value)
|
2721
3598
|
|
2722
3599
|
|
3600
|
+
if not MYPY:
|
3601
|
+
class ServiceTemplateContainerLivenessProbeHttpGetArgsDict(TypedDict):
|
3602
|
+
http_headers: NotRequired[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateContainerLivenessProbeHttpGetHttpHeaderArgsDict']]]]
|
3603
|
+
"""
|
3604
|
+
Custom headers to set in the request. HTTP allows repeated headers.
|
3605
|
+
Structure is documented below.
|
3606
|
+
"""
|
3607
|
+
path: NotRequired[pulumi.Input[str]]
|
3608
|
+
"""
|
3609
|
+
Path to access on the HTTP server. Defaults to '/'.
|
3610
|
+
"""
|
3611
|
+
port: NotRequired[pulumi.Input[int]]
|
3612
|
+
"""
|
3613
|
+
Port number to access on the container. Must be in the range 1 to 65535.
|
3614
|
+
If not specified, defaults to the same value as container.ports[0].containerPort.
|
3615
|
+
"""
|
3616
|
+
elif False:
|
3617
|
+
ServiceTemplateContainerLivenessProbeHttpGetArgsDict: TypeAlias = Mapping[str, Any]
|
3618
|
+
|
2723
3619
|
@pulumi.input_type
|
2724
3620
|
class ServiceTemplateContainerLivenessProbeHttpGetArgs:
|
2725
3621
|
def __init__(__self__, *,
|
@@ -2779,6 +3675,19 @@ class ServiceTemplateContainerLivenessProbeHttpGetArgs:
|
|
2779
3675
|
pulumi.set(self, "port", value)
|
2780
3676
|
|
2781
3677
|
|
3678
|
+
if not MYPY:
|
3679
|
+
class ServiceTemplateContainerLivenessProbeHttpGetHttpHeaderArgsDict(TypedDict):
|
3680
|
+
name: pulumi.Input[str]
|
3681
|
+
"""
|
3682
|
+
The header field name
|
3683
|
+
"""
|
3684
|
+
value: NotRequired[pulumi.Input[str]]
|
3685
|
+
"""
|
3686
|
+
The header field value
|
3687
|
+
"""
|
3688
|
+
elif False:
|
3689
|
+
ServiceTemplateContainerLivenessProbeHttpGetHttpHeaderArgsDict: TypeAlias = Mapping[str, Any]
|
3690
|
+
|
2782
3691
|
@pulumi.input_type
|
2783
3692
|
class ServiceTemplateContainerLivenessProbeHttpGetHttpHeaderArgs:
|
2784
3693
|
def __init__(__self__, *,
|
@@ -2817,6 +3726,16 @@ class ServiceTemplateContainerLivenessProbeHttpGetHttpHeaderArgs:
|
|
2817
3726
|
pulumi.set(self, "value", value)
|
2818
3727
|
|
2819
3728
|
|
3729
|
+
if not MYPY:
|
3730
|
+
class ServiceTemplateContainerLivenessProbeTcpSocketArgsDict(TypedDict):
|
3731
|
+
port: pulumi.Input[int]
|
3732
|
+
"""
|
3733
|
+
Port number to access on the container. Must be in the range 1 to 65535.
|
3734
|
+
If not specified, defaults to the same value as container.ports[0].containerPort.
|
3735
|
+
"""
|
3736
|
+
elif False:
|
3737
|
+
ServiceTemplateContainerLivenessProbeTcpSocketArgsDict: TypeAlias = Mapping[str, Any]
|
3738
|
+
|
2820
3739
|
@pulumi.input_type
|
2821
3740
|
class ServiceTemplateContainerLivenessProbeTcpSocketArgs:
|
2822
3741
|
def __init__(__self__, *,
|
@@ -2841,6 +3760,19 @@ class ServiceTemplateContainerLivenessProbeTcpSocketArgs:
|
|
2841
3760
|
pulumi.set(self, "port", value)
|
2842
3761
|
|
2843
3762
|
|
3763
|
+
if not MYPY:
|
3764
|
+
class ServiceTemplateContainerPortArgsDict(TypedDict):
|
3765
|
+
container_port: NotRequired[pulumi.Input[int]]
|
3766
|
+
"""
|
3767
|
+
Port number the container listens on. This must be a valid TCP port number, 0 < containerPort < 65536.
|
3768
|
+
"""
|
3769
|
+
name: NotRequired[pulumi.Input[str]]
|
3770
|
+
"""
|
3771
|
+
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
|
3772
|
+
"""
|
3773
|
+
elif False:
|
3774
|
+
ServiceTemplateContainerPortArgsDict: TypeAlias = Mapping[str, Any]
|
3775
|
+
|
2844
3776
|
@pulumi.input_type
|
2845
3777
|
class ServiceTemplateContainerPortArgs:
|
2846
3778
|
def __init__(__self__, *,
|
@@ -2880,6 +3812,24 @@ class ServiceTemplateContainerPortArgs:
|
|
2880
3812
|
pulumi.set(self, "name", value)
|
2881
3813
|
|
2882
3814
|
|
3815
|
+
if not MYPY:
|
3816
|
+
class ServiceTemplateContainerResourcesArgsDict(TypedDict):
|
3817
|
+
cpu_idle: NotRequired[pulumi.Input[bool]]
|
3818
|
+
"""
|
3819
|
+
Determines whether CPU is only allocated during requests. True by default if the parent `resources` field is not set. However, if
|
3820
|
+
`resources` is set, this field must be explicitly set to true to preserve the default behavior.
|
3821
|
+
"""
|
3822
|
+
limits: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
3823
|
+
"""
|
3824
|
+
Only memory and CPU are supported. Use key `cpu` for CPU limit and `memory` for memory 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
|
3825
|
+
"""
|
3826
|
+
startup_cpu_boost: NotRequired[pulumi.Input[bool]]
|
3827
|
+
"""
|
3828
|
+
Determines whether CPU should be boosted on startup of a new container instance above the requested CPU threshold, this can help reduce cold-start latency.
|
3829
|
+
"""
|
3830
|
+
elif False:
|
3831
|
+
ServiceTemplateContainerResourcesArgsDict: TypeAlias = Mapping[str, Any]
|
3832
|
+
|
2883
3833
|
@pulumi.input_type
|
2884
3834
|
class ServiceTemplateContainerResourcesArgs:
|
2885
3835
|
def __init__(__self__, *,
|
@@ -2937,6 +3887,42 @@ class ServiceTemplateContainerResourcesArgs:
|
|
2937
3887
|
pulumi.set(self, "startup_cpu_boost", value)
|
2938
3888
|
|
2939
3889
|
|
3890
|
+
if not MYPY:
|
3891
|
+
class ServiceTemplateContainerStartupProbeArgsDict(TypedDict):
|
3892
|
+
failure_threshold: NotRequired[pulumi.Input[int]]
|
3893
|
+
"""
|
3894
|
+
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
|
3895
|
+
"""
|
3896
|
+
grpc: NotRequired[pulumi.Input['ServiceTemplateContainerStartupProbeGrpcArgsDict']]
|
3897
|
+
"""
|
3898
|
+
GRPC specifies an action involving a GRPC port.
|
3899
|
+
Structure is documented below.
|
3900
|
+
"""
|
3901
|
+
http_get: NotRequired[pulumi.Input['ServiceTemplateContainerStartupProbeHttpGetArgsDict']]
|
3902
|
+
"""
|
3903
|
+
HTTPGet specifies the http request to perform. Exactly one of HTTPGet or TCPSocket must be specified.
|
3904
|
+
Structure is documented below.
|
3905
|
+
"""
|
3906
|
+
initial_delay_seconds: NotRequired[pulumi.Input[int]]
|
3907
|
+
"""
|
3908
|
+
Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
|
3909
|
+
"""
|
3910
|
+
period_seconds: NotRequired[pulumi.Input[int]]
|
3911
|
+
"""
|
3912
|
+
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeoutSeconds
|
3913
|
+
"""
|
3914
|
+
tcp_socket: NotRequired[pulumi.Input['ServiceTemplateContainerStartupProbeTcpSocketArgsDict']]
|
3915
|
+
"""
|
3916
|
+
TCPSocket specifies an action involving a TCP port. Exactly one of HTTPGet or TCPSocket must be specified.
|
3917
|
+
Structure is documented below.
|
3918
|
+
"""
|
3919
|
+
timeout_seconds: NotRequired[pulumi.Input[int]]
|
3920
|
+
"""
|
3921
|
+
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than periodSeconds. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
|
3922
|
+
"""
|
3923
|
+
elif False:
|
3924
|
+
ServiceTemplateContainerStartupProbeArgsDict: TypeAlias = Mapping[str, Any]
|
3925
|
+
|
2940
3926
|
@pulumi.input_type
|
2941
3927
|
class ServiceTemplateContainerStartupProbeArgs:
|
2942
3928
|
def __init__(__self__, *,
|
@@ -3062,6 +4048,22 @@ class ServiceTemplateContainerStartupProbeArgs:
|
|
3062
4048
|
pulumi.set(self, "timeout_seconds", value)
|
3063
4049
|
|
3064
4050
|
|
4051
|
+
if not MYPY:
|
4052
|
+
class ServiceTemplateContainerStartupProbeGrpcArgsDict(TypedDict):
|
4053
|
+
port: NotRequired[pulumi.Input[int]]
|
4054
|
+
"""
|
4055
|
+
Port number to access on the container. Number must be in the range 1 to 65535.
|
4056
|
+
If not specified, defaults to the same value as container.ports[0].containerPort.
|
4057
|
+
"""
|
4058
|
+
service: NotRequired[pulumi.Input[str]]
|
4059
|
+
"""
|
4060
|
+
The name of the service to place in the gRPC HealthCheckRequest
|
4061
|
+
(see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
4062
|
+
If this is not specified, the default behavior is defined by gRPC.
|
4063
|
+
"""
|
4064
|
+
elif False:
|
4065
|
+
ServiceTemplateContainerStartupProbeGrpcArgsDict: TypeAlias = Mapping[str, Any]
|
4066
|
+
|
3065
4067
|
@pulumi.input_type
|
3066
4068
|
class ServiceTemplateContainerStartupProbeGrpcArgs:
|
3067
4069
|
def __init__(__self__, *,
|
@@ -3107,6 +4109,25 @@ class ServiceTemplateContainerStartupProbeGrpcArgs:
|
|
3107
4109
|
pulumi.set(self, "service", value)
|
3108
4110
|
|
3109
4111
|
|
4112
|
+
if not MYPY:
|
4113
|
+
class ServiceTemplateContainerStartupProbeHttpGetArgsDict(TypedDict):
|
4114
|
+
http_headers: NotRequired[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateContainerStartupProbeHttpGetHttpHeaderArgsDict']]]]
|
4115
|
+
"""
|
4116
|
+
Custom headers to set in the request. HTTP allows repeated headers.
|
4117
|
+
Structure is documented below.
|
4118
|
+
"""
|
4119
|
+
path: NotRequired[pulumi.Input[str]]
|
4120
|
+
"""
|
4121
|
+
Path to access on the HTTP server. Defaults to '/'.
|
4122
|
+
"""
|
4123
|
+
port: NotRequired[pulumi.Input[int]]
|
4124
|
+
"""
|
4125
|
+
Port number to access on the container. Must be in the range 1 to 65535.
|
4126
|
+
If not specified, defaults to the same value as container.ports[0].containerPort.
|
4127
|
+
"""
|
4128
|
+
elif False:
|
4129
|
+
ServiceTemplateContainerStartupProbeHttpGetArgsDict: TypeAlias = Mapping[str, Any]
|
4130
|
+
|
3110
4131
|
@pulumi.input_type
|
3111
4132
|
class ServiceTemplateContainerStartupProbeHttpGetArgs:
|
3112
4133
|
def __init__(__self__, *,
|
@@ -3166,6 +4187,19 @@ class ServiceTemplateContainerStartupProbeHttpGetArgs:
|
|
3166
4187
|
pulumi.set(self, "port", value)
|
3167
4188
|
|
3168
4189
|
|
4190
|
+
if not MYPY:
|
4191
|
+
class ServiceTemplateContainerStartupProbeHttpGetHttpHeaderArgsDict(TypedDict):
|
4192
|
+
name: pulumi.Input[str]
|
4193
|
+
"""
|
4194
|
+
The header field name
|
4195
|
+
"""
|
4196
|
+
value: NotRequired[pulumi.Input[str]]
|
4197
|
+
"""
|
4198
|
+
The header field value
|
4199
|
+
"""
|
4200
|
+
elif False:
|
4201
|
+
ServiceTemplateContainerStartupProbeHttpGetHttpHeaderArgsDict: TypeAlias = Mapping[str, Any]
|
4202
|
+
|
3169
4203
|
@pulumi.input_type
|
3170
4204
|
class ServiceTemplateContainerStartupProbeHttpGetHttpHeaderArgs:
|
3171
4205
|
def __init__(__self__, *,
|
@@ -3204,6 +4238,16 @@ class ServiceTemplateContainerStartupProbeHttpGetHttpHeaderArgs:
|
|
3204
4238
|
pulumi.set(self, "value", value)
|
3205
4239
|
|
3206
4240
|
|
4241
|
+
if not MYPY:
|
4242
|
+
class ServiceTemplateContainerStartupProbeTcpSocketArgsDict(TypedDict):
|
4243
|
+
port: NotRequired[pulumi.Input[int]]
|
4244
|
+
"""
|
4245
|
+
Port number to access on the container. Must be in the range 1 to 65535.
|
4246
|
+
If not specified, defaults to the same value as container.ports[0].containerPort.
|
4247
|
+
"""
|
4248
|
+
elif False:
|
4249
|
+
ServiceTemplateContainerStartupProbeTcpSocketArgsDict: TypeAlias = Mapping[str, Any]
|
4250
|
+
|
3207
4251
|
@pulumi.input_type
|
3208
4252
|
class ServiceTemplateContainerStartupProbeTcpSocketArgs:
|
3209
4253
|
def __init__(__self__, *,
|
@@ -3229,6 +4273,19 @@ class ServiceTemplateContainerStartupProbeTcpSocketArgs:
|
|
3229
4273
|
pulumi.set(self, "port", value)
|
3230
4274
|
|
3231
4275
|
|
4276
|
+
if not MYPY:
|
4277
|
+
class ServiceTemplateContainerVolumeMountArgsDict(TypedDict):
|
4278
|
+
mount_path: pulumi.Input[str]
|
4279
|
+
"""
|
4280
|
+
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
|
4281
|
+
"""
|
4282
|
+
name: pulumi.Input[str]
|
4283
|
+
"""
|
4284
|
+
This must match the Name of a Volume.
|
4285
|
+
"""
|
4286
|
+
elif False:
|
4287
|
+
ServiceTemplateContainerVolumeMountArgsDict: TypeAlias = Mapping[str, Any]
|
4288
|
+
|
3232
4289
|
@pulumi.input_type
|
3233
4290
|
class ServiceTemplateContainerVolumeMountArgs:
|
3234
4291
|
def __init__(__self__, *,
|
@@ -3266,6 +4323,19 @@ class ServiceTemplateContainerVolumeMountArgs:
|
|
3266
4323
|
pulumi.set(self, "name", value)
|
3267
4324
|
|
3268
4325
|
|
4326
|
+
if not MYPY:
|
4327
|
+
class ServiceTemplateScalingArgsDict(TypedDict):
|
4328
|
+
max_instance_count: NotRequired[pulumi.Input[int]]
|
4329
|
+
"""
|
4330
|
+
Maximum number of serving instances that this resource should have.
|
4331
|
+
"""
|
4332
|
+
min_instance_count: NotRequired[pulumi.Input[int]]
|
4333
|
+
"""
|
4334
|
+
Minimum number of instances for the service, to be divided among all revisions receiving traffic.
|
4335
|
+
"""
|
4336
|
+
elif False:
|
4337
|
+
ServiceTemplateScalingArgsDict: TypeAlias = Mapping[str, Any]
|
4338
|
+
|
3269
4339
|
@pulumi.input_type
|
3270
4340
|
class ServiceTemplateScalingArgs:
|
3271
4341
|
def __init__(__self__, *,
|
@@ -3305,6 +4375,40 @@ class ServiceTemplateScalingArgs:
|
|
3305
4375
|
pulumi.set(self, "min_instance_count", value)
|
3306
4376
|
|
3307
4377
|
|
4378
|
+
if not MYPY:
|
4379
|
+
class ServiceTemplateVolumeArgsDict(TypedDict):
|
4380
|
+
name: pulumi.Input[str]
|
4381
|
+
"""
|
4382
|
+
Volume's name.
|
4383
|
+
"""
|
4384
|
+
cloud_sql_instance: NotRequired[pulumi.Input['ServiceTemplateVolumeCloudSqlInstanceArgsDict']]
|
4385
|
+
"""
|
4386
|
+
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.
|
4387
|
+
Structure is documented below.
|
4388
|
+
"""
|
4389
|
+
empty_dir: NotRequired[pulumi.Input['ServiceTemplateVolumeEmptyDirArgsDict']]
|
4390
|
+
"""
|
4391
|
+
Ephemeral storage used as a shared volume.
|
4392
|
+
Structure is documented below.
|
4393
|
+
"""
|
4394
|
+
gcs: NotRequired[pulumi.Input['ServiceTemplateVolumeGcsArgsDict']]
|
4395
|
+
"""
|
4396
|
+
Cloud Storage bucket mounted as a volume using GCSFuse. This feature is only supported in the gen2 execution environment and requires launch-stage to be set to ALPHA or BETA.
|
4397
|
+
Structure is documented below.
|
4398
|
+
"""
|
4399
|
+
nfs: NotRequired[pulumi.Input['ServiceTemplateVolumeNfsArgsDict']]
|
4400
|
+
"""
|
4401
|
+
Represents an NFS mount.
|
4402
|
+
Structure is documented below.
|
4403
|
+
"""
|
4404
|
+
secret: NotRequired[pulumi.Input['ServiceTemplateVolumeSecretArgsDict']]
|
4405
|
+
"""
|
4406
|
+
Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
4407
|
+
Structure is documented below.
|
4408
|
+
"""
|
4409
|
+
elif False:
|
4410
|
+
ServiceTemplateVolumeArgsDict: TypeAlias = Mapping[str, Any]
|
4411
|
+
|
3308
4412
|
@pulumi.input_type
|
3309
4413
|
class ServiceTemplateVolumeArgs:
|
3310
4414
|
def __init__(__self__, *,
|
@@ -3417,6 +4521,15 @@ class ServiceTemplateVolumeArgs:
|
|
3417
4521
|
pulumi.set(self, "secret", value)
|
3418
4522
|
|
3419
4523
|
|
4524
|
+
if not MYPY:
|
4525
|
+
class ServiceTemplateVolumeCloudSqlInstanceArgsDict(TypedDict):
|
4526
|
+
instances: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
4527
|
+
"""
|
4528
|
+
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}
|
4529
|
+
"""
|
4530
|
+
elif False:
|
4531
|
+
ServiceTemplateVolumeCloudSqlInstanceArgsDict: TypeAlias = Mapping[str, Any]
|
4532
|
+
|
3420
4533
|
@pulumi.input_type
|
3421
4534
|
class ServiceTemplateVolumeCloudSqlInstanceArgs:
|
3422
4535
|
def __init__(__self__, *,
|
@@ -3440,6 +4553,21 @@ class ServiceTemplateVolumeCloudSqlInstanceArgs:
|
|
3440
4553
|
pulumi.set(self, "instances", value)
|
3441
4554
|
|
3442
4555
|
|
4556
|
+
if not MYPY:
|
4557
|
+
class ServiceTemplateVolumeEmptyDirArgsDict(TypedDict):
|
4558
|
+
medium: NotRequired[pulumi.Input[str]]
|
4559
|
+
"""
|
4560
|
+
The different types of medium supported for EmptyDir.
|
4561
|
+
Default value is `MEMORY`.
|
4562
|
+
Possible values are: `MEMORY`.
|
4563
|
+
"""
|
4564
|
+
size_limit: NotRequired[pulumi.Input[str]]
|
4565
|
+
"""
|
4566
|
+
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.
|
4567
|
+
"""
|
4568
|
+
elif False:
|
4569
|
+
ServiceTemplateVolumeEmptyDirArgsDict: TypeAlias = Mapping[str, Any]
|
4570
|
+
|
3443
4571
|
@pulumi.input_type
|
3444
4572
|
class ServiceTemplateVolumeEmptyDirArgs:
|
3445
4573
|
def __init__(__self__, *,
|
@@ -3483,6 +4611,19 @@ class ServiceTemplateVolumeEmptyDirArgs:
|
|
3483
4611
|
pulumi.set(self, "size_limit", value)
|
3484
4612
|
|
3485
4613
|
|
4614
|
+
if not MYPY:
|
4615
|
+
class ServiceTemplateVolumeGcsArgsDict(TypedDict):
|
4616
|
+
bucket: pulumi.Input[str]
|
4617
|
+
"""
|
4618
|
+
GCS Bucket name
|
4619
|
+
"""
|
4620
|
+
read_only: NotRequired[pulumi.Input[bool]]
|
4621
|
+
"""
|
4622
|
+
If true, mount the GCS bucket as read-only
|
4623
|
+
"""
|
4624
|
+
elif False:
|
4625
|
+
ServiceTemplateVolumeGcsArgsDict: TypeAlias = Mapping[str, Any]
|
4626
|
+
|
3486
4627
|
@pulumi.input_type
|
3487
4628
|
class ServiceTemplateVolumeGcsArgs:
|
3488
4629
|
def __init__(__self__, *,
|
@@ -3521,6 +4662,25 @@ class ServiceTemplateVolumeGcsArgs:
|
|
3521
4662
|
pulumi.set(self, "read_only", value)
|
3522
4663
|
|
3523
4664
|
|
4665
|
+
if not MYPY:
|
4666
|
+
class ServiceTemplateVolumeNfsArgsDict(TypedDict):
|
4667
|
+
path: pulumi.Input[str]
|
4668
|
+
"""
|
4669
|
+
Path that is exported by the NFS server.
|
4670
|
+
"""
|
4671
|
+
server: pulumi.Input[str]
|
4672
|
+
"""
|
4673
|
+
Hostname or IP address of the NFS server
|
4674
|
+
"""
|
4675
|
+
read_only: NotRequired[pulumi.Input[bool]]
|
4676
|
+
"""
|
4677
|
+
If true, mount the NFS volume as read only
|
4678
|
+
|
4679
|
+
- - -
|
4680
|
+
"""
|
4681
|
+
elif False:
|
4682
|
+
ServiceTemplateVolumeNfsArgsDict: TypeAlias = Mapping[str, Any]
|
4683
|
+
|
3524
4684
|
@pulumi.input_type
|
3525
4685
|
class ServiceTemplateVolumeNfsArgs:
|
3526
4686
|
def __init__(__self__, *,
|
@@ -3578,6 +4738,24 @@ class ServiceTemplateVolumeNfsArgs:
|
|
3578
4738
|
pulumi.set(self, "read_only", value)
|
3579
4739
|
|
3580
4740
|
|
4741
|
+
if not MYPY:
|
4742
|
+
class ServiceTemplateVolumeSecretArgsDict(TypedDict):
|
4743
|
+
secret: pulumi.Input[str]
|
4744
|
+
"""
|
4745
|
+
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.
|
4746
|
+
"""
|
4747
|
+
default_mode: NotRequired[pulumi.Input[int]]
|
4748
|
+
"""
|
4749
|
+
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.
|
4750
|
+
"""
|
4751
|
+
items: NotRequired[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateVolumeSecretItemArgsDict']]]]
|
4752
|
+
"""
|
4753
|
+
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.
|
4754
|
+
Structure is documented below.
|
4755
|
+
"""
|
4756
|
+
elif False:
|
4757
|
+
ServiceTemplateVolumeSecretArgsDict: TypeAlias = Mapping[str, Any]
|
4758
|
+
|
3581
4759
|
@pulumi.input_type
|
3582
4760
|
class ServiceTemplateVolumeSecretArgs:
|
3583
4761
|
def __init__(__self__, *,
|
@@ -3634,6 +4812,23 @@ class ServiceTemplateVolumeSecretArgs:
|
|
3634
4812
|
pulumi.set(self, "items", value)
|
3635
4813
|
|
3636
4814
|
|
4815
|
+
if not MYPY:
|
4816
|
+
class ServiceTemplateVolumeSecretItemArgsDict(TypedDict):
|
4817
|
+
path: pulumi.Input[str]
|
4818
|
+
"""
|
4819
|
+
The relative path of the secret in the container.
|
4820
|
+
"""
|
4821
|
+
mode: NotRequired[pulumi.Input[int]]
|
4822
|
+
"""
|
4823
|
+
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.
|
4824
|
+
"""
|
4825
|
+
version: NotRequired[pulumi.Input[str]]
|
4826
|
+
"""
|
4827
|
+
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version
|
4828
|
+
"""
|
4829
|
+
elif False:
|
4830
|
+
ServiceTemplateVolumeSecretItemArgsDict: TypeAlias = Mapping[str, Any]
|
4831
|
+
|
3637
4832
|
@pulumi.input_type
|
3638
4833
|
class ServiceTemplateVolumeSecretItemArgs:
|
3639
4834
|
def __init__(__self__, *,
|
@@ -3688,6 +4883,25 @@ class ServiceTemplateVolumeSecretItemArgs:
|
|
3688
4883
|
pulumi.set(self, "version", value)
|
3689
4884
|
|
3690
4885
|
|
4886
|
+
if not MYPY:
|
4887
|
+
class ServiceTemplateVpcAccessArgsDict(TypedDict):
|
4888
|
+
connector: NotRequired[pulumi.Input[str]]
|
4889
|
+
"""
|
4890
|
+
VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number.
|
4891
|
+
"""
|
4892
|
+
egress: NotRequired[pulumi.Input[str]]
|
4893
|
+
"""
|
4894
|
+
Traffic VPC egress settings.
|
4895
|
+
Possible values are: `ALL_TRAFFIC`, `PRIVATE_RANGES_ONLY`.
|
4896
|
+
"""
|
4897
|
+
network_interfaces: NotRequired[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateVpcAccessNetworkInterfaceArgsDict']]]]
|
4898
|
+
"""
|
4899
|
+
Direct VPC egress settings. Currently only single network interface is supported.
|
4900
|
+
Structure is documented below.
|
4901
|
+
"""
|
4902
|
+
elif False:
|
4903
|
+
ServiceTemplateVpcAccessArgsDict: TypeAlias = Mapping[str, Any]
|
4904
|
+
|
3691
4905
|
@pulumi.input_type
|
3692
4906
|
class ServiceTemplateVpcAccessArgs:
|
3693
4907
|
def __init__(__self__, *,
|
@@ -3747,6 +4961,27 @@ class ServiceTemplateVpcAccessArgs:
|
|
3747
4961
|
pulumi.set(self, "network_interfaces", value)
|
3748
4962
|
|
3749
4963
|
|
4964
|
+
if not MYPY:
|
4965
|
+
class ServiceTemplateVpcAccessNetworkInterfaceArgsDict(TypedDict):
|
4966
|
+
network: NotRequired[pulumi.Input[str]]
|
4967
|
+
"""
|
4968
|
+
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
|
4969
|
+
network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be
|
4970
|
+
looked up from the subnetwork.
|
4971
|
+
"""
|
4972
|
+
subnetwork: NotRequired[pulumi.Input[str]]
|
4973
|
+
"""
|
4974
|
+
The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both
|
4975
|
+
network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the
|
4976
|
+
subnetwork with the same name with the network will be used.
|
4977
|
+
"""
|
4978
|
+
tags: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
4979
|
+
"""
|
4980
|
+
Network tags applied to this Cloud Run service.
|
4981
|
+
"""
|
4982
|
+
elif False:
|
4983
|
+
ServiceTemplateVpcAccessNetworkInterfaceArgsDict: TypeAlias = Mapping[str, Any]
|
4984
|
+
|
3750
4985
|
@pulumi.input_type
|
3751
4986
|
class ServiceTemplateVpcAccessNetworkInterfaceArgs:
|
3752
4987
|
def __init__(__self__, *,
|
@@ -3810,6 +5045,52 @@ class ServiceTemplateVpcAccessNetworkInterfaceArgs:
|
|
3810
5045
|
pulumi.set(self, "tags", value)
|
3811
5046
|
|
3812
5047
|
|
5048
|
+
if not MYPY:
|
5049
|
+
class ServiceTerminalConditionArgsDict(TypedDict):
|
5050
|
+
execution_reason: NotRequired[pulumi.Input[str]]
|
5051
|
+
"""
|
5052
|
+
(Output)
|
5053
|
+
A reason for the execution condition.
|
5054
|
+
"""
|
5055
|
+
last_transition_time: NotRequired[pulumi.Input[str]]
|
5056
|
+
"""
|
5057
|
+
(Output)
|
5058
|
+
Last time the condition transitioned from one status to another.
|
5059
|
+
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".
|
5060
|
+
"""
|
5061
|
+
message: NotRequired[pulumi.Input[str]]
|
5062
|
+
"""
|
5063
|
+
(Output)
|
5064
|
+
Human readable message indicating details about the current status.
|
5065
|
+
"""
|
5066
|
+
reason: NotRequired[pulumi.Input[str]]
|
5067
|
+
"""
|
5068
|
+
(Output)
|
5069
|
+
A common (service-level) reason for this condition.
|
5070
|
+
"""
|
5071
|
+
revision_reason: NotRequired[pulumi.Input[str]]
|
5072
|
+
"""
|
5073
|
+
(Output)
|
5074
|
+
A reason for the revision condition.
|
5075
|
+
"""
|
5076
|
+
severity: NotRequired[pulumi.Input[str]]
|
5077
|
+
"""
|
5078
|
+
(Output)
|
5079
|
+
How to interpret failures of this condition, one of Error, Warning, Info
|
5080
|
+
"""
|
5081
|
+
state: NotRequired[pulumi.Input[str]]
|
5082
|
+
"""
|
5083
|
+
(Output)
|
5084
|
+
State of the condition.
|
5085
|
+
"""
|
5086
|
+
type: NotRequired[pulumi.Input[str]]
|
5087
|
+
"""
|
5088
|
+
(Output)
|
5089
|
+
The allocation type for this traffic target.
|
5090
|
+
"""
|
5091
|
+
elif False:
|
5092
|
+
ServiceTerminalConditionArgsDict: TypeAlias = Mapping[str, Any]
|
5093
|
+
|
3813
5094
|
@pulumi.input_type
|
3814
5095
|
class ServiceTerminalConditionArgs:
|
3815
5096
|
def __init__(__self__, *,
|
@@ -3963,6 +5244,28 @@ class ServiceTerminalConditionArgs:
|
|
3963
5244
|
pulumi.set(self, "type", value)
|
3964
5245
|
|
3965
5246
|
|
5247
|
+
if not MYPY:
|
5248
|
+
class ServiceTrafficArgsDict(TypedDict):
|
5249
|
+
percent: NotRequired[pulumi.Input[int]]
|
5250
|
+
"""
|
5251
|
+
Specifies percent of the traffic to this Revision. This defaults to zero if unspecified.
|
5252
|
+
"""
|
5253
|
+
revision: NotRequired[pulumi.Input[str]]
|
5254
|
+
"""
|
5255
|
+
Revision to which to send this portion of traffic, if traffic allocation is by revision.
|
5256
|
+
"""
|
5257
|
+
tag: NotRequired[pulumi.Input[str]]
|
5258
|
+
"""
|
5259
|
+
Indicates a string to be part of the URI to exclusively reference this target.
|
5260
|
+
"""
|
5261
|
+
type: NotRequired[pulumi.Input[str]]
|
5262
|
+
"""
|
5263
|
+
The allocation type for this traffic target.
|
5264
|
+
Possible values are: `TRAFFIC_TARGET_ALLOCATION_TYPE_LATEST`, `TRAFFIC_TARGET_ALLOCATION_TYPE_REVISION`.
|
5265
|
+
"""
|
5266
|
+
elif False:
|
5267
|
+
ServiceTrafficArgsDict: TypeAlias = Mapping[str, Any]
|
5268
|
+
|
3966
5269
|
@pulumi.input_type
|
3967
5270
|
class ServiceTrafficArgs:
|
3968
5271
|
def __init__(__self__, *,
|
@@ -4036,6 +5339,36 @@ class ServiceTrafficArgs:
|
|
4036
5339
|
pulumi.set(self, "type", value)
|
4037
5340
|
|
4038
5341
|
|
5342
|
+
if not MYPY:
|
5343
|
+
class ServiceTrafficStatusArgsDict(TypedDict):
|
5344
|
+
percent: NotRequired[pulumi.Input[int]]
|
5345
|
+
"""
|
5346
|
+
(Output)
|
5347
|
+
Specifies percent of the traffic to this Revision.
|
5348
|
+
"""
|
5349
|
+
revision: NotRequired[pulumi.Input[str]]
|
5350
|
+
"""
|
5351
|
+
(Output)
|
5352
|
+
Revision to which this traffic is sent.
|
5353
|
+
"""
|
5354
|
+
tag: NotRequired[pulumi.Input[str]]
|
5355
|
+
"""
|
5356
|
+
(Output)
|
5357
|
+
Indicates the string used in the URI to exclusively reference this target.
|
5358
|
+
"""
|
5359
|
+
type: NotRequired[pulumi.Input[str]]
|
5360
|
+
"""
|
5361
|
+
(Output)
|
5362
|
+
The allocation type for this traffic target.
|
5363
|
+
"""
|
5364
|
+
uri: NotRequired[pulumi.Input[str]]
|
5365
|
+
"""
|
5366
|
+
(Output)
|
5367
|
+
Displays the target URI.
|
5368
|
+
"""
|
5369
|
+
elif False:
|
5370
|
+
ServiceTrafficStatusArgsDict: TypeAlias = Mapping[str, Any]
|
5371
|
+
|
4039
5372
|
@pulumi.input_type
|
4040
5373
|
class ServiceTrafficStatusArgs:
|
4041
5374
|
def __init__(__self__, *,
|