pulumi-gcp 9.1.0a1758696393__py3-none-any.whl → 9.1.0a1758939336__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 +56 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +7 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +7 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +7 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +7 -0
- pulumi_gcp/apigateway/api_iam_binding.py +7 -0
- pulumi_gcp/apigateway/api_iam_member.py +7 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +7 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +7 -0
- pulumi_gcp/apigee/environment_iam_binding.py +7 -0
- pulumi_gcp/apigee/environment_iam_member.py +7 -0
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_maven_artifact.py +232 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +7 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +2 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_associations.py +127 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_reference.py +211 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +34 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +7 -0
- pulumi_gcp/bigquery/__init__.py +5 -0
- pulumi_gcp/bigquery/_inputs.py +185 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +7 -0
- pulumi_gcp/bigquery/connection_iam_member.py +7 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy.py +870 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_binding.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_member.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_policy.py +670 -0
- pulumi_gcp/bigquery/get_datapolicyv2_data_policy_iam_policy.py +182 -0
- pulumi_gcp/bigquery/iam_binding.py +7 -0
- pulumi_gcp/bigquery/iam_member.py +7 -0
- pulumi_gcp/bigquery/outputs.py +127 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/_inputs.py +37 -0
- pulumi_gcp/certificateauthority/ca_pool.py +90 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/outputs.py +39 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -0
- pulumi_gcp/cloudrun/_inputs.py +21 -1
- pulumi_gcp/cloudrun/iam_binding.py +7 -0
- pulumi_gcp/cloudrun/iam_member.py +7 -0
- pulumi_gcp/cloudrun/outputs.py +27 -2
- pulumi_gcp/cloudrunv2/_inputs.py +83 -3
- pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/outputs.py +104 -6
- pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +7 -0
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +214 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +7 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +7 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +7 -0
- pulumi_gcp/compute/backend_service_iam_member.py +7 -0
- pulumi_gcp/compute/disk_iam_binding.py +7 -0
- pulumi_gcp/compute/disk_iam_member.py +7 -0
- pulumi_gcp/compute/get_interconnect_location.py +278 -0
- pulumi_gcp/compute/get_interconnect_locations.py +130 -0
- pulumi_gcp/compute/get_security_policy.py +45 -1
- pulumi_gcp/compute/image_iam_binding.py +7 -0
- pulumi_gcp/compute/image_iam_member.py +7 -0
- pulumi_gcp/compute/instance_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_iam_member.py +7 -0
- pulumi_gcp/compute/instance_template_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_template_iam_member.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +7 -0
- pulumi_gcp/compute/machine_image_iam_member.py +7 -0
- pulumi_gcp/compute/outputs.py +348 -0
- pulumi_gcp/compute/region_backend_service.py +21 -7
- pulumi_gcp/compute/region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +7 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +7 -0
- pulumi_gcp/compute/region_disk_iam_member.py +7 -0
- pulumi_gcp/compute/security_policy.py +147 -0
- pulumi_gcp/compute/service_attachment.py +193 -3
- pulumi_gcp/compute/snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +7 -0
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +59 -0
- pulumi_gcp/container/outputs.py +67 -0
- pulumi_gcp/containeranalysis/note_iam_binding.py +7 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +7 -0
- pulumi_gcp/dataplex/asset_iam_member.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +7 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +7 -0
- pulumi_gcp/dataplex/lake_iam_member.py +7 -0
- pulumi_gcp/dataplex/task_iam_binding.py +7 -0
- pulumi_gcp/dataplex/task_iam_member.py +7 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +7 -0
- pulumi_gcp/dataplex/zone_iam_member.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +7 -0
- pulumi_gcp/datastream/_inputs.py +21 -1
- pulumi_gcp/datastream/outputs.py +15 -1
- pulumi_gcp/datastream/stream.py +208 -0
- pulumi_gcp/discoveryengine/search_engine.py +100 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +7 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_binding.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +7 -0
- pulumi_gcp/endpoints/service_iam_binding.py +7 -0
- pulumi_gcp/endpoints/service_iam_member.py +7 -0
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/gemini/repository_group_iam_binding.py +7 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +7 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +7 -0
- pulumi_gcp/gkehub/feature_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +7 -0
- pulumi_gcp/gkehub/membership_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +7 -0
- pulumi_gcp/gkehub/scope_iam_member.py +7 -0
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -8
- pulumi_gcp/gkeonprem/_inputs.py +56 -0
- pulumi_gcp/gkeonprem/outputs.py +50 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +70 -0
- pulumi_gcp/healthcare/_inputs.py +144 -0
- pulumi_gcp/healthcare/consent_store_iam_binding.py +7 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +7 -0
- pulumi_gcp/healthcare/fhir_store.py +122 -0
- pulumi_gcp/healthcare/outputs.py +113 -0
- pulumi_gcp/iam/_inputs.py +270 -3
- pulumi_gcp/iam/outputs.py +203 -2
- pulumi_gcp/iam/workforce_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +7 -0
- pulumi_gcp/iam/workforce_pool_provider.py +287 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_iam_binding.py +7 -0
- pulumi_gcp/iap/web_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +7 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/ekm_connection_iam_binding.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +7 -0
- pulumi_gcp/logging/log_view_iam_binding.py +7 -0
- pulumi_gcp/logging/log_view_iam_member.py +7 -0
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/netapp/_inputs.py +44 -1
- pulumi_gcp/netapp/outputs.py +31 -1
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/address_group_iam_binding.py +7 -0
- pulumi_gcp/networksecurity/address_group_iam_member.py +7 -0
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +393 -6
- pulumi_gcp/networkservices/outputs.py +289 -4
- pulumi_gcp/networkservices/wasm_plugin.py +740 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +7 -0
- pulumi_gcp/notebooks/instance_iam_member.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +7 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/_inputs.py +24 -1
- pulumi_gcp/privilegedaccessmanager/outputs.py +26 -1
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/schema_iam_binding.py +7 -0
- pulumi_gcp/pubsub/schema_iam_member.py +7 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic_iam_binding.py +7 -0
- pulumi_gcp/pubsub/topic_iam_member.py +7 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +7 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +7 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +344 -0
- pulumi_gcp/saasruntime/outputs.py +222 -0
- pulumi_gcp/saasruntime/release.py +1063 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +7 -0
- pulumi_gcp/securesourcemanager/__init__.py +1 -0
- pulumi_gcp/securesourcemanager/_inputs.py +43 -0
- pulumi_gcp/securesourcemanager/hook.py +758 -0
- pulumi_gcp/securesourcemanager/outputs.py +43 -0
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +7 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +7 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +7 -0
- pulumi_gcp/sql/database_instance.py +44 -0
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_key_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_key_iam_member.py +7 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_value_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +7 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +7 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +7 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +7 -0
- pulumi_gcp/workstations/workstation_iam_member.py +7 -0
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/RECORD +299 -286
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/top_level.txt +0 -0
@@ -96,6 +96,9 @@ __all__ = [
|
|
96
96
|
'TlsRouteRuleAction',
|
97
97
|
'TlsRouteRuleActionDestination',
|
98
98
|
'TlsRouteRuleMatch',
|
99
|
+
'WasmPluginLogConfig',
|
100
|
+
'WasmPluginUsedBy',
|
101
|
+
'WasmPluginVersion',
|
99
102
|
]
|
100
103
|
|
101
104
|
@pulumi.output_type
|
@@ -4716,7 +4719,9 @@ class LbRouteExtensionExtensionChainExtension(dict):
|
|
4716
4719
|
The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens,
|
4717
4720
|
and can have a maximum length of 63 characters. Additionally, the first character must be a letter
|
4718
4721
|
and the last a letter or a number.
|
4719
|
-
:param _builtins.str service: The reference to the service that runs the extension.
|
4722
|
+
:param _builtins.str service: The reference to the service that runs the extension.
|
4723
|
+
* To configure a callout extension, service must be a fully-qualified reference to a backend service.
|
4724
|
+
* To configure a plugin extension, service must be a reference to a WasmPlugin resource.
|
4720
4725
|
:param _builtins.str authority: The :authority header in the gRPC request sent from Envoy to the extension service.
|
4721
4726
|
:param _builtins.bool fail_open: Determines how the proxy behaves if the call to the extension fails or times out.
|
4722
4727
|
When set to TRUE, request or response processing continues without error.
|
@@ -4755,7 +4760,9 @@ class LbRouteExtensionExtensionChainExtension(dict):
|
|
4755
4760
|
@pulumi.getter
|
4756
4761
|
def service(self) -> _builtins.str:
|
4757
4762
|
"""
|
4758
|
-
The reference to the service that runs the extension.
|
4763
|
+
The reference to the service that runs the extension.
|
4764
|
+
* To configure a callout extension, service must be a fully-qualified reference to a backend service.
|
4765
|
+
* To configure a plugin extension, service must be a reference to a WasmPlugin resource.
|
4759
4766
|
"""
|
4760
4767
|
return pulumi.get(self, "service")
|
4761
4768
|
|
@@ -4944,7 +4951,9 @@ class LbTrafficExtensionExtensionChainExtension(dict):
|
|
4944
4951
|
The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens,
|
4945
4952
|
and can have a maximum length of 63 characters. Additionally, the first character must be a letter
|
4946
4953
|
and the last a letter or a number.
|
4947
|
-
:param _builtins.str service: The reference to the service that runs the extension.
|
4954
|
+
:param _builtins.str service: The reference to the service that runs the extension.
|
4955
|
+
* To configure a callout extension, service must be a fully-qualified reference to a backend service.
|
4956
|
+
* To configure a plugin extension, service must be a reference to a WasmPlugin resource.
|
4948
4957
|
:param _builtins.str authority: The :authority header in the gRPC request sent from Envoy to the extension service.
|
4949
4958
|
:param _builtins.bool fail_open: Determines how the proxy behaves if the call to the extension fails or times out.
|
4950
4959
|
When set to TRUE, request or response processing continues without error.
|
@@ -4994,7 +5003,9 @@ class LbTrafficExtensionExtensionChainExtension(dict):
|
|
4994
5003
|
@pulumi.getter
|
4995
5004
|
def service(self) -> _builtins.str:
|
4996
5005
|
"""
|
4997
|
-
The reference to the service that runs the extension.
|
5006
|
+
The reference to the service that runs the extension.
|
5007
|
+
* To configure a callout extension, service must be a fully-qualified reference to a backend service.
|
5008
|
+
* To configure a plugin extension, service must be a reference to a WasmPlugin resource.
|
4998
5009
|
"""
|
4999
5010
|
return pulumi.get(self, "service")
|
5000
5011
|
|
@@ -5487,3 +5498,277 @@ class TlsRouteRuleMatch(dict):
|
|
5487
5498
|
return pulumi.get(self, "sni_hosts")
|
5488
5499
|
|
5489
5500
|
|
5501
|
+
@pulumi.output_type
|
5502
|
+
class WasmPluginLogConfig(dict):
|
5503
|
+
@staticmethod
|
5504
|
+
def __key_warning(key: str):
|
5505
|
+
suggest = None
|
5506
|
+
if key == "minLogLevel":
|
5507
|
+
suggest = "min_log_level"
|
5508
|
+
elif key == "sampleRate":
|
5509
|
+
suggest = "sample_rate"
|
5510
|
+
|
5511
|
+
if suggest:
|
5512
|
+
pulumi.log.warn(f"Key '{key}' not found in WasmPluginLogConfig. Access the value via the '{suggest}' property getter instead.")
|
5513
|
+
|
5514
|
+
def __getitem__(self, key: str) -> Any:
|
5515
|
+
WasmPluginLogConfig.__key_warning(key)
|
5516
|
+
return super().__getitem__(key)
|
5517
|
+
|
5518
|
+
def get(self, key: str, default = None) -> Any:
|
5519
|
+
WasmPluginLogConfig.__key_warning(key)
|
5520
|
+
return super().get(key, default)
|
5521
|
+
|
5522
|
+
def __init__(__self__, *,
|
5523
|
+
enable: Optional[_builtins.bool] = None,
|
5524
|
+
min_log_level: Optional[_builtins.str] = None,
|
5525
|
+
sample_rate: Optional[_builtins.float] = None):
|
5526
|
+
"""
|
5527
|
+
:param _builtins.bool enable: Optional. Specifies whether to enable logging for activity by this plugin.
|
5528
|
+
:param _builtins.str min_log_level: Non-empty default. Specificies the lowest level of the plugin logs that are exported to Cloud Logging. This setting relates to the logs generated by using logging statements in your Wasm code.
|
5529
|
+
This field is can be set only if logging is enabled for the plugin.
|
5530
|
+
If the field is not provided when logging is enabled, it is set to INFO by default.
|
5531
|
+
Possible values are: `LOG_LEVEL_UNSPECIFIED`, `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`, `CRITICAL`.
|
5532
|
+
:param _builtins.float sample_rate: Non-empty default. Configures the sampling rate of activity logs, where 1.0 means all logged activity is reported and 0.0 means no activity is reported.
|
5533
|
+
A floating point value between 0.0 and 1.0 indicates that a percentage of log messages is stored.
|
5534
|
+
The default value when logging is enabled is 1.0. The value of the field must be between 0 and 1 (inclusive).
|
5535
|
+
This field can be specified only if logging is enabled for this plugin.
|
5536
|
+
"""
|
5537
|
+
if enable is not None:
|
5538
|
+
pulumi.set(__self__, "enable", enable)
|
5539
|
+
if min_log_level is not None:
|
5540
|
+
pulumi.set(__self__, "min_log_level", min_log_level)
|
5541
|
+
if sample_rate is not None:
|
5542
|
+
pulumi.set(__self__, "sample_rate", sample_rate)
|
5543
|
+
|
5544
|
+
@_builtins.property
|
5545
|
+
@pulumi.getter
|
5546
|
+
def enable(self) -> Optional[_builtins.bool]:
|
5547
|
+
"""
|
5548
|
+
Optional. Specifies whether to enable logging for activity by this plugin.
|
5549
|
+
"""
|
5550
|
+
return pulumi.get(self, "enable")
|
5551
|
+
|
5552
|
+
@_builtins.property
|
5553
|
+
@pulumi.getter(name="minLogLevel")
|
5554
|
+
def min_log_level(self) -> Optional[_builtins.str]:
|
5555
|
+
"""
|
5556
|
+
Non-empty default. Specificies the lowest level of the plugin logs that are exported to Cloud Logging. This setting relates to the logs generated by using logging statements in your Wasm code.
|
5557
|
+
This field is can be set only if logging is enabled for the plugin.
|
5558
|
+
If the field is not provided when logging is enabled, it is set to INFO by default.
|
5559
|
+
Possible values are: `LOG_LEVEL_UNSPECIFIED`, `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`, `CRITICAL`.
|
5560
|
+
"""
|
5561
|
+
return pulumi.get(self, "min_log_level")
|
5562
|
+
|
5563
|
+
@_builtins.property
|
5564
|
+
@pulumi.getter(name="sampleRate")
|
5565
|
+
def sample_rate(self) -> Optional[_builtins.float]:
|
5566
|
+
"""
|
5567
|
+
Non-empty default. Configures the sampling rate of activity logs, where 1.0 means all logged activity is reported and 0.0 means no activity is reported.
|
5568
|
+
A floating point value between 0.0 and 1.0 indicates that a percentage of log messages is stored.
|
5569
|
+
The default value when logging is enabled is 1.0. The value of the field must be between 0 and 1 (inclusive).
|
5570
|
+
This field can be specified only if logging is enabled for this plugin.
|
5571
|
+
"""
|
5572
|
+
return pulumi.get(self, "sample_rate")
|
5573
|
+
|
5574
|
+
|
5575
|
+
@pulumi.output_type
|
5576
|
+
class WasmPluginUsedBy(dict):
|
5577
|
+
def __init__(__self__, *,
|
5578
|
+
name: Optional[_builtins.str] = None):
|
5579
|
+
"""
|
5580
|
+
:param _builtins.str name: Identifier. Name of the WasmPlugin resource.
|
5581
|
+
"""
|
5582
|
+
if name is not None:
|
5583
|
+
pulumi.set(__self__, "name", name)
|
5584
|
+
|
5585
|
+
@_builtins.property
|
5586
|
+
@pulumi.getter
|
5587
|
+
def name(self) -> Optional[_builtins.str]:
|
5588
|
+
"""
|
5589
|
+
Identifier. Name of the WasmPlugin resource.
|
5590
|
+
"""
|
5591
|
+
return pulumi.get(self, "name")
|
5592
|
+
|
5593
|
+
|
5594
|
+
@pulumi.output_type
|
5595
|
+
class WasmPluginVersion(dict):
|
5596
|
+
@staticmethod
|
5597
|
+
def __key_warning(key: str):
|
5598
|
+
suggest = None
|
5599
|
+
if key == "versionName":
|
5600
|
+
suggest = "version_name"
|
5601
|
+
elif key == "createTime":
|
5602
|
+
suggest = "create_time"
|
5603
|
+
elif key == "imageDigest":
|
5604
|
+
suggest = "image_digest"
|
5605
|
+
elif key == "imageUri":
|
5606
|
+
suggest = "image_uri"
|
5607
|
+
elif key == "pluginConfigData":
|
5608
|
+
suggest = "plugin_config_data"
|
5609
|
+
elif key == "pluginConfigDigest":
|
5610
|
+
suggest = "plugin_config_digest"
|
5611
|
+
elif key == "pluginConfigUri":
|
5612
|
+
suggest = "plugin_config_uri"
|
5613
|
+
elif key == "updateTime":
|
5614
|
+
suggest = "update_time"
|
5615
|
+
|
5616
|
+
if suggest:
|
5617
|
+
pulumi.log.warn(f"Key '{key}' not found in WasmPluginVersion. Access the value via the '{suggest}' property getter instead.")
|
5618
|
+
|
5619
|
+
def __getitem__(self, key: str) -> Any:
|
5620
|
+
WasmPluginVersion.__key_warning(key)
|
5621
|
+
return super().__getitem__(key)
|
5622
|
+
|
5623
|
+
def get(self, key: str, default = None) -> Any:
|
5624
|
+
WasmPluginVersion.__key_warning(key)
|
5625
|
+
return super().get(key, default)
|
5626
|
+
|
5627
|
+
def __init__(__self__, *,
|
5628
|
+
version_name: _builtins.str,
|
5629
|
+
create_time: Optional[_builtins.str] = None,
|
5630
|
+
description: Optional[_builtins.str] = None,
|
5631
|
+
image_digest: Optional[_builtins.str] = None,
|
5632
|
+
image_uri: Optional[_builtins.str] = None,
|
5633
|
+
labels: Optional[Mapping[str, _builtins.str]] = None,
|
5634
|
+
plugin_config_data: Optional[_builtins.str] = None,
|
5635
|
+
plugin_config_digest: Optional[_builtins.str] = None,
|
5636
|
+
plugin_config_uri: Optional[_builtins.str] = None,
|
5637
|
+
update_time: Optional[_builtins.str] = None):
|
5638
|
+
"""
|
5639
|
+
:param _builtins.str version_name: The identifier for this object. Format specified above.
|
5640
|
+
:param _builtins.str create_time: (Output)
|
5641
|
+
Output only. The timestamp when the resource was created.
|
5642
|
+
:param _builtins.str description: Optional. A human-readable description of the resource.
|
5643
|
+
:param _builtins.str image_digest: (Output)
|
5644
|
+
Output only. The resolved digest for the image specified in the image field. The digest is resolved during the creation of WasmPluginVersion resource.
|
5645
|
+
This field holds the digest value, regardless of whether a tag or digest was originally specified in the image field.
|
5646
|
+
:param _builtins.str image_uri: Optional. URI of the container image containing the plugin, stored in the Artifact Registry. When a new WasmPluginVersion resource is created, the digest of the container image is saved in the imageDigest field.
|
5647
|
+
When downloading an image, the digest value is used instead of an image tag.
|
5648
|
+
:param Mapping[str, _builtins.str] labels: Optional. Set of labels associated with the WasmPlugin resource.
|
5649
|
+
:param _builtins.str plugin_config_data: A base64-encoded string containing the configuration for the plugin. The configuration is provided to the plugin at runtime through the ON_CONFIGURE callback.
|
5650
|
+
When a new WasmPluginVersion resource is created, the digest of the contents is saved in the pluginConfigDigest field.
|
5651
|
+
Conflics with pluginConfigUri.
|
5652
|
+
:param _builtins.str plugin_config_digest: (Output)
|
5653
|
+
Output only. This field holds the digest (usually checksum) value for the plugin configuration.
|
5654
|
+
The value is calculated based on the contents of pluginConfigData or the container image defined by the pluginConfigUri field.
|
5655
|
+
:param _builtins.str plugin_config_uri: URI of the plugin configuration stored in the Artifact Registry. The configuration is provided to the plugin at runtime through the ON_CONFIGURE callback.
|
5656
|
+
The container image must contain only a single file with the name plugin.config.
|
5657
|
+
When a new WasmPluginVersion resource is created, the digest of the container image is saved in the pluginConfigDigest field.
|
5658
|
+
Conflics with pluginConfigData.
|
5659
|
+
:param _builtins.str update_time: (Output)
|
5660
|
+
Output only. The timestamp when the resource was updated.
|
5661
|
+
"""
|
5662
|
+
pulumi.set(__self__, "version_name", version_name)
|
5663
|
+
if create_time is not None:
|
5664
|
+
pulumi.set(__self__, "create_time", create_time)
|
5665
|
+
if description is not None:
|
5666
|
+
pulumi.set(__self__, "description", description)
|
5667
|
+
if image_digest is not None:
|
5668
|
+
pulumi.set(__self__, "image_digest", image_digest)
|
5669
|
+
if image_uri is not None:
|
5670
|
+
pulumi.set(__self__, "image_uri", image_uri)
|
5671
|
+
if labels is not None:
|
5672
|
+
pulumi.set(__self__, "labels", labels)
|
5673
|
+
if plugin_config_data is not None:
|
5674
|
+
pulumi.set(__self__, "plugin_config_data", plugin_config_data)
|
5675
|
+
if plugin_config_digest is not None:
|
5676
|
+
pulumi.set(__self__, "plugin_config_digest", plugin_config_digest)
|
5677
|
+
if plugin_config_uri is not None:
|
5678
|
+
pulumi.set(__self__, "plugin_config_uri", plugin_config_uri)
|
5679
|
+
if update_time is not None:
|
5680
|
+
pulumi.set(__self__, "update_time", update_time)
|
5681
|
+
|
5682
|
+
@_builtins.property
|
5683
|
+
@pulumi.getter(name="versionName")
|
5684
|
+
def version_name(self) -> _builtins.str:
|
5685
|
+
"""
|
5686
|
+
The identifier for this object. Format specified above.
|
5687
|
+
"""
|
5688
|
+
return pulumi.get(self, "version_name")
|
5689
|
+
|
5690
|
+
@_builtins.property
|
5691
|
+
@pulumi.getter(name="createTime")
|
5692
|
+
def create_time(self) -> Optional[_builtins.str]:
|
5693
|
+
"""
|
5694
|
+
(Output)
|
5695
|
+
Output only. The timestamp when the resource was created.
|
5696
|
+
"""
|
5697
|
+
return pulumi.get(self, "create_time")
|
5698
|
+
|
5699
|
+
@_builtins.property
|
5700
|
+
@pulumi.getter
|
5701
|
+
def description(self) -> Optional[_builtins.str]:
|
5702
|
+
"""
|
5703
|
+
Optional. A human-readable description of the resource.
|
5704
|
+
"""
|
5705
|
+
return pulumi.get(self, "description")
|
5706
|
+
|
5707
|
+
@_builtins.property
|
5708
|
+
@pulumi.getter(name="imageDigest")
|
5709
|
+
def image_digest(self) -> Optional[_builtins.str]:
|
5710
|
+
"""
|
5711
|
+
(Output)
|
5712
|
+
Output only. The resolved digest for the image specified in the image field. The digest is resolved during the creation of WasmPluginVersion resource.
|
5713
|
+
This field holds the digest value, regardless of whether a tag or digest was originally specified in the image field.
|
5714
|
+
"""
|
5715
|
+
return pulumi.get(self, "image_digest")
|
5716
|
+
|
5717
|
+
@_builtins.property
|
5718
|
+
@pulumi.getter(name="imageUri")
|
5719
|
+
def image_uri(self) -> Optional[_builtins.str]:
|
5720
|
+
"""
|
5721
|
+
Optional. URI of the container image containing the plugin, stored in the Artifact Registry. When a new WasmPluginVersion resource is created, the digest of the container image is saved in the imageDigest field.
|
5722
|
+
When downloading an image, the digest value is used instead of an image tag.
|
5723
|
+
"""
|
5724
|
+
return pulumi.get(self, "image_uri")
|
5725
|
+
|
5726
|
+
@_builtins.property
|
5727
|
+
@pulumi.getter
|
5728
|
+
def labels(self) -> Optional[Mapping[str, _builtins.str]]:
|
5729
|
+
"""
|
5730
|
+
Optional. Set of labels associated with the WasmPlugin resource.
|
5731
|
+
"""
|
5732
|
+
return pulumi.get(self, "labels")
|
5733
|
+
|
5734
|
+
@_builtins.property
|
5735
|
+
@pulumi.getter(name="pluginConfigData")
|
5736
|
+
def plugin_config_data(self) -> Optional[_builtins.str]:
|
5737
|
+
"""
|
5738
|
+
A base64-encoded string containing the configuration for the plugin. The configuration is provided to the plugin at runtime through the ON_CONFIGURE callback.
|
5739
|
+
When a new WasmPluginVersion resource is created, the digest of the contents is saved in the pluginConfigDigest field.
|
5740
|
+
Conflics with pluginConfigUri.
|
5741
|
+
"""
|
5742
|
+
return pulumi.get(self, "plugin_config_data")
|
5743
|
+
|
5744
|
+
@_builtins.property
|
5745
|
+
@pulumi.getter(name="pluginConfigDigest")
|
5746
|
+
def plugin_config_digest(self) -> Optional[_builtins.str]:
|
5747
|
+
"""
|
5748
|
+
(Output)
|
5749
|
+
Output only. This field holds the digest (usually checksum) value for the plugin configuration.
|
5750
|
+
The value is calculated based on the contents of pluginConfigData or the container image defined by the pluginConfigUri field.
|
5751
|
+
"""
|
5752
|
+
return pulumi.get(self, "plugin_config_digest")
|
5753
|
+
|
5754
|
+
@_builtins.property
|
5755
|
+
@pulumi.getter(name="pluginConfigUri")
|
5756
|
+
def plugin_config_uri(self) -> Optional[_builtins.str]:
|
5757
|
+
"""
|
5758
|
+
URI of the plugin configuration stored in the Artifact Registry. The configuration is provided to the plugin at runtime through the ON_CONFIGURE callback.
|
5759
|
+
The container image must contain only a single file with the name plugin.config.
|
5760
|
+
When a new WasmPluginVersion resource is created, the digest of the container image is saved in the pluginConfigDigest field.
|
5761
|
+
Conflics with pluginConfigData.
|
5762
|
+
"""
|
5763
|
+
return pulumi.get(self, "plugin_config_uri")
|
5764
|
+
|
5765
|
+
@_builtins.property
|
5766
|
+
@pulumi.getter(name="updateTime")
|
5767
|
+
def update_time(self) -> Optional[_builtins.str]:
|
5768
|
+
"""
|
5769
|
+
(Output)
|
5770
|
+
Output only. The timestamp when the resource was updated.
|
5771
|
+
"""
|
5772
|
+
return pulumi.get(self, "update_time")
|
5773
|
+
|
5774
|
+
|