pulumi-gcp 9.0.0a1__py3-none-any.whl → 9.0.0a1758219982__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 +48 -0
- pulumi_gcp/activedirectory/peering.py +16 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_iam_policy.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_python_package.py +237 -0
- pulumi_gcp/artifactregistry/get_repository.py +12 -1
- pulumi_gcp/artifactregistry/repository.py +28 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
- pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
- pulumi_gcp/bigquery/app_profile.py +14 -49
- pulumi_gcp/bigquery/dataset_access.py +4 -8
- pulumi_gcp/bigquery/table.py +7 -21
- pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
- pulumi_gcp/bigtable/app_profile.py +14 -49
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
- pulumi_gcp/chronicle/_inputs.py +6 -5
- pulumi_gcp/chronicle/outputs.py +4 -3
- pulumi_gcp/chronicle/reference_list.py +53 -5
- pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
- pulumi_gcp/cloudbuild/_inputs.py +20 -0
- pulumi_gcp/cloudbuild/outputs.py +14 -0
- pulumi_gcp/cloudbuild/trigger.py +4 -2
- pulumi_gcp/cloudbuild/worker_pool.py +28 -21
- pulumi_gcp/cloudfunctions/function.py +4 -8
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
- pulumi_gcp/cloudrunv2/_inputs.py +57 -0
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/outputs.py +81 -0
- pulumi_gcp/cloudrunv2/service.py +54 -0
- pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
- pulumi_gcp/composer/environment.py +28 -49
- pulumi_gcp/compute/_inputs.py +804 -24
- pulumi_gcp/compute/backend_bucket.py +14 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
- pulumi_gcp/compute/backend_service_iam_member.py +464 -0
- pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
- pulumi_gcp/compute/cross_site_network.py +16 -0
- pulumi_gcp/compute/future_reservation.py +32 -0
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_resource_policy.py +2 -20
- pulumi_gcp/compute/instance_from_machine_image.py +75 -110
- pulumi_gcp/compute/instance_from_template.py +75 -110
- pulumi_gcp/compute/instance_group_manager.py +7 -14
- pulumi_gcp/compute/instance_template.py +7 -14
- pulumi_gcp/compute/interconnect.py +4 -8
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
- pulumi_gcp/compute/machine_image_iam_member.py +8 -4
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
- pulumi_gcp/compute/network_edge_security_service.py +16 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
- pulumi_gcp/compute/outputs.py +671 -16
- pulumi_gcp/compute/preview_feature.py +16 -0
- pulumi_gcp/compute/public_delegated_prefix.py +42 -0
- pulumi_gcp/compute/region_backend_service.py +54 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
- pulumi_gcp/compute/region_instance_group_manager.py +7 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
- pulumi_gcp/compute/region_resize_request.py +24 -0
- pulumi_gcp/compute/region_url_map.py +75 -0
- pulumi_gcp/compute/wire_group.py +16 -0
- pulumi_gcp/container/_inputs.py +446 -18
- pulumi_gcp/container/aws_cluster.py +28 -42
- pulumi_gcp/container/aws_node_pool.py +28 -42
- pulumi_gcp/container/azure_cluster.py +35 -70
- pulumi_gcp/container/azure_node_pool.py +28 -42
- pulumi_gcp/container/cluster.py +16 -7
- pulumi_gcp/container/outputs.py +423 -15
- pulumi_gcp/dataflow/flex_template_job.py +10 -0
- pulumi_gcp/dataform/repository.py +16 -0
- pulumi_gcp/dataform/repository_release_config.py +16 -0
- pulumi_gcp/dataform/repository_workflow_config.py +16 -0
- pulumi_gcp/dataplex/asset.py +28 -21
- pulumi_gcp/dataplex/zone.py +28 -21
- pulumi_gcp/dataproc/cluster.py +21 -14
- pulumi_gcp/dataproc/workflow_template.py +42 -105
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/_inputs.py +94 -0
- pulumi_gcp/discoveryengine/acl_config.py +393 -0
- pulumi_gcp/discoveryengine/outputs.py +92 -0
- pulumi_gcp/firebase/android_app.py +16 -0
- pulumi_gcp/firebase/apple_app.py +16 -0
- pulumi_gcp/firebase/database_instance.py +16 -0
- pulumi_gcp/firebase/extensions_instance.py +12 -0
- pulumi_gcp/firebase/get_android_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app_config.py +16 -2
- pulumi_gcp/firebase/get_hosting_channel.py +4 -2
- pulumi_gcp/firebase/hosting_channel.py +20 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
- pulumi_gcp/firebase/hosting_release.py +16 -0
- pulumi_gcp/firebase/hosting_site.py +16 -0
- pulumi_gcp/firebase/hosting_version.py +16 -0
- pulumi_gcp/firebase/storage_bucket.py +18 -0
- pulumi_gcp/firestore/index.py +118 -3
- pulumi_gcp/folder/service_identity.py +26 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
- pulumi_gcp/healthcare/_inputs.py +205 -0
- pulumi_gcp/healthcare/fhir_store.py +128 -0
- pulumi_gcp/healthcare/outputs.py +163 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
- pulumi_gcp/logging/folder_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_sink.py +7 -7
- pulumi_gcp/managedkafka/connect_cluster.py +4 -0
- pulumi_gcp/managedkafka/connector.py +4 -0
- pulumi_gcp/memorystore/instance.py +14 -14
- pulumi_gcp/monitoring/dashboard.py +7 -14
- pulumi_gcp/netapp/storage_pool.py +91 -2
- pulumi_gcp/netapp/volume.py +47 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
- pulumi_gcp/networksecurity/authorization_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +7 -7
- pulumi_gcp/networkservices/service_lb_policies.py +12 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/organizations/project.py +7 -21
- pulumi_gcp/projects/service.py +0 -7
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/capability.py +16 -0
- pulumi_gcp/runtimeconfig/config.py +16 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
- pulumi_gcp/runtimeconfig/variable.py +10 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +458 -0
- pulumi_gcp/saasruntime/outputs.py +392 -0
- pulumi_gcp/saasruntime/saa_s.py +4 -0
- pulumi_gcp/saasruntime/unit_kind.py +1024 -0
- pulumi_gcp/securesourcemanager/instance.py +7 -7
- pulumi_gcp/securesourcemanager/repository.py +7 -7
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sql/_inputs.py +135 -1
- pulumi_gcp/sql/database_instance.py +54 -14
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +265 -3
- pulumi_gcp/storage/_inputs.py +246 -0
- pulumi_gcp/storage/bucket.py +7 -14
- pulumi_gcp/storage/bucket_object.py +0 -9
- pulumi_gcp/storage/outputs.py +191 -1
- pulumi_gcp/storage/transfer_job.py +47 -0
- pulumi_gcp/tpu/v2_queued_resource.py +16 -0
- pulumi_gcp/tpu/v2_vm.py +16 -0
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_metadata_store.py +16 -0
- pulumi_gcp/workstations/workstation.py +16 -0
- pulumi_gcp/workstations/workstation_cluster.py +16 -0
- pulumi_gcp/workstations/workstation_config.py +16 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
- pulumi_gcp/workstations/workstation_iam_member.py +272 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +209 -200
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
@@ -13,9 +13,17 @@ if sys.version_info >= (3, 11):
|
|
13
13
|
else:
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
15
|
from .. import _utilities
|
16
|
+
from . import outputs
|
16
17
|
|
17
18
|
__all__ = [
|
18
19
|
'SaaSLocation',
|
20
|
+
'UnitKindDependency',
|
21
|
+
'UnitKindInputVariableMapping',
|
22
|
+
'UnitKindInputVariableMappingFrom',
|
23
|
+
'UnitKindInputVariableMappingTo',
|
24
|
+
'UnitKindOutputVariableMapping',
|
25
|
+
'UnitKindOutputVariableMappingFrom',
|
26
|
+
'UnitKindOutputVariableMappingTo',
|
19
27
|
]
|
20
28
|
|
21
29
|
@pulumi.output_type
|
@@ -37,3 +45,387 @@ class SaaSLocation(dict):
|
|
37
45
|
return pulumi.get(self, "name")
|
38
46
|
|
39
47
|
|
48
|
+
@pulumi.output_type
|
49
|
+
class UnitKindDependency(dict):
|
50
|
+
@staticmethod
|
51
|
+
def __key_warning(key: str):
|
52
|
+
suggest = None
|
53
|
+
if key == "unitKind":
|
54
|
+
suggest = "unit_kind"
|
55
|
+
|
56
|
+
if suggest:
|
57
|
+
pulumi.log.warn(f"Key '{key}' not found in UnitKindDependency. Access the value via the '{suggest}' property getter instead.")
|
58
|
+
|
59
|
+
def __getitem__(self, key: str) -> Any:
|
60
|
+
UnitKindDependency.__key_warning(key)
|
61
|
+
return super().__getitem__(key)
|
62
|
+
|
63
|
+
def get(self, key: str, default = None) -> Any:
|
64
|
+
UnitKindDependency.__key_warning(key)
|
65
|
+
return super().get(key, default)
|
66
|
+
|
67
|
+
def __init__(__self__, *,
|
68
|
+
alias: _builtins.str,
|
69
|
+
unit_kind: _builtins.str):
|
70
|
+
"""
|
71
|
+
:param _builtins.str alias: An alias for the dependency. Used for input variable mapping.
|
72
|
+
:param _builtins.str unit_kind: The unit kind of the dependency.
|
73
|
+
"""
|
74
|
+
pulumi.set(__self__, "alias", alias)
|
75
|
+
pulumi.set(__self__, "unit_kind", unit_kind)
|
76
|
+
|
77
|
+
@_builtins.property
|
78
|
+
@pulumi.getter
|
79
|
+
def alias(self) -> _builtins.str:
|
80
|
+
"""
|
81
|
+
An alias for the dependency. Used for input variable mapping.
|
82
|
+
"""
|
83
|
+
return pulumi.get(self, "alias")
|
84
|
+
|
85
|
+
@_builtins.property
|
86
|
+
@pulumi.getter(name="unitKind")
|
87
|
+
def unit_kind(self) -> _builtins.str:
|
88
|
+
"""
|
89
|
+
The unit kind of the dependency.
|
90
|
+
"""
|
91
|
+
return pulumi.get(self, "unit_kind")
|
92
|
+
|
93
|
+
|
94
|
+
@pulumi.output_type
|
95
|
+
class UnitKindInputVariableMapping(dict):
|
96
|
+
@staticmethod
|
97
|
+
def __key_warning(key: str):
|
98
|
+
suggest = None
|
99
|
+
if key == "from":
|
100
|
+
suggest = "from_"
|
101
|
+
|
102
|
+
if suggest:
|
103
|
+
pulumi.log.warn(f"Key '{key}' not found in UnitKindInputVariableMapping. Access the value via the '{suggest}' property getter instead.")
|
104
|
+
|
105
|
+
def __getitem__(self, key: str) -> Any:
|
106
|
+
UnitKindInputVariableMapping.__key_warning(key)
|
107
|
+
return super().__getitem__(key)
|
108
|
+
|
109
|
+
def get(self, key: str, default = None) -> Any:
|
110
|
+
UnitKindInputVariableMapping.__key_warning(key)
|
111
|
+
return super().get(key, default)
|
112
|
+
|
113
|
+
def __init__(__self__, *,
|
114
|
+
variable: _builtins.str,
|
115
|
+
from_: Optional['outputs.UnitKindInputVariableMappingFrom'] = None,
|
116
|
+
to: Optional['outputs.UnitKindInputVariableMappingTo'] = None):
|
117
|
+
"""
|
118
|
+
:param _builtins.str variable: name of the variable
|
119
|
+
:param 'UnitKindInputVariableMappingFromArgs' from_: Output variables whose values will be passed on to dependencies
|
120
|
+
Structure is documented below.
|
121
|
+
:param 'UnitKindInputVariableMappingToArgs' to: Input variables whose values will be passed on to dependencies
|
122
|
+
Structure is documented below.
|
123
|
+
"""
|
124
|
+
pulumi.set(__self__, "variable", variable)
|
125
|
+
if from_ is not None:
|
126
|
+
pulumi.set(__self__, "from_", from_)
|
127
|
+
if to is not None:
|
128
|
+
pulumi.set(__self__, "to", to)
|
129
|
+
|
130
|
+
@_builtins.property
|
131
|
+
@pulumi.getter
|
132
|
+
def variable(self) -> _builtins.str:
|
133
|
+
"""
|
134
|
+
name of the variable
|
135
|
+
"""
|
136
|
+
return pulumi.get(self, "variable")
|
137
|
+
|
138
|
+
@_builtins.property
|
139
|
+
@pulumi.getter(name="from")
|
140
|
+
def from_(self) -> Optional['outputs.UnitKindInputVariableMappingFrom']:
|
141
|
+
"""
|
142
|
+
Output variables whose values will be passed on to dependencies
|
143
|
+
Structure is documented below.
|
144
|
+
"""
|
145
|
+
return pulumi.get(self, "from_")
|
146
|
+
|
147
|
+
@_builtins.property
|
148
|
+
@pulumi.getter
|
149
|
+
def to(self) -> Optional['outputs.UnitKindInputVariableMappingTo']:
|
150
|
+
"""
|
151
|
+
Input variables whose values will be passed on to dependencies
|
152
|
+
Structure is documented below.
|
153
|
+
"""
|
154
|
+
return pulumi.get(self, "to")
|
155
|
+
|
156
|
+
|
157
|
+
@pulumi.output_type
|
158
|
+
class UnitKindInputVariableMappingFrom(dict):
|
159
|
+
@staticmethod
|
160
|
+
def __key_warning(key: str):
|
161
|
+
suggest = None
|
162
|
+
if key == "outputVariable":
|
163
|
+
suggest = "output_variable"
|
164
|
+
|
165
|
+
if suggest:
|
166
|
+
pulumi.log.warn(f"Key '{key}' not found in UnitKindInputVariableMappingFrom. Access the value via the '{suggest}' property getter instead.")
|
167
|
+
|
168
|
+
def __getitem__(self, key: str) -> Any:
|
169
|
+
UnitKindInputVariableMappingFrom.__key_warning(key)
|
170
|
+
return super().__getitem__(key)
|
171
|
+
|
172
|
+
def get(self, key: str, default = None) -> Any:
|
173
|
+
UnitKindInputVariableMappingFrom.__key_warning(key)
|
174
|
+
return super().get(key, default)
|
175
|
+
|
176
|
+
def __init__(__self__, *,
|
177
|
+
dependency: _builtins.str,
|
178
|
+
output_variable: _builtins.str):
|
179
|
+
"""
|
180
|
+
:param _builtins.str dependency: Alias of the dependency that the outputVariable will pass its value to
|
181
|
+
:param _builtins.str output_variable: Name of the outputVariable on the dependency
|
182
|
+
"""
|
183
|
+
pulumi.set(__self__, "dependency", dependency)
|
184
|
+
pulumi.set(__self__, "output_variable", output_variable)
|
185
|
+
|
186
|
+
@_builtins.property
|
187
|
+
@pulumi.getter
|
188
|
+
def dependency(self) -> _builtins.str:
|
189
|
+
"""
|
190
|
+
Alias of the dependency that the outputVariable will pass its value to
|
191
|
+
"""
|
192
|
+
return pulumi.get(self, "dependency")
|
193
|
+
|
194
|
+
@_builtins.property
|
195
|
+
@pulumi.getter(name="outputVariable")
|
196
|
+
def output_variable(self) -> _builtins.str:
|
197
|
+
"""
|
198
|
+
Name of the outputVariable on the dependency
|
199
|
+
"""
|
200
|
+
return pulumi.get(self, "output_variable")
|
201
|
+
|
202
|
+
|
203
|
+
@pulumi.output_type
|
204
|
+
class UnitKindInputVariableMappingTo(dict):
|
205
|
+
@staticmethod
|
206
|
+
def __key_warning(key: str):
|
207
|
+
suggest = None
|
208
|
+
if key == "inputVariable":
|
209
|
+
suggest = "input_variable"
|
210
|
+
elif key == "ignoreForLookup":
|
211
|
+
suggest = "ignore_for_lookup"
|
212
|
+
|
213
|
+
if suggest:
|
214
|
+
pulumi.log.warn(f"Key '{key}' not found in UnitKindInputVariableMappingTo. Access the value via the '{suggest}' property getter instead.")
|
215
|
+
|
216
|
+
def __getitem__(self, key: str) -> Any:
|
217
|
+
UnitKindInputVariableMappingTo.__key_warning(key)
|
218
|
+
return super().__getitem__(key)
|
219
|
+
|
220
|
+
def get(self, key: str, default = None) -> Any:
|
221
|
+
UnitKindInputVariableMappingTo.__key_warning(key)
|
222
|
+
return super().get(key, default)
|
223
|
+
|
224
|
+
def __init__(__self__, *,
|
225
|
+
dependency: _builtins.str,
|
226
|
+
input_variable: _builtins.str,
|
227
|
+
ignore_for_lookup: Optional[_builtins.bool] = None):
|
228
|
+
"""
|
229
|
+
:param _builtins.str dependency: Alias of the dependency that the inputVariable will pass its value to
|
230
|
+
:param _builtins.str input_variable: Name of the inputVariable on the dependency
|
231
|
+
:param _builtins.bool ignore_for_lookup: Tells SaaS Runtime if this mapping should be used during lookup or not
|
232
|
+
"""
|
233
|
+
pulumi.set(__self__, "dependency", dependency)
|
234
|
+
pulumi.set(__self__, "input_variable", input_variable)
|
235
|
+
if ignore_for_lookup is not None:
|
236
|
+
pulumi.set(__self__, "ignore_for_lookup", ignore_for_lookup)
|
237
|
+
|
238
|
+
@_builtins.property
|
239
|
+
@pulumi.getter
|
240
|
+
def dependency(self) -> _builtins.str:
|
241
|
+
"""
|
242
|
+
Alias of the dependency that the inputVariable will pass its value to
|
243
|
+
"""
|
244
|
+
return pulumi.get(self, "dependency")
|
245
|
+
|
246
|
+
@_builtins.property
|
247
|
+
@pulumi.getter(name="inputVariable")
|
248
|
+
def input_variable(self) -> _builtins.str:
|
249
|
+
"""
|
250
|
+
Name of the inputVariable on the dependency
|
251
|
+
"""
|
252
|
+
return pulumi.get(self, "input_variable")
|
253
|
+
|
254
|
+
@_builtins.property
|
255
|
+
@pulumi.getter(name="ignoreForLookup")
|
256
|
+
def ignore_for_lookup(self) -> Optional[_builtins.bool]:
|
257
|
+
"""
|
258
|
+
Tells SaaS Runtime if this mapping should be used during lookup or not
|
259
|
+
"""
|
260
|
+
return pulumi.get(self, "ignore_for_lookup")
|
261
|
+
|
262
|
+
|
263
|
+
@pulumi.output_type
|
264
|
+
class UnitKindOutputVariableMapping(dict):
|
265
|
+
@staticmethod
|
266
|
+
def __key_warning(key: str):
|
267
|
+
suggest = None
|
268
|
+
if key == "from":
|
269
|
+
suggest = "from_"
|
270
|
+
|
271
|
+
if suggest:
|
272
|
+
pulumi.log.warn(f"Key '{key}' not found in UnitKindOutputVariableMapping. Access the value via the '{suggest}' property getter instead.")
|
273
|
+
|
274
|
+
def __getitem__(self, key: str) -> Any:
|
275
|
+
UnitKindOutputVariableMapping.__key_warning(key)
|
276
|
+
return super().__getitem__(key)
|
277
|
+
|
278
|
+
def get(self, key: str, default = None) -> Any:
|
279
|
+
UnitKindOutputVariableMapping.__key_warning(key)
|
280
|
+
return super().get(key, default)
|
281
|
+
|
282
|
+
def __init__(__self__, *,
|
283
|
+
variable: _builtins.str,
|
284
|
+
from_: Optional['outputs.UnitKindOutputVariableMappingFrom'] = None,
|
285
|
+
to: Optional['outputs.UnitKindOutputVariableMappingTo'] = None):
|
286
|
+
"""
|
287
|
+
:param _builtins.str variable: name of the variable
|
288
|
+
:param 'UnitKindOutputVariableMappingFromArgs' from_: Output variables whose values will be passed on to dependencies
|
289
|
+
Structure is documented below.
|
290
|
+
:param 'UnitKindOutputVariableMappingToArgs' to: Input variables whose values will be passed on to dependencies
|
291
|
+
Structure is documented below.
|
292
|
+
"""
|
293
|
+
pulumi.set(__self__, "variable", variable)
|
294
|
+
if from_ is not None:
|
295
|
+
pulumi.set(__self__, "from_", from_)
|
296
|
+
if to is not None:
|
297
|
+
pulumi.set(__self__, "to", to)
|
298
|
+
|
299
|
+
@_builtins.property
|
300
|
+
@pulumi.getter
|
301
|
+
def variable(self) -> _builtins.str:
|
302
|
+
"""
|
303
|
+
name of the variable
|
304
|
+
"""
|
305
|
+
return pulumi.get(self, "variable")
|
306
|
+
|
307
|
+
@_builtins.property
|
308
|
+
@pulumi.getter(name="from")
|
309
|
+
def from_(self) -> Optional['outputs.UnitKindOutputVariableMappingFrom']:
|
310
|
+
"""
|
311
|
+
Output variables whose values will be passed on to dependencies
|
312
|
+
Structure is documented below.
|
313
|
+
"""
|
314
|
+
return pulumi.get(self, "from_")
|
315
|
+
|
316
|
+
@_builtins.property
|
317
|
+
@pulumi.getter
|
318
|
+
def to(self) -> Optional['outputs.UnitKindOutputVariableMappingTo']:
|
319
|
+
"""
|
320
|
+
Input variables whose values will be passed on to dependencies
|
321
|
+
Structure is documented below.
|
322
|
+
"""
|
323
|
+
return pulumi.get(self, "to")
|
324
|
+
|
325
|
+
|
326
|
+
@pulumi.output_type
|
327
|
+
class UnitKindOutputVariableMappingFrom(dict):
|
328
|
+
@staticmethod
|
329
|
+
def __key_warning(key: str):
|
330
|
+
suggest = None
|
331
|
+
if key == "outputVariable":
|
332
|
+
suggest = "output_variable"
|
333
|
+
|
334
|
+
if suggest:
|
335
|
+
pulumi.log.warn(f"Key '{key}' not found in UnitKindOutputVariableMappingFrom. Access the value via the '{suggest}' property getter instead.")
|
336
|
+
|
337
|
+
def __getitem__(self, key: str) -> Any:
|
338
|
+
UnitKindOutputVariableMappingFrom.__key_warning(key)
|
339
|
+
return super().__getitem__(key)
|
340
|
+
|
341
|
+
def get(self, key: str, default = None) -> Any:
|
342
|
+
UnitKindOutputVariableMappingFrom.__key_warning(key)
|
343
|
+
return super().get(key, default)
|
344
|
+
|
345
|
+
def __init__(__self__, *,
|
346
|
+
dependency: _builtins.str,
|
347
|
+
output_variable: _builtins.str):
|
348
|
+
"""
|
349
|
+
:param _builtins.str dependency: Alias of the dependency that the outputVariable will pass its value to
|
350
|
+
:param _builtins.str output_variable: Name of the outputVariable on the dependency
|
351
|
+
"""
|
352
|
+
pulumi.set(__self__, "dependency", dependency)
|
353
|
+
pulumi.set(__self__, "output_variable", output_variable)
|
354
|
+
|
355
|
+
@_builtins.property
|
356
|
+
@pulumi.getter
|
357
|
+
def dependency(self) -> _builtins.str:
|
358
|
+
"""
|
359
|
+
Alias of the dependency that the outputVariable will pass its value to
|
360
|
+
"""
|
361
|
+
return pulumi.get(self, "dependency")
|
362
|
+
|
363
|
+
@_builtins.property
|
364
|
+
@pulumi.getter(name="outputVariable")
|
365
|
+
def output_variable(self) -> _builtins.str:
|
366
|
+
"""
|
367
|
+
Name of the outputVariable on the dependency
|
368
|
+
"""
|
369
|
+
return pulumi.get(self, "output_variable")
|
370
|
+
|
371
|
+
|
372
|
+
@pulumi.output_type
|
373
|
+
class UnitKindOutputVariableMappingTo(dict):
|
374
|
+
@staticmethod
|
375
|
+
def __key_warning(key: str):
|
376
|
+
suggest = None
|
377
|
+
if key == "inputVariable":
|
378
|
+
suggest = "input_variable"
|
379
|
+
elif key == "ignoreForLookup":
|
380
|
+
suggest = "ignore_for_lookup"
|
381
|
+
|
382
|
+
if suggest:
|
383
|
+
pulumi.log.warn(f"Key '{key}' not found in UnitKindOutputVariableMappingTo. Access the value via the '{suggest}' property getter instead.")
|
384
|
+
|
385
|
+
def __getitem__(self, key: str) -> Any:
|
386
|
+
UnitKindOutputVariableMappingTo.__key_warning(key)
|
387
|
+
return super().__getitem__(key)
|
388
|
+
|
389
|
+
def get(self, key: str, default = None) -> Any:
|
390
|
+
UnitKindOutputVariableMappingTo.__key_warning(key)
|
391
|
+
return super().get(key, default)
|
392
|
+
|
393
|
+
def __init__(__self__, *,
|
394
|
+
dependency: _builtins.str,
|
395
|
+
input_variable: _builtins.str,
|
396
|
+
ignore_for_lookup: Optional[_builtins.bool] = None):
|
397
|
+
"""
|
398
|
+
:param _builtins.str dependency: Alias of the dependency that the inputVariable will pass its value to
|
399
|
+
:param _builtins.str input_variable: Name of the inputVariable on the dependency
|
400
|
+
:param _builtins.bool ignore_for_lookup: Tells SaaS Runtime if this mapping should be used during lookup or not
|
401
|
+
"""
|
402
|
+
pulumi.set(__self__, "dependency", dependency)
|
403
|
+
pulumi.set(__self__, "input_variable", input_variable)
|
404
|
+
if ignore_for_lookup is not None:
|
405
|
+
pulumi.set(__self__, "ignore_for_lookup", ignore_for_lookup)
|
406
|
+
|
407
|
+
@_builtins.property
|
408
|
+
@pulumi.getter
|
409
|
+
def dependency(self) -> _builtins.str:
|
410
|
+
"""
|
411
|
+
Alias of the dependency that the inputVariable will pass its value to
|
412
|
+
"""
|
413
|
+
return pulumi.get(self, "dependency")
|
414
|
+
|
415
|
+
@_builtins.property
|
416
|
+
@pulumi.getter(name="inputVariable")
|
417
|
+
def input_variable(self) -> _builtins.str:
|
418
|
+
"""
|
419
|
+
Name of the inputVariable on the dependency
|
420
|
+
"""
|
421
|
+
return pulumi.get(self, "input_variable")
|
422
|
+
|
423
|
+
@_builtins.property
|
424
|
+
@pulumi.getter(name="ignoreForLookup")
|
425
|
+
def ignore_for_lookup(self) -> Optional[_builtins.bool]:
|
426
|
+
"""
|
427
|
+
Tells SaaS Runtime if this mapping should be used during lookup or not
|
428
|
+
"""
|
429
|
+
return pulumi.get(self, "ignore_for_lookup")
|
430
|
+
|
431
|
+
|
pulumi_gcp/saasruntime/saa_s.py
CHANGED
@@ -428,6 +428,8 @@ class SaaS(pulumi.CustomResource):
|
|
428
428
|
saas_id: Optional[pulumi.Input[_builtins.str]] = None,
|
429
429
|
__props__=None):
|
430
430
|
"""
|
431
|
+
A Saas resource is the top-level representation of a SaaS service managed by a producer. It contains a list of locations where the service is available, which is used by the Rollout system to generate a rollout plan.
|
432
|
+
|
431
433
|
## Example Usage
|
432
434
|
|
433
435
|
### Saas Runtime Saas Basic
|
@@ -500,6 +502,8 @@ class SaaS(pulumi.CustomResource):
|
|
500
502
|
args: SaaSArgs,
|
501
503
|
opts: Optional[pulumi.ResourceOptions] = None):
|
502
504
|
"""
|
505
|
+
A Saas resource is the top-level representation of a SaaS service managed by a producer. It contains a list of locations where the service is available, which is used by the Rollout system to generate a rollout plan.
|
506
|
+
|
503
507
|
## Example Usage
|
504
508
|
|
505
509
|
### Saas Runtime Saas Basic
|