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
@@ -40,6 +40,7 @@ class AddressGroupIamMemberArgs:
|
|
40
40
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
41
41
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
42
42
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
43
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
43
44
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
44
45
|
`networksecurity.AddressGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -77,6 +78,7 @@ class AddressGroupIamMemberArgs:
|
|
77
78
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
78
79
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
79
80
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
81
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
80
82
|
"""
|
81
83
|
return pulumi.get(self, "member")
|
82
84
|
|
@@ -176,6 +178,7 @@ class _AddressGroupIamMemberState:
|
|
176
178
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
177
179
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
178
180
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
181
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
179
182
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
180
183
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
181
184
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -249,6 +252,7 @@ class _AddressGroupIamMemberState:
|
|
249
252
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
250
253
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
251
254
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
255
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
252
256
|
"""
|
253
257
|
return pulumi.get(self, "member")
|
254
258
|
|
@@ -379,6 +383,7 @@ class AddressGroupIamMember(pulumi.CustomResource):
|
|
379
383
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
380
384
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
381
385
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
386
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
382
387
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
383
388
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
384
389
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -526,6 +531,7 @@ class AddressGroupIamMember(pulumi.CustomResource):
|
|
526
531
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
527
532
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
528
533
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
534
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
529
535
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
530
536
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
531
537
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -585,6 +591,7 @@ class AddressGroupIamMember(pulumi.CustomResource):
|
|
585
591
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
586
592
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
587
593
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
594
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
588
595
|
"""
|
589
596
|
return pulumi.get(self, "member")
|
590
597
|
|
@@ -175,6 +175,12 @@ __all__ = [
|
|
175
175
|
'TlsRouteRuleActionDestinationArgsDict',
|
176
176
|
'TlsRouteRuleMatchArgs',
|
177
177
|
'TlsRouteRuleMatchArgsDict',
|
178
|
+
'WasmPluginLogConfigArgs',
|
179
|
+
'WasmPluginLogConfigArgsDict',
|
180
|
+
'WasmPluginUsedByArgs',
|
181
|
+
'WasmPluginUsedByArgsDict',
|
182
|
+
'WasmPluginVersionArgs',
|
183
|
+
'WasmPluginVersionArgsDict',
|
178
184
|
]
|
179
185
|
|
180
186
|
MYPY = False
|
@@ -5952,7 +5958,9 @@ if not MYPY:
|
|
5952
5958
|
"""
|
5953
5959
|
service: pulumi.Input[_builtins.str]
|
5954
5960
|
"""
|
5955
|
-
The reference to the service that runs the extension.
|
5961
|
+
The reference to the service that runs the extension.
|
5962
|
+
* To configure a callout extension, service must be a fully-qualified reference to a backend service.
|
5963
|
+
* To configure a plugin extension, service must be a reference to a WasmPlugin resource.
|
5956
5964
|
"""
|
5957
5965
|
authority: NotRequired[pulumi.Input[_builtins.str]]
|
5958
5966
|
"""
|
@@ -5994,7 +6002,9 @@ class LbRouteExtensionExtensionChainExtensionArgs:
|
|
5994
6002
|
The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens,
|
5995
6003
|
and can have a maximum length of 63 characters. Additionally, the first character must be a letter
|
5996
6004
|
and the last a letter or a number.
|
5997
|
-
:param pulumi.Input[_builtins.str] service: The reference to the service that runs the extension.
|
6005
|
+
:param pulumi.Input[_builtins.str] service: The reference to the service that runs the extension.
|
6006
|
+
* To configure a callout extension, service must be a fully-qualified reference to a backend service.
|
6007
|
+
* To configure a plugin extension, service must be a reference to a WasmPlugin resource.
|
5998
6008
|
:param pulumi.Input[_builtins.str] authority: The :authority header in the gRPC request sent from Envoy to the extension service.
|
5999
6009
|
:param pulumi.Input[_builtins.bool] fail_open: Determines how the proxy behaves if the call to the extension fails or times out.
|
6000
6010
|
When set to TRUE, request or response processing continues without error.
|
@@ -6037,7 +6047,9 @@ class LbRouteExtensionExtensionChainExtensionArgs:
|
|
6037
6047
|
@pulumi.getter
|
6038
6048
|
def service(self) -> pulumi.Input[_builtins.str]:
|
6039
6049
|
"""
|
6040
|
-
The reference to the service that runs the extension.
|
6050
|
+
The reference to the service that runs the extension.
|
6051
|
+
* To configure a callout extension, service must be a fully-qualified reference to a backend service.
|
6052
|
+
* To configure a plugin extension, service must be a reference to a WasmPlugin resource.
|
6041
6053
|
"""
|
6042
6054
|
return pulumi.get(self, "service")
|
6043
6055
|
|
@@ -6236,7 +6248,9 @@ if not MYPY:
|
|
6236
6248
|
"""
|
6237
6249
|
service: pulumi.Input[_builtins.str]
|
6238
6250
|
"""
|
6239
|
-
The reference to the service that runs the extension.
|
6251
|
+
The reference to the service that runs the extension.
|
6252
|
+
* To configure a callout extension, service must be a fully-qualified reference to a backend service.
|
6253
|
+
* To configure a plugin extension, service must be a reference to a WasmPlugin resource.
|
6240
6254
|
"""
|
6241
6255
|
authority: NotRequired[pulumi.Input[_builtins.str]]
|
6242
6256
|
"""
|
@@ -6293,7 +6307,9 @@ class LbTrafficExtensionExtensionChainExtensionArgs:
|
|
6293
6307
|
The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens,
|
6294
6308
|
and can have a maximum length of 63 characters. Additionally, the first character must be a letter
|
6295
6309
|
and the last a letter or a number.
|
6296
|
-
:param pulumi.Input[_builtins.str] service: The reference to the service that runs the extension.
|
6310
|
+
:param pulumi.Input[_builtins.str] service: The reference to the service that runs the extension.
|
6311
|
+
* To configure a callout extension, service must be a fully-qualified reference to a backend service.
|
6312
|
+
* To configure a plugin extension, service must be a reference to a WasmPlugin resource.
|
6297
6313
|
:param pulumi.Input[_builtins.str] authority: The :authority header in the gRPC request sent from Envoy to the extension service.
|
6298
6314
|
:param pulumi.Input[_builtins.bool] fail_open: Determines how the proxy behaves if the call to the extension fails or times out.
|
6299
6315
|
When set to TRUE, request or response processing continues without error.
|
@@ -6347,7 +6363,9 @@ class LbTrafficExtensionExtensionChainExtensionArgs:
|
|
6347
6363
|
@pulumi.getter
|
6348
6364
|
def service(self) -> pulumi.Input[_builtins.str]:
|
6349
6365
|
"""
|
6350
|
-
The reference to the service that runs the extension.
|
6366
|
+
The reference to the service that runs the extension.
|
6367
|
+
* To configure a callout extension, service must be a fully-qualified reference to a backend service.
|
6368
|
+
* To configure a plugin extension, service must be a reference to a WasmPlugin resource.
|
6351
6369
|
"""
|
6352
6370
|
return pulumi.get(self, "service")
|
6353
6371
|
|
@@ -6984,3 +7002,372 @@ class TlsRouteRuleMatchArgs:
|
|
6984
7002
|
pulumi.set(self, "sni_hosts", value)
|
6985
7003
|
|
6986
7004
|
|
7005
|
+
if not MYPY:
|
7006
|
+
class WasmPluginLogConfigArgsDict(TypedDict):
|
7007
|
+
enable: NotRequired[pulumi.Input[_builtins.bool]]
|
7008
|
+
"""
|
7009
|
+
Optional. Specifies whether to enable logging for activity by this plugin.
|
7010
|
+
"""
|
7011
|
+
min_log_level: NotRequired[pulumi.Input[_builtins.str]]
|
7012
|
+
"""
|
7013
|
+
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.
|
7014
|
+
This field is can be set only if logging is enabled for the plugin.
|
7015
|
+
If the field is not provided when logging is enabled, it is set to INFO by default.
|
7016
|
+
Possible values are: `LOG_LEVEL_UNSPECIFIED`, `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`, `CRITICAL`.
|
7017
|
+
"""
|
7018
|
+
sample_rate: NotRequired[pulumi.Input[_builtins.float]]
|
7019
|
+
"""
|
7020
|
+
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.
|
7021
|
+
A floating point value between 0.0 and 1.0 indicates that a percentage of log messages is stored.
|
7022
|
+
The default value when logging is enabled is 1.0. The value of the field must be between 0 and 1 (inclusive).
|
7023
|
+
This field can be specified only if logging is enabled for this plugin.
|
7024
|
+
"""
|
7025
|
+
elif False:
|
7026
|
+
WasmPluginLogConfigArgsDict: TypeAlias = Mapping[str, Any]
|
7027
|
+
|
7028
|
+
@pulumi.input_type
|
7029
|
+
class WasmPluginLogConfigArgs:
|
7030
|
+
def __init__(__self__, *,
|
7031
|
+
enable: Optional[pulumi.Input[_builtins.bool]] = None,
|
7032
|
+
min_log_level: Optional[pulumi.Input[_builtins.str]] = None,
|
7033
|
+
sample_rate: Optional[pulumi.Input[_builtins.float]] = None):
|
7034
|
+
"""
|
7035
|
+
:param pulumi.Input[_builtins.bool] enable: Optional. Specifies whether to enable logging for activity by this plugin.
|
7036
|
+
:param pulumi.Input[_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.
|
7037
|
+
This field is can be set only if logging is enabled for the plugin.
|
7038
|
+
If the field is not provided when logging is enabled, it is set to INFO by default.
|
7039
|
+
Possible values are: `LOG_LEVEL_UNSPECIFIED`, `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`, `CRITICAL`.
|
7040
|
+
:param pulumi.Input[_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.
|
7041
|
+
A floating point value between 0.0 and 1.0 indicates that a percentage of log messages is stored.
|
7042
|
+
The default value when logging is enabled is 1.0. The value of the field must be between 0 and 1 (inclusive).
|
7043
|
+
This field can be specified only if logging is enabled for this plugin.
|
7044
|
+
"""
|
7045
|
+
if enable is not None:
|
7046
|
+
pulumi.set(__self__, "enable", enable)
|
7047
|
+
if min_log_level is not None:
|
7048
|
+
pulumi.set(__self__, "min_log_level", min_log_level)
|
7049
|
+
if sample_rate is not None:
|
7050
|
+
pulumi.set(__self__, "sample_rate", sample_rate)
|
7051
|
+
|
7052
|
+
@_builtins.property
|
7053
|
+
@pulumi.getter
|
7054
|
+
def enable(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
7055
|
+
"""
|
7056
|
+
Optional. Specifies whether to enable logging for activity by this plugin.
|
7057
|
+
"""
|
7058
|
+
return pulumi.get(self, "enable")
|
7059
|
+
|
7060
|
+
@enable.setter
|
7061
|
+
def enable(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
7062
|
+
pulumi.set(self, "enable", value)
|
7063
|
+
|
7064
|
+
@_builtins.property
|
7065
|
+
@pulumi.getter(name="minLogLevel")
|
7066
|
+
def min_log_level(self) -> Optional[pulumi.Input[_builtins.str]]:
|
7067
|
+
"""
|
7068
|
+
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.
|
7069
|
+
This field is can be set only if logging is enabled for the plugin.
|
7070
|
+
If the field is not provided when logging is enabled, it is set to INFO by default.
|
7071
|
+
Possible values are: `LOG_LEVEL_UNSPECIFIED`, `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`, `CRITICAL`.
|
7072
|
+
"""
|
7073
|
+
return pulumi.get(self, "min_log_level")
|
7074
|
+
|
7075
|
+
@min_log_level.setter
|
7076
|
+
def min_log_level(self, value: Optional[pulumi.Input[_builtins.str]]):
|
7077
|
+
pulumi.set(self, "min_log_level", value)
|
7078
|
+
|
7079
|
+
@_builtins.property
|
7080
|
+
@pulumi.getter(name="sampleRate")
|
7081
|
+
def sample_rate(self) -> Optional[pulumi.Input[_builtins.float]]:
|
7082
|
+
"""
|
7083
|
+
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.
|
7084
|
+
A floating point value between 0.0 and 1.0 indicates that a percentage of log messages is stored.
|
7085
|
+
The default value when logging is enabled is 1.0. The value of the field must be between 0 and 1 (inclusive).
|
7086
|
+
This field can be specified only if logging is enabled for this plugin.
|
7087
|
+
"""
|
7088
|
+
return pulumi.get(self, "sample_rate")
|
7089
|
+
|
7090
|
+
@sample_rate.setter
|
7091
|
+
def sample_rate(self, value: Optional[pulumi.Input[_builtins.float]]):
|
7092
|
+
pulumi.set(self, "sample_rate", value)
|
7093
|
+
|
7094
|
+
|
7095
|
+
if not MYPY:
|
7096
|
+
class WasmPluginUsedByArgsDict(TypedDict):
|
7097
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
7098
|
+
"""
|
7099
|
+
Identifier. Name of the WasmPlugin resource.
|
7100
|
+
"""
|
7101
|
+
elif False:
|
7102
|
+
WasmPluginUsedByArgsDict: TypeAlias = Mapping[str, Any]
|
7103
|
+
|
7104
|
+
@pulumi.input_type
|
7105
|
+
class WasmPluginUsedByArgs:
|
7106
|
+
def __init__(__self__, *,
|
7107
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
7108
|
+
"""
|
7109
|
+
:param pulumi.Input[_builtins.str] name: Identifier. Name of the WasmPlugin resource.
|
7110
|
+
"""
|
7111
|
+
if name is not None:
|
7112
|
+
pulumi.set(__self__, "name", name)
|
7113
|
+
|
7114
|
+
@_builtins.property
|
7115
|
+
@pulumi.getter
|
7116
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
7117
|
+
"""
|
7118
|
+
Identifier. Name of the WasmPlugin resource.
|
7119
|
+
"""
|
7120
|
+
return pulumi.get(self, "name")
|
7121
|
+
|
7122
|
+
@name.setter
|
7123
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
7124
|
+
pulumi.set(self, "name", value)
|
7125
|
+
|
7126
|
+
|
7127
|
+
if not MYPY:
|
7128
|
+
class WasmPluginVersionArgsDict(TypedDict):
|
7129
|
+
version_name: pulumi.Input[_builtins.str]
|
7130
|
+
"""
|
7131
|
+
The identifier for this object. Format specified above.
|
7132
|
+
"""
|
7133
|
+
create_time: NotRequired[pulumi.Input[_builtins.str]]
|
7134
|
+
"""
|
7135
|
+
(Output)
|
7136
|
+
Output only. The timestamp when the resource was created.
|
7137
|
+
"""
|
7138
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
7139
|
+
"""
|
7140
|
+
Optional. A human-readable description of the resource.
|
7141
|
+
"""
|
7142
|
+
image_digest: NotRequired[pulumi.Input[_builtins.str]]
|
7143
|
+
"""
|
7144
|
+
(Output)
|
7145
|
+
Output only. The resolved digest for the image specified in the image field. The digest is resolved during the creation of WasmPluginVersion resource.
|
7146
|
+
This field holds the digest value, regardless of whether a tag or digest was originally specified in the image field.
|
7147
|
+
"""
|
7148
|
+
image_uri: NotRequired[pulumi.Input[_builtins.str]]
|
7149
|
+
"""
|
7150
|
+
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.
|
7151
|
+
When downloading an image, the digest value is used instead of an image tag.
|
7152
|
+
"""
|
7153
|
+
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
7154
|
+
"""
|
7155
|
+
Optional. Set of labels associated with the WasmPlugin resource.
|
7156
|
+
"""
|
7157
|
+
plugin_config_data: NotRequired[pulumi.Input[_builtins.str]]
|
7158
|
+
"""
|
7159
|
+
A base64-encoded string containing the configuration for the plugin. The configuration is provided to the plugin at runtime through the ON_CONFIGURE callback.
|
7160
|
+
When a new WasmPluginVersion resource is created, the digest of the contents is saved in the pluginConfigDigest field.
|
7161
|
+
Conflics with pluginConfigUri.
|
7162
|
+
"""
|
7163
|
+
plugin_config_digest: NotRequired[pulumi.Input[_builtins.str]]
|
7164
|
+
"""
|
7165
|
+
(Output)
|
7166
|
+
Output only. This field holds the digest (usually checksum) value for the plugin configuration.
|
7167
|
+
The value is calculated based on the contents of pluginConfigData or the container image defined by the pluginConfigUri field.
|
7168
|
+
"""
|
7169
|
+
plugin_config_uri: NotRequired[pulumi.Input[_builtins.str]]
|
7170
|
+
"""
|
7171
|
+
URI of the plugin configuration stored in the Artifact Registry. The configuration is provided to the plugin at runtime through the ON_CONFIGURE callback.
|
7172
|
+
The container image must contain only a single file with the name plugin.config.
|
7173
|
+
When a new WasmPluginVersion resource is created, the digest of the container image is saved in the pluginConfigDigest field.
|
7174
|
+
Conflics with pluginConfigData.
|
7175
|
+
"""
|
7176
|
+
update_time: NotRequired[pulumi.Input[_builtins.str]]
|
7177
|
+
"""
|
7178
|
+
(Output)
|
7179
|
+
Output only. The timestamp when the resource was updated.
|
7180
|
+
"""
|
7181
|
+
elif False:
|
7182
|
+
WasmPluginVersionArgsDict: TypeAlias = Mapping[str, Any]
|
7183
|
+
|
7184
|
+
@pulumi.input_type
|
7185
|
+
class WasmPluginVersionArgs:
|
7186
|
+
def __init__(__self__, *,
|
7187
|
+
version_name: pulumi.Input[_builtins.str],
|
7188
|
+
create_time: Optional[pulumi.Input[_builtins.str]] = None,
|
7189
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
7190
|
+
image_digest: Optional[pulumi.Input[_builtins.str]] = None,
|
7191
|
+
image_uri: Optional[pulumi.Input[_builtins.str]] = None,
|
7192
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
7193
|
+
plugin_config_data: Optional[pulumi.Input[_builtins.str]] = None,
|
7194
|
+
plugin_config_digest: Optional[pulumi.Input[_builtins.str]] = None,
|
7195
|
+
plugin_config_uri: Optional[pulumi.Input[_builtins.str]] = None,
|
7196
|
+
update_time: Optional[pulumi.Input[_builtins.str]] = None):
|
7197
|
+
"""
|
7198
|
+
:param pulumi.Input[_builtins.str] version_name: The identifier for this object. Format specified above.
|
7199
|
+
:param pulumi.Input[_builtins.str] create_time: (Output)
|
7200
|
+
Output only. The timestamp when the resource was created.
|
7201
|
+
:param pulumi.Input[_builtins.str] description: Optional. A human-readable description of the resource.
|
7202
|
+
:param pulumi.Input[_builtins.str] image_digest: (Output)
|
7203
|
+
Output only. The resolved digest for the image specified in the image field. The digest is resolved during the creation of WasmPluginVersion resource.
|
7204
|
+
This field holds the digest value, regardless of whether a tag or digest was originally specified in the image field.
|
7205
|
+
:param pulumi.Input[_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.
|
7206
|
+
When downloading an image, the digest value is used instead of an image tag.
|
7207
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. Set of labels associated with the WasmPlugin resource.
|
7208
|
+
:param pulumi.Input[_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.
|
7209
|
+
When a new WasmPluginVersion resource is created, the digest of the contents is saved in the pluginConfigDigest field.
|
7210
|
+
Conflics with pluginConfigUri.
|
7211
|
+
:param pulumi.Input[_builtins.str] plugin_config_digest: (Output)
|
7212
|
+
Output only. This field holds the digest (usually checksum) value for the plugin configuration.
|
7213
|
+
The value is calculated based on the contents of pluginConfigData or the container image defined by the pluginConfigUri field.
|
7214
|
+
:param pulumi.Input[_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.
|
7215
|
+
The container image must contain only a single file with the name plugin.config.
|
7216
|
+
When a new WasmPluginVersion resource is created, the digest of the container image is saved in the pluginConfigDigest field.
|
7217
|
+
Conflics with pluginConfigData.
|
7218
|
+
:param pulumi.Input[_builtins.str] update_time: (Output)
|
7219
|
+
Output only. The timestamp when the resource was updated.
|
7220
|
+
"""
|
7221
|
+
pulumi.set(__self__, "version_name", version_name)
|
7222
|
+
if create_time is not None:
|
7223
|
+
pulumi.set(__self__, "create_time", create_time)
|
7224
|
+
if description is not None:
|
7225
|
+
pulumi.set(__self__, "description", description)
|
7226
|
+
if image_digest is not None:
|
7227
|
+
pulumi.set(__self__, "image_digest", image_digest)
|
7228
|
+
if image_uri is not None:
|
7229
|
+
pulumi.set(__self__, "image_uri", image_uri)
|
7230
|
+
if labels is not None:
|
7231
|
+
pulumi.set(__self__, "labels", labels)
|
7232
|
+
if plugin_config_data is not None:
|
7233
|
+
pulumi.set(__self__, "plugin_config_data", plugin_config_data)
|
7234
|
+
if plugin_config_digest is not None:
|
7235
|
+
pulumi.set(__self__, "plugin_config_digest", plugin_config_digest)
|
7236
|
+
if plugin_config_uri is not None:
|
7237
|
+
pulumi.set(__self__, "plugin_config_uri", plugin_config_uri)
|
7238
|
+
if update_time is not None:
|
7239
|
+
pulumi.set(__self__, "update_time", update_time)
|
7240
|
+
|
7241
|
+
@_builtins.property
|
7242
|
+
@pulumi.getter(name="versionName")
|
7243
|
+
def version_name(self) -> pulumi.Input[_builtins.str]:
|
7244
|
+
"""
|
7245
|
+
The identifier for this object. Format specified above.
|
7246
|
+
"""
|
7247
|
+
return pulumi.get(self, "version_name")
|
7248
|
+
|
7249
|
+
@version_name.setter
|
7250
|
+
def version_name(self, value: pulumi.Input[_builtins.str]):
|
7251
|
+
pulumi.set(self, "version_name", value)
|
7252
|
+
|
7253
|
+
@_builtins.property
|
7254
|
+
@pulumi.getter(name="createTime")
|
7255
|
+
def create_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
7256
|
+
"""
|
7257
|
+
(Output)
|
7258
|
+
Output only. The timestamp when the resource was created.
|
7259
|
+
"""
|
7260
|
+
return pulumi.get(self, "create_time")
|
7261
|
+
|
7262
|
+
@create_time.setter
|
7263
|
+
def create_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
7264
|
+
pulumi.set(self, "create_time", value)
|
7265
|
+
|
7266
|
+
@_builtins.property
|
7267
|
+
@pulumi.getter
|
7268
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
7269
|
+
"""
|
7270
|
+
Optional. A human-readable description of the resource.
|
7271
|
+
"""
|
7272
|
+
return pulumi.get(self, "description")
|
7273
|
+
|
7274
|
+
@description.setter
|
7275
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
7276
|
+
pulumi.set(self, "description", value)
|
7277
|
+
|
7278
|
+
@_builtins.property
|
7279
|
+
@pulumi.getter(name="imageDigest")
|
7280
|
+
def image_digest(self) -> Optional[pulumi.Input[_builtins.str]]:
|
7281
|
+
"""
|
7282
|
+
(Output)
|
7283
|
+
Output only. The resolved digest for the image specified in the image field. The digest is resolved during the creation of WasmPluginVersion resource.
|
7284
|
+
This field holds the digest value, regardless of whether a tag or digest was originally specified in the image field.
|
7285
|
+
"""
|
7286
|
+
return pulumi.get(self, "image_digest")
|
7287
|
+
|
7288
|
+
@image_digest.setter
|
7289
|
+
def image_digest(self, value: Optional[pulumi.Input[_builtins.str]]):
|
7290
|
+
pulumi.set(self, "image_digest", value)
|
7291
|
+
|
7292
|
+
@_builtins.property
|
7293
|
+
@pulumi.getter(name="imageUri")
|
7294
|
+
def image_uri(self) -> Optional[pulumi.Input[_builtins.str]]:
|
7295
|
+
"""
|
7296
|
+
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.
|
7297
|
+
When downloading an image, the digest value is used instead of an image tag.
|
7298
|
+
"""
|
7299
|
+
return pulumi.get(self, "image_uri")
|
7300
|
+
|
7301
|
+
@image_uri.setter
|
7302
|
+
def image_uri(self, value: Optional[pulumi.Input[_builtins.str]]):
|
7303
|
+
pulumi.set(self, "image_uri", value)
|
7304
|
+
|
7305
|
+
@_builtins.property
|
7306
|
+
@pulumi.getter
|
7307
|
+
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
7308
|
+
"""
|
7309
|
+
Optional. Set of labels associated with the WasmPlugin resource.
|
7310
|
+
"""
|
7311
|
+
return pulumi.get(self, "labels")
|
7312
|
+
|
7313
|
+
@labels.setter
|
7314
|
+
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
7315
|
+
pulumi.set(self, "labels", value)
|
7316
|
+
|
7317
|
+
@_builtins.property
|
7318
|
+
@pulumi.getter(name="pluginConfigData")
|
7319
|
+
def plugin_config_data(self) -> Optional[pulumi.Input[_builtins.str]]:
|
7320
|
+
"""
|
7321
|
+
A base64-encoded string containing the configuration for the plugin. The configuration is provided to the plugin at runtime through the ON_CONFIGURE callback.
|
7322
|
+
When a new WasmPluginVersion resource is created, the digest of the contents is saved in the pluginConfigDigest field.
|
7323
|
+
Conflics with pluginConfigUri.
|
7324
|
+
"""
|
7325
|
+
return pulumi.get(self, "plugin_config_data")
|
7326
|
+
|
7327
|
+
@plugin_config_data.setter
|
7328
|
+
def plugin_config_data(self, value: Optional[pulumi.Input[_builtins.str]]):
|
7329
|
+
pulumi.set(self, "plugin_config_data", value)
|
7330
|
+
|
7331
|
+
@_builtins.property
|
7332
|
+
@pulumi.getter(name="pluginConfigDigest")
|
7333
|
+
def plugin_config_digest(self) -> Optional[pulumi.Input[_builtins.str]]:
|
7334
|
+
"""
|
7335
|
+
(Output)
|
7336
|
+
Output only. This field holds the digest (usually checksum) value for the plugin configuration.
|
7337
|
+
The value is calculated based on the contents of pluginConfigData or the container image defined by the pluginConfigUri field.
|
7338
|
+
"""
|
7339
|
+
return pulumi.get(self, "plugin_config_digest")
|
7340
|
+
|
7341
|
+
@plugin_config_digest.setter
|
7342
|
+
def plugin_config_digest(self, value: Optional[pulumi.Input[_builtins.str]]):
|
7343
|
+
pulumi.set(self, "plugin_config_digest", value)
|
7344
|
+
|
7345
|
+
@_builtins.property
|
7346
|
+
@pulumi.getter(name="pluginConfigUri")
|
7347
|
+
def plugin_config_uri(self) -> Optional[pulumi.Input[_builtins.str]]:
|
7348
|
+
"""
|
7349
|
+
URI of the plugin configuration stored in the Artifact Registry. The configuration is provided to the plugin at runtime through the ON_CONFIGURE callback.
|
7350
|
+
The container image must contain only a single file with the name plugin.config.
|
7351
|
+
When a new WasmPluginVersion resource is created, the digest of the container image is saved in the pluginConfigDigest field.
|
7352
|
+
Conflics with pluginConfigData.
|
7353
|
+
"""
|
7354
|
+
return pulumi.get(self, "plugin_config_uri")
|
7355
|
+
|
7356
|
+
@plugin_config_uri.setter
|
7357
|
+
def plugin_config_uri(self, value: Optional[pulumi.Input[_builtins.str]]):
|
7358
|
+
pulumi.set(self, "plugin_config_uri", value)
|
7359
|
+
|
7360
|
+
@_builtins.property
|
7361
|
+
@pulumi.getter(name="updateTime")
|
7362
|
+
def update_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
7363
|
+
"""
|
7364
|
+
(Output)
|
7365
|
+
Output only. The timestamp when the resource was updated.
|
7366
|
+
"""
|
7367
|
+
return pulumi.get(self, "update_time")
|
7368
|
+
|
7369
|
+
@update_time.setter
|
7370
|
+
def update_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
7371
|
+
pulumi.set(self, "update_time", value)
|
7372
|
+
|
7373
|
+
|