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
@@ -0,0 +1,1063 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = ['ReleaseArgs', 'Release']
|
20
|
+
|
21
|
+
@pulumi.input_type
|
22
|
+
class ReleaseArgs:
|
23
|
+
def __init__(__self__, *,
|
24
|
+
location: pulumi.Input[_builtins.str],
|
25
|
+
release_id: pulumi.Input[_builtins.str],
|
26
|
+
unit_kind: pulumi.Input[_builtins.str],
|
27
|
+
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
28
|
+
blueprint: Optional[pulumi.Input['ReleaseBlueprintArgs']] = None,
|
29
|
+
input_variable_defaults: Optional[pulumi.Input[Sequence[pulumi.Input['ReleaseInputVariableDefaultArgs']]]] = None,
|
30
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
31
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
32
|
+
release_requirements: Optional[pulumi.Input['ReleaseReleaseRequirementsArgs']] = None):
|
33
|
+
"""
|
34
|
+
The set of arguments for constructing a Release resource.
|
35
|
+
:param pulumi.Input[_builtins.str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
|
36
|
+
:param pulumi.Input[_builtins.str] release_id: The ID value for the new release.
|
37
|
+
:param pulumi.Input[_builtins.str] unit_kind: Reference to the UnitKind this Release corresponds to (required and
|
38
|
+
immutable once created).
|
39
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Annotations is an unstructured key-value map stored with a resource that
|
40
|
+
may be set by external tools to store and retrieve arbitrary metadata.
|
41
|
+
They are not queryable and should be preserved when modifying objects.
|
42
|
+
More info: https://kubernetes.io/docs/user-guide/annotations
|
43
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
44
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
45
|
+
:param pulumi.Input[Sequence[pulumi.Input['ReleaseInputVariableDefaultArgs']]] input_variable_defaults: Mapping of input variables to default values. Maximum 100
|
46
|
+
Structure is documented below.
|
47
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels on the resource, which can be used for categorization.
|
48
|
+
similar to Kubernetes resource labels.
|
49
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
50
|
+
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
51
|
+
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
52
|
+
If it is not provided, the provider project is used.
|
53
|
+
:param pulumi.Input['ReleaseReleaseRequirementsArgs'] release_requirements: Set of requirements to be fulfilled on the Unit when using this Release.
|
54
|
+
Structure is documented below.
|
55
|
+
"""
|
56
|
+
pulumi.set(__self__, "location", location)
|
57
|
+
pulumi.set(__self__, "release_id", release_id)
|
58
|
+
pulumi.set(__self__, "unit_kind", unit_kind)
|
59
|
+
if annotations is not None:
|
60
|
+
pulumi.set(__self__, "annotations", annotations)
|
61
|
+
if blueprint is not None:
|
62
|
+
pulumi.set(__self__, "blueprint", blueprint)
|
63
|
+
if input_variable_defaults is not None:
|
64
|
+
pulumi.set(__self__, "input_variable_defaults", input_variable_defaults)
|
65
|
+
if labels is not None:
|
66
|
+
pulumi.set(__self__, "labels", labels)
|
67
|
+
if project is not None:
|
68
|
+
pulumi.set(__self__, "project", project)
|
69
|
+
if release_requirements is not None:
|
70
|
+
pulumi.set(__self__, "release_requirements", release_requirements)
|
71
|
+
|
72
|
+
@_builtins.property
|
73
|
+
@pulumi.getter
|
74
|
+
def location(self) -> pulumi.Input[_builtins.str]:
|
75
|
+
"""
|
76
|
+
Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
|
77
|
+
"""
|
78
|
+
return pulumi.get(self, "location")
|
79
|
+
|
80
|
+
@location.setter
|
81
|
+
def location(self, value: pulumi.Input[_builtins.str]):
|
82
|
+
pulumi.set(self, "location", value)
|
83
|
+
|
84
|
+
@_builtins.property
|
85
|
+
@pulumi.getter(name="releaseId")
|
86
|
+
def release_id(self) -> pulumi.Input[_builtins.str]:
|
87
|
+
"""
|
88
|
+
The ID value for the new release.
|
89
|
+
"""
|
90
|
+
return pulumi.get(self, "release_id")
|
91
|
+
|
92
|
+
@release_id.setter
|
93
|
+
def release_id(self, value: pulumi.Input[_builtins.str]):
|
94
|
+
pulumi.set(self, "release_id", value)
|
95
|
+
|
96
|
+
@_builtins.property
|
97
|
+
@pulumi.getter(name="unitKind")
|
98
|
+
def unit_kind(self) -> pulumi.Input[_builtins.str]:
|
99
|
+
"""
|
100
|
+
Reference to the UnitKind this Release corresponds to (required and
|
101
|
+
immutable once created).
|
102
|
+
"""
|
103
|
+
return pulumi.get(self, "unit_kind")
|
104
|
+
|
105
|
+
@unit_kind.setter
|
106
|
+
def unit_kind(self, value: pulumi.Input[_builtins.str]):
|
107
|
+
pulumi.set(self, "unit_kind", value)
|
108
|
+
|
109
|
+
@_builtins.property
|
110
|
+
@pulumi.getter
|
111
|
+
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
112
|
+
"""
|
113
|
+
Annotations is an unstructured key-value map stored with a resource that
|
114
|
+
may be set by external tools to store and retrieve arbitrary metadata.
|
115
|
+
They are not queryable and should be preserved when modifying objects.
|
116
|
+
More info: https://kubernetes.io/docs/user-guide/annotations
|
117
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
118
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
119
|
+
"""
|
120
|
+
return pulumi.get(self, "annotations")
|
121
|
+
|
122
|
+
@annotations.setter
|
123
|
+
def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
124
|
+
pulumi.set(self, "annotations", value)
|
125
|
+
|
126
|
+
@_builtins.property
|
127
|
+
@pulumi.getter
|
128
|
+
def blueprint(self) -> Optional[pulumi.Input['ReleaseBlueprintArgs']]:
|
129
|
+
return pulumi.get(self, "blueprint")
|
130
|
+
|
131
|
+
@blueprint.setter
|
132
|
+
def blueprint(self, value: Optional[pulumi.Input['ReleaseBlueprintArgs']]):
|
133
|
+
pulumi.set(self, "blueprint", value)
|
134
|
+
|
135
|
+
@_builtins.property
|
136
|
+
@pulumi.getter(name="inputVariableDefaults")
|
137
|
+
def input_variable_defaults(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ReleaseInputVariableDefaultArgs']]]]:
|
138
|
+
"""
|
139
|
+
Mapping of input variables to default values. Maximum 100
|
140
|
+
Structure is documented below.
|
141
|
+
"""
|
142
|
+
return pulumi.get(self, "input_variable_defaults")
|
143
|
+
|
144
|
+
@input_variable_defaults.setter
|
145
|
+
def input_variable_defaults(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ReleaseInputVariableDefaultArgs']]]]):
|
146
|
+
pulumi.set(self, "input_variable_defaults", value)
|
147
|
+
|
148
|
+
@_builtins.property
|
149
|
+
@pulumi.getter
|
150
|
+
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
151
|
+
"""
|
152
|
+
The labels on the resource, which can be used for categorization.
|
153
|
+
similar to Kubernetes resource labels.
|
154
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
155
|
+
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
156
|
+
"""
|
157
|
+
return pulumi.get(self, "labels")
|
158
|
+
|
159
|
+
@labels.setter
|
160
|
+
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
161
|
+
pulumi.set(self, "labels", value)
|
162
|
+
|
163
|
+
@_builtins.property
|
164
|
+
@pulumi.getter
|
165
|
+
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
166
|
+
"""
|
167
|
+
The ID of the project in which the resource belongs.
|
168
|
+
If it is not provided, the provider project is used.
|
169
|
+
"""
|
170
|
+
return pulumi.get(self, "project")
|
171
|
+
|
172
|
+
@project.setter
|
173
|
+
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
174
|
+
pulumi.set(self, "project", value)
|
175
|
+
|
176
|
+
@_builtins.property
|
177
|
+
@pulumi.getter(name="releaseRequirements")
|
178
|
+
def release_requirements(self) -> Optional[pulumi.Input['ReleaseReleaseRequirementsArgs']]:
|
179
|
+
"""
|
180
|
+
Set of requirements to be fulfilled on the Unit when using this Release.
|
181
|
+
Structure is documented below.
|
182
|
+
"""
|
183
|
+
return pulumi.get(self, "release_requirements")
|
184
|
+
|
185
|
+
@release_requirements.setter
|
186
|
+
def release_requirements(self, value: Optional[pulumi.Input['ReleaseReleaseRequirementsArgs']]):
|
187
|
+
pulumi.set(self, "release_requirements", value)
|
188
|
+
|
189
|
+
|
190
|
+
@pulumi.input_type
|
191
|
+
class _ReleaseState:
|
192
|
+
def __init__(__self__, *,
|
193
|
+
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
194
|
+
blueprint: Optional[pulumi.Input['ReleaseBlueprintArgs']] = None,
|
195
|
+
create_time: Optional[pulumi.Input[_builtins.str]] = None,
|
196
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
197
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
198
|
+
etag: Optional[pulumi.Input[_builtins.str]] = None,
|
199
|
+
input_variable_defaults: Optional[pulumi.Input[Sequence[pulumi.Input['ReleaseInputVariableDefaultArgs']]]] = None,
|
200
|
+
input_variables: Optional[pulumi.Input[Sequence[pulumi.Input['ReleaseInputVariableArgs']]]] = None,
|
201
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
202
|
+
location: Optional[pulumi.Input[_builtins.str]] = None,
|
203
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
204
|
+
output_variables: Optional[pulumi.Input[Sequence[pulumi.Input['ReleaseOutputVariableArgs']]]] = None,
|
205
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
206
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
207
|
+
release_id: Optional[pulumi.Input[_builtins.str]] = None,
|
208
|
+
release_requirements: Optional[pulumi.Input['ReleaseReleaseRequirementsArgs']] = None,
|
209
|
+
uid: Optional[pulumi.Input[_builtins.str]] = None,
|
210
|
+
unit_kind: Optional[pulumi.Input[_builtins.str]] = None,
|
211
|
+
update_time: Optional[pulumi.Input[_builtins.str]] = None):
|
212
|
+
"""
|
213
|
+
Input properties used for looking up and filtering Release resources.
|
214
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Annotations is an unstructured key-value map stored with a resource that
|
215
|
+
may be set by external tools to store and retrieve arbitrary metadata.
|
216
|
+
They are not queryable and should be preserved when modifying objects.
|
217
|
+
More info: https://kubernetes.io/docs/user-guide/annotations
|
218
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
219
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
220
|
+
:param pulumi.Input[_builtins.str] create_time: The timestamp when the resource was created.
|
221
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
222
|
+
:param pulumi.Input[_builtins.str] etag: An opaque value that uniquely identifies a version or
|
223
|
+
generation of a resource. It can be used to confirm that the client
|
224
|
+
and server agree on the ordering of a resource being written.
|
225
|
+
:param pulumi.Input[Sequence[pulumi.Input['ReleaseInputVariableDefaultArgs']]] input_variable_defaults: Mapping of input variables to default values. Maximum 100
|
226
|
+
Structure is documented below.
|
227
|
+
:param pulumi.Input[Sequence[pulumi.Input['ReleaseInputVariableArgs']]] input_variables: List of input variables declared on the blueprint and can be present with
|
228
|
+
their values on the unit spec
|
229
|
+
Structure is documented below.
|
230
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels on the resource, which can be used for categorization.
|
231
|
+
similar to Kubernetes resource labels.
|
232
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
233
|
+
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
234
|
+
:param pulumi.Input[_builtins.str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
|
235
|
+
:param pulumi.Input[_builtins.str] name: Identifier. The resource name (full URI of the resource) following the standard naming
|
236
|
+
scheme:
|
237
|
+
"projects/{project}/locations/{location}/releases/{release}"
|
238
|
+
:param pulumi.Input[Sequence[pulumi.Input['ReleaseOutputVariableArgs']]] output_variables: List of output variables declared on the blueprint and can be present with
|
239
|
+
their values on the unit status
|
240
|
+
Structure is documented below.
|
241
|
+
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
242
|
+
If it is not provided, the provider project is used.
|
243
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource
|
244
|
+
and default labels configured on the provider.
|
245
|
+
:param pulumi.Input[_builtins.str] release_id: The ID value for the new release.
|
246
|
+
:param pulumi.Input['ReleaseReleaseRequirementsArgs'] release_requirements: Set of requirements to be fulfilled on the Unit when using this Release.
|
247
|
+
Structure is documented below.
|
248
|
+
:param pulumi.Input[_builtins.str] uid: The unique identifier of the resource. UID is unique in the time
|
249
|
+
and space for this resource within the scope of the service. It is
|
250
|
+
typically generated by the server on successful creation of a resource
|
251
|
+
and must not be changed. UID is used to uniquely identify resources
|
252
|
+
with resource name reuses. This should be a UUID4.
|
253
|
+
:param pulumi.Input[_builtins.str] unit_kind: Reference to the UnitKind this Release corresponds to (required and
|
254
|
+
immutable once created).
|
255
|
+
:param pulumi.Input[_builtins.str] update_time: The timestamp when the resource was last updated. Any
|
256
|
+
change to the resource made by users must refresh this value.
|
257
|
+
Changes to a resource made by the service should refresh this value.
|
258
|
+
"""
|
259
|
+
if annotations is not None:
|
260
|
+
pulumi.set(__self__, "annotations", annotations)
|
261
|
+
if blueprint is not None:
|
262
|
+
pulumi.set(__self__, "blueprint", blueprint)
|
263
|
+
if create_time is not None:
|
264
|
+
pulumi.set(__self__, "create_time", create_time)
|
265
|
+
if effective_annotations is not None:
|
266
|
+
pulumi.set(__self__, "effective_annotations", effective_annotations)
|
267
|
+
if effective_labels is not None:
|
268
|
+
pulumi.set(__self__, "effective_labels", effective_labels)
|
269
|
+
if etag is not None:
|
270
|
+
pulumi.set(__self__, "etag", etag)
|
271
|
+
if input_variable_defaults is not None:
|
272
|
+
pulumi.set(__self__, "input_variable_defaults", input_variable_defaults)
|
273
|
+
if input_variables is not None:
|
274
|
+
pulumi.set(__self__, "input_variables", input_variables)
|
275
|
+
if labels is not None:
|
276
|
+
pulumi.set(__self__, "labels", labels)
|
277
|
+
if location is not None:
|
278
|
+
pulumi.set(__self__, "location", location)
|
279
|
+
if name is not None:
|
280
|
+
pulumi.set(__self__, "name", name)
|
281
|
+
if output_variables is not None:
|
282
|
+
pulumi.set(__self__, "output_variables", output_variables)
|
283
|
+
if project is not None:
|
284
|
+
pulumi.set(__self__, "project", project)
|
285
|
+
if pulumi_labels is not None:
|
286
|
+
pulumi.set(__self__, "pulumi_labels", pulumi_labels)
|
287
|
+
if release_id is not None:
|
288
|
+
pulumi.set(__self__, "release_id", release_id)
|
289
|
+
if release_requirements is not None:
|
290
|
+
pulumi.set(__self__, "release_requirements", release_requirements)
|
291
|
+
if uid is not None:
|
292
|
+
pulumi.set(__self__, "uid", uid)
|
293
|
+
if unit_kind is not None:
|
294
|
+
pulumi.set(__self__, "unit_kind", unit_kind)
|
295
|
+
if update_time is not None:
|
296
|
+
pulumi.set(__self__, "update_time", update_time)
|
297
|
+
|
298
|
+
@_builtins.property
|
299
|
+
@pulumi.getter
|
300
|
+
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
301
|
+
"""
|
302
|
+
Annotations is an unstructured key-value map stored with a resource that
|
303
|
+
may be set by external tools to store and retrieve arbitrary metadata.
|
304
|
+
They are not queryable and should be preserved when modifying objects.
|
305
|
+
More info: https://kubernetes.io/docs/user-guide/annotations
|
306
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
307
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
308
|
+
"""
|
309
|
+
return pulumi.get(self, "annotations")
|
310
|
+
|
311
|
+
@annotations.setter
|
312
|
+
def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
313
|
+
pulumi.set(self, "annotations", value)
|
314
|
+
|
315
|
+
@_builtins.property
|
316
|
+
@pulumi.getter
|
317
|
+
def blueprint(self) -> Optional[pulumi.Input['ReleaseBlueprintArgs']]:
|
318
|
+
return pulumi.get(self, "blueprint")
|
319
|
+
|
320
|
+
@blueprint.setter
|
321
|
+
def blueprint(self, value: Optional[pulumi.Input['ReleaseBlueprintArgs']]):
|
322
|
+
pulumi.set(self, "blueprint", value)
|
323
|
+
|
324
|
+
@_builtins.property
|
325
|
+
@pulumi.getter(name="createTime")
|
326
|
+
def create_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
327
|
+
"""
|
328
|
+
The timestamp when the resource was created.
|
329
|
+
"""
|
330
|
+
return pulumi.get(self, "create_time")
|
331
|
+
|
332
|
+
@create_time.setter
|
333
|
+
def create_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
334
|
+
pulumi.set(self, "create_time", value)
|
335
|
+
|
336
|
+
@_builtins.property
|
337
|
+
@pulumi.getter(name="effectiveAnnotations")
|
338
|
+
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
339
|
+
return pulumi.get(self, "effective_annotations")
|
340
|
+
|
341
|
+
@effective_annotations.setter
|
342
|
+
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
343
|
+
pulumi.set(self, "effective_annotations", value)
|
344
|
+
|
345
|
+
@_builtins.property
|
346
|
+
@pulumi.getter(name="effectiveLabels")
|
347
|
+
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
348
|
+
"""
|
349
|
+
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
350
|
+
"""
|
351
|
+
return pulumi.get(self, "effective_labels")
|
352
|
+
|
353
|
+
@effective_labels.setter
|
354
|
+
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
355
|
+
pulumi.set(self, "effective_labels", value)
|
356
|
+
|
357
|
+
@_builtins.property
|
358
|
+
@pulumi.getter
|
359
|
+
def etag(self) -> Optional[pulumi.Input[_builtins.str]]:
|
360
|
+
"""
|
361
|
+
An opaque value that uniquely identifies a version or
|
362
|
+
generation of a resource. It can be used to confirm that the client
|
363
|
+
and server agree on the ordering of a resource being written.
|
364
|
+
"""
|
365
|
+
return pulumi.get(self, "etag")
|
366
|
+
|
367
|
+
@etag.setter
|
368
|
+
def etag(self, value: Optional[pulumi.Input[_builtins.str]]):
|
369
|
+
pulumi.set(self, "etag", value)
|
370
|
+
|
371
|
+
@_builtins.property
|
372
|
+
@pulumi.getter(name="inputVariableDefaults")
|
373
|
+
def input_variable_defaults(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ReleaseInputVariableDefaultArgs']]]]:
|
374
|
+
"""
|
375
|
+
Mapping of input variables to default values. Maximum 100
|
376
|
+
Structure is documented below.
|
377
|
+
"""
|
378
|
+
return pulumi.get(self, "input_variable_defaults")
|
379
|
+
|
380
|
+
@input_variable_defaults.setter
|
381
|
+
def input_variable_defaults(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ReleaseInputVariableDefaultArgs']]]]):
|
382
|
+
pulumi.set(self, "input_variable_defaults", value)
|
383
|
+
|
384
|
+
@_builtins.property
|
385
|
+
@pulumi.getter(name="inputVariables")
|
386
|
+
def input_variables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ReleaseInputVariableArgs']]]]:
|
387
|
+
"""
|
388
|
+
List of input variables declared on the blueprint and can be present with
|
389
|
+
their values on the unit spec
|
390
|
+
Structure is documented below.
|
391
|
+
"""
|
392
|
+
return pulumi.get(self, "input_variables")
|
393
|
+
|
394
|
+
@input_variables.setter
|
395
|
+
def input_variables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ReleaseInputVariableArgs']]]]):
|
396
|
+
pulumi.set(self, "input_variables", value)
|
397
|
+
|
398
|
+
@_builtins.property
|
399
|
+
@pulumi.getter
|
400
|
+
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
401
|
+
"""
|
402
|
+
The labels on the resource, which can be used for categorization.
|
403
|
+
similar to Kubernetes resource labels.
|
404
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
405
|
+
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
406
|
+
"""
|
407
|
+
return pulumi.get(self, "labels")
|
408
|
+
|
409
|
+
@labels.setter
|
410
|
+
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
411
|
+
pulumi.set(self, "labels", value)
|
412
|
+
|
413
|
+
@_builtins.property
|
414
|
+
@pulumi.getter
|
415
|
+
def location(self) -> Optional[pulumi.Input[_builtins.str]]:
|
416
|
+
"""
|
417
|
+
Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
|
418
|
+
"""
|
419
|
+
return pulumi.get(self, "location")
|
420
|
+
|
421
|
+
@location.setter
|
422
|
+
def location(self, value: Optional[pulumi.Input[_builtins.str]]):
|
423
|
+
pulumi.set(self, "location", value)
|
424
|
+
|
425
|
+
@_builtins.property
|
426
|
+
@pulumi.getter
|
427
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
428
|
+
"""
|
429
|
+
Identifier. The resource name (full URI of the resource) following the standard naming
|
430
|
+
scheme:
|
431
|
+
"projects/{project}/locations/{location}/releases/{release}"
|
432
|
+
"""
|
433
|
+
return pulumi.get(self, "name")
|
434
|
+
|
435
|
+
@name.setter
|
436
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
437
|
+
pulumi.set(self, "name", value)
|
438
|
+
|
439
|
+
@_builtins.property
|
440
|
+
@pulumi.getter(name="outputVariables")
|
441
|
+
def output_variables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ReleaseOutputVariableArgs']]]]:
|
442
|
+
"""
|
443
|
+
List of output variables declared on the blueprint and can be present with
|
444
|
+
their values on the unit status
|
445
|
+
Structure is documented below.
|
446
|
+
"""
|
447
|
+
return pulumi.get(self, "output_variables")
|
448
|
+
|
449
|
+
@output_variables.setter
|
450
|
+
def output_variables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ReleaseOutputVariableArgs']]]]):
|
451
|
+
pulumi.set(self, "output_variables", value)
|
452
|
+
|
453
|
+
@_builtins.property
|
454
|
+
@pulumi.getter
|
455
|
+
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
456
|
+
"""
|
457
|
+
The ID of the project in which the resource belongs.
|
458
|
+
If it is not provided, the provider project is used.
|
459
|
+
"""
|
460
|
+
return pulumi.get(self, "project")
|
461
|
+
|
462
|
+
@project.setter
|
463
|
+
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
464
|
+
pulumi.set(self, "project", value)
|
465
|
+
|
466
|
+
@_builtins.property
|
467
|
+
@pulumi.getter(name="pulumiLabels")
|
468
|
+
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
469
|
+
"""
|
470
|
+
The combination of labels configured directly on the resource
|
471
|
+
and default labels configured on the provider.
|
472
|
+
"""
|
473
|
+
return pulumi.get(self, "pulumi_labels")
|
474
|
+
|
475
|
+
@pulumi_labels.setter
|
476
|
+
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
477
|
+
pulumi.set(self, "pulumi_labels", value)
|
478
|
+
|
479
|
+
@_builtins.property
|
480
|
+
@pulumi.getter(name="releaseId")
|
481
|
+
def release_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
482
|
+
"""
|
483
|
+
The ID value for the new release.
|
484
|
+
"""
|
485
|
+
return pulumi.get(self, "release_id")
|
486
|
+
|
487
|
+
@release_id.setter
|
488
|
+
def release_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
489
|
+
pulumi.set(self, "release_id", value)
|
490
|
+
|
491
|
+
@_builtins.property
|
492
|
+
@pulumi.getter(name="releaseRequirements")
|
493
|
+
def release_requirements(self) -> Optional[pulumi.Input['ReleaseReleaseRequirementsArgs']]:
|
494
|
+
"""
|
495
|
+
Set of requirements to be fulfilled on the Unit when using this Release.
|
496
|
+
Structure is documented below.
|
497
|
+
"""
|
498
|
+
return pulumi.get(self, "release_requirements")
|
499
|
+
|
500
|
+
@release_requirements.setter
|
501
|
+
def release_requirements(self, value: Optional[pulumi.Input['ReleaseReleaseRequirementsArgs']]):
|
502
|
+
pulumi.set(self, "release_requirements", value)
|
503
|
+
|
504
|
+
@_builtins.property
|
505
|
+
@pulumi.getter
|
506
|
+
def uid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
507
|
+
"""
|
508
|
+
The unique identifier of the resource. UID is unique in the time
|
509
|
+
and space for this resource within the scope of the service. It is
|
510
|
+
typically generated by the server on successful creation of a resource
|
511
|
+
and must not be changed. UID is used to uniquely identify resources
|
512
|
+
with resource name reuses. This should be a UUID4.
|
513
|
+
"""
|
514
|
+
return pulumi.get(self, "uid")
|
515
|
+
|
516
|
+
@uid.setter
|
517
|
+
def uid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
518
|
+
pulumi.set(self, "uid", value)
|
519
|
+
|
520
|
+
@_builtins.property
|
521
|
+
@pulumi.getter(name="unitKind")
|
522
|
+
def unit_kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
523
|
+
"""
|
524
|
+
Reference to the UnitKind this Release corresponds to (required and
|
525
|
+
immutable once created).
|
526
|
+
"""
|
527
|
+
return pulumi.get(self, "unit_kind")
|
528
|
+
|
529
|
+
@unit_kind.setter
|
530
|
+
def unit_kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
531
|
+
pulumi.set(self, "unit_kind", value)
|
532
|
+
|
533
|
+
@_builtins.property
|
534
|
+
@pulumi.getter(name="updateTime")
|
535
|
+
def update_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
536
|
+
"""
|
537
|
+
The timestamp when the resource was last updated. Any
|
538
|
+
change to the resource made by users must refresh this value.
|
539
|
+
Changes to a resource made by the service should refresh this value.
|
540
|
+
"""
|
541
|
+
return pulumi.get(self, "update_time")
|
542
|
+
|
543
|
+
@update_time.setter
|
544
|
+
def update_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
545
|
+
pulumi.set(self, "update_time", value)
|
546
|
+
|
547
|
+
|
548
|
+
@pulumi.type_token("gcp:saasruntime/release:Release")
|
549
|
+
class Release(pulumi.CustomResource):
|
550
|
+
@overload
|
551
|
+
def __init__(__self__,
|
552
|
+
resource_name: str,
|
553
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
554
|
+
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
555
|
+
blueprint: Optional[pulumi.Input[Union['ReleaseBlueprintArgs', 'ReleaseBlueprintArgsDict']]] = None,
|
556
|
+
input_variable_defaults: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ReleaseInputVariableDefaultArgs', 'ReleaseInputVariableDefaultArgsDict']]]]] = None,
|
557
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
558
|
+
location: Optional[pulumi.Input[_builtins.str]] = None,
|
559
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
560
|
+
release_id: Optional[pulumi.Input[_builtins.str]] = None,
|
561
|
+
release_requirements: Optional[pulumi.Input[Union['ReleaseReleaseRequirementsArgs', 'ReleaseReleaseRequirementsArgsDict']]] = None,
|
562
|
+
unit_kind: Optional[pulumi.Input[_builtins.str]] = None,
|
563
|
+
__props__=None):
|
564
|
+
"""
|
565
|
+
A version to be propagated and deployed to Units. It points to a specific version of a Blueprint that can be applied to Units, for example, via a Rollout.
|
566
|
+
|
567
|
+
## Example Usage
|
568
|
+
|
569
|
+
### Saas Runtime Release Basic
|
570
|
+
|
571
|
+
```python
|
572
|
+
import pulumi
|
573
|
+
import pulumi_gcp as gcp
|
574
|
+
|
575
|
+
example_saas = gcp.saasruntime.SaaS("example_saas",
|
576
|
+
saas_id="example-saas",
|
577
|
+
location="global",
|
578
|
+
locations=[{
|
579
|
+
"name": "us-central1",
|
580
|
+
}])
|
581
|
+
example_unitkind = gcp.saasruntime.UnitKind("example_unitkind",
|
582
|
+
location="global",
|
583
|
+
unit_kind_id="example-unitkind",
|
584
|
+
saas=example_saas.id)
|
585
|
+
example_previous = gcp.saasruntime.Release("example_previous",
|
586
|
+
location="global",
|
587
|
+
release_id="previous-release",
|
588
|
+
unit_kind=example_unitkind.id,
|
589
|
+
blueprint={
|
590
|
+
"package": "us-central1-docker.pkg.dev/ci-test-project-188019/test-repo/tf-test-easysaas-alpha-image@sha256:7992fdbaeaf998ecd31a7f937bb26e38a781ecf49b24857a6176c1e9bfc299ee",
|
591
|
+
})
|
592
|
+
example = gcp.saasruntime.Release("example",
|
593
|
+
location="global",
|
594
|
+
release_id="example-release",
|
595
|
+
unit_kind=example_unitkind.id,
|
596
|
+
blueprint={
|
597
|
+
"package": "us-central1-docker.pkg.dev/ci-test-project-188019/test-repo/tf-test-easysaas-beta-image@sha256:7bba0fa85b2956df7768f7b32e715b6fe11f4f4193e2a70a35bf3f286a6cdf9e",
|
598
|
+
},
|
599
|
+
input_variable_defaults=[{
|
600
|
+
"variable": "name",
|
601
|
+
"value": "test",
|
602
|
+
"type": "STRING",
|
603
|
+
}])
|
604
|
+
```
|
605
|
+
|
606
|
+
## Import
|
607
|
+
|
608
|
+
Release can be imported using any of these accepted formats:
|
609
|
+
|
610
|
+
* `projects/{{project}}/locations/{{location}}/releases/{{release_id}}`
|
611
|
+
|
612
|
+
* `{{project}}/{{location}}/{{release_id}}`
|
613
|
+
|
614
|
+
* `{{location}}/{{release_id}}`
|
615
|
+
|
616
|
+
When using the `pulumi import` command, Release can be imported using one of the formats above. For example:
|
617
|
+
|
618
|
+
```sh
|
619
|
+
$ pulumi import gcp:saasruntime/release:Release default projects/{{project}}/locations/{{location}}/releases/{{release_id}}
|
620
|
+
```
|
621
|
+
|
622
|
+
```sh
|
623
|
+
$ pulumi import gcp:saasruntime/release:Release default {{project}}/{{location}}/{{release_id}}
|
624
|
+
```
|
625
|
+
|
626
|
+
```sh
|
627
|
+
$ pulumi import gcp:saasruntime/release:Release default {{location}}/{{release_id}}
|
628
|
+
```
|
629
|
+
|
630
|
+
:param str resource_name: The name of the resource.
|
631
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
632
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Annotations is an unstructured key-value map stored with a resource that
|
633
|
+
may be set by external tools to store and retrieve arbitrary metadata.
|
634
|
+
They are not queryable and should be preserved when modifying objects.
|
635
|
+
More info: https://kubernetes.io/docs/user-guide/annotations
|
636
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
637
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
638
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ReleaseInputVariableDefaultArgs', 'ReleaseInputVariableDefaultArgsDict']]]] input_variable_defaults: Mapping of input variables to default values. Maximum 100
|
639
|
+
Structure is documented below.
|
640
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels on the resource, which can be used for categorization.
|
641
|
+
similar to Kubernetes resource labels.
|
642
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
643
|
+
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
644
|
+
:param pulumi.Input[_builtins.str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
|
645
|
+
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
646
|
+
If it is not provided, the provider project is used.
|
647
|
+
:param pulumi.Input[_builtins.str] release_id: The ID value for the new release.
|
648
|
+
:param pulumi.Input[Union['ReleaseReleaseRequirementsArgs', 'ReleaseReleaseRequirementsArgsDict']] release_requirements: Set of requirements to be fulfilled on the Unit when using this Release.
|
649
|
+
Structure is documented below.
|
650
|
+
:param pulumi.Input[_builtins.str] unit_kind: Reference to the UnitKind this Release corresponds to (required and
|
651
|
+
immutable once created).
|
652
|
+
"""
|
653
|
+
...
|
654
|
+
@overload
|
655
|
+
def __init__(__self__,
|
656
|
+
resource_name: str,
|
657
|
+
args: ReleaseArgs,
|
658
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
659
|
+
"""
|
660
|
+
A version to be propagated and deployed to Units. It points to a specific version of a Blueprint that can be applied to Units, for example, via a Rollout.
|
661
|
+
|
662
|
+
## Example Usage
|
663
|
+
|
664
|
+
### Saas Runtime Release Basic
|
665
|
+
|
666
|
+
```python
|
667
|
+
import pulumi
|
668
|
+
import pulumi_gcp as gcp
|
669
|
+
|
670
|
+
example_saas = gcp.saasruntime.SaaS("example_saas",
|
671
|
+
saas_id="example-saas",
|
672
|
+
location="global",
|
673
|
+
locations=[{
|
674
|
+
"name": "us-central1",
|
675
|
+
}])
|
676
|
+
example_unitkind = gcp.saasruntime.UnitKind("example_unitkind",
|
677
|
+
location="global",
|
678
|
+
unit_kind_id="example-unitkind",
|
679
|
+
saas=example_saas.id)
|
680
|
+
example_previous = gcp.saasruntime.Release("example_previous",
|
681
|
+
location="global",
|
682
|
+
release_id="previous-release",
|
683
|
+
unit_kind=example_unitkind.id,
|
684
|
+
blueprint={
|
685
|
+
"package": "us-central1-docker.pkg.dev/ci-test-project-188019/test-repo/tf-test-easysaas-alpha-image@sha256:7992fdbaeaf998ecd31a7f937bb26e38a781ecf49b24857a6176c1e9bfc299ee",
|
686
|
+
})
|
687
|
+
example = gcp.saasruntime.Release("example",
|
688
|
+
location="global",
|
689
|
+
release_id="example-release",
|
690
|
+
unit_kind=example_unitkind.id,
|
691
|
+
blueprint={
|
692
|
+
"package": "us-central1-docker.pkg.dev/ci-test-project-188019/test-repo/tf-test-easysaas-beta-image@sha256:7bba0fa85b2956df7768f7b32e715b6fe11f4f4193e2a70a35bf3f286a6cdf9e",
|
693
|
+
},
|
694
|
+
input_variable_defaults=[{
|
695
|
+
"variable": "name",
|
696
|
+
"value": "test",
|
697
|
+
"type": "STRING",
|
698
|
+
}])
|
699
|
+
```
|
700
|
+
|
701
|
+
## Import
|
702
|
+
|
703
|
+
Release can be imported using any of these accepted formats:
|
704
|
+
|
705
|
+
* `projects/{{project}}/locations/{{location}}/releases/{{release_id}}`
|
706
|
+
|
707
|
+
* `{{project}}/{{location}}/{{release_id}}`
|
708
|
+
|
709
|
+
* `{{location}}/{{release_id}}`
|
710
|
+
|
711
|
+
When using the `pulumi import` command, Release can be imported using one of the formats above. For example:
|
712
|
+
|
713
|
+
```sh
|
714
|
+
$ pulumi import gcp:saasruntime/release:Release default projects/{{project}}/locations/{{location}}/releases/{{release_id}}
|
715
|
+
```
|
716
|
+
|
717
|
+
```sh
|
718
|
+
$ pulumi import gcp:saasruntime/release:Release default {{project}}/{{location}}/{{release_id}}
|
719
|
+
```
|
720
|
+
|
721
|
+
```sh
|
722
|
+
$ pulumi import gcp:saasruntime/release:Release default {{location}}/{{release_id}}
|
723
|
+
```
|
724
|
+
|
725
|
+
:param str resource_name: The name of the resource.
|
726
|
+
:param ReleaseArgs args: The arguments to use to populate this resource's properties.
|
727
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
728
|
+
"""
|
729
|
+
...
|
730
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
731
|
+
resource_args, opts = _utilities.get_resource_args_opts(ReleaseArgs, pulumi.ResourceOptions, *args, **kwargs)
|
732
|
+
if resource_args is not None:
|
733
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
734
|
+
else:
|
735
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
736
|
+
|
737
|
+
def _internal_init(__self__,
|
738
|
+
resource_name: str,
|
739
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
740
|
+
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
741
|
+
blueprint: Optional[pulumi.Input[Union['ReleaseBlueprintArgs', 'ReleaseBlueprintArgsDict']]] = None,
|
742
|
+
input_variable_defaults: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ReleaseInputVariableDefaultArgs', 'ReleaseInputVariableDefaultArgsDict']]]]] = None,
|
743
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
744
|
+
location: Optional[pulumi.Input[_builtins.str]] = None,
|
745
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
746
|
+
release_id: Optional[pulumi.Input[_builtins.str]] = None,
|
747
|
+
release_requirements: Optional[pulumi.Input[Union['ReleaseReleaseRequirementsArgs', 'ReleaseReleaseRequirementsArgsDict']]] = None,
|
748
|
+
unit_kind: Optional[pulumi.Input[_builtins.str]] = None,
|
749
|
+
__props__=None):
|
750
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
751
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
752
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
753
|
+
if opts.id is None:
|
754
|
+
if __props__ is not None:
|
755
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
756
|
+
__props__ = ReleaseArgs.__new__(ReleaseArgs)
|
757
|
+
|
758
|
+
__props__.__dict__["annotations"] = annotations
|
759
|
+
__props__.__dict__["blueprint"] = blueprint
|
760
|
+
__props__.__dict__["input_variable_defaults"] = input_variable_defaults
|
761
|
+
__props__.__dict__["labels"] = labels
|
762
|
+
if location is None and not opts.urn:
|
763
|
+
raise TypeError("Missing required property 'location'")
|
764
|
+
__props__.__dict__["location"] = location
|
765
|
+
__props__.__dict__["project"] = project
|
766
|
+
if release_id is None and not opts.urn:
|
767
|
+
raise TypeError("Missing required property 'release_id'")
|
768
|
+
__props__.__dict__["release_id"] = release_id
|
769
|
+
__props__.__dict__["release_requirements"] = release_requirements
|
770
|
+
if unit_kind is None and not opts.urn:
|
771
|
+
raise TypeError("Missing required property 'unit_kind'")
|
772
|
+
__props__.__dict__["unit_kind"] = unit_kind
|
773
|
+
__props__.__dict__["create_time"] = None
|
774
|
+
__props__.__dict__["effective_annotations"] = None
|
775
|
+
__props__.__dict__["effective_labels"] = None
|
776
|
+
__props__.__dict__["etag"] = None
|
777
|
+
__props__.__dict__["input_variables"] = None
|
778
|
+
__props__.__dict__["name"] = None
|
779
|
+
__props__.__dict__["output_variables"] = None
|
780
|
+
__props__.__dict__["pulumi_labels"] = None
|
781
|
+
__props__.__dict__["uid"] = None
|
782
|
+
__props__.__dict__["update_time"] = None
|
783
|
+
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["effectiveLabels", "pulumiLabels"])
|
784
|
+
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
785
|
+
super(Release, __self__).__init__(
|
786
|
+
'gcp:saasruntime/release:Release',
|
787
|
+
resource_name,
|
788
|
+
__props__,
|
789
|
+
opts)
|
790
|
+
|
791
|
+
@staticmethod
|
792
|
+
def get(resource_name: str,
|
793
|
+
id: pulumi.Input[str],
|
794
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
795
|
+
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
796
|
+
blueprint: Optional[pulumi.Input[Union['ReleaseBlueprintArgs', 'ReleaseBlueprintArgsDict']]] = None,
|
797
|
+
create_time: Optional[pulumi.Input[_builtins.str]] = None,
|
798
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
799
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
800
|
+
etag: Optional[pulumi.Input[_builtins.str]] = None,
|
801
|
+
input_variable_defaults: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ReleaseInputVariableDefaultArgs', 'ReleaseInputVariableDefaultArgsDict']]]]] = None,
|
802
|
+
input_variables: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ReleaseInputVariableArgs', 'ReleaseInputVariableArgsDict']]]]] = None,
|
803
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
804
|
+
location: Optional[pulumi.Input[_builtins.str]] = None,
|
805
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
806
|
+
output_variables: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ReleaseOutputVariableArgs', 'ReleaseOutputVariableArgsDict']]]]] = None,
|
807
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
808
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
809
|
+
release_id: Optional[pulumi.Input[_builtins.str]] = None,
|
810
|
+
release_requirements: Optional[pulumi.Input[Union['ReleaseReleaseRequirementsArgs', 'ReleaseReleaseRequirementsArgsDict']]] = None,
|
811
|
+
uid: Optional[pulumi.Input[_builtins.str]] = None,
|
812
|
+
unit_kind: Optional[pulumi.Input[_builtins.str]] = None,
|
813
|
+
update_time: Optional[pulumi.Input[_builtins.str]] = None) -> 'Release':
|
814
|
+
"""
|
815
|
+
Get an existing Release resource's state with the given name, id, and optional extra
|
816
|
+
properties used to qualify the lookup.
|
817
|
+
|
818
|
+
:param str resource_name: The unique name of the resulting resource.
|
819
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
820
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
821
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Annotations is an unstructured key-value map stored with a resource that
|
822
|
+
may be set by external tools to store and retrieve arbitrary metadata.
|
823
|
+
They are not queryable and should be preserved when modifying objects.
|
824
|
+
More info: https://kubernetes.io/docs/user-guide/annotations
|
825
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
826
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
827
|
+
:param pulumi.Input[_builtins.str] create_time: The timestamp when the resource was created.
|
828
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
829
|
+
:param pulumi.Input[_builtins.str] etag: An opaque value that uniquely identifies a version or
|
830
|
+
generation of a resource. It can be used to confirm that the client
|
831
|
+
and server agree on the ordering of a resource being written.
|
832
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ReleaseInputVariableDefaultArgs', 'ReleaseInputVariableDefaultArgsDict']]]] input_variable_defaults: Mapping of input variables to default values. Maximum 100
|
833
|
+
Structure is documented below.
|
834
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ReleaseInputVariableArgs', 'ReleaseInputVariableArgsDict']]]] input_variables: List of input variables declared on the blueprint and can be present with
|
835
|
+
their values on the unit spec
|
836
|
+
Structure is documented below.
|
837
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels on the resource, which can be used for categorization.
|
838
|
+
similar to Kubernetes resource labels.
|
839
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
840
|
+
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
841
|
+
:param pulumi.Input[_builtins.str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
|
842
|
+
:param pulumi.Input[_builtins.str] name: Identifier. The resource name (full URI of the resource) following the standard naming
|
843
|
+
scheme:
|
844
|
+
"projects/{project}/locations/{location}/releases/{release}"
|
845
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ReleaseOutputVariableArgs', 'ReleaseOutputVariableArgsDict']]]] output_variables: List of output variables declared on the blueprint and can be present with
|
846
|
+
their values on the unit status
|
847
|
+
Structure is documented below.
|
848
|
+
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
849
|
+
If it is not provided, the provider project is used.
|
850
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource
|
851
|
+
and default labels configured on the provider.
|
852
|
+
:param pulumi.Input[_builtins.str] release_id: The ID value for the new release.
|
853
|
+
:param pulumi.Input[Union['ReleaseReleaseRequirementsArgs', 'ReleaseReleaseRequirementsArgsDict']] release_requirements: Set of requirements to be fulfilled on the Unit when using this Release.
|
854
|
+
Structure is documented below.
|
855
|
+
:param pulumi.Input[_builtins.str] uid: The unique identifier of the resource. UID is unique in the time
|
856
|
+
and space for this resource within the scope of the service. It is
|
857
|
+
typically generated by the server on successful creation of a resource
|
858
|
+
and must not be changed. UID is used to uniquely identify resources
|
859
|
+
with resource name reuses. This should be a UUID4.
|
860
|
+
:param pulumi.Input[_builtins.str] unit_kind: Reference to the UnitKind this Release corresponds to (required and
|
861
|
+
immutable once created).
|
862
|
+
:param pulumi.Input[_builtins.str] update_time: The timestamp when the resource was last updated. Any
|
863
|
+
change to the resource made by users must refresh this value.
|
864
|
+
Changes to a resource made by the service should refresh this value.
|
865
|
+
"""
|
866
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
867
|
+
|
868
|
+
__props__ = _ReleaseState.__new__(_ReleaseState)
|
869
|
+
|
870
|
+
__props__.__dict__["annotations"] = annotations
|
871
|
+
__props__.__dict__["blueprint"] = blueprint
|
872
|
+
__props__.__dict__["create_time"] = create_time
|
873
|
+
__props__.__dict__["effective_annotations"] = effective_annotations
|
874
|
+
__props__.__dict__["effective_labels"] = effective_labels
|
875
|
+
__props__.__dict__["etag"] = etag
|
876
|
+
__props__.__dict__["input_variable_defaults"] = input_variable_defaults
|
877
|
+
__props__.__dict__["input_variables"] = input_variables
|
878
|
+
__props__.__dict__["labels"] = labels
|
879
|
+
__props__.__dict__["location"] = location
|
880
|
+
__props__.__dict__["name"] = name
|
881
|
+
__props__.__dict__["output_variables"] = output_variables
|
882
|
+
__props__.__dict__["project"] = project
|
883
|
+
__props__.__dict__["pulumi_labels"] = pulumi_labels
|
884
|
+
__props__.__dict__["release_id"] = release_id
|
885
|
+
__props__.__dict__["release_requirements"] = release_requirements
|
886
|
+
__props__.__dict__["uid"] = uid
|
887
|
+
__props__.__dict__["unit_kind"] = unit_kind
|
888
|
+
__props__.__dict__["update_time"] = update_time
|
889
|
+
return Release(resource_name, opts=opts, __props__=__props__)
|
890
|
+
|
891
|
+
@_builtins.property
|
892
|
+
@pulumi.getter
|
893
|
+
def annotations(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
894
|
+
"""
|
895
|
+
Annotations is an unstructured key-value map stored with a resource that
|
896
|
+
may be set by external tools to store and retrieve arbitrary metadata.
|
897
|
+
They are not queryable and should be preserved when modifying objects.
|
898
|
+
More info: https://kubernetes.io/docs/user-guide/annotations
|
899
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
900
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
901
|
+
"""
|
902
|
+
return pulumi.get(self, "annotations")
|
903
|
+
|
904
|
+
@_builtins.property
|
905
|
+
@pulumi.getter
|
906
|
+
def blueprint(self) -> pulumi.Output[Optional['outputs.ReleaseBlueprint']]:
|
907
|
+
return pulumi.get(self, "blueprint")
|
908
|
+
|
909
|
+
@_builtins.property
|
910
|
+
@pulumi.getter(name="createTime")
|
911
|
+
def create_time(self) -> pulumi.Output[_builtins.str]:
|
912
|
+
"""
|
913
|
+
The timestamp when the resource was created.
|
914
|
+
"""
|
915
|
+
return pulumi.get(self, "create_time")
|
916
|
+
|
917
|
+
@_builtins.property
|
918
|
+
@pulumi.getter(name="effectiveAnnotations")
|
919
|
+
def effective_annotations(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
920
|
+
return pulumi.get(self, "effective_annotations")
|
921
|
+
|
922
|
+
@_builtins.property
|
923
|
+
@pulumi.getter(name="effectiveLabels")
|
924
|
+
def effective_labels(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
925
|
+
"""
|
926
|
+
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
927
|
+
"""
|
928
|
+
return pulumi.get(self, "effective_labels")
|
929
|
+
|
930
|
+
@_builtins.property
|
931
|
+
@pulumi.getter
|
932
|
+
def etag(self) -> pulumi.Output[_builtins.str]:
|
933
|
+
"""
|
934
|
+
An opaque value that uniquely identifies a version or
|
935
|
+
generation of a resource. It can be used to confirm that the client
|
936
|
+
and server agree on the ordering of a resource being written.
|
937
|
+
"""
|
938
|
+
return pulumi.get(self, "etag")
|
939
|
+
|
940
|
+
@_builtins.property
|
941
|
+
@pulumi.getter(name="inputVariableDefaults")
|
942
|
+
def input_variable_defaults(self) -> pulumi.Output[Optional[Sequence['outputs.ReleaseInputVariableDefault']]]:
|
943
|
+
"""
|
944
|
+
Mapping of input variables to default values. Maximum 100
|
945
|
+
Structure is documented below.
|
946
|
+
"""
|
947
|
+
return pulumi.get(self, "input_variable_defaults")
|
948
|
+
|
949
|
+
@_builtins.property
|
950
|
+
@pulumi.getter(name="inputVariables")
|
951
|
+
def input_variables(self) -> pulumi.Output[Sequence['outputs.ReleaseInputVariable']]:
|
952
|
+
"""
|
953
|
+
List of input variables declared on the blueprint and can be present with
|
954
|
+
their values on the unit spec
|
955
|
+
Structure is documented below.
|
956
|
+
"""
|
957
|
+
return pulumi.get(self, "input_variables")
|
958
|
+
|
959
|
+
@_builtins.property
|
960
|
+
@pulumi.getter
|
961
|
+
def labels(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
962
|
+
"""
|
963
|
+
The labels on the resource, which can be used for categorization.
|
964
|
+
similar to Kubernetes resource labels.
|
965
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
966
|
+
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
967
|
+
"""
|
968
|
+
return pulumi.get(self, "labels")
|
969
|
+
|
970
|
+
@_builtins.property
|
971
|
+
@pulumi.getter
|
972
|
+
def location(self) -> pulumi.Output[_builtins.str]:
|
973
|
+
"""
|
974
|
+
Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
|
975
|
+
"""
|
976
|
+
return pulumi.get(self, "location")
|
977
|
+
|
978
|
+
@_builtins.property
|
979
|
+
@pulumi.getter
|
980
|
+
def name(self) -> pulumi.Output[_builtins.str]:
|
981
|
+
"""
|
982
|
+
Identifier. The resource name (full URI of the resource) following the standard naming
|
983
|
+
scheme:
|
984
|
+
"projects/{project}/locations/{location}/releases/{release}"
|
985
|
+
"""
|
986
|
+
return pulumi.get(self, "name")
|
987
|
+
|
988
|
+
@_builtins.property
|
989
|
+
@pulumi.getter(name="outputVariables")
|
990
|
+
def output_variables(self) -> pulumi.Output[Sequence['outputs.ReleaseOutputVariable']]:
|
991
|
+
"""
|
992
|
+
List of output variables declared on the blueprint and can be present with
|
993
|
+
their values on the unit status
|
994
|
+
Structure is documented below.
|
995
|
+
"""
|
996
|
+
return pulumi.get(self, "output_variables")
|
997
|
+
|
998
|
+
@_builtins.property
|
999
|
+
@pulumi.getter
|
1000
|
+
def project(self) -> pulumi.Output[_builtins.str]:
|
1001
|
+
"""
|
1002
|
+
The ID of the project in which the resource belongs.
|
1003
|
+
If it is not provided, the provider project is used.
|
1004
|
+
"""
|
1005
|
+
return pulumi.get(self, "project")
|
1006
|
+
|
1007
|
+
@_builtins.property
|
1008
|
+
@pulumi.getter(name="pulumiLabels")
|
1009
|
+
def pulumi_labels(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
1010
|
+
"""
|
1011
|
+
The combination of labels configured directly on the resource
|
1012
|
+
and default labels configured on the provider.
|
1013
|
+
"""
|
1014
|
+
return pulumi.get(self, "pulumi_labels")
|
1015
|
+
|
1016
|
+
@_builtins.property
|
1017
|
+
@pulumi.getter(name="releaseId")
|
1018
|
+
def release_id(self) -> pulumi.Output[_builtins.str]:
|
1019
|
+
"""
|
1020
|
+
The ID value for the new release.
|
1021
|
+
"""
|
1022
|
+
return pulumi.get(self, "release_id")
|
1023
|
+
|
1024
|
+
@_builtins.property
|
1025
|
+
@pulumi.getter(name="releaseRequirements")
|
1026
|
+
def release_requirements(self) -> pulumi.Output[Optional['outputs.ReleaseReleaseRequirements']]:
|
1027
|
+
"""
|
1028
|
+
Set of requirements to be fulfilled on the Unit when using this Release.
|
1029
|
+
Structure is documented below.
|
1030
|
+
"""
|
1031
|
+
return pulumi.get(self, "release_requirements")
|
1032
|
+
|
1033
|
+
@_builtins.property
|
1034
|
+
@pulumi.getter
|
1035
|
+
def uid(self) -> pulumi.Output[_builtins.str]:
|
1036
|
+
"""
|
1037
|
+
The unique identifier of the resource. UID is unique in the time
|
1038
|
+
and space for this resource within the scope of the service. It is
|
1039
|
+
typically generated by the server on successful creation of a resource
|
1040
|
+
and must not be changed. UID is used to uniquely identify resources
|
1041
|
+
with resource name reuses. This should be a UUID4.
|
1042
|
+
"""
|
1043
|
+
return pulumi.get(self, "uid")
|
1044
|
+
|
1045
|
+
@_builtins.property
|
1046
|
+
@pulumi.getter(name="unitKind")
|
1047
|
+
def unit_kind(self) -> pulumi.Output[_builtins.str]:
|
1048
|
+
"""
|
1049
|
+
Reference to the UnitKind this Release corresponds to (required and
|
1050
|
+
immutable once created).
|
1051
|
+
"""
|
1052
|
+
return pulumi.get(self, "unit_kind")
|
1053
|
+
|
1054
|
+
@_builtins.property
|
1055
|
+
@pulumi.getter(name="updateTime")
|
1056
|
+
def update_time(self) -> pulumi.Output[_builtins.str]:
|
1057
|
+
"""
|
1058
|
+
The timestamp when the resource was last updated. Any
|
1059
|
+
change to the resource made by users must refresh this value.
|
1060
|
+
Changes to a resource made by the service should refresh this value.
|
1061
|
+
"""
|
1062
|
+
return pulumi.get(self, "update_time")
|
1063
|
+
|