pulumi-gcp 7.37.0a1723638212__py3-none-any.whl → 7.38.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +32 -0
- pulumi_gcp/appengine/application_url_dispatch_rules.py +10 -2
- pulumi_gcp/appengine/engine_split_traffic.py +32 -8
- pulumi_gcp/appengine/flexible_app_version.py +18 -2
- pulumi_gcp/appengine/service_network_settings.py +10 -2
- pulumi_gcp/appengine/standard_app_version.py +20 -4
- pulumi_gcp/applicationintegration/client.py +2 -2
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_locations.py +167 -0
- pulumi_gcp/assuredworkloads/workload.py +14 -14
- pulumi_gcp/biglake/database.py +10 -2
- pulumi_gcp/biglake/table.py +20 -4
- pulumi_gcp/bigquery/connection.py +12 -0
- pulumi_gcp/bigquery/job.py +20 -4
- pulumi_gcp/cloudbuild/worker_pool.py +5 -5
- pulumi_gcp/clouddeploy/_inputs.py +41 -1
- pulumi_gcp/clouddeploy/delivery_pipeline.py +19 -19
- pulumi_gcp/clouddeploy/outputs.py +29 -1
- pulumi_gcp/clouddeploy/target.py +19 -19
- pulumi_gcp/cloudfunctions/function.py +42 -42
- pulumi_gcp/cloudfunctions/get_function.py +3 -3
- pulumi_gcp/cloudfunctionsv2/function.py +2 -0
- pulumi_gcp/cloudidentity/__init__.py +1 -0
- pulumi_gcp/cloudidentity/get_group_memberships.py +12 -0
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +93 -0
- pulumi_gcp/cloudidentity/outputs.py +131 -0
- pulumi_gcp/cloudquota/outputs.py +6 -6
- pulumi_gcp/composer/get_user_workloads_secret.py +1 -1
- pulumi_gcp/composer/user_workloads_secret.py +14 -14
- pulumi_gcp/compute/_inputs.py +91 -85
- pulumi_gcp/compute/get_instance_serial_port.py +12 -4
- pulumi_gcp/compute/get_instance_template.py +1 -1
- pulumi_gcp/compute/get_region_instance_template.py +1 -1
- pulumi_gcp/compute/instance_template.py +14 -14
- pulumi_gcp/compute/outputs.py +93 -83
- pulumi_gcp/compute/region_instance_template.py +14 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +18 -2
- pulumi_gcp/compute/subnetwork.py +82 -0
- pulumi_gcp/container/_inputs.py +35 -38
- pulumi_gcp/container/attached_cluster.py +14 -7
- pulumi_gcp/container/aws_cluster.py +5 -5
- pulumi_gcp/container/aws_node_pool.py +5 -5
- pulumi_gcp/container/azure_cluster.py +5 -5
- pulumi_gcp/container/azure_node_pool.py +5 -5
- pulumi_gcp/container/outputs.py +31 -33
- pulumi_gcp/databasemigrationservice/_inputs.py +5 -5
- pulumi_gcp/databasemigrationservice/outputs.py +3 -3
- pulumi_gcp/dataflow/flex_template_job.py +42 -42
- pulumi_gcp/dataflow/job.py +42 -42
- pulumi_gcp/datafusion/instance.py +10 -2
- pulumi_gcp/dataloss/_inputs.py +5 -5
- pulumi_gcp/dataloss/outputs.py +3 -3
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -2
- pulumi_gcp/dataplex/asset.py +14 -14
- pulumi_gcp/dataplex/lake.py +14 -14
- pulumi_gcp/dataplex/zone.py +14 -14
- pulumi_gcp/dataproc/_inputs.py +10 -10
- pulumi_gcp/dataproc/outputs.py +6 -6
- pulumi_gcp/dataproc/workflow_template.py +12 -12
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/schema.py +524 -0
- pulumi_gcp/dns/_inputs.py +80 -76
- pulumi_gcp/dns/outputs.py +56 -52
- pulumi_gcp/eventarc/trigger.py +14 -14
- pulumi_gcp/firebase/_inputs.py +5 -5
- pulumi_gcp/firebase/outputs.py +3 -3
- pulumi_gcp/healthcare/dicom_store.py +12 -2
- pulumi_gcp/healthcare/fhir_store.py +10 -2
- pulumi_gcp/iam/access_boundary_policy.py +10 -2
- pulumi_gcp/managedkafka/_inputs.py +6 -6
- pulumi_gcp/managedkafka/cluster.py +7 -7
- pulumi_gcp/managedkafka/outputs.py +4 -4
- pulumi_gcp/managedkafka/topic.py +7 -7
- pulumi_gcp/monitoring/get_app_engine_service.py +10 -2
- pulumi_gcp/networkconnectivity/_inputs.py +5 -5
- pulumi_gcp/networkconnectivity/outputs.py +3 -3
- pulumi_gcp/parallelstore/instance.py +215 -15
- pulumi_gcp/projects/default_service_accounts.py +7 -7
- pulumi_gcp/pubsub/subscription.py +36 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +14 -14
- pulumi_gcp/securitycenter/__init__.py +2 -0
- pulumi_gcp/securitycenter/_inputs.py +186 -0
- pulumi_gcp/securitycenter/folder_notification_config.py +486 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +10 -2
- pulumi_gcp/securitycenter/instance_iam_member.py +10 -2
- pulumi_gcp/securitycenter/instance_iam_policy.py +10 -2
- pulumi_gcp/securitycenter/outputs.py +118 -0
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +575 -0
- pulumi_gcp/serviceaccount/key.py +14 -14
- pulumi_gcp/servicenetworking/connection.py +50 -3
- pulumi_gcp/sql/_inputs.py +20 -0
- pulumi_gcp/sql/outputs.py +36 -0
- pulumi_gcp/vertex/__init__.py +1 -0
- pulumi_gcp/vertex/_inputs.py +438 -0
- pulumi_gcp/vertex/ai_feature_group.py +12 -2
- pulumi_gcp/vertex/ai_feature_group_feature.py +12 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +48 -8
- pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +1170 -0
- pulumi_gcp/vertex/outputs.py +393 -0
- pulumi_gcp/workstations/_inputs.py +10 -10
- pulumi_gcp/workstations/outputs.py +6 -6
- pulumi_gcp/workstations/workstation_config.py +14 -6
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/RECORD +107 -101
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/eventarc/trigger.py
CHANGED
@@ -214,7 +214,7 @@ class _TriggerState:
|
|
214
214
|
conditions: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
215
215
|
create_time: Optional[pulumi.Input[str]] = None,
|
216
216
|
destination: Optional[pulumi.Input['TriggerDestinationArgs']] = None,
|
217
|
-
effective_labels: Optional[pulumi.Input[Mapping[str,
|
217
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
218
218
|
etag: Optional[pulumi.Input[str]] = None,
|
219
219
|
event_data_content_type: Optional[pulumi.Input[str]] = None,
|
220
220
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -222,7 +222,7 @@ class _TriggerState:
|
|
222
222
|
matching_criterias: Optional[pulumi.Input[Sequence[pulumi.Input['TriggerMatchingCriteriaArgs']]]] = None,
|
223
223
|
name: Optional[pulumi.Input[str]] = None,
|
224
224
|
project: Optional[pulumi.Input[str]] = None,
|
225
|
-
pulumi_labels: Optional[pulumi.Input[Mapping[str,
|
225
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
226
226
|
service_account: Optional[pulumi.Input[str]] = None,
|
227
227
|
transport: Optional[pulumi.Input['TriggerTransportArgs']] = None,
|
228
228
|
uid: Optional[pulumi.Input[str]] = None,
|
@@ -235,7 +235,7 @@ class _TriggerState:
|
|
235
235
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] conditions: Output only. The reason(s) why a trigger is in FAILED state.
|
236
236
|
:param pulumi.Input[str] create_time: Output only. The creation time.
|
237
237
|
:param pulumi.Input['TriggerDestinationArgs'] destination: Required. Destination specifies where the events should be sent to.
|
238
|
-
:param pulumi.Input[Mapping[str,
|
238
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[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.
|
239
239
|
:param pulumi.Input[str] etag: Output only. This checksum is computed by the server based on the value of other fields, and may be sent only on create requests to ensure the client has an up-to-date value before proceeding.
|
240
240
|
:param pulumi.Input[str] event_data_content_type: Optional. EventDataContentType specifies the type of payload in MIME format that is expected from the CloudEvent data
|
241
241
|
field. This is set to `application/json` if the value is not defined.
|
@@ -246,7 +246,7 @@ class _TriggerState:
|
|
246
246
|
:param pulumi.Input[Sequence[pulumi.Input['TriggerMatchingCriteriaArgs']]] matching_criterias: Required. null The list of filters that applies to event attributes. Only events that match all the provided filters will be sent to the destination.
|
247
247
|
:param pulumi.Input[str] name: Required. The resource name of the trigger. Must be unique within the location on the project.
|
248
248
|
:param pulumi.Input[str] project: The project for the resource
|
249
|
-
:param pulumi.Input[Mapping[str,
|
249
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
250
250
|
:param pulumi.Input[str] service_account: Optional. The IAM service account email associated with the trigger. The service account represents the identity of the
|
251
251
|
trigger. The principal who calls this API must have `iam.serviceAccounts.actAs` permission in the service account. See
|
252
252
|
https://cloud.google.com/iam/docs/understanding-service-accounts#sa_common for more information. For Cloud Run
|
@@ -346,14 +346,14 @@ class _TriggerState:
|
|
346
346
|
|
347
347
|
@property
|
348
348
|
@pulumi.getter(name="effectiveLabels")
|
349
|
-
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str,
|
349
|
+
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
350
350
|
"""
|
351
351
|
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
352
352
|
"""
|
353
353
|
return pulumi.get(self, "effective_labels")
|
354
354
|
|
355
355
|
@effective_labels.setter
|
356
|
-
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str,
|
356
|
+
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
357
357
|
pulumi.set(self, "effective_labels", value)
|
358
358
|
|
359
359
|
@property
|
@@ -445,14 +445,14 @@ class _TriggerState:
|
|
445
445
|
|
446
446
|
@property
|
447
447
|
@pulumi.getter(name="pulumiLabels")
|
448
|
-
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str,
|
448
|
+
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
449
449
|
"""
|
450
450
|
The combination of labels configured directly on the resource and default labels configured on the provider.
|
451
451
|
"""
|
452
452
|
return pulumi.get(self, "pulumi_labels")
|
453
453
|
|
454
454
|
@pulumi_labels.setter
|
455
|
-
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str,
|
455
|
+
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
456
456
|
pulumi.set(self, "pulumi_labels", value)
|
457
457
|
|
458
458
|
@property
|
@@ -781,7 +781,7 @@ class Trigger(pulumi.CustomResource):
|
|
781
781
|
conditions: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
782
782
|
create_time: Optional[pulumi.Input[str]] = None,
|
783
783
|
destination: Optional[pulumi.Input[Union['TriggerDestinationArgs', 'TriggerDestinationArgsDict']]] = None,
|
784
|
-
effective_labels: Optional[pulumi.Input[Mapping[str,
|
784
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
785
785
|
etag: Optional[pulumi.Input[str]] = None,
|
786
786
|
event_data_content_type: Optional[pulumi.Input[str]] = None,
|
787
787
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -789,7 +789,7 @@ class Trigger(pulumi.CustomResource):
|
|
789
789
|
matching_criterias: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TriggerMatchingCriteriaArgs', 'TriggerMatchingCriteriaArgsDict']]]]] = None,
|
790
790
|
name: Optional[pulumi.Input[str]] = None,
|
791
791
|
project: Optional[pulumi.Input[str]] = None,
|
792
|
-
pulumi_labels: Optional[pulumi.Input[Mapping[str,
|
792
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
793
793
|
service_account: Optional[pulumi.Input[str]] = None,
|
794
794
|
transport: Optional[pulumi.Input[Union['TriggerTransportArgs', 'TriggerTransportArgsDict']]] = None,
|
795
795
|
uid: Optional[pulumi.Input[str]] = None,
|
@@ -807,7 +807,7 @@ class Trigger(pulumi.CustomResource):
|
|
807
807
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] conditions: Output only. The reason(s) why a trigger is in FAILED state.
|
808
808
|
:param pulumi.Input[str] create_time: Output only. The creation time.
|
809
809
|
:param pulumi.Input[Union['TriggerDestinationArgs', 'TriggerDestinationArgsDict']] destination: Required. Destination specifies where the events should be sent to.
|
810
|
-
:param pulumi.Input[Mapping[str,
|
810
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[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.
|
811
811
|
:param pulumi.Input[str] etag: Output only. This checksum is computed by the server based on the value of other fields, and may be sent only on create requests to ensure the client has an up-to-date value before proceeding.
|
812
812
|
:param pulumi.Input[str] event_data_content_type: Optional. EventDataContentType specifies the type of payload in MIME format that is expected from the CloudEvent data
|
813
813
|
field. This is set to `application/json` if the value is not defined.
|
@@ -818,7 +818,7 @@ class Trigger(pulumi.CustomResource):
|
|
818
818
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TriggerMatchingCriteriaArgs', 'TriggerMatchingCriteriaArgsDict']]]] matching_criterias: Required. null The list of filters that applies to event attributes. Only events that match all the provided filters will be sent to the destination.
|
819
819
|
:param pulumi.Input[str] name: Required. The resource name of the trigger. Must be unique within the location on the project.
|
820
820
|
:param pulumi.Input[str] project: The project for the resource
|
821
|
-
:param pulumi.Input[Mapping[str,
|
821
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
822
822
|
:param pulumi.Input[str] service_account: Optional. The IAM service account email associated with the trigger. The service account represents the identity of the
|
823
823
|
trigger. The principal who calls this API must have `iam.serviceAccounts.actAs` permission in the service account. See
|
824
824
|
https://cloud.google.com/iam/docs/understanding-service-accounts#sa_common for more information. For Cloud Run
|
@@ -890,7 +890,7 @@ class Trigger(pulumi.CustomResource):
|
|
890
890
|
|
891
891
|
@property
|
892
892
|
@pulumi.getter(name="effectiveLabels")
|
893
|
-
def effective_labels(self) -> pulumi.Output[Mapping[str,
|
893
|
+
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
894
894
|
"""
|
895
895
|
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
896
896
|
"""
|
@@ -957,7 +957,7 @@ class Trigger(pulumi.CustomResource):
|
|
957
957
|
|
958
958
|
@property
|
959
959
|
@pulumi.getter(name="pulumiLabels")
|
960
|
-
def pulumi_labels(self) -> pulumi.Output[Mapping[str,
|
960
|
+
def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
961
961
|
"""
|
962
962
|
The combination of labels configured directly on the resource and default labels configured on the provider.
|
963
963
|
"""
|
pulumi_gcp/firebase/_inputs.py
CHANGED
@@ -300,7 +300,7 @@ if not MYPY:
|
|
300
300
|
"""
|
301
301
|
The status code, which should be an enum value of google.rpc.Code.
|
302
302
|
"""
|
303
|
-
details: NotRequired[pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
303
|
+
details: NotRequired[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]
|
304
304
|
"""
|
305
305
|
A list of messages that carry the error details.
|
306
306
|
"""
|
@@ -315,11 +315,11 @@ elif False:
|
|
315
315
|
class ExtensionsInstanceErrorStatusArgs:
|
316
316
|
def __init__(__self__, *,
|
317
317
|
code: Optional[pulumi.Input[int]] = None,
|
318
|
-
details: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
318
|
+
details: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]] = None,
|
319
319
|
message: Optional[pulumi.Input[str]] = None):
|
320
320
|
"""
|
321
321
|
:param pulumi.Input[int] code: The status code, which should be an enum value of google.rpc.Code.
|
322
|
-
:param pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
322
|
+
:param pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]] details: A list of messages that carry the error details.
|
323
323
|
:param pulumi.Input[str] message: A developer-facing error message, which should be in English.
|
324
324
|
"""
|
325
325
|
if code is not None:
|
@@ -343,14 +343,14 @@ class ExtensionsInstanceErrorStatusArgs:
|
|
343
343
|
|
344
344
|
@property
|
345
345
|
@pulumi.getter
|
346
|
-
def details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
346
|
+
def details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]:
|
347
347
|
"""
|
348
348
|
A list of messages that carry the error details.
|
349
349
|
"""
|
350
350
|
return pulumi.get(self, "details")
|
351
351
|
|
352
352
|
@details.setter
|
353
|
-
def details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
353
|
+
def details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]):
|
354
354
|
pulumi.set(self, "details", value)
|
355
355
|
|
356
356
|
@property
|
pulumi_gcp/firebase/outputs.py
CHANGED
@@ -213,11 +213,11 @@ class ExtensionsInstanceConfig(dict):
|
|
213
213
|
class ExtensionsInstanceErrorStatus(dict):
|
214
214
|
def __init__(__self__, *,
|
215
215
|
code: Optional[int] = None,
|
216
|
-
details: Optional[Sequence[Mapping[str,
|
216
|
+
details: Optional[Sequence[Mapping[str, str]]] = None,
|
217
217
|
message: Optional[str] = None):
|
218
218
|
"""
|
219
219
|
:param int code: The status code, which should be an enum value of google.rpc.Code.
|
220
|
-
:param Sequence[Mapping[str,
|
220
|
+
:param Sequence[Mapping[str, str]] details: A list of messages that carry the error details.
|
221
221
|
:param str message: A developer-facing error message, which should be in English.
|
222
222
|
"""
|
223
223
|
if code is not None:
|
@@ -237,7 +237,7 @@ class ExtensionsInstanceErrorStatus(dict):
|
|
237
237
|
|
238
238
|
@property
|
239
239
|
@pulumi.getter
|
240
|
-
def details(self) -> Optional[Sequence[Mapping[str,
|
240
|
+
def details(self) -> Optional[Sequence[Mapping[str, str]]]:
|
241
241
|
"""
|
242
242
|
A list of messages that carry the error details.
|
243
243
|
"""
|
@@ -390,7 +390,12 @@ class DicomStore(pulumi.CustomResource):
|
|
390
390
|
},
|
391
391
|
stream_configs=[{
|
392
392
|
"bigquery_destination": {
|
393
|
-
"table_uri": pulumi.Output.all(
|
393
|
+
"table_uri": pulumi.Output.all(
|
394
|
+
project=bq_dataset.project,
|
395
|
+
dataset_id=bq_dataset.dataset_id,
|
396
|
+
table_id=bq_table.table_id
|
397
|
+
).apply(lambda resolved_outputs: f"bq://{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
|
398
|
+
,
|
394
399
|
},
|
395
400
|
}])
|
396
401
|
```
|
@@ -509,7 +514,12 @@ class DicomStore(pulumi.CustomResource):
|
|
509
514
|
},
|
510
515
|
stream_configs=[{
|
511
516
|
"bigquery_destination": {
|
512
|
-
"table_uri": pulumi.Output.all(
|
517
|
+
"table_uri": pulumi.Output.all(
|
518
|
+
project=bq_dataset.project,
|
519
|
+
dataset_id=bq_dataset.dataset_id,
|
520
|
+
table_id=bq_table.table_id
|
521
|
+
).apply(lambda resolved_outputs: f"bq://{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
|
522
|
+
,
|
513
523
|
},
|
514
524
|
}])
|
515
525
|
```
|
@@ -835,7 +835,11 @@ class FhirStore(pulumi.CustomResource):
|
|
835
835
|
stream_configs=[{
|
836
836
|
"resource_types": ["Observation"],
|
837
837
|
"bigquery_destination": {
|
838
|
-
"dataset_uri": pulumi.Output.all(
|
838
|
+
"dataset_uri": pulumi.Output.all(
|
839
|
+
project=bq_dataset.project,
|
840
|
+
dataset_id=bq_dataset.dataset_id
|
841
|
+
).apply(lambda resolved_outputs: f"bq://{resolved_outputs['project']}.{resolved_outputs['dataset_id']}")
|
842
|
+
,
|
839
843
|
"schema_config": {
|
840
844
|
"recursive_structure_depth": 3,
|
841
845
|
"last_updated_partition_config": {
|
@@ -1036,7 +1040,11 @@ class FhirStore(pulumi.CustomResource):
|
|
1036
1040
|
stream_configs=[{
|
1037
1041
|
"resource_types": ["Observation"],
|
1038
1042
|
"bigquery_destination": {
|
1039
|
-
"dataset_uri": pulumi.Output.all(
|
1043
|
+
"dataset_uri": pulumi.Output.all(
|
1044
|
+
project=bq_dataset.project,
|
1045
|
+
dataset_id=bq_dataset.dataset_id
|
1046
|
+
).apply(lambda resolved_outputs: f"bq://{resolved_outputs['project']}.{resolved_outputs['dataset_id']}")
|
1047
|
+
,
|
1040
1048
|
"schema_config": {
|
1041
1049
|
"recursive_structure_depth": 3,
|
1042
1050
|
"last_updated_partition_config": {
|
@@ -242,7 +242,11 @@ class AccessBoundaryPolicy(pulumi.CustomResource):
|
|
242
242
|
"available_permissions": ["*"],
|
243
243
|
"availability_condition": {
|
244
244
|
"title": "Access level expr",
|
245
|
-
"expression": pulumi.Output.all(
|
245
|
+
"expression": pulumi.Output.all(
|
246
|
+
org_id=project.org_id,
|
247
|
+
name=test_access.name
|
248
|
+
).apply(lambda resolved_outputs: f"request.matchAccessLevels('{resolved_outputs['org_id']}', ['{resolved_outputs['name']}'])")
|
249
|
+
,
|
246
250
|
},
|
247
251
|
},
|
248
252
|
}])
|
@@ -326,7 +330,11 @@ class AccessBoundaryPolicy(pulumi.CustomResource):
|
|
326
330
|
"available_permissions": ["*"],
|
327
331
|
"availability_condition": {
|
328
332
|
"title": "Access level expr",
|
329
|
-
"expression": pulumi.Output.all(
|
333
|
+
"expression": pulumi.Output.all(
|
334
|
+
org_id=project.org_id,
|
335
|
+
name=test_access.name
|
336
|
+
).apply(lambda resolved_outputs: f"request.matchAccessLevels('{resolved_outputs['org_id']}', ['{resolved_outputs['name']}'])")
|
337
|
+
,
|
330
338
|
},
|
331
339
|
},
|
332
340
|
}])
|
@@ -143,7 +143,7 @@ if not MYPY:
|
|
143
143
|
class ClusterGcpConfigAccessConfigArgsDict(TypedDict):
|
144
144
|
network_configs: pulumi.Input[Sequence[pulumi.Input['ClusterGcpConfigAccessConfigNetworkConfigArgsDict']]]
|
145
145
|
"""
|
146
|
-
Virtual Private Cloud (VPC)
|
146
|
+
Virtual Private Cloud (VPC) subnets where IP addresses for the Kafka cluster are allocated. To make the cluster available in a VPC, you must specify at least one subnet per network. You must specify between 1 and 10 subnets. Additional subnets may be specified with additional `network_configs` blocks.
|
147
147
|
Structure is documented below.
|
148
148
|
"""
|
149
149
|
elif False:
|
@@ -154,7 +154,7 @@ class ClusterGcpConfigAccessConfigArgs:
|
|
154
154
|
def __init__(__self__, *,
|
155
155
|
network_configs: pulumi.Input[Sequence[pulumi.Input['ClusterGcpConfigAccessConfigNetworkConfigArgs']]]):
|
156
156
|
"""
|
157
|
-
:param pulumi.Input[Sequence[pulumi.Input['ClusterGcpConfigAccessConfigNetworkConfigArgs']]] network_configs: Virtual Private Cloud (VPC)
|
157
|
+
:param pulumi.Input[Sequence[pulumi.Input['ClusterGcpConfigAccessConfigNetworkConfigArgs']]] network_configs: Virtual Private Cloud (VPC) subnets where IP addresses for the Kafka cluster are allocated. To make the cluster available in a VPC, you must specify at least one subnet per network. You must specify between 1 and 10 subnets. Additional subnets may be specified with additional `network_configs` blocks.
|
158
158
|
Structure is documented below.
|
159
159
|
"""
|
160
160
|
pulumi.set(__self__, "network_configs", network_configs)
|
@@ -163,7 +163,7 @@ class ClusterGcpConfigAccessConfigArgs:
|
|
163
163
|
@pulumi.getter(name="networkConfigs")
|
164
164
|
def network_configs(self) -> pulumi.Input[Sequence[pulumi.Input['ClusterGcpConfigAccessConfigNetworkConfigArgs']]]:
|
165
165
|
"""
|
166
|
-
Virtual Private Cloud (VPC)
|
166
|
+
Virtual Private Cloud (VPC) subnets where IP addresses for the Kafka cluster are allocated. To make the cluster available in a VPC, you must specify at least one subnet per network. You must specify between 1 and 10 subnets. Additional subnets may be specified with additional `network_configs` blocks.
|
167
167
|
Structure is documented below.
|
168
168
|
"""
|
169
169
|
return pulumi.get(self, "network_configs")
|
@@ -177,7 +177,7 @@ if not MYPY:
|
|
177
177
|
class ClusterGcpConfigAccessConfigNetworkConfigArgsDict(TypedDict):
|
178
178
|
subnet: pulumi.Input[str]
|
179
179
|
"""
|
180
|
-
Name of the VPC subnet from which the cluster is accessible. Both broker and bootstrap server IP addresses and DNS entries are automatically created in the subnet. The subnet must be located in the same region as the cluster. The project may differ.
|
180
|
+
Name of the VPC subnet from which the cluster is accessible. Both broker and bootstrap server IP addresses and DNS entries are automatically created in the subnet. The subnet must be located in the same region as the cluster. The project may differ. The name of the subnet must be in the format `projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET`.
|
181
181
|
"""
|
182
182
|
elif False:
|
183
183
|
ClusterGcpConfigAccessConfigNetworkConfigArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -187,7 +187,7 @@ class ClusterGcpConfigAccessConfigNetworkConfigArgs:
|
|
187
187
|
def __init__(__self__, *,
|
188
188
|
subnet: pulumi.Input[str]):
|
189
189
|
"""
|
190
|
-
:param pulumi.Input[str] subnet: Name of the VPC subnet from which the cluster is accessible. Both broker and bootstrap server IP addresses and DNS entries are automatically created in the subnet. The subnet must be located in the same region as the cluster. The project may differ.
|
190
|
+
:param pulumi.Input[str] subnet: Name of the VPC subnet from which the cluster is accessible. Both broker and bootstrap server IP addresses and DNS entries are automatically created in the subnet. The subnet must be located in the same region as the cluster. The project may differ. The name of the subnet must be in the format `projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET`.
|
191
191
|
"""
|
192
192
|
pulumi.set(__self__, "subnet", subnet)
|
193
193
|
|
@@ -195,7 +195,7 @@ class ClusterGcpConfigAccessConfigNetworkConfigArgs:
|
|
195
195
|
@pulumi.getter
|
196
196
|
def subnet(self) -> pulumi.Input[str]:
|
197
197
|
"""
|
198
|
-
Name of the VPC subnet from which the cluster is accessible. Both broker and bootstrap server IP addresses and DNS entries are automatically created in the subnet. The subnet must be located in the same region as the cluster. The project may differ.
|
198
|
+
Name of the VPC subnet from which the cluster is accessible. Both broker and bootstrap server IP addresses and DNS entries are automatically created in the subnet. The subnet must be located in the same region as the cluster. The project may differ. The name of the subnet must be in the format `projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET`.
|
199
199
|
"""
|
200
200
|
return pulumi.get(self, "subnet")
|
201
201
|
|
@@ -35,7 +35,7 @@ class ClusterArgs:
|
|
35
35
|
:param pulumi.Input[str] cluster_id: The ID to use for the cluster, which will become the final component of the cluster's name. The ID must be 1-63 characters long, and match the regular expression `a-z?` to comply with RFC 1035. This value is structured like: `my-cluster-id`.
|
36
36
|
:param pulumi.Input['ClusterGcpConfigArgs'] gcp_config: Configuration properties for a Kafka cluster deployed to Google Cloud Platform.
|
37
37
|
Structure is documented below.
|
38
|
-
:param pulumi.Input[str] location: ID of the location of the
|
38
|
+
:param pulumi.Input[str] location: ID of the location of the Kafka resource. See https://cloud.google.com/managed-kafka/docs/locations for a list of supported locations.
|
39
39
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: List of label KEY=VALUE pairs to add. Keys must start with a lowercase character and contain only hyphens (-),
|
40
40
|
underscores ( ), lowercase characters, and numbers. Values must contain only hyphens (-), underscores ( ), lowercase
|
41
41
|
characters, and numbers. **Note**: This field is non-authoritative, and will only manage the labels present in your
|
@@ -95,7 +95,7 @@ class ClusterArgs:
|
|
95
95
|
@pulumi.getter
|
96
96
|
def location(self) -> pulumi.Input[str]:
|
97
97
|
"""
|
98
|
-
ID of the location of the
|
98
|
+
ID of the location of the Kafka resource. See https://cloud.google.com/managed-kafka/docs/locations for a list of supported locations.
|
99
99
|
"""
|
100
100
|
return pulumi.get(self, "location")
|
101
101
|
|
@@ -169,7 +169,7 @@ class _ClusterState:
|
|
169
169
|
underscores ( ), lowercase characters, and numbers. Values must contain only hyphens (-), underscores ( ), lowercase
|
170
170
|
characters, and numbers. **Note**: This field is non-authoritative, and will only manage the labels present in your
|
171
171
|
configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
172
|
-
:param pulumi.Input[str] location: ID of the location of the
|
172
|
+
:param pulumi.Input[str] location: ID of the location of the Kafka resource. See https://cloud.google.com/managed-kafka/docs/locations for a list of supported locations.
|
173
173
|
:param pulumi.Input[str] name: The name of the cluster. Structured like: `projects/PROJECT_ID/locations/LOCATION/clusters/CLUSTER_ID`.
|
174
174
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
175
175
|
and default labels configured on the provider.
|
@@ -285,7 +285,7 @@ class _ClusterState:
|
|
285
285
|
@pulumi.getter
|
286
286
|
def location(self) -> Optional[pulumi.Input[str]]:
|
287
287
|
"""
|
288
|
-
ID of the location of the
|
288
|
+
ID of the location of the Kafka resource. See https://cloud.google.com/managed-kafka/docs/locations for a list of supported locations.
|
289
289
|
"""
|
290
290
|
return pulumi.get(self, "location")
|
291
291
|
|
@@ -480,7 +480,7 @@ class Cluster(pulumi.CustomResource):
|
|
480
480
|
underscores ( ), lowercase characters, and numbers. Values must contain only hyphens (-), underscores ( ), lowercase
|
481
481
|
characters, and numbers. **Note**: This field is non-authoritative, and will only manage the labels present in your
|
482
482
|
configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
483
|
-
:param pulumi.Input[str] location: ID of the location of the
|
483
|
+
:param pulumi.Input[str] location: ID of the location of the Kafka resource. See https://cloud.google.com/managed-kafka/docs/locations for a list of supported locations.
|
484
484
|
:param pulumi.Input[Union['ClusterRebalanceConfigArgs', 'ClusterRebalanceConfigArgsDict']] rebalance_config: Defines rebalancing behavior of a Kafka cluster.
|
485
485
|
"""
|
486
486
|
...
|
@@ -676,7 +676,7 @@ class Cluster(pulumi.CustomResource):
|
|
676
676
|
underscores ( ), lowercase characters, and numbers. Values must contain only hyphens (-), underscores ( ), lowercase
|
677
677
|
characters, and numbers. **Note**: This field is non-authoritative, and will only manage the labels present in your
|
678
678
|
configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
679
|
-
:param pulumi.Input[str] location: ID of the location of the
|
679
|
+
:param pulumi.Input[str] location: ID of the location of the Kafka resource. See https://cloud.google.com/managed-kafka/docs/locations for a list of supported locations.
|
680
680
|
:param pulumi.Input[str] name: The name of the cluster. Structured like: `projects/PROJECT_ID/locations/LOCATION/clusters/CLUSTER_ID`.
|
681
681
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
682
682
|
and default labels configured on the provider.
|
@@ -760,7 +760,7 @@ class Cluster(pulumi.CustomResource):
|
|
760
760
|
@pulumi.getter
|
761
761
|
def location(self) -> pulumi.Output[str]:
|
762
762
|
"""
|
763
|
-
ID of the location of the
|
763
|
+
ID of the location of the Kafka resource. See https://cloud.google.com/managed-kafka/docs/locations for a list of supported locations.
|
764
764
|
"""
|
765
765
|
return pulumi.get(self, "location")
|
766
766
|
|
@@ -148,7 +148,7 @@ class ClusterGcpConfigAccessConfig(dict):
|
|
148
148
|
def __init__(__self__, *,
|
149
149
|
network_configs: Sequence['outputs.ClusterGcpConfigAccessConfigNetworkConfig']):
|
150
150
|
"""
|
151
|
-
:param Sequence['ClusterGcpConfigAccessConfigNetworkConfigArgs'] network_configs: Virtual Private Cloud (VPC)
|
151
|
+
:param Sequence['ClusterGcpConfigAccessConfigNetworkConfigArgs'] network_configs: Virtual Private Cloud (VPC) subnets where IP addresses for the Kafka cluster are allocated. To make the cluster available in a VPC, you must specify at least one subnet per network. You must specify between 1 and 10 subnets. Additional subnets may be specified with additional `network_configs` blocks.
|
152
152
|
Structure is documented below.
|
153
153
|
"""
|
154
154
|
pulumi.set(__self__, "network_configs", network_configs)
|
@@ -157,7 +157,7 @@ class ClusterGcpConfigAccessConfig(dict):
|
|
157
157
|
@pulumi.getter(name="networkConfigs")
|
158
158
|
def network_configs(self) -> Sequence['outputs.ClusterGcpConfigAccessConfigNetworkConfig']:
|
159
159
|
"""
|
160
|
-
Virtual Private Cloud (VPC)
|
160
|
+
Virtual Private Cloud (VPC) subnets where IP addresses for the Kafka cluster are allocated. To make the cluster available in a VPC, you must specify at least one subnet per network. You must specify between 1 and 10 subnets. Additional subnets may be specified with additional `network_configs` blocks.
|
161
161
|
Structure is documented below.
|
162
162
|
"""
|
163
163
|
return pulumi.get(self, "network_configs")
|
@@ -168,7 +168,7 @@ class ClusterGcpConfigAccessConfigNetworkConfig(dict):
|
|
168
168
|
def __init__(__self__, *,
|
169
169
|
subnet: str):
|
170
170
|
"""
|
171
|
-
:param str subnet: Name of the VPC subnet from which the cluster is accessible. Both broker and bootstrap server IP addresses and DNS entries are automatically created in the subnet. The subnet must be located in the same region as the cluster. The project may differ.
|
171
|
+
:param str subnet: Name of the VPC subnet from which the cluster is accessible. Both broker and bootstrap server IP addresses and DNS entries are automatically created in the subnet. The subnet must be located in the same region as the cluster. The project may differ. The name of the subnet must be in the format `projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET`.
|
172
172
|
"""
|
173
173
|
pulumi.set(__self__, "subnet", subnet)
|
174
174
|
|
@@ -176,7 +176,7 @@ class ClusterGcpConfigAccessConfigNetworkConfig(dict):
|
|
176
176
|
@pulumi.getter
|
177
177
|
def subnet(self) -> str:
|
178
178
|
"""
|
179
|
-
Name of the VPC subnet from which the cluster is accessible. Both broker and bootstrap server IP addresses and DNS entries are automatically created in the subnet. The subnet must be located in the same region as the cluster. The project may differ.
|
179
|
+
Name of the VPC subnet from which the cluster is accessible. Both broker and bootstrap server IP addresses and DNS entries are automatically created in the subnet. The subnet must be located in the same region as the cluster. The project may differ. The name of the subnet must be in the format `projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET`.
|
180
180
|
"""
|
181
181
|
return pulumi.get(self, "subnet")
|
182
182
|
|
pulumi_gcp/managedkafka/topic.py
CHANGED
@@ -29,7 +29,7 @@ class TopicArgs:
|
|
29
29
|
"""
|
30
30
|
The set of arguments for constructing a Topic resource.
|
31
31
|
:param pulumi.Input[str] cluster: The cluster name.
|
32
|
-
:param pulumi.Input[str] location: ID of the location of the
|
32
|
+
:param pulumi.Input[str] location: ID of the location of the Kafka resource. See https://cloud.google.com/managed-kafka/docs/locations for a list of supported locations.
|
33
33
|
:param pulumi.Input[int] replication_factor: The number of replicas of each partition. A replication factor of 3 is recommended for high availability.
|
34
34
|
:param pulumi.Input[str] topic_id: The ID to use for the topic, which will become the final component of the topic's name. This value is structured like: `my-topic-name`.
|
35
35
|
|
@@ -67,7 +67,7 @@ class TopicArgs:
|
|
67
67
|
@pulumi.getter
|
68
68
|
def location(self) -> pulumi.Input[str]:
|
69
69
|
"""
|
70
|
-
ID of the location of the
|
70
|
+
ID of the location of the Kafka resource. See https://cloud.google.com/managed-kafka/docs/locations for a list of supported locations.
|
71
71
|
"""
|
72
72
|
return pulumi.get(self, "location")
|
73
73
|
|
@@ -155,7 +155,7 @@ class _TopicState:
|
|
155
155
|
Input properties used for looking up and filtering Topic resources.
|
156
156
|
:param pulumi.Input[str] cluster: The cluster name.
|
157
157
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] configs: Configuration for the topic that are overridden from the cluster defaults. The key of the map is a Kafka topic property name, for example: `cleanup.policy=compact`, `compression.type=producer`.
|
158
|
-
:param pulumi.Input[str] location: ID of the location of the
|
158
|
+
:param pulumi.Input[str] location: ID of the location of the Kafka resource. See https://cloud.google.com/managed-kafka/docs/locations for a list of supported locations.
|
159
159
|
:param pulumi.Input[str] name: The name of the topic. The `topic` segment is used when connecting directly to the cluster. Must be in the format `projects/PROJECT_ID/locations/LOCATION/clusters/CLUSTER_ID/topics/TOPIC_ID`.
|
160
160
|
:param pulumi.Input[int] partition_count: The number of partitions in a topic. You can increase the partition count for a topic, but you cannot decrease it. Increasing partitions for a topic that uses a key might change how messages are distributed.
|
161
161
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -211,7 +211,7 @@ class _TopicState:
|
|
211
211
|
@pulumi.getter
|
212
212
|
def location(self) -> Optional[pulumi.Input[str]]:
|
213
213
|
"""
|
214
|
-
ID of the location of the
|
214
|
+
ID of the location of the Kafka resource. See https://cloud.google.com/managed-kafka/docs/locations for a list of supported locations.
|
215
215
|
"""
|
216
216
|
return pulumi.get(self, "location")
|
217
217
|
|
@@ -360,7 +360,7 @@ class Topic(pulumi.CustomResource):
|
|
360
360
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
361
361
|
:param pulumi.Input[str] cluster: The cluster name.
|
362
362
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] configs: Configuration for the topic that are overridden from the cluster defaults. The key of the map is a Kafka topic property name, for example: `cleanup.policy=compact`, `compression.type=producer`.
|
363
|
-
:param pulumi.Input[str] location: ID of the location of the
|
363
|
+
:param pulumi.Input[str] location: ID of the location of the Kafka resource. See https://cloud.google.com/managed-kafka/docs/locations for a list of supported locations.
|
364
364
|
:param pulumi.Input[int] partition_count: The number of partitions in a topic. You can increase the partition count for a topic, but you cannot decrease it. Increasing partitions for a topic that uses a key might change how messages are distributed.
|
365
365
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
366
366
|
If it is not provided, the provider project is used.
|
@@ -509,7 +509,7 @@ class Topic(pulumi.CustomResource):
|
|
509
509
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
510
510
|
:param pulumi.Input[str] cluster: The cluster name.
|
511
511
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] configs: Configuration for the topic that are overridden from the cluster defaults. The key of the map is a Kafka topic property name, for example: `cleanup.policy=compact`, `compression.type=producer`.
|
512
|
-
:param pulumi.Input[str] location: ID of the location of the
|
512
|
+
:param pulumi.Input[str] location: ID of the location of the Kafka resource. See https://cloud.google.com/managed-kafka/docs/locations for a list of supported locations.
|
513
513
|
:param pulumi.Input[str] name: The name of the topic. The `topic` segment is used when connecting directly to the cluster. Must be in the format `projects/PROJECT_ID/locations/LOCATION/clusters/CLUSTER_ID/topics/TOPIC_ID`.
|
514
514
|
:param pulumi.Input[int] partition_count: The number of partitions in a topic. You can increase the partition count for a topic, but you cannot decrease it. Increasing partitions for a topic that uses a key might change how messages are distributed.
|
515
515
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -554,7 +554,7 @@ class Topic(pulumi.CustomResource):
|
|
554
554
|
@pulumi.getter
|
555
555
|
def location(self) -> pulumi.Output[str]:
|
556
556
|
"""
|
557
|
-
ID of the location of the
|
557
|
+
ID of the location of the Kafka resource. See https://cloud.google.com/managed-kafka/docs/locations for a list of supported locations.
|
558
558
|
"""
|
559
559
|
return pulumi.get(self, "location")
|
560
560
|
|
@@ -165,7 +165,11 @@ def get_app_engine_service(module_id: Optional[str] = None,
|
|
165
165
|
},
|
166
166
|
deployment={
|
167
167
|
"zip": {
|
168
|
-
"source_url": pulumi.Output.all(
|
168
|
+
"source_url": pulumi.Output.all(
|
169
|
+
bucketName=bucket.name,
|
170
|
+
objectName=object.name
|
171
|
+
).apply(lambda resolved_outputs: f"https://storage.googleapis.com/{resolved_outputs['bucketName']}/{resolved_outputs['objectName']}")
|
172
|
+
,
|
169
173
|
},
|
170
174
|
},
|
171
175
|
env_variables={
|
@@ -246,7 +250,11 @@ def get_app_engine_service_output(module_id: Optional[pulumi.Input[str]] = None,
|
|
246
250
|
},
|
247
251
|
deployment={
|
248
252
|
"zip": {
|
249
|
-
"source_url": pulumi.Output.all(
|
253
|
+
"source_url": pulumi.Output.all(
|
254
|
+
bucketName=bucket.name,
|
255
|
+
objectName=object.name
|
256
|
+
).apply(lambda resolved_outputs: f"https://storage.googleapis.com/{resolved_outputs['bucketName']}/{resolved_outputs['objectName']}")
|
257
|
+
,
|
250
258
|
},
|
251
259
|
},
|
252
260
|
env_variables={
|
@@ -586,7 +586,7 @@ if not MYPY:
|
|
586
586
|
"""
|
587
587
|
The status code, which should be an enum value of [google.rpc.Code][].
|
588
588
|
"""
|
589
|
-
details: NotRequired[pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
589
|
+
details: NotRequired[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]
|
590
590
|
"""
|
591
591
|
(Output)
|
592
592
|
A list of messages that carry the error details.
|
@@ -602,11 +602,11 @@ elif False:
|
|
602
602
|
class ServiceConnectionPolicyPscConnectionErrorArgs:
|
603
603
|
def __init__(__self__, *,
|
604
604
|
code: Optional[pulumi.Input[int]] = None,
|
605
|
-
details: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
605
|
+
details: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]] = None,
|
606
606
|
message: Optional[pulumi.Input[str]] = None):
|
607
607
|
"""
|
608
608
|
:param pulumi.Input[int] code: The status code, which should be an enum value of [google.rpc.Code][].
|
609
|
-
:param pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
609
|
+
:param pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]] details: (Output)
|
610
610
|
A list of messages that carry the error details.
|
611
611
|
:param pulumi.Input[str] message: A developer-facing error message.
|
612
612
|
"""
|
@@ -631,7 +631,7 @@ class ServiceConnectionPolicyPscConnectionErrorArgs:
|
|
631
631
|
|
632
632
|
@property
|
633
633
|
@pulumi.getter
|
634
|
-
def details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
634
|
+
def details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]:
|
635
635
|
"""
|
636
636
|
(Output)
|
637
637
|
A list of messages that carry the error details.
|
@@ -639,7 +639,7 @@ class ServiceConnectionPolicyPscConnectionErrorArgs:
|
|
639
639
|
return pulumi.get(self, "details")
|
640
640
|
|
641
641
|
@details.setter
|
642
|
-
def details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
642
|
+
def details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]):
|
643
643
|
pulumi.set(self, "details", value)
|
644
644
|
|
645
645
|
@property
|
@@ -424,11 +424,11 @@ class ServiceConnectionPolicyPscConnection(dict):
|
|
424
424
|
class ServiceConnectionPolicyPscConnectionError(dict):
|
425
425
|
def __init__(__self__, *,
|
426
426
|
code: Optional[int] = None,
|
427
|
-
details: Optional[Sequence[Mapping[str,
|
427
|
+
details: Optional[Sequence[Mapping[str, str]]] = None,
|
428
428
|
message: Optional[str] = None):
|
429
429
|
"""
|
430
430
|
:param int code: The status code, which should be an enum value of [google.rpc.Code][].
|
431
|
-
:param Sequence[Mapping[str,
|
431
|
+
:param Sequence[Mapping[str, str]] details: (Output)
|
432
432
|
A list of messages that carry the error details.
|
433
433
|
:param str message: A developer-facing error message.
|
434
434
|
"""
|
@@ -449,7 +449,7 @@ class ServiceConnectionPolicyPscConnectionError(dict):
|
|
449
449
|
|
450
450
|
@property
|
451
451
|
@pulumi.getter
|
452
|
-
def details(self) -> Optional[Sequence[Mapping[str,
|
452
|
+
def details(self) -> Optional[Sequence[Mapping[str, str]]]:
|
453
453
|
"""
|
454
454
|
(Output)
|
455
455
|
A list of messages that carry the error details.
|