pulumi-gcp 7.19.0a1713335069__py3-none-any.whl → 7.20.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +19 -0
- pulumi_gcp/accessapproval/get_folder_service_account.py +0 -4
- pulumi_gcp/accessapproval/get_organization_service_account.py +0 -4
- pulumi_gcp/accessapproval/get_project_service_account.py +0 -4
- pulumi_gcp/accesscontextmanager/access_level.py +0 -4
- pulumi_gcp/accesscontextmanager/access_level_condition.py +0 -4
- pulumi_gcp/accesscontextmanager/access_levels.py +0 -4
- pulumi_gcp/accesscontextmanager/access_policy.py +4 -12
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +0 -24
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +0 -24
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +0 -24
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +0 -4
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +0 -4
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -12
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeters.py +0 -4
- pulumi_gcp/activedirectory/domain.py +0 -4
- pulumi_gcp/activedirectory/domain_trust.py +0 -4
- pulumi_gcp/activedirectory/peering.py +0 -4
- pulumi_gcp/alloydb/_inputs.py +2 -2
- pulumi_gcp/alloydb/backup.py +0 -8
- pulumi_gcp/alloydb/cluster.py +0 -16
- pulumi_gcp/alloydb/get_locations.py +0 -4
- pulumi_gcp/alloydb/get_supported_database_flags.py +0 -4
- pulumi_gcp/alloydb/instance.py +0 -8
- pulumi_gcp/alloydb/outputs.py +2 -2
- pulumi_gcp/alloydb/user.py +0 -8
- pulumi_gcp/apigateway/api.py +0 -4
- pulumi_gcp/apigateway/api_config.py +0 -8
- pulumi_gcp/apigateway/api_config_iam_binding.py +0 -24
- pulumi_gcp/apigateway/api_config_iam_member.py +0 -24
- pulumi_gcp/apigateway/api_config_iam_policy.py +0 -24
- pulumi_gcp/apigateway/api_iam_binding.py +0 -24
- pulumi_gcp/apigateway/api_iam_member.py +0 -24
- pulumi_gcp/apigateway/api_iam_policy.py +0 -24
- pulumi_gcp/apigateway/gateway.py +0 -4
- pulumi_gcp/apigateway/gateway_iam_binding.py +0 -24
- pulumi_gcp/apigateway/gateway_iam_member.py +0 -24
- pulumi_gcp/apigateway/gateway_iam_policy.py +0 -24
- pulumi_gcp/apigee/addons_config.py +0 -8
- pulumi_gcp/apigee/endpoint_attachment.py +0 -4
- pulumi_gcp/apigee/env_group.py +0 -4
- pulumi_gcp/apigee/environment.py +0 -4
- pulumi_gcp/apigee/environment_iam_binding.py +0 -24
- pulumi_gcp/apigee/environment_iam_member.py +0 -24
- pulumi_gcp/apigee/environment_iam_policy.py +0 -24
- pulumi_gcp/apigee/get_environment_iam_policy.py +0 -4
- pulumi_gcp/apigee/instance.py +0 -16
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +0 -11
- pulumi_gcp/apigee/nat_address.py +0 -4
- pulumi_gcp/apigee/organization.py +166 -20
- pulumi_gcp/apigee/sync_authorization.py +4 -8
- pulumi_gcp/apigee/target_server.py +0 -4
- pulumi_gcp/appengine/application.py +0 -4
- pulumi_gcp/appengine/application_url_dispatch_rules.py +0 -24
- pulumi_gcp/appengine/domain_mapping.py +0 -4
- pulumi_gcp/appengine/engine_split_traffic.py +0 -24
- pulumi_gcp/appengine/firewall_rule.py +0 -4
- pulumi_gcp/appengine/flexible_app_version.py +172 -263
- pulumi_gcp/appengine/get_default_service_account.py +0 -4
- pulumi_gcp/appengine/service_network_settings.py +0 -24
- pulumi_gcp/appengine/standard_app_version.py +158 -189
- pulumi_gcp/apphub/application.py +7 -42
- pulumi_gcp/apphub/get_application.py +0 -4
- pulumi_gcp/apphub/get_discovered_service.py +0 -4
- pulumi_gcp/apphub/get_discovered_workload.py +0 -4
- pulumi_gcp/apphub/service.py +0 -8
- pulumi_gcp/apphub/service_project_attachment.py +0 -8
- pulumi_gcp/apphub/workload.py +0 -8
- pulumi_gcp/applicationintegration/client.py +0 -8
- pulumi_gcp/artifactregistry/_inputs.py +186 -0
- pulumi_gcp/artifactregistry/get_repository.py +0 -4
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +0 -4
- pulumi_gcp/artifactregistry/outputs.py +297 -4
- pulumi_gcp/artifactregistry/repository.py +346 -52
- pulumi_gcp/artifactregistry/repository_iam_binding.py +0 -24
- pulumi_gcp/artifactregistry/repository_iam_member.py +0 -24
- pulumi_gcp/artifactregistry/repository_iam_policy.py +0 -24
- pulumi_gcp/artifactregistry/vpcsc_config.py +0 -4
- pulumi_gcp/assuredworkloads/_inputs.py +4 -4
- pulumi_gcp/assuredworkloads/outputs.py +4 -4
- pulumi_gcp/assuredworkloads/workload.py +0 -8
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +0 -4
- pulumi_gcp/backupdisasterrecovery/management_server.py +7 -45
- pulumi_gcp/beyondcorp/app_connection.py +35 -77
- pulumi_gcp/beyondcorp/app_connector.py +21 -56
- pulumi_gcp/beyondcorp/app_gateway.py +0 -8
- pulumi_gcp/beyondcorp/get_app_connection.py +0 -4
- pulumi_gcp/beyondcorp/get_app_connector.py +0 -4
- pulumi_gcp/beyondcorp/get_app_gateway.py +0 -4
- pulumi_gcp/biglake/catalog.py +0 -4
- pulumi_gcp/biglake/database.py +0 -4
- pulumi_gcp/biglake/table.py +0 -4
- pulumi_gcp/bigquery/_inputs.py +4 -4
- pulumi_gcp/bigquery/app_profile.py +0 -16
- pulumi_gcp/bigquery/bi_reservation.py +0 -4
- pulumi_gcp/bigquery/capacity_commitment.py +0 -4
- pulumi_gcp/bigquery/connection.py +0 -32
- pulumi_gcp/bigquery/connection_iam_binding.py +0 -24
- pulumi_gcp/bigquery/connection_iam_member.py +0 -24
- pulumi_gcp/bigquery/connection_iam_policy.py +0 -24
- pulumi_gcp/bigquery/data_transfer_config.py +0 -4
- pulumi_gcp/bigquery/dataset.py +0 -20
- pulumi_gcp/bigquery/dataset_access.py +0 -16
- pulumi_gcp/bigquery/dataset_iam_binding.py +0 -24
- pulumi_gcp/bigquery/dataset_iam_member.py +0 -24
- pulumi_gcp/bigquery/dataset_iam_policy.py +0 -24
- pulumi_gcp/bigquery/get_connection_iam_policy.py +0 -4
- pulumi_gcp/bigquery/get_dataset.py +0 -4
- pulumi_gcp/bigquery/get_dataset_iam_policy.py +0 -4
- pulumi_gcp/bigquery/get_default_service_account.py +0 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +0 -4
- pulumi_gcp/bigquery/iam_binding.py +0 -48
- pulumi_gcp/bigquery/iam_member.py +0 -48
- pulumi_gcp/bigquery/iam_policy.py +0 -48
- pulumi_gcp/bigquery/job.py +35 -125
- pulumi_gcp/bigquery/outputs.py +4 -4
- pulumi_gcp/bigquery/reservation.py +0 -4
- pulumi_gcp/bigquery/reservation_assignment.py +0 -4
- pulumi_gcp/bigquery/routine.py +0 -32
- pulumi_gcp/bigquery/table.py +72 -117
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +0 -4
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +0 -24
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +0 -24
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +0 -24
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +0 -4
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +0 -4
- pulumi_gcp/bigqueryanalyticshub/listing.py +18 -60
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +0 -24
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +0 -24
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +0 -24
- pulumi_gcp/bigquerydatapolicy/data_policy.py +0 -4
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +0 -24
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +0 -24
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +0 -24
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +0 -4
- pulumi_gcp/bigtable/gc_policy.py +0 -12
- pulumi_gcp/bigtable/get_instance_iam_policy.py +0 -4
- pulumi_gcp/bigtable/get_table_iam_policy.py +0 -4
- pulumi_gcp/bigtable/instance.py +0 -8
- pulumi_gcp/bigtable/instance_iam_binding.py +0 -24
- pulumi_gcp/bigtable/instance_iam_member.py +0 -24
- pulumi_gcp/bigtable/instance_iam_policy.py +0 -24
- pulumi_gcp/bigtable/table.py +0 -4
- pulumi_gcp/bigtable/table_iam_binding.py +0 -24
- pulumi_gcp/bigtable/table_iam_member.py +0 -24
- pulumi_gcp/bigtable/table_iam_policy.py +0 -24
- pulumi_gcp/billing/account_iam_binding.py +0 -24
- pulumi_gcp/billing/account_iam_member.py +0 -24
- pulumi_gcp/billing/account_iam_policy.py +0 -24
- pulumi_gcp/billing/budget.py +82 -90
- pulumi_gcp/billing/get_account_iam_policy.py +0 -4
- pulumi_gcp/billing/project_info.py +0 -4
- pulumi_gcp/billing/sub_account.py +0 -4
- pulumi_gcp/binaryauthorization/attestor.py +7 -42
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +0 -24
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +0 -24
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +0 -24
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +0 -4
- pulumi_gcp/binaryauthorization/policy.py +56 -154
- pulumi_gcp/blockchainnodeengine/_inputs.py +3 -9
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +0 -8
- pulumi_gcp/blockchainnodeengine/outputs.py +3 -9
- pulumi_gcp/certificateauthority/_inputs.py +54 -38
- pulumi_gcp/certificateauthority/authority.py +147 -242
- pulumi_gcp/certificateauthority/ca_pool.py +0 -8
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +0 -48
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +0 -48
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +0 -48
- pulumi_gcp/certificateauthority/certificate.py +0 -16
- pulumi_gcp/certificateauthority/certificate_template.py +105 -60
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +0 -48
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +0 -48
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +0 -48
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +0 -4
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +0 -4
- pulumi_gcp/certificateauthority/outputs.py +54 -38
- pulumi_gcp/certificatemanager/_inputs.py +13 -25
- pulumi_gcp/certificatemanager/certificate.py +0 -28
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +28 -59
- pulumi_gcp/certificatemanager/certificate_map.py +0 -4
- pulumi_gcp/certificatemanager/certificate_map_entry.py +0 -4
- pulumi_gcp/certificatemanager/dns_authorization.py +0 -8
- pulumi_gcp/certificatemanager/outputs.py +13 -25
- pulumi_gcp/certificatemanager/trust_config.py +0 -4
- pulumi_gcp/cloudasset/folder_feed.py +91 -116
- pulumi_gcp/cloudasset/get_resources_search_all.py +0 -12
- pulumi_gcp/cloudasset/organization_feed.py +91 -116
- pulumi_gcp/cloudasset/project_feed.py +105 -164
- pulumi_gcp/cloudbuild/_inputs.py +4 -0
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +49 -74
- pulumi_gcp/cloudbuild/get_trigger.py +0 -4
- pulumi_gcp/cloudbuild/outputs.py +4 -0
- pulumi_gcp/cloudbuild/trigger.py +0 -64
- pulumi_gcp/cloudbuild/worker_pool.py +0 -8
- pulumi_gcp/cloudbuildv2/connection.py +0 -12
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +0 -24
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +0 -24
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +0 -24
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +0 -4
- pulumi_gcp/cloudbuildv2/repository.py +0 -8
- pulumi_gcp/clouddeploy/automation.py +119 -77
- pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
- pulumi_gcp/clouddeploy/delivery_pipeline.py +77 -76
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +0 -4
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +0 -4
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +0 -4
- pulumi_gcp/clouddeploy/target.py +0 -12
- pulumi_gcp/clouddomains/registration.py +21 -59
- pulumi_gcp/cloudfunctions/function.py +0 -8
- pulumi_gcp/cloudfunctions/function_iam_binding.py +0 -24
- pulumi_gcp/cloudfunctions/function_iam_member.py +0 -24
- pulumi_gcp/cloudfunctions/function_iam_policy.py +0 -24
- pulumi_gcp/cloudfunctions/get_function.py +0 -4
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +0 -4
- pulumi_gcp/cloudfunctionsv2/_inputs.py +16 -0
- pulumi_gcp/cloudfunctionsv2/function.py +110 -36
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +0 -24
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +0 -24
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +0 -24
- pulumi_gcp/cloudfunctionsv2/get_function.py +0 -4
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +0 -4
- pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
- pulumi_gcp/cloudidentity/_inputs.py +6 -6
- pulumi_gcp/cloudidentity/group.py +28 -60
- pulumi_gcp/cloudidentity/group_membership.py +4 -30
- pulumi_gcp/cloudidentity/outputs.py +6 -6
- pulumi_gcp/cloudids/endpoint.py +0 -4
- pulumi_gcp/cloudquota/get_s_quota_info.py +0 -4
- pulumi_gcp/cloudquota/get_s_quota_infos.py +0 -4
- pulumi_gcp/cloudquota/s_quota_preference.py +84 -60
- pulumi_gcp/cloudrun/_inputs.py +3 -1
- pulumi_gcp/cloudrun/domain_mapping.py +0 -31
- pulumi_gcp/cloudrun/get_locations.py +0 -4
- pulumi_gcp/cloudrun/get_service.py +0 -4
- pulumi_gcp/cloudrun/get_service_iam_policy.py +0 -4
- pulumi_gcp/cloudrun/iam_binding.py +0 -24
- pulumi_gcp/cloudrun/iam_member.py +0 -24
- pulumi_gcp/cloudrun/iam_policy.py +0 -24
- pulumi_gcp/cloudrun/outputs.py +3 -1
- pulumi_gcp/cloudrun/service.py +81 -174
- pulumi_gcp/cloudrunv2/_inputs.py +21 -15
- pulumi_gcp/cloudrunv2/get_job.py +0 -4
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +0 -4
- pulumi_gcp/cloudrunv2/get_service.py +0 -4
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +0 -4
- pulumi_gcp/cloudrunv2/job.py +147 -167
- pulumi_gcp/cloudrunv2/job_iam_binding.py +0 -24
- pulumi_gcp/cloudrunv2/job_iam_member.py +0 -24
- pulumi_gcp/cloudrunv2/job_iam_policy.py +0 -24
- pulumi_gcp/cloudrunv2/outputs.py +21 -15
- pulumi_gcp/cloudrunv2/service.py +203 -228
- pulumi_gcp/cloudrunv2/service_iam_binding.py +0 -24
- pulumi_gcp/cloudrunv2/service_iam_member.py +0 -24
- pulumi_gcp/cloudrunv2/service_iam_policy.py +0 -24
- pulumi_gcp/cloudscheduler/job.py +0 -24
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +0 -4
- pulumi_gcp/cloudtasks/queue.py +0 -8
- pulumi_gcp/cloudtasks/queue_iam_binding.py +0 -24
- pulumi_gcp/cloudtasks/queue_iam_member.py +0 -24
- pulumi_gcp/cloudtasks/queue_iam_policy.py +0 -24
- pulumi_gcp/composer/get_environment.py +0 -4
- pulumi_gcp/composer/get_image_versions.py +0 -4
- pulumi_gcp/compute/_inputs.py +228 -182
- pulumi_gcp/compute/address.py +0 -20
- pulumi_gcp/compute/attached_disk.py +0 -4
- pulumi_gcp/compute/autoscaler.py +0 -28
- pulumi_gcp/compute/backend_bucket.py +0 -16
- pulumi_gcp/compute/backend_bucket_signed_url_key.py +0 -4
- pulumi_gcp/compute/backend_service.py +0 -44
- pulumi_gcp/compute/backend_service_signed_url_key.py +0 -4
- pulumi_gcp/compute/ca_external_account_key.py +0 -4
- pulumi_gcp/compute/disk.py +49 -40
- pulumi_gcp/compute/disk_iam_binding.py +0 -24
- pulumi_gcp/compute/disk_iam_member.py +0 -24
- pulumi_gcp/compute/disk_iam_policy.py +0 -24
- pulumi_gcp/compute/disk_resource_policy_attachment.py +0 -4
- pulumi_gcp/compute/external_vpn_gateway.py +0 -4
- pulumi_gcp/compute/firewall.py +0 -8
- pulumi_gcp/compute/firewall_policy.py +0 -4
- pulumi_gcp/compute/firewall_policy_association.py +0 -4
- pulumi_gcp/compute/firewall_policy_rule.py +49 -25
- pulumi_gcp/compute/forwarding_rule.py +0 -52
- pulumi_gcp/compute/get_address.py +0 -4
- pulumi_gcp/compute/get_addresses.py +0 -4
- pulumi_gcp/compute/get_default_service_account.py +0 -4
- pulumi_gcp/compute/get_disk.py +0 -4
- pulumi_gcp/compute/get_disk_iam_policy.py +0 -4
- pulumi_gcp/compute/get_global_address.py +0 -4
- pulumi_gcp/compute/get_image.py +0 -4
- pulumi_gcp/compute/get_image_iam_policy.py +0 -4
- pulumi_gcp/compute/get_instance.py +0 -4
- pulumi_gcp/compute/get_instance_group.py +0 -4
- pulumi_gcp/compute/get_instance_group_manager.py +11 -5
- pulumi_gcp/compute/get_instance_iam_policy.py +0 -4
- pulumi_gcp/compute/get_instance_serial_port.py +0 -8
- pulumi_gcp/compute/get_network_endpoint_group.py +0 -4
- pulumi_gcp/compute/get_network_peering.py +0 -4
- pulumi_gcp/compute/get_node_types.py +0 -4
- pulumi_gcp/compute/get_region_disk_iam_policy.py +0 -4
- pulumi_gcp/compute/get_region_instance_group.py +0 -4
- pulumi_gcp/compute/get_region_instance_template.py +0 -4
- pulumi_gcp/compute/get_region_network_endpoint_group.py +0 -4
- pulumi_gcp/compute/get_regions.py +0 -4
- pulumi_gcp/compute/get_reservation.py +0 -4
- pulumi_gcp/compute/get_resource_policy.py +0 -4
- pulumi_gcp/compute/get_router.py +0 -4
- pulumi_gcp/compute/get_router_nat.py +11 -5
- pulumi_gcp/compute/get_router_status.py +0 -4
- pulumi_gcp/compute/get_snapshot.py +0 -4
- pulumi_gcp/compute/get_snapshot_iam_policy.py +0 -4
- pulumi_gcp/compute/get_subnetwork.py +0 -4
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +0 -4
- pulumi_gcp/compute/global_address.py +0 -8
- pulumi_gcp/compute/global_forwarding_rule.py +0 -40
- pulumi_gcp/compute/global_network_endpoint.py +0 -4
- pulumi_gcp/compute/global_network_endpoint_group.py +0 -8
- pulumi_gcp/compute/ha_vpn_gateway.py +0 -12
- pulumi_gcp/compute/health_check.py +0 -52
- pulumi_gcp/compute/http_health_check.py +0 -4
- pulumi_gcp/compute/https_health_check.py +0 -4
- pulumi_gcp/compute/image.py +0 -12
- pulumi_gcp/compute/image_iam_binding.py +0 -48
- pulumi_gcp/compute/image_iam_member.py +0 -48
- pulumi_gcp/compute/image_iam_policy.py +0 -48
- pulumi_gcp/compute/instance.py +0 -4
- pulumi_gcp/compute/instance_from_machine_image.py +0 -4
- pulumi_gcp/compute/instance_from_template.py +0 -4
- pulumi_gcp/compute/instance_group.py +0 -12
- pulumi_gcp/compute/instance_group_manager.py +68 -29
- pulumi_gcp/compute/instance_group_membership.py +0 -4
- pulumi_gcp/compute/instance_group_named_port.py +0 -4
- pulumi_gcp/compute/instance_iam_binding.py +0 -48
- pulumi_gcp/compute/instance_iam_member.py +0 -48
- pulumi_gcp/compute/instance_iam_policy.py +0 -48
- pulumi_gcp/compute/instance_settings.py +16 -4
- pulumi_gcp/compute/instance_template.py +0 -8
- pulumi_gcp/compute/interconnect_attachment.py +0 -8
- pulumi_gcp/compute/machine_image.py +0 -8
- pulumi_gcp/compute/machine_image_iam_binding.py +0 -48
- pulumi_gcp/compute/machine_image_iam_member.py +0 -48
- pulumi_gcp/compute/machine_image_iam_policy.py +0 -48
- pulumi_gcp/compute/managed_ssl_certificate.py +0 -4
- pulumi_gcp/compute/manged_ssl_certificate.py +0 -4
- pulumi_gcp/compute/network.py +0 -12
- pulumi_gcp/compute/network_attachment.py +0 -8
- pulumi_gcp/compute/network_edge_security_service.py +0 -4
- pulumi_gcp/compute/network_endpoint.py +0 -4
- pulumi_gcp/compute/network_endpoint_group.py +0 -8
- pulumi_gcp/compute/network_endpoint_list.py +0 -4
- pulumi_gcp/compute/network_firewall_policy.py +0 -4
- pulumi_gcp/compute/network_firewall_policy_association.py +0 -4
- pulumi_gcp/compute/network_firewall_policy_rule.py +77 -25
- pulumi_gcp/compute/network_peering.py +0 -4
- pulumi_gcp/compute/network_peering_routes_config.py +0 -8
- pulumi_gcp/compute/node_group.py +0 -16
- pulumi_gcp/compute/node_template.py +0 -8
- pulumi_gcp/compute/organization_security_policy.py +0 -4
- pulumi_gcp/compute/organization_security_policy_association.py +0 -4
- pulumi_gcp/compute/organization_security_policy_rule.py +49 -81
- pulumi_gcp/compute/outputs.py +292 -186
- pulumi_gcp/compute/packet_mirroring.py +28 -73
- pulumi_gcp/compute/per_instance_config.py +0 -4
- pulumi_gcp/compute/project_default_network_tier.py +0 -4
- pulumi_gcp/compute/project_metadata.py +0 -8
- pulumi_gcp/compute/project_metadata_item.py +0 -4
- pulumi_gcp/compute/public_advertised_prefix.py +0 -4
- pulumi_gcp/compute/public_delegated_prefix.py +0 -4
- pulumi_gcp/compute/region_autoscaler.py +0 -24
- pulumi_gcp/compute/region_backend_service.py +0 -36
- pulumi_gcp/compute/region_commitment.py +0 -8
- pulumi_gcp/compute/region_disk.py +42 -40
- pulumi_gcp/compute/region_disk_iam_binding.py +0 -24
- pulumi_gcp/compute/region_disk_iam_member.py +0 -24
- pulumi_gcp/compute/region_disk_iam_policy.py +0 -24
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +0 -4
- pulumi_gcp/compute/region_health_check.py +0 -52
- pulumi_gcp/compute/region_instance_group_manager.py +61 -22
- pulumi_gcp/compute/region_network_endpoint.py +0 -8
- pulumi_gcp/compute/region_network_endpoint_group.py +0 -32
- pulumi_gcp/compute/region_network_firewall_policy.py +0 -4
- pulumi_gcp/compute/region_network_firewall_policy_association.py +0 -4
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +77 -25
- pulumi_gcp/compute/region_per_instance_config.py +0 -4
- pulumi_gcp/compute/region_security_policy.py +0 -12
- pulumi_gcp/compute/region_security_policy_rule.py +0 -12
- pulumi_gcp/compute/region_ssl_certificate.py +0 -12
- pulumi_gcp/compute/region_target_http_proxy.py +0 -8
- pulumi_gcp/compute/region_target_https_proxy.py +0 -8
- pulumi_gcp/compute/region_target_tcp_proxy.py +0 -4
- pulumi_gcp/compute/region_url_map.py +0 -32
- pulumi_gcp/compute/reservation.py +14 -52
- pulumi_gcp/compute/resource_policy.py +0 -28
- pulumi_gcp/compute/route.py +0 -12
- pulumi_gcp/compute/router.py +0 -8
- pulumi_gcp/compute/router_interface.py +47 -4
- pulumi_gcp/compute/router_nat.py +68 -16
- pulumi_gcp/compute/router_peer.py +141 -16
- pulumi_gcp/compute/router_status.py +0 -4
- pulumi_gcp/compute/security_policy.py +0 -16
- pulumi_gcp/compute/security_scan_config.py +0 -4
- pulumi_gcp/compute/service_attachment.py +0 -16
- pulumi_gcp/compute/shared_vpc_host_project.py +0 -4
- pulumi_gcp/compute/shared_vpc_service_project.py +0 -4
- pulumi_gcp/compute/snapshot.py +0 -8
- pulumi_gcp/compute/snapshot_iam_binding.py +0 -24
- pulumi_gcp/compute/snapshot_iam_member.py +0 -24
- pulumi_gcp/compute/snapshot_iam_policy.py +0 -24
- pulumi_gcp/compute/ssl_certificate.py +0 -12
- pulumi_gcp/compute/ssl_policy.py +0 -4
- pulumi_gcp/compute/subnetwork.py +0 -28
- pulumi_gcp/compute/subnetwork_iam_binding.py +0 -48
- pulumi_gcp/compute/subnetwork_iam_member.py +0 -48
- pulumi_gcp/compute/subnetwork_iam_policy.py +0 -48
- pulumi_gcp/compute/target_grpc_proxy.py +0 -4
- pulumi_gcp/compute/target_http_proxy.py +0 -12
- pulumi_gcp/compute/target_https_proxy.py +0 -16
- pulumi_gcp/compute/target_instance.py +0 -12
- pulumi_gcp/compute/target_pool.py +0 -4
- pulumi_gcp/compute/target_ssl_proxy.py +0 -4
- pulumi_gcp/compute/target_tcp_proxy.py +0 -4
- pulumi_gcp/compute/url_map.py +0 -32
- pulumi_gcp/compute/vpn_gateway.py +0 -4
- pulumi_gcp/compute/vpn_tunnel.py +0 -4
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +88 -103
- pulumi_gcp/container/attached_cluster.py +49 -144
- pulumi_gcp/container/aws_cluster.py +49 -47
- pulumi_gcp/container/aws_node_pool.py +42 -40
- pulumi_gcp/container/azure_client.py +0 -4
- pulumi_gcp/container/azure_cluster.py +77 -50
- pulumi_gcp/container/azure_node_pool.py +42 -32
- pulumi_gcp/container/cluster.py +0 -12
- pulumi_gcp/container/get_attached_install_manifest.py +0 -4
- pulumi_gcp/container/get_attached_versions.py +0 -4
- pulumi_gcp/container/get_aws_versions.py +0 -4
- pulumi_gcp/container/get_azure_versions.py +0 -4
- pulumi_gcp/container/get_engine_versions.py +0 -4
- pulumi_gcp/container/get_registry_image.py +0 -4
- pulumi_gcp/container/get_registry_repository.py +0 -4
- pulumi_gcp/container/node_pool.py +0 -8
- pulumi_gcp/container/outputs.py +111 -108
- pulumi_gcp/container/registry.py +0 -8
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +0 -4
- pulumi_gcp/containeranalysis/note.py +0 -35
- pulumi_gcp/containeranalysis/note_iam_binding.py +0 -24
- pulumi_gcp/containeranalysis/note_iam_member.py +0 -24
- pulumi_gcp/containeranalysis/note_iam_policy.py +0 -24
- pulumi_gcp/containeranalysis/occurence.py +0 -20
- pulumi_gcp/databasemigrationservice/connection_profile.py +0 -16
- pulumi_gcp/databasemigrationservice/private_connection.py +14 -45
- pulumi_gcp/datacatalog/_inputs.py +2 -6
- pulumi_gcp/datacatalog/entry.py +0 -12
- pulumi_gcp/datacatalog/entry_group.py +0 -8
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +0 -24
- pulumi_gcp/datacatalog/entry_group_iam_member.py +0 -24
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +0 -24
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +0 -4
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +0 -4
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +0 -4
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +0 -4
- pulumi_gcp/datacatalog/outputs.py +2 -6
- pulumi_gcp/datacatalog/policy_tag.py +0 -8
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +0 -24
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +0 -24
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +0 -24
- pulumi_gcp/datacatalog/tag.py +35 -54
- pulumi_gcp/datacatalog/tag_template.py +18 -39
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +0 -24
- pulumi_gcp/datacatalog/tag_template_iam_member.py +0 -24
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +0 -24
- pulumi_gcp/datacatalog/taxonomy.py +0 -4
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +0 -24
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +0 -24
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +0 -24
- pulumi_gcp/dataflow/flex_template_job.py +0 -8
- pulumi_gcp/dataflow/job.py +0 -12
- pulumi_gcp/dataflow/pipeline.py +0 -4
- pulumi_gcp/dataform/repository.py +0 -4
- pulumi_gcp/dataform/repository_release_config.py +0 -4
- pulumi_gcp/dataform/repository_workflow_config.py +0 -4
- pulumi_gcp/datafusion/get_instance_iam_policy.py +0 -4
- pulumi_gcp/datafusion/instance.py +28 -32
- pulumi_gcp/dataloss/_inputs.py +30 -12
- pulumi_gcp/dataloss/outputs.py +30 -12
- pulumi_gcp/dataloss/prevention_deidentify_template.py +18 -33
- pulumi_gcp/dataloss/prevention_inspect_template.py +4 -20
- pulumi_gcp/dataloss/prevention_job_trigger.py +34 -110
- pulumi_gcp/dataloss/prevention_stored_info_type.py +4 -20
- pulumi_gcp/dataplex/_inputs.py +4 -2
- pulumi_gcp/dataplex/asset.py +21 -32
- pulumi_gcp/dataplex/asset_iam_binding.py +0 -24
- pulumi_gcp/dataplex/asset_iam_member.py +0 -24
- pulumi_gcp/dataplex/asset_iam_policy.py +0 -24
- pulumi_gcp/dataplex/datascan.py +32 -112
- pulumi_gcp/dataplex/datascan_iam_binding.py +0 -24
- pulumi_gcp/dataplex/datascan_iam_member.py +0 -24
- pulumi_gcp/dataplex/datascan_iam_policy.py +0 -24
- pulumi_gcp/dataplex/get_asset_iam_policy.py +0 -4
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +0 -4
- pulumi_gcp/dataplex/get_lake_iam_policy.py +0 -4
- pulumi_gcp/dataplex/get_task_iam_policy.py +0 -4
- pulumi_gcp/dataplex/get_zone_iam_policy.py +0 -4
- pulumi_gcp/dataplex/lake.py +0 -4
- pulumi_gcp/dataplex/lake_iam_binding.py +0 -24
- pulumi_gcp/dataplex/lake_iam_member.py +0 -24
- pulumi_gcp/dataplex/lake_iam_policy.py +0 -24
- pulumi_gcp/dataplex/outputs.py +4 -2
- pulumi_gcp/dataplex/task.py +42 -88
- pulumi_gcp/dataplex/task_iam_binding.py +0 -24
- pulumi_gcp/dataplex/task_iam_member.py +0 -24
- pulumi_gcp/dataplex/task_iam_policy.py +0 -24
- pulumi_gcp/dataplex/zone.py +21 -32
- pulumi_gcp/dataplex/zone_iam_binding.py +0 -24
- pulumi_gcp/dataplex/zone_iam_member.py +0 -24
- pulumi_gcp/dataplex/zone_iam_policy.py +0 -24
- pulumi_gcp/dataproc/_inputs.py +130 -210
- pulumi_gcp/dataproc/autoscaling_policy.py +0 -4
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +0 -24
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +0 -24
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +0 -24
- pulumi_gcp/dataproc/cluster.py +0 -12
- pulumi_gcp/dataproc/cluster_iam_binding.py +0 -24
- pulumi_gcp/dataproc/cluster_iam_member.py +0 -24
- pulumi_gcp/dataproc/cluster_iam_policy.py +0 -24
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +0 -4
- pulumi_gcp/dataproc/get_cluster_iam_policy.py +0 -4
- pulumi_gcp/dataproc/get_job_iam_policy.py +0 -4
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +0 -4
- pulumi_gcp/dataproc/job.py +0 -4
- pulumi_gcp/dataproc/job_iam_binding.py +0 -24
- pulumi_gcp/dataproc/job_iam_member.py +0 -24
- pulumi_gcp/dataproc/job_iam_policy.py +0 -24
- pulumi_gcp/dataproc/metastore_federation.py +25 -53
- pulumi_gcp/dataproc/metastore_service.py +2 -34
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +0 -24
- pulumi_gcp/dataproc/metastore_service_iam_member.py +0 -24
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +0 -24
- pulumi_gcp/dataproc/outputs.py +130 -210
- pulumi_gcp/dataproc/workflow_template.py +105 -32
- pulumi_gcp/datastore/data_store_index.py +14 -4
- pulumi_gcp/datastream/connection_profile.py +0 -16
- pulumi_gcp/datastream/get_static_ips.py +0 -4
- pulumi_gcp/datastream/private_connection.py +14 -45
- pulumi_gcp/datastream/stream.py +35 -89
- pulumi_gcp/deploymentmanager/deployment.py +84 -192
- pulumi_gcp/diagflow/agent.py +0 -4
- pulumi_gcp/diagflow/cx_agent.py +0 -4
- pulumi_gcp/diagflow/cx_entity_type.py +84 -109
- pulumi_gcp/diagflow/cx_environment.py +21 -25
- pulumi_gcp/diagflow/cx_flow.py +8 -16
- pulumi_gcp/diagflow/cx_intent.py +0 -4
- pulumi_gcp/diagflow/cx_page.py +8 -12
- pulumi_gcp/diagflow/cx_security_settings.py +0 -8
- pulumi_gcp/diagflow/cx_test_case.py +0 -4
- pulumi_gcp/diagflow/cx_version.py +0 -4
- pulumi_gcp/diagflow/cx_webhook.py +0 -4
- pulumi_gcp/diagflow/entity_type.py +0 -4
- pulumi_gcp/diagflow/fulfillment.py +0 -4
- pulumi_gcp/diagflow/intent.py +0 -8
- pulumi_gcp/discoveryengine/chat_engine.py +14 -52
- pulumi_gcp/discoveryengine/data_store.py +0 -4
- pulumi_gcp/discoveryengine/search_engine.py +21 -52
- pulumi_gcp/dns/_inputs.py +18 -150
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +0 -24
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +0 -24
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +0 -24
- pulumi_gcp/dns/get_keys.py +1 -5
- pulumi_gcp/dns/get_managed_zone.py +0 -4
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +0 -4
- pulumi_gcp/dns/get_managed_zones.py +3 -13
- pulumi_gcp/dns/get_record_set.py +3 -0
- pulumi_gcp/dns/managed_zone.py +0 -28
- pulumi_gcp/dns/outputs.py +52 -78
- pulumi_gcp/dns/policy.py +0 -4
- pulumi_gcp/dns/record_set.py +0 -28
- pulumi_gcp/dns/response_policy.py +0 -4
- pulumi_gcp/dns/response_policy_rule.py +0 -4
- pulumi_gcp/edgecontainer/_inputs.py +18 -14
- pulumi_gcp/edgecontainer/cluster.py +63 -137
- pulumi_gcp/edgecontainer/node_pool.py +0 -12
- pulumi_gcp/edgecontainer/outputs.py +18 -14
- pulumi_gcp/edgecontainer/vpn_connection.py +0 -4
- pulumi_gcp/edgenetwork/network.py +0 -4
- pulumi_gcp/edgenetwork/subnet.py +0 -8
- pulumi_gcp/endpoints/get_service_iam_policy.py +0 -4
- pulumi_gcp/endpoints/service.py +0 -4
- pulumi_gcp/endpoints/service_iam_binding.py +0 -24
- pulumi_gcp/endpoints/service_iam_member.py +0 -24
- pulumi_gcp/endpoints/service_iam_policy.py +0 -24
- pulumi_gcp/essentialcontacts/contact.py +0 -4
- pulumi_gcp/essentialcontacts/document_ai_processor.py +0 -4
- pulumi_gcp/essentialcontacts/document_ai_processor_default_version.py +0 -4
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +4 -40
- pulumi_gcp/essentialcontacts/document_ai_warehouse_location.py +0 -4
- pulumi_gcp/eventarc/channel.py +0 -4
- pulumi_gcp/eventarc/google_channel_config.py +0 -4
- pulumi_gcp/eventarc/trigger.py +119 -60
- pulumi_gcp/filestore/backup.py +0 -4
- pulumi_gcp/filestore/instance.py +25 -85
- pulumi_gcp/filestore/snapshot.py +0 -8
- pulumi_gcp/firebase/android_app.py +0 -8
- pulumi_gcp/firebase/app_check_app_attest_config.py +0 -8
- pulumi_gcp/firebase/app_check_debug_token.py +0 -4
- pulumi_gcp/firebase/app_check_device_check_config.py +0 -4
- pulumi_gcp/firebase/app_check_play_integrity_config.py +0 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +0 -4
- pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +0 -4
- pulumi_gcp/firebase/app_check_service_config.py +0 -12
- pulumi_gcp/firebase/apple_app.py +0 -8
- pulumi_gcp/firebase/database_instance.py +0 -12
- pulumi_gcp/firebase/extensions_instance.py +8 -40
- pulumi_gcp/firebase/hosting_channel.py +0 -8
- pulumi_gcp/firebase/hosting_custom_domain.py +0 -12
- pulumi_gcp/firebase/hosting_release.py +0 -12
- pulumi_gcp/firebase/hosting_site.py +0 -8
- pulumi_gcp/firebase/hosting_version.py +0 -12
- pulumi_gcp/firebase/project.py +0 -4
- pulumi_gcp/firebase/storage_bucket.py +0 -4
- pulumi_gcp/firebase/web_app.py +0 -4
- pulumi_gcp/firebaserules/release.py +0 -8
- pulumi_gcp/firebaserules/ruleset.py +4 -20
- pulumi_gcp/firestore/_inputs.py +80 -11
- pulumi_gcp/firestore/backup_schedule.py +0 -8
- pulumi_gcp/firestore/database.py +0 -24
- pulumi_gcp/firestore/document.py +4 -16
- pulumi_gcp/firestore/field.py +0 -12
- pulumi_gcp/firestore/index.py +140 -119
- pulumi_gcp/firestore/outputs.py +70 -11
- pulumi_gcp/folder/access_approval_settings.py +42 -50
- pulumi_gcp/folder/get_iam_policy.py +0 -4
- pulumi_gcp/folder/get_organization_policy.py +0 -4
- pulumi_gcp/folder/iam_audit_config.py +0 -56
- pulumi_gcp/folder/iam_binding.py +0 -4
- pulumi_gcp/folder/iam_member.py +0 -56
- pulumi_gcp/folder/iam_policy.py +0 -56
- pulumi_gcp/folder/organization_policy.py +0 -16
- pulumi_gcp/gkebackup/_inputs.py +358 -15
- pulumi_gcp/gkebackup/backup_plan.py +286 -16
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +0 -24
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +0 -24
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +0 -24
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +0 -4
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +0 -4
- pulumi_gcp/gkebackup/outputs.py +353 -15
- pulumi_gcp/gkebackup/restore_plan.py +21 -86
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +0 -44
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +0 -44
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +0 -44
- pulumi_gcp/gkehub/feature.py +0 -48
- pulumi_gcp/gkehub/feature_iam_binding.py +0 -24
- pulumi_gcp/gkehub/feature_iam_member.py +0 -24
- pulumi_gcp/gkehub/feature_iam_policy.py +0 -24
- pulumi_gcp/gkehub/feature_membership.py +0 -28
- pulumi_gcp/gkehub/fleet.py +0 -4
- pulumi_gcp/gkehub/get_feature_iam_policy.py +0 -4
- pulumi_gcp/gkehub/get_membership_iam_policy.py +0 -4
- pulumi_gcp/gkehub/get_scope_iam_policy.py +0 -4
- pulumi_gcp/gkehub/membership.py +0 -12
- pulumi_gcp/gkehub/membership_binding.py +0 -4
- pulumi_gcp/gkehub/membership_iam_binding.py +0 -24
- pulumi_gcp/gkehub/membership_iam_member.py +0 -24
- pulumi_gcp/gkehub/membership_iam_policy.py +0 -24
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +0 -24
- pulumi_gcp/gkehub/namespace.py +0 -4
- pulumi_gcp/gkehub/scope.py +0 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +0 -24
- pulumi_gcp/gkehub/scope_iam_member.py +0 -24
- pulumi_gcp/gkehub/scope_iam_policy.py +0 -24
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +49 -101
- pulumi_gcp/gkeonprem/_inputs.py +12 -20
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -8
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +56 -179
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +42 -105
- pulumi_gcp/gkeonprem/outputs.py +12 -20
- pulumi_gcp/gkeonprem/v_mware_cluster.py +70 -207
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +42 -108
- pulumi_gcp/healthcare/consent_store.py +0 -12
- pulumi_gcp/healthcare/consent_store_iam_binding.py +0 -24
- pulumi_gcp/healthcare/consent_store_iam_member.py +0 -24
- pulumi_gcp/healthcare/consent_store_iam_policy.py +0 -24
- pulumi_gcp/healthcare/dataset.py +0 -4
- pulumi_gcp/healthcare/dataset_iam_binding.py +0 -24
- pulumi_gcp/healthcare/dataset_iam_member.py +0 -24
- pulumi_gcp/healthcare/dataset_iam_policy.py +0 -24
- pulumi_gcp/healthcare/dicom_store.py +0 -8
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +0 -24
- pulumi_gcp/healthcare/dicom_store_iam_member.py +0 -24
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +0 -24
- pulumi_gcp/healthcare/fhir_store.py +0 -16
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +0 -24
- pulumi_gcp/healthcare/fhir_store_iam_member.py +0 -24
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +0 -24
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +0 -4
- pulumi_gcp/healthcare/get_dataset_iam_policy.py +0 -4
- pulumi_gcp/healthcare/get_dicom_store_iam_policy.py +0 -4
- pulumi_gcp/healthcare/get_fhir_store_iam_policy.py +0 -4
- pulumi_gcp/healthcare/get_hl7_v2_store_iam_policy.py +0 -4
- pulumi_gcp/healthcare/hl7_store.py +0 -12
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +0 -24
- pulumi_gcp/healthcare/hl7_store_iam_member.py +0 -24
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +0 -24
- pulumi_gcp/iam/access_boundary_policy.py +0 -4
- pulumi_gcp/iam/deny_policy.py +0 -4
- pulumi_gcp/iam/get_rule.py +0 -4
- pulumi_gcp/iam/get_testable_permissions.py +0 -4
- pulumi_gcp/iam/workforce_pool.py +0 -8
- pulumi_gcp/iam/workforce_pool_provider.py +0 -16
- pulumi_gcp/iam/workload_identity_pool.py +0 -8
- pulumi_gcp/iam/workload_identity_pool_provider.py +0 -28
- pulumi_gcp/iap/app_engine_service_iam_binding.py +0 -48
- pulumi_gcp/iap/app_engine_service_iam_member.py +0 -48
- pulumi_gcp/iap/app_engine_service_iam_policy.py +0 -48
- pulumi_gcp/iap/app_engine_version_iam_binding.py +0 -48
- pulumi_gcp/iap/app_engine_version_iam_member.py +0 -48
- pulumi_gcp/iap/app_engine_version_iam_policy.py +0 -48
- pulumi_gcp/iap/brand.py +0 -4
- pulumi_gcp/iap/client.py +0 -4
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +0 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +0 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +0 -4
- pulumi_gcp/iap/get_tunnel_iam_policy.py +0 -4
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +0 -4
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +0 -4
- pulumi_gcp/iap/get_web_iam_policy.py +0 -4
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +0 -4
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +0 -4
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +0 -4
- pulumi_gcp/iap/tunnel_dest_group.py +0 -4
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +0 -48
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +0 -48
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +0 -48
- pulumi_gcp/iap/tunnel_iam_binding.py +0 -48
- pulumi_gcp/iap/tunnel_iam_member.py +0 -48
- pulumi_gcp/iap/tunnel_iam_policy.py +0 -48
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +0 -48
- pulumi_gcp/iap/tunnel_instance_iam_member.py +0 -48
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +0 -48
- pulumi_gcp/iap/web_backend_service_iam_binding.py +0 -48
- pulumi_gcp/iap/web_backend_service_iam_member.py +0 -48
- pulumi_gcp/iap/web_backend_service_iam_policy.py +0 -48
- pulumi_gcp/iap/web_iam_binding.py +0 -48
- pulumi_gcp/iap/web_iam_member.py +0 -48
- pulumi_gcp/iap/web_iam_policy.py +0 -48
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +0 -48
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +0 -48
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +0 -48
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +0 -48
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +0 -48
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +0 -48
- pulumi_gcp/iap/web_type_compute_iam_binding.py +0 -48
- pulumi_gcp/iap/web_type_compute_iam_member.py +0 -48
- pulumi_gcp/iap/web_type_compute_iam_policy.py +0 -48
- pulumi_gcp/identityplatform/_inputs.py +12 -32
- pulumi_gcp/identityplatform/config.py +0 -4
- pulumi_gcp/identityplatform/default_supported_idp_config.py +0 -4
- pulumi_gcp/identityplatform/inbound_saml_config.py +0 -24
- pulumi_gcp/identityplatform/oauth_idp_config.py +0 -4
- pulumi_gcp/identityplatform/outputs.py +12 -32
- pulumi_gcp/identityplatform/project_default_config.py +0 -4
- pulumi_gcp/identityplatform/tenant.py +0 -4
- pulumi_gcp/identityplatform/tenant_default_supported_idp_config.py +0 -4
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +0 -24
- pulumi_gcp/identityplatform/tenant_oauth_idp_config.py +0 -4
- pulumi_gcp/integrationconnectors/_inputs.py +4 -12
- pulumi_gcp/integrationconnectors/connection.py +0 -8
- pulumi_gcp/integrationconnectors/endpoint_attachment.py +0 -4
- pulumi_gcp/integrationconnectors/outputs.py +4 -12
- pulumi_gcp/kms/crypto_key.py +0 -8
- pulumi_gcp/kms/crypto_key_iam_binding.py +0 -24
- pulumi_gcp/kms/crypto_key_iam_member.py +0 -24
- pulumi_gcp/kms/crypto_key_iam_policy.py +0 -24
- pulumi_gcp/kms/crypto_key_version.py +0 -4
- pulumi_gcp/kms/ekm_connection.py +28 -52
- pulumi_gcp/kms/get_crypto_key_iam_policy.py +0 -4
- pulumi_gcp/kms/get_key_ring_iam_policy.py +0 -4
- pulumi_gcp/kms/get_kms_crypto_key.py +0 -4
- pulumi_gcp/kms/get_kms_crypto_key_version.py +0 -4
- pulumi_gcp/kms/get_kms_key_ring.py +0 -4
- pulumi_gcp/kms/get_kms_secret.py +0 -8
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +0 -8
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +0 -8
- pulumi_gcp/kms/key_ring.py +0 -4
- pulumi_gcp/kms/key_ring_iam_binding.py +0 -48
- pulumi_gcp/kms/key_ring_iam_member.py +0 -48
- pulumi_gcp/kms/key_ring_iam_policy.py +0 -48
- pulumi_gcp/kms/secret_ciphertext.py +0 -4
- pulumi_gcp/logging/billing_account_bucket_config.py +0 -4
- pulumi_gcp/logging/billing_account_exclusion.py +0 -4
- pulumi_gcp/logging/billing_account_sink.py +0 -4
- pulumi_gcp/logging/folder_bucket_config.py +0 -4
- pulumi_gcp/logging/folder_exclusion.py +0 -4
- pulumi_gcp/logging/folder_settings.py +0 -4
- pulumi_gcp/logging/folder_sink.py +0 -4
- pulumi_gcp/logging/get_folder_settings.py +0 -4
- pulumi_gcp/logging/get_organization_settings.py +0 -4
- pulumi_gcp/logging/get_project_cmek_settings.py +0 -4
- pulumi_gcp/logging/get_project_settings.py +0 -4
- pulumi_gcp/logging/get_sink.py +0 -4
- pulumi_gcp/logging/linked_dataset.py +0 -8
- pulumi_gcp/logging/log_view.py +0 -4
- pulumi_gcp/logging/metric.py +0 -20
- pulumi_gcp/logging/organization_bucket_config.py +0 -4
- pulumi_gcp/logging/organization_exclusion.py +0 -4
- pulumi_gcp/logging/organization_settings.py +0 -4
- pulumi_gcp/logging/organization_sink.py +0 -4
- pulumi_gcp/logging/project_bucket_config.py +4 -24
- pulumi_gcp/logging/project_exclusion.py +0 -4
- pulumi_gcp/looker/instance.py +0 -16
- pulumi_gcp/memcache/_inputs.py +8 -4
- pulumi_gcp/memcache/instance.py +74 -166
- pulumi_gcp/memcache/outputs.py +8 -4
- pulumi_gcp/migrationcenter/group.py +0 -4
- pulumi_gcp/migrationcenter/preference_set.py +0 -8
- pulumi_gcp/ml/engine_model.py +0 -8
- pulumi_gcp/monitoring/_inputs.py +2 -2
- pulumi_gcp/monitoring/alert_policy.py +99 -225
- pulumi_gcp/monitoring/custom_service.py +0 -4
- pulumi_gcp/monitoring/dashboard.py +0 -8
- pulumi_gcp/monitoring/generic_service.py +0 -4
- pulumi_gcp/monitoring/get_app_engine_service.py +0 -4
- pulumi_gcp/monitoring/get_cluster_istio_service.py +0 -4
- pulumi_gcp/monitoring/get_istio_canonical_service.py +0 -4
- pulumi_gcp/monitoring/get_mesh_istio_service.py +0 -4
- pulumi_gcp/monitoring/get_notification_channel.py +0 -4
- pulumi_gcp/monitoring/get_secret_version.py +0 -4
- pulumi_gcp/monitoring/get_uptime_check_i_ps.py +0 -4
- pulumi_gcp/monitoring/group.py +0 -8
- pulumi_gcp/monitoring/metric_descriptor.py +0 -8
- pulumi_gcp/monitoring/monitored_project.py +0 -4
- pulumi_gcp/monitoring/notification_channel.py +0 -8
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/monitoring/slo.py +0 -24
- pulumi_gcp/monitoring/uptime_check_config.py +4 -24
- pulumi_gcp/netapp/active_directory.py +0 -4
- pulumi_gcp/netapp/backup_policy.py +0 -4
- pulumi_gcp/netapp/backup_vault.py +0 -4
- pulumi_gcp/netapp/kmsconfig.py +0 -4
- pulumi_gcp/netapp/storage_pool.py +0 -4
- pulumi_gcp/netapp/volume.py +0 -4
- pulumi_gcp/netapp/volume_replication.py +0 -4
- pulumi_gcp/netapp/volume_snapshot.py +0 -4
- pulumi_gcp/networkconnectivity/hub.py +0 -4
- pulumi_gcp/networkconnectivity/policy_based_route.py +42 -91
- pulumi_gcp/networkconnectivity/service_connection_policy.py +0 -4
- pulumi_gcp/networkconnectivity/spoke.py +49 -43
- pulumi_gcp/networkmanagement/connectivity_test.py +42 -91
- pulumi_gcp/networksecurity/address_group.py +0 -12
- pulumi_gcp/networksecurity/authorization_policy.py +0 -8
- pulumi_gcp/networksecurity/client_tls_policy.py +0 -8
- pulumi_gcp/networksecurity/firewall_endpoint.py +2 -4
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +61 -4
- pulumi_gcp/networksecurity/gateway_security_policy.py +0 -8
- pulumi_gcp/networksecurity/gateway_security_policy_rule.py +0 -8
- pulumi_gcp/networksecurity/security_profile.py +0 -8
- pulumi_gcp/networksecurity/security_profile_group.py +0 -4
- pulumi_gcp/networksecurity/server_tls_policy.py +0 -16
- pulumi_gcp/networksecurity/tls_inspection_policy.py +0 -4
- pulumi_gcp/networksecurity/url_list.py +0 -8
- pulumi_gcp/networkservices/_inputs.py +4 -2
- pulumi_gcp/networkservices/edge_cache_keyset.py +0 -8
- pulumi_gcp/networkservices/edge_cache_origin.py +0 -12
- pulumi_gcp/networkservices/edge_cache_service.py +133 -151
- pulumi_gcp/networkservices/endpoint_policy.py +63 -77
- pulumi_gcp/networkservices/gateway.py +0 -16
- pulumi_gcp/networkservices/grpc_route.py +21 -53
- pulumi_gcp/networkservices/http_route.py +63 -92
- pulumi_gcp/networkservices/mesh.py +0 -8
- pulumi_gcp/networkservices/outputs.py +4 -2
- pulumi_gcp/networkservices/service_binding.py +0 -4
- pulumi_gcp/networkservices/tcp_route.py +63 -92
- pulumi_gcp/networkservices/tls_route.py +42 -67
- pulumi_gcp/notebooks/environment.py +0 -4
- pulumi_gcp/notebooks/get_instance_iam_policy.py +0 -4
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +0 -4
- pulumi_gcp/notebooks/instance.py +0 -20
- pulumi_gcp/notebooks/instance_iam_binding.py +0 -24
- pulumi_gcp/notebooks/instance_iam_member.py +0 -24
- pulumi_gcp/notebooks/instance_iam_policy.py +0 -24
- pulumi_gcp/notebooks/runtime.py +0 -20
- pulumi_gcp/notebooks/runtime_iam_binding.py +0 -24
- pulumi_gcp/notebooks/runtime_iam_member.py +0 -24
- pulumi_gcp/notebooks/runtime_iam_policy.py +0 -24
- pulumi_gcp/organizations/_inputs.py +0 -10
- pulumi_gcp/organizations/access_approval_settings.py +35 -43
- pulumi_gcp/organizations/folder.py +0 -4
- pulumi_gcp/organizations/get_active_folder.py +18 -3
- pulumi_gcp/organizations/get_billing_account.py +0 -4
- pulumi_gcp/organizations/get_client_open_id_user_info.py +0 -4
- pulumi_gcp/organizations/get_folder.py +0 -4
- pulumi_gcp/organizations/get_folders.py +0 -4
- pulumi_gcp/organizations/get_organization.py +0 -4
- pulumi_gcp/organizations/get_project.py +0 -4
- pulumi_gcp/organizations/iam_audit_config.py +0 -4
- pulumi_gcp/organizations/iam_binding.py +0 -4
- pulumi_gcp/organizations/iam_custom_role.py +0 -4
- pulumi_gcp/organizations/iam_member.py +0 -56
- pulumi_gcp/organizations/iam_policy.py +0 -56
- pulumi_gcp/organizations/outputs.py +0 -10
- pulumi_gcp/organizations/policy.py +0 -16
- pulumi_gcp/organizations/project.py +0 -8
- pulumi_gcp/orgpolicy/custom_constraint.py +0 -8
- pulumi_gcp/orgpolicy/policy.py +4 -24
- pulumi_gcp/osconfig/guest_policies.py +25 -78
- pulumi_gcp/osconfig/os_policy_assignment.py +21 -46
- pulumi_gcp/osconfig/patch_deployment.py +18 -90
- pulumi_gcp/oslogin/ssh_public_key.py +0 -4
- pulumi_gcp/parallelstore/__init__.py +8 -0
- pulumi_gcp/parallelstore/instance.py +1124 -0
- pulumi_gcp/projects/__init__.py +1 -0
- pulumi_gcp/projects/access_approval_settings.py +46 -75
- pulumi_gcp/projects/api_key.py +0 -20
- pulumi_gcp/projects/default_service_accounts.py +0 -8
- pulumi_gcp/projects/get_iam_policy.py +0 -4
- pulumi_gcp/projects/get_organization_policy.py +0 -4
- pulumi_gcp/projects/get_project.py +0 -4
- pulumi_gcp/projects/get_project_service.py +0 -4
- pulumi_gcp/projects/iam_audit_config.py +0 -56
- pulumi_gcp/projects/iam_binding.py +0 -56
- pulumi_gcp/projects/iam_custom_role.py +0 -4
- pulumi_gcp/projects/iam_member.py +0 -56
- pulumi_gcp/projects/iam_member_remove.py +313 -0
- pulumi_gcp/projects/iam_policy.py +0 -56
- pulumi_gcp/projects/organization_policy.py +0 -16
- pulumi_gcp/projects/service.py +0 -4
- pulumi_gcp/projects/service_identity.py +0 -4
- pulumi_gcp/projects/usage_export_bucket.py +0 -8
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/get_schema_iam_policy.py +0 -4
- pulumi_gcp/pubsub/get_subscription.py +0 -4
- pulumi_gcp/pubsub/get_subscription_iam_policy.py +0 -4
- pulumi_gcp/pubsub/get_topic.py +0 -4
- pulumi_gcp/pubsub/get_topic_iam_policy.py +0 -4
- pulumi_gcp/pubsub/lite_reservation.py +0 -4
- pulumi_gcp/pubsub/lite_subscription.py +0 -4
- pulumi_gcp/pubsub/lite_topic.py +0 -4
- pulumi_gcp/pubsub/schema.py +0 -8
- pulumi_gcp/pubsub/schema_iam_binding.py +0 -24
- pulumi_gcp/pubsub/schema_iam_member.py +0 -24
- pulumi_gcp/pubsub/schema_iam_policy.py +0 -24
- pulumi_gcp/pubsub/subscription.py +0 -28
- pulumi_gcp/pubsub/subscription_iam_binding.py +0 -24
- pulumi_gcp/pubsub/subscription_iam_member.py +0 -24
- pulumi_gcp/pubsub/subscription_iam_policy.py +0 -24
- pulumi_gcp/pubsub/topic.py +0 -20
- pulumi_gcp/pubsub/topic_iam_binding.py +0 -24
- pulumi_gcp/pubsub/topic_iam_member.py +0 -24
- pulumi_gcp/pubsub/topic_iam_policy.py +0 -24
- pulumi_gcp/recaptcha/enterprise_key.py +0 -24
- pulumi_gcp/redis/_inputs.py +14 -30
- pulumi_gcp/redis/cluster.py +49 -87
- pulumi_gcp/redis/instance.py +4 -36
- pulumi_gcp/redis/outputs.py +14 -30
- pulumi_gcp/resourcemanager/lien.py +0 -4
- pulumi_gcp/runtimeconfig/config.py +0 -4
- pulumi_gcp/runtimeconfig/get_config.py +0 -4
- pulumi_gcp/runtimeconfig/get_variable.py +0 -4
- pulumi_gcp/runtimeconfig/variable.py +0 -8
- pulumi_gcp/secretmanager/get_secret.py +0 -4
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +0 -4
- pulumi_gcp/secretmanager/get_secret_version.py +0 -4
- pulumi_gcp/secretmanager/get_secret_version_access.py +0 -4
- pulumi_gcp/secretmanager/get_secrets.py +0 -4
- pulumi_gcp/secretmanager/secret.py +211 -327
- pulumi_gcp/secretmanager/secret_iam_binding.py +0 -24
- pulumi_gcp/secretmanager/secret_iam_member.py +0 -24
- pulumi_gcp/secretmanager/secret_iam_policy.py +0 -24
- pulumi_gcp/secretmanager/secret_version.py +0 -16
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +0 -4
- pulumi_gcp/securesourcemanager/instance.py +0 -12
- pulumi_gcp/securitycenter/folder_custom_module.py +8 -12
- pulumi_gcp/securitycenter/get_source_iam_policy.py +0 -4
- pulumi_gcp/securitycenter/instance_iam_binding.py +0 -24
- pulumi_gcp/securitycenter/instance_iam_member.py +0 -24
- pulumi_gcp/securitycenter/instance_iam_policy.py +0 -24
- pulumi_gcp/securitycenter/mute_config.py +0 -4
- pulumi_gcp/securitycenter/notification_config.py +0 -4
- pulumi_gcp/securitycenter/organization_custom_module.py +8 -12
- pulumi_gcp/securitycenter/project_custom_module.py +8 -32
- pulumi_gcp/securitycenter/source.py +0 -4
- pulumi_gcp/securitycenter/source_iam_binding.py +0 -4
- pulumi_gcp/securitycenter/source_iam_member.py +0 -4
- pulumi_gcp/securitycenter/source_iam_policy.py +0 -4
- pulumi_gcp/securityposture/posture.py +11 -15
- pulumi_gcp/securityposture/posture_deployment.py +0 -4
- pulumi_gcp/serviceaccount/account.py +0 -4
- pulumi_gcp/serviceaccount/get_account.py +0 -8
- pulumi_gcp/serviceaccount/get_account_access_token.py +0 -8
- pulumi_gcp/serviceaccount/get_account_id_token.py +18 -30
- pulumi_gcp/serviceaccount/get_account_jwt.py +0 -4
- pulumi_gcp/serviceaccount/get_account_key.py +0 -4
- pulumi_gcp/serviceaccount/get_iam_policy.py +0 -4
- pulumi_gcp/serviceaccount/iam_binding.py +0 -40
- pulumi_gcp/serviceaccount/iam_member.py +0 -40
- pulumi_gcp/serviceaccount/iam_policy.py +0 -40
- pulumi_gcp/serviceaccount/key.py +0 -12
- pulumi_gcp/servicedirectory/endpoint.py +0 -8
- pulumi_gcp/servicedirectory/namespace.py +0 -4
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +0 -24
- pulumi_gcp/servicedirectory/namespace_iam_member.py +0 -24
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +0 -24
- pulumi_gcp/servicedirectory/service.py +0 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +0 -24
- pulumi_gcp/servicedirectory/service_iam_member.py +0 -24
- pulumi_gcp/servicedirectory/service_iam_policy.py +0 -24
- pulumi_gcp/servicenetworking/connection.py +0 -4
- pulumi_gcp/servicenetworking/peered_dns_domain.py +0 -4
- pulumi_gcp/serviceusage/consumer_quota_override.py +0 -12
- pulumi_gcp/sourcerepo/get_repository.py +0 -4
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +0 -4
- pulumi_gcp/sourcerepo/repository.py +0 -8
- pulumi_gcp/sourcerepo/repository_iam_binding.py +0 -24
- pulumi_gcp/sourcerepo/repository_iam_member.py +0 -24
- pulumi_gcp/sourcerepo/repository_iam_policy.py +0 -24
- pulumi_gcp/spanner/database.py +0 -4
- pulumi_gcp/spanner/database_iam_binding.py +0 -48
- pulumi_gcp/spanner/database_iam_member.py +0 -48
- pulumi_gcp/spanner/database_iam_policy.py +0 -48
- pulumi_gcp/spanner/get_database_iam_policy.py +0 -4
- pulumi_gcp/spanner/get_instance_iam_policy.py +0 -4
- pulumi_gcp/spanner/instance.py +0 -16
- pulumi_gcp/spanner/instance_iam_binding.py +0 -24
- pulumi_gcp/spanner/instance_iam_member.py +0 -24
- pulumi_gcp/spanner/instance_iam_policy.py +0 -24
- pulumi_gcp/sql/_inputs.py +18 -26
- pulumi_gcp/sql/database.py +0 -8
- pulumi_gcp/sql/database_instance.py +0 -16
- pulumi_gcp/sql/get_backup_run.py +0 -4
- pulumi_gcp/sql/get_database.py +0 -4
- pulumi_gcp/sql/get_database_instance.py +0 -4
- pulumi_gcp/sql/get_database_instance_latest_recovery_time.py +0 -4
- pulumi_gcp/sql/get_database_instances.py +0 -4
- pulumi_gcp/sql/get_databases.py +0 -4
- pulumi_gcp/sql/get_tiers.py +0 -4
- pulumi_gcp/sql/outputs.py +38 -26
- pulumi_gcp/sql/source_representation_instance.py +0 -8
- pulumi_gcp/sql/ssl_cert.py +0 -4
- pulumi_gcp/sql/user.py +0 -12
- pulumi_gcp/storage/_inputs.py +6 -14
- pulumi_gcp/storage/bucket.py +0 -12
- pulumi_gcp/storage/bucket_access_control.py +0 -4
- pulumi_gcp/storage/bucket_acl.py +0 -4
- pulumi_gcp/storage/bucket_iam_binding.py +0 -48
- pulumi_gcp/storage/bucket_iam_member.py +0 -48
- pulumi_gcp/storage/bucket_iam_policy.py +0 -48
- pulumi_gcp/storage/bucket_object.py +0 -8
- pulumi_gcp/storage/default_object_access_control.py +0 -4
- pulumi_gcp/storage/default_object_acl.py +0 -4
- pulumi_gcp/storage/get_bucket.py +0 -4
- pulumi_gcp/storage/get_bucket_iam_policy.py +0 -4
- pulumi_gcp/storage/get_bucket_object.py +0 -4
- pulumi_gcp/storage/get_bucket_object_content.py +0 -4
- pulumi_gcp/storage/get_object_signed_url.py +0 -8
- pulumi_gcp/storage/get_project_service_account.py +0 -8
- pulumi_gcp/storage/get_transfer_project_service_account.py +0 -4
- pulumi_gcp/storage/get_transfer_project_servie_account.py +0 -4
- pulumi_gcp/storage/hmac_key.py +0 -4
- pulumi_gcp/storage/insights_report_config.py +0 -38
- pulumi_gcp/storage/notification.py +0 -4
- pulumi_gcp/storage/object_access_control.py +0 -4
- pulumi_gcp/storage/object_acl.py +0 -4
- pulumi_gcp/storage/outputs.py +6 -14
- pulumi_gcp/storage/transfer_agent_pool.py +0 -4
- pulumi_gcp/storage/transfer_job.py +0 -4
- pulumi_gcp/tags/__init__.py +2 -0
- pulumi_gcp/tags/get_tag_key_iam_policy.py +0 -4
- pulumi_gcp/tags/get_tag_keys.py +101 -0
- pulumi_gcp/tags/get_tag_value_iam_policy.py +0 -4
- pulumi_gcp/tags/get_tag_values.py +101 -0
- pulumi_gcp/tags/location_tag_binding.py +0 -8
- pulumi_gcp/tags/outputs.py +200 -0
- pulumi_gcp/tags/tag_binding.py +0 -4
- pulumi_gcp/tags/tag_key.py +0 -4
- pulumi_gcp/tags/tag_key_iam_binding.py +0 -24
- pulumi_gcp/tags/tag_key_iam_member.py +0 -24
- pulumi_gcp/tags/tag_key_iam_policy.py +0 -24
- pulumi_gcp/tags/tag_value.py +0 -4
- pulumi_gcp/tags/tag_value_iam_binding.py +0 -24
- pulumi_gcp/tags/tag_value_iam_member.py +0 -24
- pulumi_gcp/tags/tag_value_iam_policy.py +0 -24
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -8
- pulumi_gcp/tpu/get_v2_accelerator_types.py +0 -8
- pulumi_gcp/tpu/get_v2_runtime_versions.py +0 -8
- pulumi_gcp/tpu/node.py +0 -8
- pulumi_gcp/tpu/v2_vm.py +0 -8
- pulumi_gcp/vertex/ai_dataset.py +0 -4
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +0 -4
- pulumi_gcp/vertex/ai_endpoint.py +0 -4
- pulumi_gcp/vertex/ai_feature_group.py +0 -4
- pulumi_gcp/vertex/ai_feature_group_feature.py +0 -4
- pulumi_gcp/vertex/ai_feature_online_store.py +0 -12
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -12
- pulumi_gcp/vertex/ai_feature_store.py +0 -12
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +0 -8
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +0 -8
- pulumi_gcp/vertex/ai_index.py +0 -8
- pulumi_gcp/vertex/ai_index_endpoint.py +0 -12
- pulumi_gcp/vertex/ai_metadata_store.py +0 -4
- pulumi_gcp/vertex/ai_tensorboard.py +0 -8
- pulumi_gcp/vmwareengine/_inputs.py +63 -5
- pulumi_gcp/vmwareengine/cluster.py +0 -8
- pulumi_gcp/vmwareengine/external_access_rule.py +0 -8
- pulumi_gcp/vmwareengine/external_address.py +0 -4
- pulumi_gcp/vmwareengine/get_cluster.py +0 -4
- pulumi_gcp/vmwareengine/get_external_access_rule.py +0 -4
- pulumi_gcp/vmwareengine/get_external_address.py +0 -4
- pulumi_gcp/vmwareengine/get_network.py +0 -4
- pulumi_gcp/vmwareengine/get_network_peering.py +0 -4
- pulumi_gcp/vmwareengine/get_network_policy.py +0 -4
- pulumi_gcp/vmwareengine/get_nsx_credentials.py +0 -4
- pulumi_gcp/vmwareengine/get_private_cloud.py +0 -4
- pulumi_gcp/vmwareengine/get_subnet.py +0 -4
- pulumi_gcp/vmwareengine/get_vcenter_credentials.py +0 -4
- pulumi_gcp/vmwareengine/network.py +0 -8
- pulumi_gcp/vmwareengine/network_peering.py +0 -8
- pulumi_gcp/vmwareengine/network_policy.py +0 -8
- pulumi_gcp/vmwareengine/outputs.py +113 -5
- pulumi_gcp/vmwareengine/private_cloud.py +7 -42
- pulumi_gcp/vmwareengine/subnet.py +0 -4
- pulumi_gcp/vpcaccess/connector.py +0 -8
- pulumi_gcp/vpcaccess/get_connector.py +0 -4
- pulumi_gcp/workbench/_inputs.py +4 -10
- pulumi_gcp/workbench/get_instance_iam_policy.py +0 -4
- pulumi_gcp/workbench/instance.py +4 -24
- pulumi_gcp/workbench/outputs.py +4 -10
- pulumi_gcp/workflows/workflow.py +0 -4
- pulumi_gcp/workstations/workstation.py +0 -4
- pulumi_gcp/workstations/workstation_cluster.py +32 -12
- pulumi_gcp/workstations/workstation_config.py +0 -32
- {pulumi_gcp-7.19.0a1713335069.dist-info → pulumi_gcp-7.20.0.dist-info}/METADATA +1 -1
- pulumi_gcp-7.20.0.dist-info/RECORD +1541 -0
- pulumi_gcp-7.19.0a1713335069.dist-info/RECORD +0 -1536
- {pulumi_gcp-7.19.0a1713335069.dist-info → pulumi_gcp-7.20.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.19.0a1713335069.dist-info → pulumi_gcp-7.20.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/cloudrunv2/service.py
CHANGED
@@ -36,38 +36,41 @@ class ServiceArgs:
|
|
36
36
|
:param pulumi.Input[str] location: The location of the cloud run service
|
37
37
|
:param pulumi.Input['ServiceTemplateArgs'] template: The template used to create revisions for this Service.
|
38
38
|
Structure is documented below.
|
39
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] annotations: Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and
|
40
|
-
Cloud Run API v2 does not support annotations with
|
41
|
-
|
42
|
-
|
43
|
-
**Note**: This field is non-authoritative, and will only manage the
|
44
|
-
Please refer to the field
|
39
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] annotations: Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and
|
40
|
+
should be preserved when modifying objects. Cloud Run API v2 does not support annotations with 'run.googleapis.com',
|
41
|
+
'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they will be rejected in new
|
42
|
+
resources. All system annotations in v1 now have a corresponding field in v2 Service. This field follows Kubernetes
|
43
|
+
annotations' namespacing, limits, and rules. **Note**: This field is non-authoritative, and will only manage the
|
44
|
+
annotations present in your configuration. Please refer to the field 'effective_annotations' for all of the annotations
|
45
|
+
present on the resource.
|
45
46
|
:param pulumi.Input['ServiceBinaryAuthorizationArgs'] binary_authorization: Settings for the Binary Authorization feature.
|
46
|
-
Structure is documented below.
|
47
47
|
:param pulumi.Input[str] client: Arbitrary identifier for the API client.
|
48
48
|
:param pulumi.Input[str] client_version: Arbitrary version identifier for the API client.
|
49
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] custom_audiences: One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a
|
50
|
-
For more information, see
|
49
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] custom_audiences: One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a
|
50
|
+
string. The custom audiences are encoded in the token and used to authenticate requests. For more information, see
|
51
|
+
https://cloud.google.com/run/docs/configuring/custom-audiences.
|
51
52
|
:param pulumi.Input[str] description: User-provided description of the Service. This field currently has a 512-character limit.
|
52
|
-
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
53
|
-
Possible values
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
53
|
+
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
54
|
+
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
55
|
+
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
56
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
57
|
+
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
58
|
+
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
59
|
+
https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
|
60
|
+
'run.googleapis.com', 'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they
|
61
|
+
will be rejected. All system labels in v1 now have a corresponding field in v2 Service. **Note**: This field is
|
62
|
+
non-authoritative, and will only manage the labels present in your configuration. Please refer to the field
|
63
|
+
'effective_labels' for all of the labels present on the resource.
|
64
|
+
:param pulumi.Input[str] launch_stage: The launch stage as defined by [Google Cloud Platform Launch
|
65
|
+
Stages](https://cloud.google.com/products#product-launch-stages). Cloud Run supports ALPHA, BETA, and GA. If no value is
|
66
|
+
specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that
|
67
|
+
stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as
|
68
|
+
input, but only BETA and GA-level features are used, this field will be BETA on output. Possible values:
|
69
|
+
["UNIMPLEMENTED", "PRELAUNCH", "EARLY_ACCESS", "ALPHA", "BETA", "GA", "DEPRECATED"]
|
64
70
|
:param pulumi.Input[str] name: Name of the Service.
|
65
|
-
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
66
|
-
If it is not provided, the provider project is used.
|
67
71
|
:param pulumi.Input['ServiceScalingArgs'] scaling: Scaling settings that apply to the whole service
|
68
|
-
|
69
|
-
|
70
|
-
Structure is documented below.
|
72
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not
|
73
|
+
provided, defaults to 100% traffic to the latest Ready Revision.
|
71
74
|
"""
|
72
75
|
pulumi.set(__self__, "location", location)
|
73
76
|
pulumi.set(__self__, "template", template)
|
@@ -127,12 +130,13 @@ class ServiceArgs:
|
|
127
130
|
@pulumi.getter
|
128
131
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
129
132
|
"""
|
130
|
-
Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and
|
131
|
-
Cloud Run API v2 does not support annotations with
|
132
|
-
|
133
|
-
|
134
|
-
**Note**: This field is non-authoritative, and will only manage the
|
135
|
-
Please refer to the field
|
133
|
+
Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and
|
134
|
+
should be preserved when modifying objects. Cloud Run API v2 does not support annotations with 'run.googleapis.com',
|
135
|
+
'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they will be rejected in new
|
136
|
+
resources. All system annotations in v1 now have a corresponding field in v2 Service. This field follows Kubernetes
|
137
|
+
annotations' namespacing, limits, and rules. **Note**: This field is non-authoritative, and will only manage the
|
138
|
+
annotations present in your configuration. Please refer to the field 'effective_annotations' for all of the annotations
|
139
|
+
present on the resource.
|
136
140
|
"""
|
137
141
|
return pulumi.get(self, "annotations")
|
138
142
|
|
@@ -145,7 +149,6 @@ class ServiceArgs:
|
|
145
149
|
def binary_authorization(self) -> Optional[pulumi.Input['ServiceBinaryAuthorizationArgs']]:
|
146
150
|
"""
|
147
151
|
Settings for the Binary Authorization feature.
|
148
|
-
Structure is documented below.
|
149
152
|
"""
|
150
153
|
return pulumi.get(self, "binary_authorization")
|
151
154
|
|
@@ -181,8 +184,9 @@ class ServiceArgs:
|
|
181
184
|
@pulumi.getter(name="customAudiences")
|
182
185
|
def custom_audiences(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
183
186
|
"""
|
184
|
-
One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a
|
185
|
-
For more information, see
|
187
|
+
One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a
|
188
|
+
string. The custom audiences are encoded in the token and used to authenticate requests. For more information, see
|
189
|
+
https://cloud.google.com/run/docs/configuring/custom-audiences.
|
186
190
|
"""
|
187
191
|
return pulumi.get(self, "custom_audiences")
|
188
192
|
|
@@ -206,8 +210,9 @@ class ServiceArgs:
|
|
206
210
|
@pulumi.getter
|
207
211
|
def ingress(self) -> Optional[pulumi.Input[str]]:
|
208
212
|
"""
|
209
|
-
Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
210
|
-
Possible values
|
213
|
+
Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
214
|
+
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
215
|
+
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
211
216
|
"""
|
212
217
|
return pulumi.get(self, "ingress")
|
213
218
|
|
@@ -219,12 +224,14 @@ class ServiceArgs:
|
|
219
224
|
@pulumi.getter
|
220
225
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
221
226
|
"""
|
222
|
-
Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
227
|
+
Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
228
|
+
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
229
|
+
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
230
|
+
https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
|
231
|
+
'run.googleapis.com', 'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they
|
232
|
+
will be rejected. All system labels in v1 now have a corresponding field in v2 Service. **Note**: This field is
|
233
|
+
non-authoritative, and will only manage the labels present in your configuration. Please refer to the field
|
234
|
+
'effective_labels' for all of the labels present on the resource.
|
228
235
|
"""
|
229
236
|
return pulumi.get(self, "labels")
|
230
237
|
|
@@ -236,10 +243,12 @@ class ServiceArgs:
|
|
236
243
|
@pulumi.getter(name="launchStage")
|
237
244
|
def launch_stage(self) -> Optional[pulumi.Input[str]]:
|
238
245
|
"""
|
239
|
-
The launch stage as defined by [Google Cloud Platform Launch
|
240
|
-
|
241
|
-
|
242
|
-
|
246
|
+
The launch stage as defined by [Google Cloud Platform Launch
|
247
|
+
Stages](https://cloud.google.com/products#product-launch-stages). Cloud Run supports ALPHA, BETA, and GA. If no value is
|
248
|
+
specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that
|
249
|
+
stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as
|
250
|
+
input, but only BETA and GA-level features are used, this field will be BETA on output. Possible values:
|
251
|
+
["UNIMPLEMENTED", "PRELAUNCH", "EARLY_ACCESS", "ALPHA", "BETA", "GA", "DEPRECATED"]
|
243
252
|
"""
|
244
253
|
return pulumi.get(self, "launch_stage")
|
245
254
|
|
@@ -262,10 +271,6 @@ class ServiceArgs:
|
|
262
271
|
@property
|
263
272
|
@pulumi.getter
|
264
273
|
def project(self) -> Optional[pulumi.Input[str]]:
|
265
|
-
"""
|
266
|
-
The ID of the project in which the resource belongs.
|
267
|
-
If it is not provided, the provider project is used.
|
268
|
-
"""
|
269
274
|
return pulumi.get(self, "project")
|
270
275
|
|
271
276
|
@project.setter
|
@@ -277,7 +282,6 @@ class ServiceArgs:
|
|
277
282
|
def scaling(self) -> Optional[pulumi.Input['ServiceScalingArgs']]:
|
278
283
|
"""
|
279
284
|
Scaling settings that apply to the whole service
|
280
|
-
Structure is documented below.
|
281
285
|
"""
|
282
286
|
return pulumi.get(self, "scaling")
|
283
287
|
|
@@ -289,8 +293,8 @@ class ServiceArgs:
|
|
289
293
|
@pulumi.getter
|
290
294
|
def traffics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]]]:
|
291
295
|
"""
|
292
|
-
Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not
|
293
|
-
|
296
|
+
Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not
|
297
|
+
provided, defaults to 100% traffic to the latest Ready Revision.
|
294
298
|
"""
|
295
299
|
return pulumi.get(self, "traffics")
|
296
300
|
|
@@ -339,22 +343,23 @@ class _ServiceState:
|
|
339
343
|
uri: Optional[pulumi.Input[str]] = None):
|
340
344
|
"""
|
341
345
|
Input properties used for looking up and filtering Service resources.
|
342
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] annotations: Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and
|
343
|
-
Cloud Run API v2 does not support annotations with
|
344
|
-
|
345
|
-
|
346
|
-
**Note**: This field is non-authoritative, and will only manage the
|
347
|
-
Please refer to the field
|
346
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] annotations: Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and
|
347
|
+
should be preserved when modifying objects. Cloud Run API v2 does not support annotations with 'run.googleapis.com',
|
348
|
+
'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they will be rejected in new
|
349
|
+
resources. All system annotations in v1 now have a corresponding field in v2 Service. This field follows Kubernetes
|
350
|
+
annotations' namespacing, limits, and rules. **Note**: This field is non-authoritative, and will only manage the
|
351
|
+
annotations present in your configuration. Please refer to the field 'effective_annotations' for all of the annotations
|
352
|
+
present on the resource.
|
348
353
|
:param pulumi.Input['ServiceBinaryAuthorizationArgs'] binary_authorization: Settings for the Binary Authorization feature.
|
349
|
-
Structure is documented below.
|
350
354
|
:param pulumi.Input[str] client: Arbitrary identifier for the API client.
|
351
355
|
:param pulumi.Input[str] client_version: Arbitrary version identifier for the API client.
|
352
356
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceConditionArgs']]] conditions: The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Service does not reach its Serving state. See comments in reconciling for additional information on reconciliation process in Cloud Run.
|
353
357
|
Structure is documented below.
|
354
358
|
:param pulumi.Input[str] create_time: The creation time.
|
355
359
|
:param pulumi.Input[str] creator: Email address of the authenticated creator.
|
356
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] custom_audiences: One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a
|
357
|
-
For more information, see
|
360
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] custom_audiences: One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a
|
361
|
+
string. The custom audiences are encoded in the token and used to authenticate requests. For more information, see
|
362
|
+
https://cloud.google.com/run/docs/configuring/custom-audiences.
|
358
363
|
:param pulumi.Input[str] delete_time: The deletion time.
|
359
364
|
:param pulumi.Input[str] description: User-provided description of the Service. This field currently has a 512-character limit.
|
360
365
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
@@ -363,26 +368,29 @@ class _ServiceState:
|
|
363
368
|
:param pulumi.Input[str] etag: A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
|
364
369
|
:param pulumi.Input[str] expire_time: For a deleted resource, the time after which it will be permamently deleted.
|
365
370
|
:param pulumi.Input[str] generation: A number that monotonically increases every time the user modifies the desired state. Please note that unlike v1, this is an int64 value. As with most Google APIs, its JSON representation will be a string instead of an integer.
|
366
|
-
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
367
|
-
Possible values
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
371
|
+
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
372
|
+
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
373
|
+
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
374
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
375
|
+
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
376
|
+
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
377
|
+
https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
|
378
|
+
'run.googleapis.com', 'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they
|
379
|
+
will be rejected. All system labels in v1 now have a corresponding field in v2 Service. **Note**: This field is
|
380
|
+
non-authoritative, and will only manage the labels present in your configuration. Please refer to the field
|
381
|
+
'effective_labels' for all of the labels present on the resource.
|
374
382
|
:param pulumi.Input[str] last_modifier: Email address of the last authenticated modifier.
|
375
383
|
:param pulumi.Input[str] latest_created_revision: Name of the last created revision. See comments in reconciling for additional information on reconciliation process in Cloud Run.
|
376
384
|
:param pulumi.Input[str] latest_ready_revision: Name of the latest revision that is serving traffic. See comments in reconciling for additional information on reconciliation process in Cloud Run.
|
377
|
-
:param pulumi.Input[str] launch_stage: The launch stage as defined by [Google Cloud Platform Launch
|
378
|
-
|
379
|
-
|
380
|
-
|
385
|
+
:param pulumi.Input[str] launch_stage: The launch stage as defined by [Google Cloud Platform Launch
|
386
|
+
Stages](https://cloud.google.com/products#product-launch-stages). Cloud Run supports ALPHA, BETA, and GA. If no value is
|
387
|
+
specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that
|
388
|
+
stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as
|
389
|
+
input, but only BETA and GA-level features are used, this field will be BETA on output. Possible values:
|
390
|
+
["UNIMPLEMENTED", "PRELAUNCH", "EARLY_ACCESS", "ALPHA", "BETA", "GA", "DEPRECATED"]
|
381
391
|
:param pulumi.Input[str] location: The location of the cloud run service
|
382
392
|
:param pulumi.Input[str] name: Name of the Service.
|
383
393
|
:param pulumi.Input[str] observed_generation: The generation of this Service currently serving traffic. See comments in reconciling for additional information on reconciliation process in Cloud Run. Please note that unlike v1, this is an int64 value. As with most Google APIs, its JSON representation will be a string instead of an integer.
|
384
|
-
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
385
|
-
If it is not provided, the provider project is used.
|
386
394
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
387
395
|
and default labels configured on the provider.
|
388
396
|
:param pulumi.Input[bool] reconciling: Returns true if the Service is currently being acted upon by the system to bring it into the desired state.
|
@@ -390,15 +398,14 @@ class _ServiceState:
|
|
390
398
|
If reconciliation succeeded, the following fields will match: traffic and trafficStatuses, observedGeneration and generation, latestReadyRevision and latestCreatedRevision.
|
391
399
|
If reconciliation failed, trafficStatuses, observedGeneration, and latestReadyRevision will have the state of the last serving revision, or empty for newly created Services. Additional information on the failure can be found in terminalCondition and conditions.
|
392
400
|
:param pulumi.Input['ServiceScalingArgs'] scaling: Scaling settings that apply to the whole service
|
393
|
-
Structure is documented below.
|
394
401
|
:param pulumi.Input['ServiceTemplateArgs'] template: The template used to create revisions for this Service.
|
395
402
|
Structure is documented below.
|
396
403
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceTerminalConditionArgs']]] terminal_conditions: The Condition of this Service, containing its readiness status, and detailed error information in case it did not reach a serving state. See comments in reconciling for additional information on reconciliation process in Cloud Run.
|
397
404
|
Structure is documented below.
|
398
405
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceTrafficStatusArgs']]] traffic_statuses: Detailed status information for corresponding traffic targets. See comments in reconciling for additional information on reconciliation process in Cloud Run.
|
399
406
|
Structure is documented below.
|
400
|
-
:param pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not
|
401
|
-
|
407
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not
|
408
|
+
provided, defaults to 100% traffic to the latest Ready Revision.
|
402
409
|
:param pulumi.Input[str] uid: Server assigned unique identifier for the trigger. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
|
403
410
|
:param pulumi.Input[str] update_time: The last-modified time.
|
404
411
|
:param pulumi.Input[str] uri: (Output)
|
@@ -479,12 +486,13 @@ class _ServiceState:
|
|
479
486
|
@pulumi.getter
|
480
487
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
481
488
|
"""
|
482
|
-
Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and
|
483
|
-
Cloud Run API v2 does not support annotations with
|
484
|
-
|
485
|
-
|
486
|
-
**Note**: This field is non-authoritative, and will only manage the
|
487
|
-
Please refer to the field
|
489
|
+
Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and
|
490
|
+
should be preserved when modifying objects. Cloud Run API v2 does not support annotations with 'run.googleapis.com',
|
491
|
+
'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they will be rejected in new
|
492
|
+
resources. All system annotations in v1 now have a corresponding field in v2 Service. This field follows Kubernetes
|
493
|
+
annotations' namespacing, limits, and rules. **Note**: This field is non-authoritative, and will only manage the
|
494
|
+
annotations present in your configuration. Please refer to the field 'effective_annotations' for all of the annotations
|
495
|
+
present on the resource.
|
488
496
|
"""
|
489
497
|
return pulumi.get(self, "annotations")
|
490
498
|
|
@@ -497,7 +505,6 @@ class _ServiceState:
|
|
497
505
|
def binary_authorization(self) -> Optional[pulumi.Input['ServiceBinaryAuthorizationArgs']]:
|
498
506
|
"""
|
499
507
|
Settings for the Binary Authorization feature.
|
500
|
-
Structure is documented below.
|
501
508
|
"""
|
502
509
|
return pulumi.get(self, "binary_authorization")
|
503
510
|
|
@@ -570,8 +577,9 @@ class _ServiceState:
|
|
570
577
|
@pulumi.getter(name="customAudiences")
|
571
578
|
def custom_audiences(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
572
579
|
"""
|
573
|
-
One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a
|
574
|
-
For more information, see
|
580
|
+
One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a
|
581
|
+
string. The custom audiences are encoded in the token and used to authenticate requests. For more information, see
|
582
|
+
https://cloud.google.com/run/docs/configuring/custom-audiences.
|
575
583
|
"""
|
576
584
|
return pulumi.get(self, "custom_audiences")
|
577
585
|
|
@@ -668,8 +676,9 @@ class _ServiceState:
|
|
668
676
|
@pulumi.getter
|
669
677
|
def ingress(self) -> Optional[pulumi.Input[str]]:
|
670
678
|
"""
|
671
|
-
Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
672
|
-
Possible values
|
679
|
+
Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
680
|
+
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
681
|
+
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
673
682
|
"""
|
674
683
|
return pulumi.get(self, "ingress")
|
675
684
|
|
@@ -681,12 +690,14 @@ class _ServiceState:
|
|
681
690
|
@pulumi.getter
|
682
691
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
683
692
|
"""
|
684
|
-
Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
693
|
+
Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
694
|
+
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
695
|
+
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
696
|
+
https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
|
697
|
+
'run.googleapis.com', 'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they
|
698
|
+
will be rejected. All system labels in v1 now have a corresponding field in v2 Service. **Note**: This field is
|
699
|
+
non-authoritative, and will only manage the labels present in your configuration. Please refer to the field
|
700
|
+
'effective_labels' for all of the labels present on the resource.
|
690
701
|
"""
|
691
702
|
return pulumi.get(self, "labels")
|
692
703
|
|
@@ -734,10 +745,12 @@ class _ServiceState:
|
|
734
745
|
@pulumi.getter(name="launchStage")
|
735
746
|
def launch_stage(self) -> Optional[pulumi.Input[str]]:
|
736
747
|
"""
|
737
|
-
The launch stage as defined by [Google Cloud Platform Launch
|
738
|
-
|
739
|
-
|
740
|
-
|
748
|
+
The launch stage as defined by [Google Cloud Platform Launch
|
749
|
+
Stages](https://cloud.google.com/products#product-launch-stages). Cloud Run supports ALPHA, BETA, and GA. If no value is
|
750
|
+
specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that
|
751
|
+
stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as
|
752
|
+
input, but only BETA and GA-level features are used, this field will be BETA on output. Possible values:
|
753
|
+
["UNIMPLEMENTED", "PRELAUNCH", "EARLY_ACCESS", "ALPHA", "BETA", "GA", "DEPRECATED"]
|
741
754
|
"""
|
742
755
|
return pulumi.get(self, "launch_stage")
|
743
756
|
|
@@ -784,10 +797,6 @@ class _ServiceState:
|
|
784
797
|
@property
|
785
798
|
@pulumi.getter
|
786
799
|
def project(self) -> Optional[pulumi.Input[str]]:
|
787
|
-
"""
|
788
|
-
The ID of the project in which the resource belongs.
|
789
|
-
If it is not provided, the provider project is used.
|
790
|
-
"""
|
791
800
|
return pulumi.get(self, "project")
|
792
801
|
|
793
802
|
@project.setter
|
@@ -827,7 +836,6 @@ class _ServiceState:
|
|
827
836
|
def scaling(self) -> Optional[pulumi.Input['ServiceScalingArgs']]:
|
828
837
|
"""
|
829
838
|
Scaling settings that apply to the whole service
|
830
|
-
Structure is documented below.
|
831
839
|
"""
|
832
840
|
return pulumi.get(self, "scaling")
|
833
841
|
|
@@ -878,8 +886,8 @@ class _ServiceState:
|
|
878
886
|
@pulumi.getter
|
879
887
|
def traffics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]]]:
|
880
888
|
"""
|
881
|
-
Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not
|
882
|
-
|
889
|
+
Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not
|
890
|
+
provided, defaults to 100% traffic to the latest Ready Revision.
|
883
891
|
"""
|
884
892
|
return pulumi.get(self, "traffics")
|
885
893
|
|
@@ -959,7 +967,6 @@ class Service(pulumi.CustomResource):
|
|
959
967
|
|
960
968
|
### Cloudrunv2 Service Basic
|
961
969
|
|
962
|
-
<!--Start PulumiCodeChooser -->
|
963
970
|
```python
|
964
971
|
import pulumi
|
965
972
|
import pulumi_gcp as gcp
|
@@ -974,10 +981,8 @@ class Service(pulumi.CustomResource):
|
|
974
981
|
)],
|
975
982
|
))
|
976
983
|
```
|
977
|
-
<!--End PulumiCodeChooser -->
|
978
984
|
### Cloudrunv2 Service Limits
|
979
985
|
|
980
|
-
<!--Start PulumiCodeChooser -->
|
981
986
|
```python
|
982
987
|
import pulumi
|
983
988
|
import pulumi_gcp as gcp
|
@@ -998,10 +1003,8 @@ class Service(pulumi.CustomResource):
|
|
998
1003
|
)],
|
999
1004
|
))
|
1000
1005
|
```
|
1001
|
-
<!--End PulumiCodeChooser -->
|
1002
1006
|
### Cloudrunv2 Service Sql
|
1003
1007
|
|
1004
|
-
<!--Start PulumiCodeChooser -->
|
1005
1008
|
```python
|
1006
1009
|
import pulumi
|
1007
1010
|
import pulumi_gcp as gcp
|
@@ -1069,10 +1072,8 @@ class Service(pulumi.CustomResource):
|
|
1069
1072
|
role="roles/secretmanager.secretAccessor",
|
1070
1073
|
member=f"serviceAccount:{project.number}-compute@developer.gserviceaccount.com")
|
1071
1074
|
```
|
1072
|
-
<!--End PulumiCodeChooser -->
|
1073
1075
|
### Cloudrunv2 Service Vpcaccess
|
1074
1076
|
|
1075
|
-
<!--Start PulumiCodeChooser -->
|
1076
1077
|
```python
|
1077
1078
|
import pulumi
|
1078
1079
|
import pulumi_gcp as gcp
|
@@ -1107,10 +1108,8 @@ class Service(pulumi.CustomResource):
|
|
1107
1108
|
),
|
1108
1109
|
))
|
1109
1110
|
```
|
1110
|
-
<!--End PulumiCodeChooser -->
|
1111
1111
|
### Cloudrunv2 Service Directvpc
|
1112
1112
|
|
1113
|
-
<!--Start PulumiCodeChooser -->
|
1114
1113
|
```python
|
1115
1114
|
import pulumi
|
1116
1115
|
import pulumi_gcp as gcp
|
@@ -1137,10 +1136,8 @@ class Service(pulumi.CustomResource):
|
|
1137
1136
|
),
|
1138
1137
|
))
|
1139
1138
|
```
|
1140
|
-
<!--End PulumiCodeChooser -->
|
1141
1139
|
### Cloudrunv2 Service Probes
|
1142
1140
|
|
1143
|
-
<!--Start PulumiCodeChooser -->
|
1144
1141
|
```python
|
1145
1142
|
import pulumi
|
1146
1143
|
import pulumi_gcp as gcp
|
@@ -1168,10 +1165,8 @@ class Service(pulumi.CustomResource):
|
|
1168
1165
|
)],
|
1169
1166
|
))
|
1170
1167
|
```
|
1171
|
-
<!--End PulumiCodeChooser -->
|
1172
1168
|
### Cloudrunv2 Service Secret
|
1173
1169
|
|
1174
|
-
<!--Start PulumiCodeChooser -->
|
1175
1170
|
```python
|
1176
1171
|
import pulumi
|
1177
1172
|
import pulumi_gcp as gcp
|
@@ -1214,10 +1209,8 @@ class Service(pulumi.CustomResource):
|
|
1214
1209
|
role="roles/secretmanager.secretAccessor",
|
1215
1210
|
member=f"serviceAccount:{project.number}-compute@developer.gserviceaccount.com")
|
1216
1211
|
```
|
1217
|
-
<!--End PulumiCodeChooser -->
|
1218
1212
|
### Cloudrunv2 Service Multicontainer
|
1219
1213
|
|
1220
|
-
<!--Start PulumiCodeChooser -->
|
1221
1214
|
```python
|
1222
1215
|
import pulumi
|
1223
1216
|
import pulumi_gcp as gcp
|
@@ -1264,10 +1257,8 @@ class Service(pulumi.CustomResource):
|
|
1264
1257
|
)],
|
1265
1258
|
))
|
1266
1259
|
```
|
1267
|
-
<!--End PulumiCodeChooser -->
|
1268
1260
|
### Cloudrunv2 Service Mount Gcs
|
1269
1261
|
|
1270
|
-
<!--Start PulumiCodeChooser -->
|
1271
1262
|
```python
|
1272
1263
|
import pulumi
|
1273
1264
|
import pulumi_gcp as gcp
|
@@ -1297,10 +1288,8 @@ class Service(pulumi.CustomResource):
|
|
1297
1288
|
)],
|
1298
1289
|
))
|
1299
1290
|
```
|
1300
|
-
<!--End PulumiCodeChooser -->
|
1301
1291
|
### Cloudrunv2 Service Mount Nfs
|
1302
1292
|
|
1303
|
-
<!--Start PulumiCodeChooser -->
|
1304
1293
|
```python
|
1305
1294
|
import pulumi
|
1306
1295
|
import pulumi_gcp as gcp
|
@@ -1347,7 +1336,6 @@ class Service(pulumi.CustomResource):
|
|
1347
1336
|
)],
|
1348
1337
|
))
|
1349
1338
|
```
|
1350
|
-
<!--End PulumiCodeChooser -->
|
1351
1339
|
|
1352
1340
|
## Import
|
1353
1341
|
|
@@ -1375,41 +1363,44 @@ class Service(pulumi.CustomResource):
|
|
1375
1363
|
|
1376
1364
|
:param str resource_name: The name of the resource.
|
1377
1365
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1378
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] annotations: Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and
|
1379
|
-
Cloud Run API v2 does not support annotations with
|
1380
|
-
|
1381
|
-
|
1382
|
-
**Note**: This field is non-authoritative, and will only manage the
|
1383
|
-
Please refer to the field
|
1366
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] annotations: Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and
|
1367
|
+
should be preserved when modifying objects. Cloud Run API v2 does not support annotations with 'run.googleapis.com',
|
1368
|
+
'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they will be rejected in new
|
1369
|
+
resources. All system annotations in v1 now have a corresponding field in v2 Service. This field follows Kubernetes
|
1370
|
+
annotations' namespacing, limits, and rules. **Note**: This field is non-authoritative, and will only manage the
|
1371
|
+
annotations present in your configuration. Please refer to the field 'effective_annotations' for all of the annotations
|
1372
|
+
present on the resource.
|
1384
1373
|
:param pulumi.Input[pulumi.InputType['ServiceBinaryAuthorizationArgs']] binary_authorization: Settings for the Binary Authorization feature.
|
1385
|
-
Structure is documented below.
|
1386
1374
|
:param pulumi.Input[str] client: Arbitrary identifier for the API client.
|
1387
1375
|
:param pulumi.Input[str] client_version: Arbitrary version identifier for the API client.
|
1388
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] custom_audiences: One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a
|
1389
|
-
For more information, see
|
1376
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] custom_audiences: One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a
|
1377
|
+
string. The custom audiences are encoded in the token and used to authenticate requests. For more information, see
|
1378
|
+
https://cloud.google.com/run/docs/configuring/custom-audiences.
|
1390
1379
|
:param pulumi.Input[str] description: User-provided description of the Service. This field currently has a 512-character limit.
|
1391
|
-
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
1392
|
-
Possible values
|
1393
|
-
|
1394
|
-
|
1395
|
-
|
1396
|
-
|
1397
|
-
|
1398
|
-
|
1399
|
-
|
1400
|
-
|
1401
|
-
|
1402
|
-
|
1380
|
+
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
1381
|
+
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
1382
|
+
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
1383
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
1384
|
+
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
1385
|
+
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
1386
|
+
https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
|
1387
|
+
'run.googleapis.com', 'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they
|
1388
|
+
will be rejected. All system labels in v1 now have a corresponding field in v2 Service. **Note**: This field is
|
1389
|
+
non-authoritative, and will only manage the labels present in your configuration. Please refer to the field
|
1390
|
+
'effective_labels' for all of the labels present on the resource.
|
1391
|
+
:param pulumi.Input[str] launch_stage: The launch stage as defined by [Google Cloud Platform Launch
|
1392
|
+
Stages](https://cloud.google.com/products#product-launch-stages). Cloud Run supports ALPHA, BETA, and GA. If no value is
|
1393
|
+
specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that
|
1394
|
+
stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as
|
1395
|
+
input, but only BETA and GA-level features are used, this field will be BETA on output. Possible values:
|
1396
|
+
["UNIMPLEMENTED", "PRELAUNCH", "EARLY_ACCESS", "ALPHA", "BETA", "GA", "DEPRECATED"]
|
1403
1397
|
:param pulumi.Input[str] location: The location of the cloud run service
|
1404
1398
|
:param pulumi.Input[str] name: Name of the Service.
|
1405
|
-
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
1406
|
-
If it is not provided, the provider project is used.
|
1407
1399
|
:param pulumi.Input[pulumi.InputType['ServiceScalingArgs']] scaling: Scaling settings that apply to the whole service
|
1408
|
-
Structure is documented below.
|
1409
1400
|
:param pulumi.Input[pulumi.InputType['ServiceTemplateArgs']] template: The template used to create revisions for this Service.
|
1410
1401
|
Structure is documented below.
|
1411
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceTrafficArgs']]]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not
|
1412
|
-
|
1402
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceTrafficArgs']]]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not
|
1403
|
+
provided, defaults to 100% traffic to the latest Ready Revision.
|
1413
1404
|
"""
|
1414
1405
|
...
|
1415
1406
|
@overload
|
@@ -1430,7 +1421,6 @@ class Service(pulumi.CustomResource):
|
|
1430
1421
|
|
1431
1422
|
### Cloudrunv2 Service Basic
|
1432
1423
|
|
1433
|
-
<!--Start PulumiCodeChooser -->
|
1434
1424
|
```python
|
1435
1425
|
import pulumi
|
1436
1426
|
import pulumi_gcp as gcp
|
@@ -1445,10 +1435,8 @@ class Service(pulumi.CustomResource):
|
|
1445
1435
|
)],
|
1446
1436
|
))
|
1447
1437
|
```
|
1448
|
-
<!--End PulumiCodeChooser -->
|
1449
1438
|
### Cloudrunv2 Service Limits
|
1450
1439
|
|
1451
|
-
<!--Start PulumiCodeChooser -->
|
1452
1440
|
```python
|
1453
1441
|
import pulumi
|
1454
1442
|
import pulumi_gcp as gcp
|
@@ -1469,10 +1457,8 @@ class Service(pulumi.CustomResource):
|
|
1469
1457
|
)],
|
1470
1458
|
))
|
1471
1459
|
```
|
1472
|
-
<!--End PulumiCodeChooser -->
|
1473
1460
|
### Cloudrunv2 Service Sql
|
1474
1461
|
|
1475
|
-
<!--Start PulumiCodeChooser -->
|
1476
1462
|
```python
|
1477
1463
|
import pulumi
|
1478
1464
|
import pulumi_gcp as gcp
|
@@ -1540,10 +1526,8 @@ class Service(pulumi.CustomResource):
|
|
1540
1526
|
role="roles/secretmanager.secretAccessor",
|
1541
1527
|
member=f"serviceAccount:{project.number}-compute@developer.gserviceaccount.com")
|
1542
1528
|
```
|
1543
|
-
<!--End PulumiCodeChooser -->
|
1544
1529
|
### Cloudrunv2 Service Vpcaccess
|
1545
1530
|
|
1546
|
-
<!--Start PulumiCodeChooser -->
|
1547
1531
|
```python
|
1548
1532
|
import pulumi
|
1549
1533
|
import pulumi_gcp as gcp
|
@@ -1578,10 +1562,8 @@ class Service(pulumi.CustomResource):
|
|
1578
1562
|
),
|
1579
1563
|
))
|
1580
1564
|
```
|
1581
|
-
<!--End PulumiCodeChooser -->
|
1582
1565
|
### Cloudrunv2 Service Directvpc
|
1583
1566
|
|
1584
|
-
<!--Start PulumiCodeChooser -->
|
1585
1567
|
```python
|
1586
1568
|
import pulumi
|
1587
1569
|
import pulumi_gcp as gcp
|
@@ -1608,10 +1590,8 @@ class Service(pulumi.CustomResource):
|
|
1608
1590
|
),
|
1609
1591
|
))
|
1610
1592
|
```
|
1611
|
-
<!--End PulumiCodeChooser -->
|
1612
1593
|
### Cloudrunv2 Service Probes
|
1613
1594
|
|
1614
|
-
<!--Start PulumiCodeChooser -->
|
1615
1595
|
```python
|
1616
1596
|
import pulumi
|
1617
1597
|
import pulumi_gcp as gcp
|
@@ -1639,10 +1619,8 @@ class Service(pulumi.CustomResource):
|
|
1639
1619
|
)],
|
1640
1620
|
))
|
1641
1621
|
```
|
1642
|
-
<!--End PulumiCodeChooser -->
|
1643
1622
|
### Cloudrunv2 Service Secret
|
1644
1623
|
|
1645
|
-
<!--Start PulumiCodeChooser -->
|
1646
1624
|
```python
|
1647
1625
|
import pulumi
|
1648
1626
|
import pulumi_gcp as gcp
|
@@ -1685,10 +1663,8 @@ class Service(pulumi.CustomResource):
|
|
1685
1663
|
role="roles/secretmanager.secretAccessor",
|
1686
1664
|
member=f"serviceAccount:{project.number}-compute@developer.gserviceaccount.com")
|
1687
1665
|
```
|
1688
|
-
<!--End PulumiCodeChooser -->
|
1689
1666
|
### Cloudrunv2 Service Multicontainer
|
1690
1667
|
|
1691
|
-
<!--Start PulumiCodeChooser -->
|
1692
1668
|
```python
|
1693
1669
|
import pulumi
|
1694
1670
|
import pulumi_gcp as gcp
|
@@ -1735,10 +1711,8 @@ class Service(pulumi.CustomResource):
|
|
1735
1711
|
)],
|
1736
1712
|
))
|
1737
1713
|
```
|
1738
|
-
<!--End PulumiCodeChooser -->
|
1739
1714
|
### Cloudrunv2 Service Mount Gcs
|
1740
1715
|
|
1741
|
-
<!--Start PulumiCodeChooser -->
|
1742
1716
|
```python
|
1743
1717
|
import pulumi
|
1744
1718
|
import pulumi_gcp as gcp
|
@@ -1768,10 +1742,8 @@ class Service(pulumi.CustomResource):
|
|
1768
1742
|
)],
|
1769
1743
|
))
|
1770
1744
|
```
|
1771
|
-
<!--End PulumiCodeChooser -->
|
1772
1745
|
### Cloudrunv2 Service Mount Nfs
|
1773
1746
|
|
1774
|
-
<!--Start PulumiCodeChooser -->
|
1775
1747
|
```python
|
1776
1748
|
import pulumi
|
1777
1749
|
import pulumi_gcp as gcp
|
@@ -1818,7 +1790,6 @@ class Service(pulumi.CustomResource):
|
|
1818
1790
|
)],
|
1819
1791
|
))
|
1820
1792
|
```
|
1821
|
-
<!--End PulumiCodeChooser -->
|
1822
1793
|
|
1823
1794
|
## Import
|
1824
1795
|
|
@@ -1976,22 +1947,23 @@ class Service(pulumi.CustomResource):
|
|
1976
1947
|
:param str resource_name: The unique name of the resulting resource.
|
1977
1948
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1978
1949
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1979
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] annotations: Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and
|
1980
|
-
Cloud Run API v2 does not support annotations with
|
1981
|
-
|
1982
|
-
|
1983
|
-
**Note**: This field is non-authoritative, and will only manage the
|
1984
|
-
Please refer to the field
|
1950
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] annotations: Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and
|
1951
|
+
should be preserved when modifying objects. Cloud Run API v2 does not support annotations with 'run.googleapis.com',
|
1952
|
+
'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they will be rejected in new
|
1953
|
+
resources. All system annotations in v1 now have a corresponding field in v2 Service. This field follows Kubernetes
|
1954
|
+
annotations' namespacing, limits, and rules. **Note**: This field is non-authoritative, and will only manage the
|
1955
|
+
annotations present in your configuration. Please refer to the field 'effective_annotations' for all of the annotations
|
1956
|
+
present on the resource.
|
1985
1957
|
:param pulumi.Input[pulumi.InputType['ServiceBinaryAuthorizationArgs']] binary_authorization: Settings for the Binary Authorization feature.
|
1986
|
-
Structure is documented below.
|
1987
1958
|
:param pulumi.Input[str] client: Arbitrary identifier for the API client.
|
1988
1959
|
:param pulumi.Input[str] client_version: Arbitrary version identifier for the API client.
|
1989
1960
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceConditionArgs']]]] conditions: The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Service does not reach its Serving state. See comments in reconciling for additional information on reconciliation process in Cloud Run.
|
1990
1961
|
Structure is documented below.
|
1991
1962
|
:param pulumi.Input[str] create_time: The creation time.
|
1992
1963
|
:param pulumi.Input[str] creator: Email address of the authenticated creator.
|
1993
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] custom_audiences: One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a
|
1994
|
-
For more information, see
|
1964
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] custom_audiences: One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a
|
1965
|
+
string. The custom audiences are encoded in the token and used to authenticate requests. For more information, see
|
1966
|
+
https://cloud.google.com/run/docs/configuring/custom-audiences.
|
1995
1967
|
:param pulumi.Input[str] delete_time: The deletion time.
|
1996
1968
|
:param pulumi.Input[str] description: User-provided description of the Service. This field currently has a 512-character limit.
|
1997
1969
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
@@ -2000,26 +1972,29 @@ class Service(pulumi.CustomResource):
|
|
2000
1972
|
:param pulumi.Input[str] etag: A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
|
2001
1973
|
:param pulumi.Input[str] expire_time: For a deleted resource, the time after which it will be permamently deleted.
|
2002
1974
|
:param pulumi.Input[str] generation: A number that monotonically increases every time the user modifies the desired state. Please note that unlike v1, this is an int64 value. As with most Google APIs, its JSON representation will be a string instead of an integer.
|
2003
|
-
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
2004
|
-
Possible values
|
2005
|
-
|
2006
|
-
|
2007
|
-
|
2008
|
-
|
2009
|
-
|
2010
|
-
|
1975
|
+
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
1976
|
+
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
1977
|
+
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
1978
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
1979
|
+
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
1980
|
+
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
1981
|
+
https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
|
1982
|
+
'run.googleapis.com', 'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they
|
1983
|
+
will be rejected. All system labels in v1 now have a corresponding field in v2 Service. **Note**: This field is
|
1984
|
+
non-authoritative, and will only manage the labels present in your configuration. Please refer to the field
|
1985
|
+
'effective_labels' for all of the labels present on the resource.
|
2011
1986
|
:param pulumi.Input[str] last_modifier: Email address of the last authenticated modifier.
|
2012
1987
|
:param pulumi.Input[str] latest_created_revision: Name of the last created revision. See comments in reconciling for additional information on reconciliation process in Cloud Run.
|
2013
1988
|
:param pulumi.Input[str] latest_ready_revision: Name of the latest revision that is serving traffic. See comments in reconciling for additional information on reconciliation process in Cloud Run.
|
2014
|
-
:param pulumi.Input[str] launch_stage: The launch stage as defined by [Google Cloud Platform Launch
|
2015
|
-
|
2016
|
-
|
2017
|
-
|
1989
|
+
:param pulumi.Input[str] launch_stage: The launch stage as defined by [Google Cloud Platform Launch
|
1990
|
+
Stages](https://cloud.google.com/products#product-launch-stages). Cloud Run supports ALPHA, BETA, and GA. If no value is
|
1991
|
+
specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that
|
1992
|
+
stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as
|
1993
|
+
input, but only BETA and GA-level features are used, this field will be BETA on output. Possible values:
|
1994
|
+
["UNIMPLEMENTED", "PRELAUNCH", "EARLY_ACCESS", "ALPHA", "BETA", "GA", "DEPRECATED"]
|
2018
1995
|
:param pulumi.Input[str] location: The location of the cloud run service
|
2019
1996
|
:param pulumi.Input[str] name: Name of the Service.
|
2020
1997
|
:param pulumi.Input[str] observed_generation: The generation of this Service currently serving traffic. See comments in reconciling for additional information on reconciliation process in Cloud Run. Please note that unlike v1, this is an int64 value. As with most Google APIs, its JSON representation will be a string instead of an integer.
|
2021
|
-
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
2022
|
-
If it is not provided, the provider project is used.
|
2023
1998
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
2024
1999
|
and default labels configured on the provider.
|
2025
2000
|
:param pulumi.Input[bool] reconciling: Returns true if the Service is currently being acted upon by the system to bring it into the desired state.
|
@@ -2027,15 +2002,14 @@ class Service(pulumi.CustomResource):
|
|
2027
2002
|
If reconciliation succeeded, the following fields will match: traffic and trafficStatuses, observedGeneration and generation, latestReadyRevision and latestCreatedRevision.
|
2028
2003
|
If reconciliation failed, trafficStatuses, observedGeneration, and latestReadyRevision will have the state of the last serving revision, or empty for newly created Services. Additional information on the failure can be found in terminalCondition and conditions.
|
2029
2004
|
:param pulumi.Input[pulumi.InputType['ServiceScalingArgs']] scaling: Scaling settings that apply to the whole service
|
2030
|
-
Structure is documented below.
|
2031
2005
|
:param pulumi.Input[pulumi.InputType['ServiceTemplateArgs']] template: The template used to create revisions for this Service.
|
2032
2006
|
Structure is documented below.
|
2033
2007
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceTerminalConditionArgs']]]] terminal_conditions: The Condition of this Service, containing its readiness status, and detailed error information in case it did not reach a serving state. See comments in reconciling for additional information on reconciliation process in Cloud Run.
|
2034
2008
|
Structure is documented below.
|
2035
2009
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceTrafficStatusArgs']]]] traffic_statuses: Detailed status information for corresponding traffic targets. See comments in reconciling for additional information on reconciliation process in Cloud Run.
|
2036
2010
|
Structure is documented below.
|
2037
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceTrafficArgs']]]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not
|
2038
|
-
|
2011
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceTrafficArgs']]]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not
|
2012
|
+
provided, defaults to 100% traffic to the latest Ready Revision.
|
2039
2013
|
:param pulumi.Input[str] uid: Server assigned unique identifier for the trigger. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
|
2040
2014
|
:param pulumi.Input[str] update_time: The last-modified time.
|
2041
2015
|
:param pulumi.Input[str] uri: (Output)
|
@@ -2086,12 +2060,13 @@ class Service(pulumi.CustomResource):
|
|
2086
2060
|
@pulumi.getter
|
2087
2061
|
def annotations(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
2088
2062
|
"""
|
2089
|
-
Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and
|
2090
|
-
Cloud Run API v2 does not support annotations with
|
2091
|
-
|
2092
|
-
|
2093
|
-
**Note**: This field is non-authoritative, and will only manage the
|
2094
|
-
Please refer to the field
|
2063
|
+
Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and
|
2064
|
+
should be preserved when modifying objects. Cloud Run API v2 does not support annotations with 'run.googleapis.com',
|
2065
|
+
'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they will be rejected in new
|
2066
|
+
resources. All system annotations in v1 now have a corresponding field in v2 Service. This field follows Kubernetes
|
2067
|
+
annotations' namespacing, limits, and rules. **Note**: This field is non-authoritative, and will only manage the
|
2068
|
+
annotations present in your configuration. Please refer to the field 'effective_annotations' for all of the annotations
|
2069
|
+
present on the resource.
|
2095
2070
|
"""
|
2096
2071
|
return pulumi.get(self, "annotations")
|
2097
2072
|
|
@@ -2100,7 +2075,6 @@ class Service(pulumi.CustomResource):
|
|
2100
2075
|
def binary_authorization(self) -> pulumi.Output[Optional['outputs.ServiceBinaryAuthorization']]:
|
2101
2076
|
"""
|
2102
2077
|
Settings for the Binary Authorization feature.
|
2103
|
-
Structure is documented below.
|
2104
2078
|
"""
|
2105
2079
|
return pulumi.get(self, "binary_authorization")
|
2106
2080
|
|
@@ -2149,8 +2123,9 @@ class Service(pulumi.CustomResource):
|
|
2149
2123
|
@pulumi.getter(name="customAudiences")
|
2150
2124
|
def custom_audiences(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
2151
2125
|
"""
|
2152
|
-
One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a
|
2153
|
-
For more information, see
|
2126
|
+
One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a
|
2127
|
+
string. The custom audiences are encoded in the token and used to authenticate requests. For more information, see
|
2128
|
+
https://cloud.google.com/run/docs/configuring/custom-audiences.
|
2154
2129
|
"""
|
2155
2130
|
return pulumi.get(self, "custom_audiences")
|
2156
2131
|
|
@@ -2215,8 +2190,9 @@ class Service(pulumi.CustomResource):
|
|
2215
2190
|
@pulumi.getter
|
2216
2191
|
def ingress(self) -> pulumi.Output[str]:
|
2217
2192
|
"""
|
2218
|
-
Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
2219
|
-
Possible values
|
2193
|
+
Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
2194
|
+
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
2195
|
+
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
2220
2196
|
"""
|
2221
2197
|
return pulumi.get(self, "ingress")
|
2222
2198
|
|
@@ -2224,12 +2200,14 @@ class Service(pulumi.CustomResource):
|
|
2224
2200
|
@pulumi.getter
|
2225
2201
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
2226
2202
|
"""
|
2227
|
-
Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
2228
|
-
|
2229
|
-
|
2230
|
-
|
2231
|
-
|
2232
|
-
|
2203
|
+
Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
2204
|
+
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
2205
|
+
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
2206
|
+
https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
|
2207
|
+
'run.googleapis.com', 'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they
|
2208
|
+
will be rejected. All system labels in v1 now have a corresponding field in v2 Service. **Note**: This field is
|
2209
|
+
non-authoritative, and will only manage the labels present in your configuration. Please refer to the field
|
2210
|
+
'effective_labels' for all of the labels present on the resource.
|
2233
2211
|
"""
|
2234
2212
|
return pulumi.get(self, "labels")
|
2235
2213
|
|
@@ -2261,10 +2239,12 @@ class Service(pulumi.CustomResource):
|
|
2261
2239
|
@pulumi.getter(name="launchStage")
|
2262
2240
|
def launch_stage(self) -> pulumi.Output[str]:
|
2263
2241
|
"""
|
2264
|
-
The launch stage as defined by [Google Cloud Platform Launch
|
2265
|
-
|
2266
|
-
|
2267
|
-
|
2242
|
+
The launch stage as defined by [Google Cloud Platform Launch
|
2243
|
+
Stages](https://cloud.google.com/products#product-launch-stages). Cloud Run supports ALPHA, BETA, and GA. If no value is
|
2244
|
+
specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that
|
2245
|
+
stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as
|
2246
|
+
input, but only BETA and GA-level features are used, this field will be BETA on output. Possible values:
|
2247
|
+
["UNIMPLEMENTED", "PRELAUNCH", "EARLY_ACCESS", "ALPHA", "BETA", "GA", "DEPRECATED"]
|
2268
2248
|
"""
|
2269
2249
|
return pulumi.get(self, "launch_stage")
|
2270
2250
|
|
@@ -2295,10 +2275,6 @@ class Service(pulumi.CustomResource):
|
|
2295
2275
|
@property
|
2296
2276
|
@pulumi.getter
|
2297
2277
|
def project(self) -> pulumi.Output[str]:
|
2298
|
-
"""
|
2299
|
-
The ID of the project in which the resource belongs.
|
2300
|
-
If it is not provided, the provider project is used.
|
2301
|
-
"""
|
2302
2278
|
return pulumi.get(self, "project")
|
2303
2279
|
|
2304
2280
|
@property
|
@@ -2326,7 +2302,6 @@ class Service(pulumi.CustomResource):
|
|
2326
2302
|
def scaling(self) -> pulumi.Output[Optional['outputs.ServiceScaling']]:
|
2327
2303
|
"""
|
2328
2304
|
Scaling settings that apply to the whole service
|
2329
|
-
Structure is documented below.
|
2330
2305
|
"""
|
2331
2306
|
return pulumi.get(self, "scaling")
|
2332
2307
|
|
@@ -2361,8 +2336,8 @@ class Service(pulumi.CustomResource):
|
|
2361
2336
|
@pulumi.getter
|
2362
2337
|
def traffics(self) -> pulumi.Output[Sequence['outputs.ServiceTraffic']]:
|
2363
2338
|
"""
|
2364
|
-
Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not
|
2365
|
-
|
2339
|
+
Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not
|
2340
|
+
provided, defaults to 100% traffic to the latest Ready Revision.
|
2366
2341
|
"""
|
2367
2342
|
return pulumi.get(self, "traffics")
|
2368
2343
|
|