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
@@ -54,53 +54,42 @@ class FlexibleAppVersionArgs:
|
|
54
54
|
:param pulumi.Input[str] runtime: Desired runtime. Example python27.
|
55
55
|
:param pulumi.Input[str] service: AppEngine service resource. Can contain numbers, letters, and hyphens.
|
56
56
|
:param pulumi.Input['FlexibleAppVersionApiConfigArgs'] api_config: Serving configuration for Google Cloud Endpoints.
|
57
|
-
Structure is documented below.
|
58
57
|
:param pulumi.Input['FlexibleAppVersionAutomaticScalingArgs'] automatic_scaling: Automatic scaling is based on request rate, response latencies, and other application metrics.
|
59
|
-
Structure is documented below.
|
60
58
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] beta_settings: Metadata settings that are supplied to this version to enable beta runtime features.
|
61
|
-
:param pulumi.Input[str] default_expiration: Duration that static files should be cached by web proxies and browsers.
|
62
|
-
|
63
|
-
:param pulumi.Input[bool] delete_service_on_destroy: If set to
|
59
|
+
:param pulumi.Input[str] default_expiration: Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding
|
60
|
+
StaticFilesHandler does not specify its own expiration time.
|
61
|
+
:param pulumi.Input[bool] delete_service_on_destroy: If set to 'true', the service will be deleted if it is the last version.
|
64
62
|
:param pulumi.Input['FlexibleAppVersionDeploymentArgs'] deployment: Code and application artifacts that make up this version.
|
65
|
-
Structure is documented below.
|
66
63
|
:param pulumi.Input['FlexibleAppVersionEndpointsApiServiceArgs'] endpoints_api_service: Code and application artifacts that make up this version.
|
67
|
-
Structure is documented below.
|
68
64
|
:param pulumi.Input['FlexibleAppVersionEntrypointArgs'] entrypoint: The entrypoint for the application.
|
69
|
-
|
70
|
-
|
71
|
-
:param pulumi.Input[Sequence[pulumi.Input['FlexibleAppVersionHandlerArgs']]] handlers: An ordered list of URL-matching patterns that should be applied to incoming requests.
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
Structure is documented below.
|
65
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] env_variables: Environment variables available to the application. As these are not returned in the API request, Terraform will not
|
66
|
+
detect any changes made outside of the Terraform config.
|
67
|
+
:param pulumi.Input[Sequence[pulumi.Input['FlexibleAppVersionHandlerArgs']]] handlers: An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the
|
68
|
+
request and other request handlers are not attempted.
|
69
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] inbound_services: A list of the types of messages that this application is able to receive. Possible values: ["INBOUND_SERVICE_MAIL",
|
70
|
+
"INBOUND_SERVICE_MAIL_BOUNCE", "INBOUND_SERVICE_XMPP_ERROR", "INBOUND_SERVICE_XMPP_MESSAGE",
|
71
|
+
"INBOUND_SERVICE_XMPP_SUBSCRIBE", "INBOUND_SERVICE_XMPP_PRESENCE", "INBOUND_SERVICE_CHANNEL_PRESENCE",
|
72
|
+
"INBOUND_SERVICE_WARMUP"]
|
73
|
+
:param pulumi.Input[str] instance_class: Instance class that is used to run this version. Valid values are AutomaticScaling: F1, F2, F4, F4_1G ManualScaling: B1,
|
74
|
+
B2, B4, B8, B4_1G Defaults to F1 for AutomaticScaling and B1 for ManualScaling.
|
75
|
+
:param pulumi.Input['FlexibleAppVersionManualScalingArgs'] manual_scaling: A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of
|
76
|
+
its memory over time.
|
82
77
|
:param pulumi.Input['FlexibleAppVersionNetworkArgs'] network: Extra network settings
|
83
|
-
Structure is documented below.
|
84
78
|
:param pulumi.Input[str] nobuild_files_regex: Files that match this pattern will not be built into this version. Only applicable for Go runtimes.
|
85
|
-
:param pulumi.Input[bool] noop_on_destroy: If set to
|
86
|
-
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
87
|
-
If it is not provided, the provider project is used.
|
79
|
+
:param pulumi.Input[bool] noop_on_destroy: If set to 'true', the application version will not be deleted.
|
88
80
|
:param pulumi.Input['FlexibleAppVersionResourcesArgs'] resources: Machine resources for a version.
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
Substitute `<language>` with `python`, `java`, `php`, `ruby`, `go` or `nodejs`.
|
81
|
+
:param pulumi.Input[str] runtime_api_version: The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at
|
82
|
+
'https://cloud.google.com/appengine/docs/standard/<language>/config/appref'\\ Substitute '<language>' with 'python',
|
83
|
+
'java', 'php', 'ruby', 'go' or 'nodejs'.
|
93
84
|
:param pulumi.Input[str] runtime_channel: The channel of the runtime to use. Only available for some runtimes.
|
94
85
|
:param pulumi.Input[str] runtime_main_executable_path: The path or name of the app's main executable.
|
95
|
-
:param pulumi.Input[str] service_account: The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as
|
96
|
-
|
86
|
+
:param pulumi.Input[str] service_account: The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default
|
87
|
+
if this field is neither provided in app.yaml file nor through CLI flag.
|
97
88
|
:param pulumi.Input[str] serving_status: Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.
|
98
|
-
Default value
|
99
|
-
|
100
|
-
|
101
|
-
Reserved names,"default", "latest", and any name with the prefix "ah-".
|
89
|
+
Default value: "SERVING" Possible values: ["SERVING", "STOPPED"]
|
90
|
+
:param pulumi.Input[str] version_id: Relative name of the version within the service. For example, 'v1'. Version names can contain only lowercase letters,
|
91
|
+
numbers, or hyphens. Reserved names,"default", "latest", and any name with the prefix "ah-".
|
102
92
|
:param pulumi.Input['FlexibleAppVersionVpcAccessConnectorArgs'] vpc_access_connector: Enables VPC connectivity for standard apps.
|
103
|
-
Structure is documented below.
|
104
93
|
"""
|
105
94
|
pulumi.set(__self__, "liveness_check", liveness_check)
|
106
95
|
pulumi.set(__self__, "readiness_check", readiness_check)
|
@@ -212,7 +201,6 @@ class FlexibleAppVersionArgs:
|
|
212
201
|
def api_config(self) -> Optional[pulumi.Input['FlexibleAppVersionApiConfigArgs']]:
|
213
202
|
"""
|
214
203
|
Serving configuration for Google Cloud Endpoints.
|
215
|
-
Structure is documented below.
|
216
204
|
"""
|
217
205
|
return pulumi.get(self, "api_config")
|
218
206
|
|
@@ -225,7 +213,6 @@ class FlexibleAppVersionArgs:
|
|
225
213
|
def automatic_scaling(self) -> Optional[pulumi.Input['FlexibleAppVersionAutomaticScalingArgs']]:
|
226
214
|
"""
|
227
215
|
Automatic scaling is based on request rate, response latencies, and other application metrics.
|
228
|
-
Structure is documented below.
|
229
216
|
"""
|
230
217
|
return pulumi.get(self, "automatic_scaling")
|
231
218
|
|
@@ -249,8 +236,8 @@ class FlexibleAppVersionArgs:
|
|
249
236
|
@pulumi.getter(name="defaultExpiration")
|
250
237
|
def default_expiration(self) -> Optional[pulumi.Input[str]]:
|
251
238
|
"""
|
252
|
-
Duration that static files should be cached by web proxies and browsers.
|
253
|
-
|
239
|
+
Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding
|
240
|
+
StaticFilesHandler does not specify its own expiration time.
|
254
241
|
"""
|
255
242
|
return pulumi.get(self, "default_expiration")
|
256
243
|
|
@@ -262,7 +249,7 @@ class FlexibleAppVersionArgs:
|
|
262
249
|
@pulumi.getter(name="deleteServiceOnDestroy")
|
263
250
|
def delete_service_on_destroy(self) -> Optional[pulumi.Input[bool]]:
|
264
251
|
"""
|
265
|
-
If set to
|
252
|
+
If set to 'true', the service will be deleted if it is the last version.
|
266
253
|
"""
|
267
254
|
return pulumi.get(self, "delete_service_on_destroy")
|
268
255
|
|
@@ -275,7 +262,6 @@ class FlexibleAppVersionArgs:
|
|
275
262
|
def deployment(self) -> Optional[pulumi.Input['FlexibleAppVersionDeploymentArgs']]:
|
276
263
|
"""
|
277
264
|
Code and application artifacts that make up this version.
|
278
|
-
Structure is documented below.
|
279
265
|
"""
|
280
266
|
return pulumi.get(self, "deployment")
|
281
267
|
|
@@ -288,7 +274,6 @@ class FlexibleAppVersionArgs:
|
|
288
274
|
def endpoints_api_service(self) -> Optional[pulumi.Input['FlexibleAppVersionEndpointsApiServiceArgs']]:
|
289
275
|
"""
|
290
276
|
Code and application artifacts that make up this version.
|
291
|
-
Structure is documented below.
|
292
277
|
"""
|
293
278
|
return pulumi.get(self, "endpoints_api_service")
|
294
279
|
|
@@ -301,7 +286,6 @@ class FlexibleAppVersionArgs:
|
|
301
286
|
def entrypoint(self) -> Optional[pulumi.Input['FlexibleAppVersionEntrypointArgs']]:
|
302
287
|
"""
|
303
288
|
The entrypoint for the application.
|
304
|
-
Structure is documented below.
|
305
289
|
"""
|
306
290
|
return pulumi.get(self, "entrypoint")
|
307
291
|
|
@@ -313,7 +297,8 @@ class FlexibleAppVersionArgs:
|
|
313
297
|
@pulumi.getter(name="envVariables")
|
314
298
|
def env_variables(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
315
299
|
"""
|
316
|
-
Environment variables available to the application.
|
300
|
+
Environment variables available to the application. As these are not returned in the API request, Terraform will not
|
301
|
+
detect any changes made outside of the Terraform config.
|
317
302
|
"""
|
318
303
|
return pulumi.get(self, "env_variables")
|
319
304
|
|
@@ -325,9 +310,8 @@ class FlexibleAppVersionArgs:
|
|
325
310
|
@pulumi.getter
|
326
311
|
def handlers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlexibleAppVersionHandlerArgs']]]]:
|
327
312
|
"""
|
328
|
-
An ordered list of URL-matching patterns that should be applied to incoming requests.
|
329
|
-
|
330
|
-
Structure is documented below.
|
313
|
+
An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the
|
314
|
+
request and other request handlers are not attempted.
|
331
315
|
"""
|
332
316
|
return pulumi.get(self, "handlers")
|
333
317
|
|
@@ -339,8 +323,10 @@ class FlexibleAppVersionArgs:
|
|
339
323
|
@pulumi.getter(name="inboundServices")
|
340
324
|
def inbound_services(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
341
325
|
"""
|
342
|
-
A list of the types of messages that this application is able to receive.
|
343
|
-
|
326
|
+
A list of the types of messages that this application is able to receive. Possible values: ["INBOUND_SERVICE_MAIL",
|
327
|
+
"INBOUND_SERVICE_MAIL_BOUNCE", "INBOUND_SERVICE_XMPP_ERROR", "INBOUND_SERVICE_XMPP_MESSAGE",
|
328
|
+
"INBOUND_SERVICE_XMPP_SUBSCRIBE", "INBOUND_SERVICE_XMPP_PRESENCE", "INBOUND_SERVICE_CHANNEL_PRESENCE",
|
329
|
+
"INBOUND_SERVICE_WARMUP"]
|
344
330
|
"""
|
345
331
|
return pulumi.get(self, "inbound_services")
|
346
332
|
|
@@ -352,10 +338,8 @@ class FlexibleAppVersionArgs:
|
|
352
338
|
@pulumi.getter(name="instanceClass")
|
353
339
|
def instance_class(self) -> Optional[pulumi.Input[str]]:
|
354
340
|
"""
|
355
|
-
Instance class that is used to run this version. Valid values are
|
356
|
-
|
357
|
-
ManualScaling: B1, B2, B4, B8, B4_1G
|
358
|
-
Defaults to F1 for AutomaticScaling and B1 for ManualScaling.
|
341
|
+
Instance class that is used to run this version. Valid values are AutomaticScaling: F1, F2, F4, F4_1G ManualScaling: B1,
|
342
|
+
B2, B4, B8, B4_1G Defaults to F1 for AutomaticScaling and B1 for ManualScaling.
|
359
343
|
"""
|
360
344
|
return pulumi.get(self, "instance_class")
|
361
345
|
|
@@ -367,8 +351,8 @@ class FlexibleAppVersionArgs:
|
|
367
351
|
@pulumi.getter(name="manualScaling")
|
368
352
|
def manual_scaling(self) -> Optional[pulumi.Input['FlexibleAppVersionManualScalingArgs']]:
|
369
353
|
"""
|
370
|
-
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of
|
371
|
-
|
354
|
+
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of
|
355
|
+
its memory over time.
|
372
356
|
"""
|
373
357
|
return pulumi.get(self, "manual_scaling")
|
374
358
|
|
@@ -381,7 +365,6 @@ class FlexibleAppVersionArgs:
|
|
381
365
|
def network(self) -> Optional[pulumi.Input['FlexibleAppVersionNetworkArgs']]:
|
382
366
|
"""
|
383
367
|
Extra network settings
|
384
|
-
Structure is documented below.
|
385
368
|
"""
|
386
369
|
return pulumi.get(self, "network")
|
387
370
|
|
@@ -405,7 +388,7 @@ class FlexibleAppVersionArgs:
|
|
405
388
|
@pulumi.getter(name="noopOnDestroy")
|
406
389
|
def noop_on_destroy(self) -> Optional[pulumi.Input[bool]]:
|
407
390
|
"""
|
408
|
-
If set to
|
391
|
+
If set to 'true', the application version will not be deleted.
|
409
392
|
"""
|
410
393
|
return pulumi.get(self, "noop_on_destroy")
|
411
394
|
|
@@ -416,10 +399,6 @@ class FlexibleAppVersionArgs:
|
|
416
399
|
@property
|
417
400
|
@pulumi.getter
|
418
401
|
def project(self) -> Optional[pulumi.Input[str]]:
|
419
|
-
"""
|
420
|
-
The ID of the project in which the resource belongs.
|
421
|
-
If it is not provided, the provider project is used.
|
422
|
-
"""
|
423
402
|
return pulumi.get(self, "project")
|
424
403
|
|
425
404
|
@project.setter
|
@@ -431,7 +410,6 @@ class FlexibleAppVersionArgs:
|
|
431
410
|
def resources(self) -> Optional[pulumi.Input['FlexibleAppVersionResourcesArgs']]:
|
432
411
|
"""
|
433
412
|
Machine resources for a version.
|
434
|
-
Structure is documented below.
|
435
413
|
"""
|
436
414
|
return pulumi.get(self, "resources")
|
437
415
|
|
@@ -443,9 +421,9 @@ class FlexibleAppVersionArgs:
|
|
443
421
|
@pulumi.getter(name="runtimeApiVersion")
|
444
422
|
def runtime_api_version(self) -> Optional[pulumi.Input[str]]:
|
445
423
|
"""
|
446
|
-
The version of the API in the given runtime environment.
|
447
|
-
|
448
|
-
|
424
|
+
The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at
|
425
|
+
'https://cloud.google.com/appengine/docs/standard/<language>/config/appref'\\ Substitute '<language>' with 'python',
|
426
|
+
'java', 'php', 'ruby', 'go' or 'nodejs'.
|
449
427
|
"""
|
450
428
|
return pulumi.get(self, "runtime_api_version")
|
451
429
|
|
@@ -481,8 +459,8 @@ class FlexibleAppVersionArgs:
|
|
481
459
|
@pulumi.getter(name="serviceAccount")
|
482
460
|
def service_account(self) -> Optional[pulumi.Input[str]]:
|
483
461
|
"""
|
484
|
-
The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as
|
485
|
-
|
462
|
+
The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default
|
463
|
+
if this field is neither provided in app.yaml file nor through CLI flag.
|
486
464
|
"""
|
487
465
|
return pulumi.get(self, "service_account")
|
488
466
|
|
@@ -495,8 +473,7 @@ class FlexibleAppVersionArgs:
|
|
495
473
|
def serving_status(self) -> Optional[pulumi.Input[str]]:
|
496
474
|
"""
|
497
475
|
Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.
|
498
|
-
Default value
|
499
|
-
Possible values are: `SERVING`, `STOPPED`.
|
476
|
+
Default value: "SERVING" Possible values: ["SERVING", "STOPPED"]
|
500
477
|
"""
|
501
478
|
return pulumi.get(self, "serving_status")
|
502
479
|
|
@@ -508,8 +485,8 @@ class FlexibleAppVersionArgs:
|
|
508
485
|
@pulumi.getter(name="versionId")
|
509
486
|
def version_id(self) -> Optional[pulumi.Input[str]]:
|
510
487
|
"""
|
511
|
-
Relative name of the version within the service. For example,
|
512
|
-
Reserved names,"default", "latest", and any name with the prefix "ah-".
|
488
|
+
Relative name of the version within the service. For example, 'v1'. Version names can contain only lowercase letters,
|
489
|
+
numbers, or hyphens. Reserved names,"default", "latest", and any name with the prefix "ah-".
|
513
490
|
"""
|
514
491
|
return pulumi.get(self, "version_id")
|
515
492
|
|
@@ -522,7 +499,6 @@ class FlexibleAppVersionArgs:
|
|
522
499
|
def vpc_access_connector(self) -> Optional[pulumi.Input['FlexibleAppVersionVpcAccessConnectorArgs']]:
|
523
500
|
"""
|
524
501
|
Enables VPC connectivity for standard apps.
|
525
|
-
Structure is documented below.
|
526
502
|
"""
|
527
503
|
return pulumi.get(self, "vpc_access_connector")
|
528
504
|
|
@@ -567,61 +543,49 @@ class _FlexibleAppVersionState:
|
|
567
543
|
"""
|
568
544
|
Input properties used for looking up and filtering FlexibleAppVersion resources.
|
569
545
|
:param pulumi.Input['FlexibleAppVersionApiConfigArgs'] api_config: Serving configuration for Google Cloud Endpoints.
|
570
|
-
Structure is documented below.
|
571
546
|
:param pulumi.Input['FlexibleAppVersionAutomaticScalingArgs'] automatic_scaling: Automatic scaling is based on request rate, response latencies, and other application metrics.
|
572
|
-
Structure is documented below.
|
573
547
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] beta_settings: Metadata settings that are supplied to this version to enable beta runtime features.
|
574
|
-
:param pulumi.Input[str] default_expiration: Duration that static files should be cached by web proxies and browsers.
|
575
|
-
|
576
|
-
:param pulumi.Input[bool] delete_service_on_destroy: If set to
|
548
|
+
:param pulumi.Input[str] default_expiration: Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding
|
549
|
+
StaticFilesHandler does not specify its own expiration time.
|
550
|
+
:param pulumi.Input[bool] delete_service_on_destroy: If set to 'true', the service will be deleted if it is the last version.
|
577
551
|
:param pulumi.Input['FlexibleAppVersionDeploymentArgs'] deployment: Code and application artifacts that make up this version.
|
578
|
-
Structure is documented below.
|
579
552
|
:param pulumi.Input['FlexibleAppVersionEndpointsApiServiceArgs'] endpoints_api_service: Code and application artifacts that make up this version.
|
580
|
-
Structure is documented below.
|
581
553
|
:param pulumi.Input['FlexibleAppVersionEntrypointArgs'] entrypoint: The entrypoint for the application.
|
582
|
-
|
583
|
-
|
584
|
-
:param pulumi.Input[Sequence[pulumi.Input['FlexibleAppVersionHandlerArgs']]] handlers: An ordered list of URL-matching patterns that should be applied to incoming requests.
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
Defaults to F1 for AutomaticScaling and B1 for ManualScaling.
|
554
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] env_variables: Environment variables available to the application. As these are not returned in the API request, Terraform will not
|
555
|
+
detect any changes made outside of the Terraform config.
|
556
|
+
:param pulumi.Input[Sequence[pulumi.Input['FlexibleAppVersionHandlerArgs']]] handlers: An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the
|
557
|
+
request and other request handlers are not attempted.
|
558
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] inbound_services: A list of the types of messages that this application is able to receive. Possible values: ["INBOUND_SERVICE_MAIL",
|
559
|
+
"INBOUND_SERVICE_MAIL_BOUNCE", "INBOUND_SERVICE_XMPP_ERROR", "INBOUND_SERVICE_XMPP_MESSAGE",
|
560
|
+
"INBOUND_SERVICE_XMPP_SUBSCRIBE", "INBOUND_SERVICE_XMPP_PRESENCE", "INBOUND_SERVICE_CHANNEL_PRESENCE",
|
561
|
+
"INBOUND_SERVICE_WARMUP"]
|
562
|
+
:param pulumi.Input[str] instance_class: Instance class that is used to run this version. Valid values are AutomaticScaling: F1, F2, F4, F4_1G ManualScaling: B1,
|
563
|
+
B2, B4, B8, B4_1G Defaults to F1 for AutomaticScaling and B1 for ManualScaling.
|
593
564
|
:param pulumi.Input['FlexibleAppVersionLivenessCheckArgs'] liveness_check: Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances.
|
594
565
|
Structure is documented below.
|
595
|
-
:param pulumi.Input['FlexibleAppVersionManualScalingArgs'] manual_scaling: A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of
|
596
|
-
|
597
|
-
:param pulumi.Input[str] name:
|
598
|
-
For example "myapi.endpoints.myproject.cloud.goog"
|
566
|
+
:param pulumi.Input['FlexibleAppVersionManualScalingArgs'] manual_scaling: A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of
|
567
|
+
its memory over time.
|
568
|
+
:param pulumi.Input[str] name: Full path to the Version resource in the API. Example, "v1".
|
599
569
|
:param pulumi.Input['FlexibleAppVersionNetworkArgs'] network: Extra network settings
|
600
|
-
Structure is documented below.
|
601
570
|
:param pulumi.Input[str] nobuild_files_regex: Files that match this pattern will not be built into this version. Only applicable for Go runtimes.
|
602
|
-
:param pulumi.Input[bool] noop_on_destroy: If set to
|
603
|
-
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
604
|
-
If it is not provided, the provider project is used.
|
571
|
+
:param pulumi.Input[bool] noop_on_destroy: If set to 'true', the application version will not be deleted.
|
605
572
|
:param pulumi.Input['FlexibleAppVersionReadinessCheckArgs'] readiness_check: Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.
|
606
573
|
Structure is documented below.
|
607
574
|
:param pulumi.Input['FlexibleAppVersionResourcesArgs'] resources: Machine resources for a version.
|
608
|
-
Structure is documented below.
|
609
575
|
:param pulumi.Input[str] runtime: Desired runtime. Example python27.
|
610
|
-
:param pulumi.Input[str] runtime_api_version: The version of the API in the given runtime environment.
|
611
|
-
|
612
|
-
|
576
|
+
:param pulumi.Input[str] runtime_api_version: The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at
|
577
|
+
'https://cloud.google.com/appengine/docs/standard/<language>/config/appref'\\ Substitute '<language>' with 'python',
|
578
|
+
'java', 'php', 'ruby', 'go' or 'nodejs'.
|
613
579
|
:param pulumi.Input[str] runtime_channel: The channel of the runtime to use. Only available for some runtimes.
|
614
580
|
:param pulumi.Input[str] runtime_main_executable_path: The path or name of the app's main executable.
|
615
581
|
:param pulumi.Input[str] service: AppEngine service resource. Can contain numbers, letters, and hyphens.
|
616
|
-
:param pulumi.Input[str] service_account: The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as
|
617
|
-
|
582
|
+
:param pulumi.Input[str] service_account: The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default
|
583
|
+
if this field is neither provided in app.yaml file nor through CLI flag.
|
618
584
|
:param pulumi.Input[str] serving_status: Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.
|
619
|
-
Default value
|
620
|
-
|
621
|
-
|
622
|
-
Reserved names,"default", "latest", and any name with the prefix "ah-".
|
585
|
+
Default value: "SERVING" Possible values: ["SERVING", "STOPPED"]
|
586
|
+
:param pulumi.Input[str] version_id: Relative name of the version within the service. For example, 'v1'. Version names can contain only lowercase letters,
|
587
|
+
numbers, or hyphens. Reserved names,"default", "latest", and any name with the prefix "ah-".
|
623
588
|
:param pulumi.Input['FlexibleAppVersionVpcAccessConnectorArgs'] vpc_access_connector: Enables VPC connectivity for standard apps.
|
624
|
-
Structure is documented below.
|
625
589
|
"""
|
626
590
|
if api_config is not None:
|
627
591
|
pulumi.set(__self__, "api_config", api_config)
|
@@ -689,7 +653,6 @@ class _FlexibleAppVersionState:
|
|
689
653
|
def api_config(self) -> Optional[pulumi.Input['FlexibleAppVersionApiConfigArgs']]:
|
690
654
|
"""
|
691
655
|
Serving configuration for Google Cloud Endpoints.
|
692
|
-
Structure is documented below.
|
693
656
|
"""
|
694
657
|
return pulumi.get(self, "api_config")
|
695
658
|
|
@@ -702,7 +665,6 @@ class _FlexibleAppVersionState:
|
|
702
665
|
def automatic_scaling(self) -> Optional[pulumi.Input['FlexibleAppVersionAutomaticScalingArgs']]:
|
703
666
|
"""
|
704
667
|
Automatic scaling is based on request rate, response latencies, and other application metrics.
|
705
|
-
Structure is documented below.
|
706
668
|
"""
|
707
669
|
return pulumi.get(self, "automatic_scaling")
|
708
670
|
|
@@ -726,8 +688,8 @@ class _FlexibleAppVersionState:
|
|
726
688
|
@pulumi.getter(name="defaultExpiration")
|
727
689
|
def default_expiration(self) -> Optional[pulumi.Input[str]]:
|
728
690
|
"""
|
729
|
-
Duration that static files should be cached by web proxies and browsers.
|
730
|
-
|
691
|
+
Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding
|
692
|
+
StaticFilesHandler does not specify its own expiration time.
|
731
693
|
"""
|
732
694
|
return pulumi.get(self, "default_expiration")
|
733
695
|
|
@@ -739,7 +701,7 @@ class _FlexibleAppVersionState:
|
|
739
701
|
@pulumi.getter(name="deleteServiceOnDestroy")
|
740
702
|
def delete_service_on_destroy(self) -> Optional[pulumi.Input[bool]]:
|
741
703
|
"""
|
742
|
-
If set to
|
704
|
+
If set to 'true', the service will be deleted if it is the last version.
|
743
705
|
"""
|
744
706
|
return pulumi.get(self, "delete_service_on_destroy")
|
745
707
|
|
@@ -752,7 +714,6 @@ class _FlexibleAppVersionState:
|
|
752
714
|
def deployment(self) -> Optional[pulumi.Input['FlexibleAppVersionDeploymentArgs']]:
|
753
715
|
"""
|
754
716
|
Code and application artifacts that make up this version.
|
755
|
-
Structure is documented below.
|
756
717
|
"""
|
757
718
|
return pulumi.get(self, "deployment")
|
758
719
|
|
@@ -765,7 +726,6 @@ class _FlexibleAppVersionState:
|
|
765
726
|
def endpoints_api_service(self) -> Optional[pulumi.Input['FlexibleAppVersionEndpointsApiServiceArgs']]:
|
766
727
|
"""
|
767
728
|
Code and application artifacts that make up this version.
|
768
|
-
Structure is documented below.
|
769
729
|
"""
|
770
730
|
return pulumi.get(self, "endpoints_api_service")
|
771
731
|
|
@@ -778,7 +738,6 @@ class _FlexibleAppVersionState:
|
|
778
738
|
def entrypoint(self) -> Optional[pulumi.Input['FlexibleAppVersionEntrypointArgs']]:
|
779
739
|
"""
|
780
740
|
The entrypoint for the application.
|
781
|
-
Structure is documented below.
|
782
741
|
"""
|
783
742
|
return pulumi.get(self, "entrypoint")
|
784
743
|
|
@@ -790,7 +749,8 @@ class _FlexibleAppVersionState:
|
|
790
749
|
@pulumi.getter(name="envVariables")
|
791
750
|
def env_variables(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
792
751
|
"""
|
793
|
-
Environment variables available to the application.
|
752
|
+
Environment variables available to the application. As these are not returned in the API request, Terraform will not
|
753
|
+
detect any changes made outside of the Terraform config.
|
794
754
|
"""
|
795
755
|
return pulumi.get(self, "env_variables")
|
796
756
|
|
@@ -802,9 +762,8 @@ class _FlexibleAppVersionState:
|
|
802
762
|
@pulumi.getter
|
803
763
|
def handlers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlexibleAppVersionHandlerArgs']]]]:
|
804
764
|
"""
|
805
|
-
An ordered list of URL-matching patterns that should be applied to incoming requests.
|
806
|
-
|
807
|
-
Structure is documented below.
|
765
|
+
An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the
|
766
|
+
request and other request handlers are not attempted.
|
808
767
|
"""
|
809
768
|
return pulumi.get(self, "handlers")
|
810
769
|
|
@@ -816,8 +775,10 @@ class _FlexibleAppVersionState:
|
|
816
775
|
@pulumi.getter(name="inboundServices")
|
817
776
|
def inbound_services(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
818
777
|
"""
|
819
|
-
A list of the types of messages that this application is able to receive.
|
820
|
-
|
778
|
+
A list of the types of messages that this application is able to receive. Possible values: ["INBOUND_SERVICE_MAIL",
|
779
|
+
"INBOUND_SERVICE_MAIL_BOUNCE", "INBOUND_SERVICE_XMPP_ERROR", "INBOUND_SERVICE_XMPP_MESSAGE",
|
780
|
+
"INBOUND_SERVICE_XMPP_SUBSCRIBE", "INBOUND_SERVICE_XMPP_PRESENCE", "INBOUND_SERVICE_CHANNEL_PRESENCE",
|
781
|
+
"INBOUND_SERVICE_WARMUP"]
|
821
782
|
"""
|
822
783
|
return pulumi.get(self, "inbound_services")
|
823
784
|
|
@@ -829,10 +790,8 @@ class _FlexibleAppVersionState:
|
|
829
790
|
@pulumi.getter(name="instanceClass")
|
830
791
|
def instance_class(self) -> Optional[pulumi.Input[str]]:
|
831
792
|
"""
|
832
|
-
Instance class that is used to run this version. Valid values are
|
833
|
-
|
834
|
-
ManualScaling: B1, B2, B4, B8, B4_1G
|
835
|
-
Defaults to F1 for AutomaticScaling and B1 for ManualScaling.
|
793
|
+
Instance class that is used to run this version. Valid values are AutomaticScaling: F1, F2, F4, F4_1G ManualScaling: B1,
|
794
|
+
B2, B4, B8, B4_1G Defaults to F1 for AutomaticScaling and B1 for ManualScaling.
|
836
795
|
"""
|
837
796
|
return pulumi.get(self, "instance_class")
|
838
797
|
|
@@ -857,8 +816,8 @@ class _FlexibleAppVersionState:
|
|
857
816
|
@pulumi.getter(name="manualScaling")
|
858
817
|
def manual_scaling(self) -> Optional[pulumi.Input['FlexibleAppVersionManualScalingArgs']]:
|
859
818
|
"""
|
860
|
-
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of
|
861
|
-
|
819
|
+
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of
|
820
|
+
its memory over time.
|
862
821
|
"""
|
863
822
|
return pulumi.get(self, "manual_scaling")
|
864
823
|
|
@@ -870,8 +829,7 @@ class _FlexibleAppVersionState:
|
|
870
829
|
@pulumi.getter
|
871
830
|
def name(self) -> Optional[pulumi.Input[str]]:
|
872
831
|
"""
|
873
|
-
|
874
|
-
For example "myapi.endpoints.myproject.cloud.goog"
|
832
|
+
Full path to the Version resource in the API. Example, "v1".
|
875
833
|
"""
|
876
834
|
return pulumi.get(self, "name")
|
877
835
|
|
@@ -884,7 +842,6 @@ class _FlexibleAppVersionState:
|
|
884
842
|
def network(self) -> Optional[pulumi.Input['FlexibleAppVersionNetworkArgs']]:
|
885
843
|
"""
|
886
844
|
Extra network settings
|
887
|
-
Structure is documented below.
|
888
845
|
"""
|
889
846
|
return pulumi.get(self, "network")
|
890
847
|
|
@@ -908,7 +865,7 @@ class _FlexibleAppVersionState:
|
|
908
865
|
@pulumi.getter(name="noopOnDestroy")
|
909
866
|
def noop_on_destroy(self) -> Optional[pulumi.Input[bool]]:
|
910
867
|
"""
|
911
|
-
If set to
|
868
|
+
If set to 'true', the application version will not be deleted.
|
912
869
|
"""
|
913
870
|
return pulumi.get(self, "noop_on_destroy")
|
914
871
|
|
@@ -919,10 +876,6 @@ class _FlexibleAppVersionState:
|
|
919
876
|
@property
|
920
877
|
@pulumi.getter
|
921
878
|
def project(self) -> Optional[pulumi.Input[str]]:
|
922
|
-
"""
|
923
|
-
The ID of the project in which the resource belongs.
|
924
|
-
If it is not provided, the provider project is used.
|
925
|
-
"""
|
926
879
|
return pulumi.get(self, "project")
|
927
880
|
|
928
881
|
@project.setter
|
@@ -947,7 +900,6 @@ class _FlexibleAppVersionState:
|
|
947
900
|
def resources(self) -> Optional[pulumi.Input['FlexibleAppVersionResourcesArgs']]:
|
948
901
|
"""
|
949
902
|
Machine resources for a version.
|
950
|
-
Structure is documented below.
|
951
903
|
"""
|
952
904
|
return pulumi.get(self, "resources")
|
953
905
|
|
@@ -971,9 +923,9 @@ class _FlexibleAppVersionState:
|
|
971
923
|
@pulumi.getter(name="runtimeApiVersion")
|
972
924
|
def runtime_api_version(self) -> Optional[pulumi.Input[str]]:
|
973
925
|
"""
|
974
|
-
The version of the API in the given runtime environment.
|
975
|
-
|
976
|
-
|
926
|
+
The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at
|
927
|
+
'https://cloud.google.com/appengine/docs/standard/<language>/config/appref'\\ Substitute '<language>' with 'python',
|
928
|
+
'java', 'php', 'ruby', 'go' or 'nodejs'.
|
977
929
|
"""
|
978
930
|
return pulumi.get(self, "runtime_api_version")
|
979
931
|
|
@@ -1021,8 +973,8 @@ class _FlexibleAppVersionState:
|
|
1021
973
|
@pulumi.getter(name="serviceAccount")
|
1022
974
|
def service_account(self) -> Optional[pulumi.Input[str]]:
|
1023
975
|
"""
|
1024
|
-
The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as
|
1025
|
-
|
976
|
+
The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default
|
977
|
+
if this field is neither provided in app.yaml file nor through CLI flag.
|
1026
978
|
"""
|
1027
979
|
return pulumi.get(self, "service_account")
|
1028
980
|
|
@@ -1035,8 +987,7 @@ class _FlexibleAppVersionState:
|
|
1035
987
|
def serving_status(self) -> Optional[pulumi.Input[str]]:
|
1036
988
|
"""
|
1037
989
|
Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.
|
1038
|
-
Default value
|
1039
|
-
Possible values are: `SERVING`, `STOPPED`.
|
990
|
+
Default value: "SERVING" Possible values: ["SERVING", "STOPPED"]
|
1040
991
|
"""
|
1041
992
|
return pulumi.get(self, "serving_status")
|
1042
993
|
|
@@ -1048,8 +999,8 @@ class _FlexibleAppVersionState:
|
|
1048
999
|
@pulumi.getter(name="versionId")
|
1049
1000
|
def version_id(self) -> Optional[pulumi.Input[str]]:
|
1050
1001
|
"""
|
1051
|
-
Relative name of the version within the service. For example,
|
1052
|
-
Reserved names,"default", "latest", and any name with the prefix "ah-".
|
1002
|
+
Relative name of the version within the service. For example, 'v1'. Version names can contain only lowercase letters,
|
1003
|
+
numbers, or hyphens. Reserved names,"default", "latest", and any name with the prefix "ah-".
|
1053
1004
|
"""
|
1054
1005
|
return pulumi.get(self, "version_id")
|
1055
1006
|
|
@@ -1062,7 +1013,6 @@ class _FlexibleAppVersionState:
|
|
1062
1013
|
def vpc_access_connector(self) -> Optional[pulumi.Input['FlexibleAppVersionVpcAccessConnectorArgs']]:
|
1063
1014
|
"""
|
1064
1015
|
Enables VPC connectivity for standard apps.
|
1065
|
-
Structure is documented below.
|
1066
1016
|
"""
|
1067
1017
|
return pulumi.get(self, "vpc_access_connector")
|
1068
1018
|
|
@@ -1125,7 +1075,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1125
1075
|
|
1126
1076
|
### App Engine Flexible App Version
|
1127
1077
|
|
1128
|
-
<!--Start PulumiCodeChooser -->
|
1129
1078
|
```python
|
1130
1079
|
import pulumi
|
1131
1080
|
import pulumi_gcp as gcp
|
@@ -1207,7 +1156,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1207
1156
|
noop_on_destroy=True,
|
1208
1157
|
service_account=custom_service_account.email)
|
1209
1158
|
```
|
1210
|
-
<!--End PulumiCodeChooser -->
|
1211
1159
|
|
1212
1160
|
## Import
|
1213
1161
|
|
@@ -1236,59 +1184,48 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1236
1184
|
:param str resource_name: The name of the resource.
|
1237
1185
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1238
1186
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionApiConfigArgs']] api_config: Serving configuration for Google Cloud Endpoints.
|
1239
|
-
Structure is documented below.
|
1240
1187
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionAutomaticScalingArgs']] automatic_scaling: Automatic scaling is based on request rate, response latencies, and other application metrics.
|
1241
|
-
Structure is documented below.
|
1242
1188
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] beta_settings: Metadata settings that are supplied to this version to enable beta runtime features.
|
1243
|
-
:param pulumi.Input[str] default_expiration: Duration that static files should be cached by web proxies and browsers.
|
1244
|
-
|
1245
|
-
:param pulumi.Input[bool] delete_service_on_destroy: If set to
|
1189
|
+
:param pulumi.Input[str] default_expiration: Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding
|
1190
|
+
StaticFilesHandler does not specify its own expiration time.
|
1191
|
+
:param pulumi.Input[bool] delete_service_on_destroy: If set to 'true', the service will be deleted if it is the last version.
|
1246
1192
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionDeploymentArgs']] deployment: Code and application artifacts that make up this version.
|
1247
|
-
Structure is documented below.
|
1248
1193
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionEndpointsApiServiceArgs']] endpoints_api_service: Code and application artifacts that make up this version.
|
1249
|
-
Structure is documented below.
|
1250
1194
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionEntrypointArgs']] entrypoint: The entrypoint for the application.
|
1251
|
-
|
1252
|
-
|
1253
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlexibleAppVersionHandlerArgs']]]] handlers: An ordered list of URL-matching patterns that should be applied to incoming requests.
|
1254
|
-
|
1255
|
-
|
1256
|
-
|
1257
|
-
|
1258
|
-
|
1259
|
-
|
1260
|
-
|
1261
|
-
Defaults to F1 for AutomaticScaling and B1 for ManualScaling.
|
1195
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] env_variables: Environment variables available to the application. As these are not returned in the API request, Terraform will not
|
1196
|
+
detect any changes made outside of the Terraform config.
|
1197
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlexibleAppVersionHandlerArgs']]]] handlers: An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the
|
1198
|
+
request and other request handlers are not attempted.
|
1199
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] inbound_services: A list of the types of messages that this application is able to receive. Possible values: ["INBOUND_SERVICE_MAIL",
|
1200
|
+
"INBOUND_SERVICE_MAIL_BOUNCE", "INBOUND_SERVICE_XMPP_ERROR", "INBOUND_SERVICE_XMPP_MESSAGE",
|
1201
|
+
"INBOUND_SERVICE_XMPP_SUBSCRIBE", "INBOUND_SERVICE_XMPP_PRESENCE", "INBOUND_SERVICE_CHANNEL_PRESENCE",
|
1202
|
+
"INBOUND_SERVICE_WARMUP"]
|
1203
|
+
:param pulumi.Input[str] instance_class: Instance class that is used to run this version. Valid values are AutomaticScaling: F1, F2, F4, F4_1G ManualScaling: B1,
|
1204
|
+
B2, B4, B8, B4_1G Defaults to F1 for AutomaticScaling and B1 for ManualScaling.
|
1262
1205
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionLivenessCheckArgs']] liveness_check: Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances.
|
1263
1206
|
Structure is documented below.
|
1264
|
-
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionManualScalingArgs']] manual_scaling: A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of
|
1265
|
-
|
1207
|
+
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionManualScalingArgs']] manual_scaling: A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of
|
1208
|
+
its memory over time.
|
1266
1209
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionNetworkArgs']] network: Extra network settings
|
1267
|
-
Structure is documented below.
|
1268
1210
|
:param pulumi.Input[str] nobuild_files_regex: Files that match this pattern will not be built into this version. Only applicable for Go runtimes.
|
1269
|
-
:param pulumi.Input[bool] noop_on_destroy: If set to
|
1270
|
-
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
1271
|
-
If it is not provided, the provider project is used.
|
1211
|
+
:param pulumi.Input[bool] noop_on_destroy: If set to 'true', the application version will not be deleted.
|
1272
1212
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionReadinessCheckArgs']] readiness_check: Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.
|
1273
1213
|
Structure is documented below.
|
1274
1214
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionResourcesArgs']] resources: Machine resources for a version.
|
1275
|
-
Structure is documented below.
|
1276
1215
|
:param pulumi.Input[str] runtime: Desired runtime. Example python27.
|
1277
|
-
:param pulumi.Input[str] runtime_api_version: The version of the API in the given runtime environment.
|
1278
|
-
|
1279
|
-
|
1216
|
+
:param pulumi.Input[str] runtime_api_version: The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at
|
1217
|
+
'https://cloud.google.com/appengine/docs/standard/<language>/config/appref'\\ Substitute '<language>' with 'python',
|
1218
|
+
'java', 'php', 'ruby', 'go' or 'nodejs'.
|
1280
1219
|
:param pulumi.Input[str] runtime_channel: The channel of the runtime to use. Only available for some runtimes.
|
1281
1220
|
:param pulumi.Input[str] runtime_main_executable_path: The path or name of the app's main executable.
|
1282
1221
|
:param pulumi.Input[str] service: AppEngine service resource. Can contain numbers, letters, and hyphens.
|
1283
|
-
:param pulumi.Input[str] service_account: The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as
|
1284
|
-
|
1222
|
+
:param pulumi.Input[str] service_account: The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default
|
1223
|
+
if this field is neither provided in app.yaml file nor through CLI flag.
|
1285
1224
|
:param pulumi.Input[str] serving_status: Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.
|
1286
|
-
Default value
|
1287
|
-
|
1288
|
-
|
1289
|
-
Reserved names,"default", "latest", and any name with the prefix "ah-".
|
1225
|
+
Default value: "SERVING" Possible values: ["SERVING", "STOPPED"]
|
1226
|
+
:param pulumi.Input[str] version_id: Relative name of the version within the service. For example, 'v1'. Version names can contain only lowercase letters,
|
1227
|
+
numbers, or hyphens. Reserved names,"default", "latest", and any name with the prefix "ah-".
|
1290
1228
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionVpcAccessConnectorArgs']] vpc_access_connector: Enables VPC connectivity for standard apps.
|
1291
|
-
Structure is documented below.
|
1292
1229
|
"""
|
1293
1230
|
...
|
1294
1231
|
@overload
|
@@ -1315,7 +1252,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1315
1252
|
|
1316
1253
|
### App Engine Flexible App Version
|
1317
1254
|
|
1318
|
-
<!--Start PulumiCodeChooser -->
|
1319
1255
|
```python
|
1320
1256
|
import pulumi
|
1321
1257
|
import pulumi_gcp as gcp
|
@@ -1397,7 +1333,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1397
1333
|
noop_on_destroy=True,
|
1398
1334
|
service_account=custom_service_account.email)
|
1399
1335
|
```
|
1400
|
-
<!--End PulumiCodeChooser -->
|
1401
1336
|
|
1402
1337
|
## Import
|
1403
1338
|
|
@@ -1562,61 +1497,49 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1562
1497
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1563
1498
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1564
1499
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionApiConfigArgs']] api_config: Serving configuration for Google Cloud Endpoints.
|
1565
|
-
Structure is documented below.
|
1566
1500
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionAutomaticScalingArgs']] automatic_scaling: Automatic scaling is based on request rate, response latencies, and other application metrics.
|
1567
|
-
Structure is documented below.
|
1568
1501
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] beta_settings: Metadata settings that are supplied to this version to enable beta runtime features.
|
1569
|
-
:param pulumi.Input[str] default_expiration: Duration that static files should be cached by web proxies and browsers.
|
1570
|
-
|
1571
|
-
:param pulumi.Input[bool] delete_service_on_destroy: If set to
|
1502
|
+
:param pulumi.Input[str] default_expiration: Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding
|
1503
|
+
StaticFilesHandler does not specify its own expiration time.
|
1504
|
+
:param pulumi.Input[bool] delete_service_on_destroy: If set to 'true', the service will be deleted if it is the last version.
|
1572
1505
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionDeploymentArgs']] deployment: Code and application artifacts that make up this version.
|
1573
|
-
Structure is documented below.
|
1574
1506
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionEndpointsApiServiceArgs']] endpoints_api_service: Code and application artifacts that make up this version.
|
1575
|
-
Structure is documented below.
|
1576
1507
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionEntrypointArgs']] entrypoint: The entrypoint for the application.
|
1577
|
-
|
1578
|
-
|
1579
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlexibleAppVersionHandlerArgs']]]] handlers: An ordered list of URL-matching patterns that should be applied to incoming requests.
|
1580
|
-
|
1581
|
-
|
1582
|
-
|
1583
|
-
|
1584
|
-
|
1585
|
-
|
1586
|
-
|
1587
|
-
Defaults to F1 for AutomaticScaling and B1 for ManualScaling.
|
1508
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] env_variables: Environment variables available to the application. As these are not returned in the API request, Terraform will not
|
1509
|
+
detect any changes made outside of the Terraform config.
|
1510
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlexibleAppVersionHandlerArgs']]]] handlers: An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the
|
1511
|
+
request and other request handlers are not attempted.
|
1512
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] inbound_services: A list of the types of messages that this application is able to receive. Possible values: ["INBOUND_SERVICE_MAIL",
|
1513
|
+
"INBOUND_SERVICE_MAIL_BOUNCE", "INBOUND_SERVICE_XMPP_ERROR", "INBOUND_SERVICE_XMPP_MESSAGE",
|
1514
|
+
"INBOUND_SERVICE_XMPP_SUBSCRIBE", "INBOUND_SERVICE_XMPP_PRESENCE", "INBOUND_SERVICE_CHANNEL_PRESENCE",
|
1515
|
+
"INBOUND_SERVICE_WARMUP"]
|
1516
|
+
:param pulumi.Input[str] instance_class: Instance class that is used to run this version. Valid values are AutomaticScaling: F1, F2, F4, F4_1G ManualScaling: B1,
|
1517
|
+
B2, B4, B8, B4_1G Defaults to F1 for AutomaticScaling and B1 for ManualScaling.
|
1588
1518
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionLivenessCheckArgs']] liveness_check: Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances.
|
1589
1519
|
Structure is documented below.
|
1590
|
-
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionManualScalingArgs']] manual_scaling: A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of
|
1591
|
-
|
1592
|
-
:param pulumi.Input[str] name:
|
1593
|
-
For example "myapi.endpoints.myproject.cloud.goog"
|
1520
|
+
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionManualScalingArgs']] manual_scaling: A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of
|
1521
|
+
its memory over time.
|
1522
|
+
:param pulumi.Input[str] name: Full path to the Version resource in the API. Example, "v1".
|
1594
1523
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionNetworkArgs']] network: Extra network settings
|
1595
|
-
Structure is documented below.
|
1596
1524
|
:param pulumi.Input[str] nobuild_files_regex: Files that match this pattern will not be built into this version. Only applicable for Go runtimes.
|
1597
|
-
:param pulumi.Input[bool] noop_on_destroy: If set to
|
1598
|
-
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
1599
|
-
If it is not provided, the provider project is used.
|
1525
|
+
:param pulumi.Input[bool] noop_on_destroy: If set to 'true', the application version will not be deleted.
|
1600
1526
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionReadinessCheckArgs']] readiness_check: Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.
|
1601
1527
|
Structure is documented below.
|
1602
1528
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionResourcesArgs']] resources: Machine resources for a version.
|
1603
|
-
Structure is documented below.
|
1604
1529
|
:param pulumi.Input[str] runtime: Desired runtime. Example python27.
|
1605
|
-
:param pulumi.Input[str] runtime_api_version: The version of the API in the given runtime environment.
|
1606
|
-
|
1607
|
-
|
1530
|
+
:param pulumi.Input[str] runtime_api_version: The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at
|
1531
|
+
'https://cloud.google.com/appengine/docs/standard/<language>/config/appref'\\ Substitute '<language>' with 'python',
|
1532
|
+
'java', 'php', 'ruby', 'go' or 'nodejs'.
|
1608
1533
|
:param pulumi.Input[str] runtime_channel: The channel of the runtime to use. Only available for some runtimes.
|
1609
1534
|
:param pulumi.Input[str] runtime_main_executable_path: The path or name of the app's main executable.
|
1610
1535
|
:param pulumi.Input[str] service: AppEngine service resource. Can contain numbers, letters, and hyphens.
|
1611
|
-
:param pulumi.Input[str] service_account: The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as
|
1612
|
-
|
1536
|
+
:param pulumi.Input[str] service_account: The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default
|
1537
|
+
if this field is neither provided in app.yaml file nor through CLI flag.
|
1613
1538
|
:param pulumi.Input[str] serving_status: Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.
|
1614
|
-
Default value
|
1615
|
-
|
1616
|
-
|
1617
|
-
Reserved names,"default", "latest", and any name with the prefix "ah-".
|
1539
|
+
Default value: "SERVING" Possible values: ["SERVING", "STOPPED"]
|
1540
|
+
:param pulumi.Input[str] version_id: Relative name of the version within the service. For example, 'v1'. Version names can contain only lowercase letters,
|
1541
|
+
numbers, or hyphens. Reserved names,"default", "latest", and any name with the prefix "ah-".
|
1618
1542
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionVpcAccessConnectorArgs']] vpc_access_connector: Enables VPC connectivity for standard apps.
|
1619
|
-
Structure is documented below.
|
1620
1543
|
"""
|
1621
1544
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
1622
1545
|
|
@@ -1659,7 +1582,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1659
1582
|
def api_config(self) -> pulumi.Output[Optional['outputs.FlexibleAppVersionApiConfig']]:
|
1660
1583
|
"""
|
1661
1584
|
Serving configuration for Google Cloud Endpoints.
|
1662
|
-
Structure is documented below.
|
1663
1585
|
"""
|
1664
1586
|
return pulumi.get(self, "api_config")
|
1665
1587
|
|
@@ -1668,7 +1590,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1668
1590
|
def automatic_scaling(self) -> pulumi.Output[Optional['outputs.FlexibleAppVersionAutomaticScaling']]:
|
1669
1591
|
"""
|
1670
1592
|
Automatic scaling is based on request rate, response latencies, and other application metrics.
|
1671
|
-
Structure is documented below.
|
1672
1593
|
"""
|
1673
1594
|
return pulumi.get(self, "automatic_scaling")
|
1674
1595
|
|
@@ -1684,8 +1605,8 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1684
1605
|
@pulumi.getter(name="defaultExpiration")
|
1685
1606
|
def default_expiration(self) -> pulumi.Output[Optional[str]]:
|
1686
1607
|
"""
|
1687
|
-
Duration that static files should be cached by web proxies and browsers.
|
1688
|
-
|
1608
|
+
Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding
|
1609
|
+
StaticFilesHandler does not specify its own expiration time.
|
1689
1610
|
"""
|
1690
1611
|
return pulumi.get(self, "default_expiration")
|
1691
1612
|
|
@@ -1693,7 +1614,7 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1693
1614
|
@pulumi.getter(name="deleteServiceOnDestroy")
|
1694
1615
|
def delete_service_on_destroy(self) -> pulumi.Output[Optional[bool]]:
|
1695
1616
|
"""
|
1696
|
-
If set to
|
1617
|
+
If set to 'true', the service will be deleted if it is the last version.
|
1697
1618
|
"""
|
1698
1619
|
return pulumi.get(self, "delete_service_on_destroy")
|
1699
1620
|
|
@@ -1702,7 +1623,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1702
1623
|
def deployment(self) -> pulumi.Output[Optional['outputs.FlexibleAppVersionDeployment']]:
|
1703
1624
|
"""
|
1704
1625
|
Code and application artifacts that make up this version.
|
1705
|
-
Structure is documented below.
|
1706
1626
|
"""
|
1707
1627
|
return pulumi.get(self, "deployment")
|
1708
1628
|
|
@@ -1711,7 +1631,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1711
1631
|
def endpoints_api_service(self) -> pulumi.Output[Optional['outputs.FlexibleAppVersionEndpointsApiService']]:
|
1712
1632
|
"""
|
1713
1633
|
Code and application artifacts that make up this version.
|
1714
|
-
Structure is documented below.
|
1715
1634
|
"""
|
1716
1635
|
return pulumi.get(self, "endpoints_api_service")
|
1717
1636
|
|
@@ -1720,7 +1639,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1720
1639
|
def entrypoint(self) -> pulumi.Output[Optional['outputs.FlexibleAppVersionEntrypoint']]:
|
1721
1640
|
"""
|
1722
1641
|
The entrypoint for the application.
|
1723
|
-
Structure is documented below.
|
1724
1642
|
"""
|
1725
1643
|
return pulumi.get(self, "entrypoint")
|
1726
1644
|
|
@@ -1728,7 +1646,8 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1728
1646
|
@pulumi.getter(name="envVariables")
|
1729
1647
|
def env_variables(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
1730
1648
|
"""
|
1731
|
-
Environment variables available to the application.
|
1649
|
+
Environment variables available to the application. As these are not returned in the API request, Terraform will not
|
1650
|
+
detect any changes made outside of the Terraform config.
|
1732
1651
|
"""
|
1733
1652
|
return pulumi.get(self, "env_variables")
|
1734
1653
|
|
@@ -1736,9 +1655,8 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1736
1655
|
@pulumi.getter
|
1737
1656
|
def handlers(self) -> pulumi.Output[Sequence['outputs.FlexibleAppVersionHandler']]:
|
1738
1657
|
"""
|
1739
|
-
An ordered list of URL-matching patterns that should be applied to incoming requests.
|
1740
|
-
|
1741
|
-
Structure is documented below.
|
1658
|
+
An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the
|
1659
|
+
request and other request handlers are not attempted.
|
1742
1660
|
"""
|
1743
1661
|
return pulumi.get(self, "handlers")
|
1744
1662
|
|
@@ -1746,8 +1664,10 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1746
1664
|
@pulumi.getter(name="inboundServices")
|
1747
1665
|
def inbound_services(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
1748
1666
|
"""
|
1749
|
-
A list of the types of messages that this application is able to receive.
|
1750
|
-
|
1667
|
+
A list of the types of messages that this application is able to receive. Possible values: ["INBOUND_SERVICE_MAIL",
|
1668
|
+
"INBOUND_SERVICE_MAIL_BOUNCE", "INBOUND_SERVICE_XMPP_ERROR", "INBOUND_SERVICE_XMPP_MESSAGE",
|
1669
|
+
"INBOUND_SERVICE_XMPP_SUBSCRIBE", "INBOUND_SERVICE_XMPP_PRESENCE", "INBOUND_SERVICE_CHANNEL_PRESENCE",
|
1670
|
+
"INBOUND_SERVICE_WARMUP"]
|
1751
1671
|
"""
|
1752
1672
|
return pulumi.get(self, "inbound_services")
|
1753
1673
|
|
@@ -1755,10 +1675,8 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1755
1675
|
@pulumi.getter(name="instanceClass")
|
1756
1676
|
def instance_class(self) -> pulumi.Output[Optional[str]]:
|
1757
1677
|
"""
|
1758
|
-
Instance class that is used to run this version. Valid values are
|
1759
|
-
|
1760
|
-
ManualScaling: B1, B2, B4, B8, B4_1G
|
1761
|
-
Defaults to F1 for AutomaticScaling and B1 for ManualScaling.
|
1678
|
+
Instance class that is used to run this version. Valid values are AutomaticScaling: F1, F2, F4, F4_1G ManualScaling: B1,
|
1679
|
+
B2, B4, B8, B4_1G Defaults to F1 for AutomaticScaling and B1 for ManualScaling.
|
1762
1680
|
"""
|
1763
1681
|
return pulumi.get(self, "instance_class")
|
1764
1682
|
|
@@ -1775,8 +1693,8 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1775
1693
|
@pulumi.getter(name="manualScaling")
|
1776
1694
|
def manual_scaling(self) -> pulumi.Output[Optional['outputs.FlexibleAppVersionManualScaling']]:
|
1777
1695
|
"""
|
1778
|
-
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of
|
1779
|
-
|
1696
|
+
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of
|
1697
|
+
its memory over time.
|
1780
1698
|
"""
|
1781
1699
|
return pulumi.get(self, "manual_scaling")
|
1782
1700
|
|
@@ -1784,8 +1702,7 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1784
1702
|
@pulumi.getter
|
1785
1703
|
def name(self) -> pulumi.Output[str]:
|
1786
1704
|
"""
|
1787
|
-
|
1788
|
-
For example "myapi.endpoints.myproject.cloud.goog"
|
1705
|
+
Full path to the Version resource in the API. Example, "v1".
|
1789
1706
|
"""
|
1790
1707
|
return pulumi.get(self, "name")
|
1791
1708
|
|
@@ -1794,7 +1711,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1794
1711
|
def network(self) -> pulumi.Output[Optional['outputs.FlexibleAppVersionNetwork']]:
|
1795
1712
|
"""
|
1796
1713
|
Extra network settings
|
1797
|
-
Structure is documented below.
|
1798
1714
|
"""
|
1799
1715
|
return pulumi.get(self, "network")
|
1800
1716
|
|
@@ -1810,17 +1726,13 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1810
1726
|
@pulumi.getter(name="noopOnDestroy")
|
1811
1727
|
def noop_on_destroy(self) -> pulumi.Output[Optional[bool]]:
|
1812
1728
|
"""
|
1813
|
-
If set to
|
1729
|
+
If set to 'true', the application version will not be deleted.
|
1814
1730
|
"""
|
1815
1731
|
return pulumi.get(self, "noop_on_destroy")
|
1816
1732
|
|
1817
1733
|
@property
|
1818
1734
|
@pulumi.getter
|
1819
1735
|
def project(self) -> pulumi.Output[str]:
|
1820
|
-
"""
|
1821
|
-
The ID of the project in which the resource belongs.
|
1822
|
-
If it is not provided, the provider project is used.
|
1823
|
-
"""
|
1824
1736
|
return pulumi.get(self, "project")
|
1825
1737
|
|
1826
1738
|
@property
|
@@ -1837,7 +1749,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1837
1749
|
def resources(self) -> pulumi.Output[Optional['outputs.FlexibleAppVersionResources']]:
|
1838
1750
|
"""
|
1839
1751
|
Machine resources for a version.
|
1840
|
-
Structure is documented below.
|
1841
1752
|
"""
|
1842
1753
|
return pulumi.get(self, "resources")
|
1843
1754
|
|
@@ -1853,9 +1764,9 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1853
1764
|
@pulumi.getter(name="runtimeApiVersion")
|
1854
1765
|
def runtime_api_version(self) -> pulumi.Output[str]:
|
1855
1766
|
"""
|
1856
|
-
The version of the API in the given runtime environment.
|
1857
|
-
|
1858
|
-
|
1767
|
+
The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at
|
1768
|
+
'https://cloud.google.com/appengine/docs/standard/<language>/config/appref'\\ Substitute '<language>' with 'python',
|
1769
|
+
'java', 'php', 'ruby', 'go' or 'nodejs'.
|
1859
1770
|
"""
|
1860
1771
|
return pulumi.get(self, "runtime_api_version")
|
1861
1772
|
|
@@ -1887,8 +1798,8 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1887
1798
|
@pulumi.getter(name="serviceAccount")
|
1888
1799
|
def service_account(self) -> pulumi.Output[str]:
|
1889
1800
|
"""
|
1890
|
-
The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as
|
1891
|
-
|
1801
|
+
The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default
|
1802
|
+
if this field is neither provided in app.yaml file nor through CLI flag.
|
1892
1803
|
"""
|
1893
1804
|
return pulumi.get(self, "service_account")
|
1894
1805
|
|
@@ -1897,8 +1808,7 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1897
1808
|
def serving_status(self) -> pulumi.Output[Optional[str]]:
|
1898
1809
|
"""
|
1899
1810
|
Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.
|
1900
|
-
Default value
|
1901
|
-
Possible values are: `SERVING`, `STOPPED`.
|
1811
|
+
Default value: "SERVING" Possible values: ["SERVING", "STOPPED"]
|
1902
1812
|
"""
|
1903
1813
|
return pulumi.get(self, "serving_status")
|
1904
1814
|
|
@@ -1906,8 +1816,8 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1906
1816
|
@pulumi.getter(name="versionId")
|
1907
1817
|
def version_id(self) -> pulumi.Output[Optional[str]]:
|
1908
1818
|
"""
|
1909
|
-
Relative name of the version within the service. For example,
|
1910
|
-
Reserved names,"default", "latest", and any name with the prefix "ah-".
|
1819
|
+
Relative name of the version within the service. For example, 'v1'. Version names can contain only lowercase letters,
|
1820
|
+
numbers, or hyphens. Reserved names,"default", "latest", and any name with the prefix "ah-".
|
1911
1821
|
"""
|
1912
1822
|
return pulumi.get(self, "version_id")
|
1913
1823
|
|
@@ -1916,7 +1826,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1916
1826
|
def vpc_access_connector(self) -> pulumi.Output[Optional['outputs.FlexibleAppVersionVpcAccessConnector']]:
|
1917
1827
|
"""
|
1918
1828
|
Enables VPC connectivity for standard apps.
|
1919
|
-
Structure is documented below.
|
1920
1829
|
"""
|
1921
1830
|
return pulumi.get(self, "vpc_access_connector")
|
1922
1831
|
|