pulumi-gcp 8.9.0a1731366299__py3-none-any.whl → 8.9.0a1731432418__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 +64 -0
- pulumi_gcp/activedirectory/domain.py +24 -0
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/_inputs.py +74 -0
- pulumi_gcp/apigee/api.py +456 -0
- pulumi_gcp/apigee/outputs.py +65 -0
- pulumi_gcp/applicationintegration/auth_config.py +24 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +4 -0
- pulumi_gcp/backupdisasterrecovery/_inputs.py +533 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +653 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +766 -0
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +146 -6
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +204 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +243 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +702 -0
- pulumi_gcp/bigquery/data_transfer_config.py +24 -0
- pulumi_gcp/cloudrunv2/_inputs.py +46 -0
- pulumi_gcp/cloudrunv2/job.py +0 -2
- pulumi_gcp/cloudrunv2/outputs.py +60 -2
- pulumi_gcp/cloudrunv2/service.py +0 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +2163 -256
- pulumi_gcp/compute/disk.py +7 -7
- pulumi_gcp/compute/firewall_policy_rule.py +108 -54
- pulumi_gcp/compute/get_region_instance_group_manager.py +12 -1
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/network_firewall_policy_rule.py +4 -4
- pulumi_gcp/compute/network_firewall_policy_with_rules.py +10 -10
- pulumi_gcp/compute/node_template.py +95 -0
- pulumi_gcp/compute/outputs.py +1639 -213
- pulumi_gcp/compute/region_disk.py +7 -7
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +54 -14
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +4 -4
- pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +10 -10
- pulumi_gcp/compute/region_resize_request.py +772 -0
- pulumi_gcp/compute/region_security_policy.py +120 -0
- pulumi_gcp/compute/region_security_policy_rule.py +6 -6
- pulumi_gcp/compute/router_peer.py +56 -35
- pulumi_gcp/compute/security_scan_config.py +8 -8
- pulumi_gcp/config/__init__.pyi +4 -0
- pulumi_gcp/config/vars.py +8 -0
- pulumi_gcp/container/_inputs.py +345 -10
- pulumi_gcp/container/cluster.py +101 -0
- pulumi_gcp/container/get_cluster.py +23 -1
- pulumi_gcp/container/outputs.py +456 -8
- pulumi_gcp/dataloss/prevention_discovery_config.py +7 -7
- pulumi_gcp/dataproc/__init__.py +2 -0
- pulumi_gcp/dataproc/_inputs.py +101 -0
- pulumi_gcp/dataproc/gdc_application_environment.py +931 -0
- pulumi_gcp/dataproc/gdc_service_instance.py +1022 -0
- pulumi_gcp/dataproc/outputs.py +94 -0
- pulumi_gcp/edgecontainer/vpn_connection.py +4 -4
- pulumi_gcp/firebase/android_app.py +2 -2
- pulumi_gcp/firebase/apple_app.py +2 -2
- pulumi_gcp/firebase/web_app.py +2 -2
- pulumi_gcp/firestore/index.py +44 -0
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/healthcare/dataset.py +7 -7
- pulumi_gcp/healthcare/dicom_store.py +7 -7
- pulumi_gcp/healthcare/fhir_store.py +7 -7
- pulumi_gcp/healthcare/hl7_store.py +14 -14
- pulumi_gcp/iam/__init__.py +1 -0
- pulumi_gcp/iam/_inputs.py +161 -0
- pulumi_gcp/iam/outputs.py +114 -0
- pulumi_gcp/iam/principal_access_boundary_policy.py +679 -0
- pulumi_gcp/logging/metric.py +2 -2
- pulumi_gcp/looker/_inputs.py +6 -0
- pulumi_gcp/looker/instance.py +169 -321
- pulumi_gcp/looker/outputs.py +4 -0
- pulumi_gcp/memorystore/instance.py +4 -0
- pulumi_gcp/monitoring/alert_policy.py +24 -0
- pulumi_gcp/monitoring/custom_service.py +24 -0
- pulumi_gcp/monitoring/group.py +24 -0
- pulumi_gcp/monitoring/metric_descriptor.py +24 -0
- pulumi_gcp/monitoring/slo.py +24 -0
- pulumi_gcp/monitoring/uptime_check_config.py +24 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +1358 -0
- pulumi_gcp/osconfig/patch_deployment.py +8 -8
- pulumi_gcp/provider.py +40 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +3 -3
- pulumi_gcp/redis/outputs.py +2 -2
- pulumi_gcp/securitycenter/notification_config.py +4 -16
- pulumi_gcp/securitycenter/project_notification_config.py +0 -24
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +4 -16
- pulumi_gcp/spanner/__init__.py +1 -0
- pulumi_gcp/spanner/_inputs.py +9 -9
- pulumi_gcp/spanner/get_database.py +229 -0
- pulumi_gcp/spanner/get_instance.py +12 -1
- pulumi_gcp/spanner/instance.py +70 -0
- pulumi_gcp/spanner/outputs.py +46 -12
- pulumi_gcp/sql/_inputs.py +26 -0
- pulumi_gcp/sql/database_instance.py +124 -11
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +51 -0
- pulumi_gcp/storage/_inputs.py +3 -3
- pulumi_gcp/storage/outputs.py +2 -2
- pulumi_gcp/tags/tag_binding.py +4 -4
- pulumi_gcp/tags/tag_value.py +2 -2
- pulumi_gcp/transcoder/job.py +24 -0
- pulumi_gcp/vertex/_inputs.py +184 -0
- pulumi_gcp/vertex/ai_endpoint.py +394 -8
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/outputs.py +166 -0
- pulumi_gcp/workbench/instance.py +21 -7
- pulumi_gcp/workflows/workflow.py +36 -0
- pulumi_gcp/workstations/workstation_config.py +8 -8
- {pulumi_gcp-8.9.0a1731366299.dist-info → pulumi_gcp-8.9.0a1731432418.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.9.0a1731366299.dist-info → pulumi_gcp-8.9.0a1731432418.dist-info}/RECORD +114 -103
- {pulumi_gcp-8.9.0a1731366299.dist-info → pulumi_gcp-8.9.0a1731432418.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.9.0a1731366299.dist-info → pulumi_gcp-8.9.0a1731432418.dist-info}/top_level.txt +0 -0
pulumi_gcp/dataproc/outputs.py
CHANGED
@@ -80,6 +80,9 @@ __all__ = [
|
|
80
80
|
'ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigAutoscaling',
|
81
81
|
'ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigConfig',
|
82
82
|
'ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig',
|
83
|
+
'GdcApplicationEnvironmentSparkApplicationEnvironmentConfig',
|
84
|
+
'GdcServiceInstanceGdceCluster',
|
85
|
+
'GdcServiceInstanceSparkServiceInstanceConfig',
|
83
86
|
'JobHadoopConfig',
|
84
87
|
'JobHadoopConfigLoggingConfig',
|
85
88
|
'JobHiveConfig',
|
@@ -5204,6 +5207,97 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig
|
|
5204
5207
|
return pulumi.get(self, "properties")
|
5205
5208
|
|
5206
5209
|
|
5210
|
+
@pulumi.output_type
|
5211
|
+
class GdcApplicationEnvironmentSparkApplicationEnvironmentConfig(dict):
|
5212
|
+
@staticmethod
|
5213
|
+
def __key_warning(key: str):
|
5214
|
+
suggest = None
|
5215
|
+
if key == "defaultProperties":
|
5216
|
+
suggest = "default_properties"
|
5217
|
+
elif key == "defaultVersion":
|
5218
|
+
suggest = "default_version"
|
5219
|
+
|
5220
|
+
if suggest:
|
5221
|
+
pulumi.log.warn(f"Key '{key}' not found in GdcApplicationEnvironmentSparkApplicationEnvironmentConfig. Access the value via the '{suggest}' property getter instead.")
|
5222
|
+
|
5223
|
+
def __getitem__(self, key: str) -> Any:
|
5224
|
+
GdcApplicationEnvironmentSparkApplicationEnvironmentConfig.__key_warning(key)
|
5225
|
+
return super().__getitem__(key)
|
5226
|
+
|
5227
|
+
def get(self, key: str, default = None) -> Any:
|
5228
|
+
GdcApplicationEnvironmentSparkApplicationEnvironmentConfig.__key_warning(key)
|
5229
|
+
return super().get(key, default)
|
5230
|
+
|
5231
|
+
def __init__(__self__, *,
|
5232
|
+
default_properties: Optional[Mapping[str, str]] = None,
|
5233
|
+
default_version: Optional[str] = None):
|
5234
|
+
"""
|
5235
|
+
:param Mapping[str, str] default_properties: A map of default Spark properties to apply to workloads in this application environment. These defaults may be overridden by per-application properties.
|
5236
|
+
:param str default_version: The default Dataproc version to use for applications submitted to this application environment
|
5237
|
+
"""
|
5238
|
+
if default_properties is not None:
|
5239
|
+
pulumi.set(__self__, "default_properties", default_properties)
|
5240
|
+
if default_version is not None:
|
5241
|
+
pulumi.set(__self__, "default_version", default_version)
|
5242
|
+
|
5243
|
+
@property
|
5244
|
+
@pulumi.getter(name="defaultProperties")
|
5245
|
+
def default_properties(self) -> Optional[Mapping[str, str]]:
|
5246
|
+
"""
|
5247
|
+
A map of default Spark properties to apply to workloads in this application environment. These defaults may be overridden by per-application properties.
|
5248
|
+
"""
|
5249
|
+
return pulumi.get(self, "default_properties")
|
5250
|
+
|
5251
|
+
@property
|
5252
|
+
@pulumi.getter(name="defaultVersion")
|
5253
|
+
def default_version(self) -> Optional[str]:
|
5254
|
+
"""
|
5255
|
+
The default Dataproc version to use for applications submitted to this application environment
|
5256
|
+
"""
|
5257
|
+
return pulumi.get(self, "default_version")
|
5258
|
+
|
5259
|
+
|
5260
|
+
@pulumi.output_type
|
5261
|
+
class GdcServiceInstanceGdceCluster(dict):
|
5262
|
+
@staticmethod
|
5263
|
+
def __key_warning(key: str):
|
5264
|
+
suggest = None
|
5265
|
+
if key == "gdceCluster":
|
5266
|
+
suggest = "gdce_cluster"
|
5267
|
+
|
5268
|
+
if suggest:
|
5269
|
+
pulumi.log.warn(f"Key '{key}' not found in GdcServiceInstanceGdceCluster. Access the value via the '{suggest}' property getter instead.")
|
5270
|
+
|
5271
|
+
def __getitem__(self, key: str) -> Any:
|
5272
|
+
GdcServiceInstanceGdceCluster.__key_warning(key)
|
5273
|
+
return super().__getitem__(key)
|
5274
|
+
|
5275
|
+
def get(self, key: str, default = None) -> Any:
|
5276
|
+
GdcServiceInstanceGdceCluster.__key_warning(key)
|
5277
|
+
return super().get(key, default)
|
5278
|
+
|
5279
|
+
def __init__(__self__, *,
|
5280
|
+
gdce_cluster: str):
|
5281
|
+
"""
|
5282
|
+
:param str gdce_cluster: Gdce cluster resource id.
|
5283
|
+
"""
|
5284
|
+
pulumi.set(__self__, "gdce_cluster", gdce_cluster)
|
5285
|
+
|
5286
|
+
@property
|
5287
|
+
@pulumi.getter(name="gdceCluster")
|
5288
|
+
def gdce_cluster(self) -> str:
|
5289
|
+
"""
|
5290
|
+
Gdce cluster resource id.
|
5291
|
+
"""
|
5292
|
+
return pulumi.get(self, "gdce_cluster")
|
5293
|
+
|
5294
|
+
|
5295
|
+
@pulumi.output_type
|
5296
|
+
class GdcServiceInstanceSparkServiceInstanceConfig(dict):
|
5297
|
+
def __init__(__self__):
|
5298
|
+
pass
|
5299
|
+
|
5300
|
+
|
5207
5301
|
@pulumi.output_type
|
5208
5302
|
class JobHadoopConfig(dict):
|
5209
5303
|
@staticmethod
|
@@ -222,7 +222,7 @@ class _VpnConnectionState:
|
|
222
222
|
Input properties used for looking up and filtering VpnConnection resources.
|
223
223
|
:param pulumi.Input[str] cluster: The canonical Cluster name to connect to. It is in the form of projects/{project}/locations/{location}/clusters/{cluster}.
|
224
224
|
:param pulumi.Input[str] create_time: The time when the VPN connection was created.
|
225
|
-
:param pulumi.Input[Sequence[pulumi.Input['VpnConnectionDetailArgs']]] details: A nested object resource
|
225
|
+
:param pulumi.Input[Sequence[pulumi.Input['VpnConnectionDetailArgs']]] details: A nested object resource.
|
226
226
|
Structure is documented below.
|
227
227
|
: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.
|
228
228
|
:param pulumi.Input[bool] enable_high_availability: Whether this VPN connection has HA enabled on cluster side. If enabled, when creating VPN connection we will attempt to use 2 ANG floating IPs.
|
@@ -305,7 +305,7 @@ class _VpnConnectionState:
|
|
305
305
|
@pulumi.getter
|
306
306
|
def details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VpnConnectionDetailArgs']]]]:
|
307
307
|
"""
|
308
|
-
A nested object resource
|
308
|
+
A nested object resource.
|
309
309
|
Structure is documented below.
|
310
310
|
"""
|
311
311
|
return pulumi.get(self, "details")
|
@@ -754,7 +754,7 @@ class VpnConnection(pulumi.CustomResource):
|
|
754
754
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
755
755
|
:param pulumi.Input[str] cluster: The canonical Cluster name to connect to. It is in the form of projects/{project}/locations/{location}/clusters/{cluster}.
|
756
756
|
:param pulumi.Input[str] create_time: The time when the VPN connection was created.
|
757
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnConnectionDetailArgs', 'VpnConnectionDetailArgsDict']]]] details: A nested object resource
|
757
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnConnectionDetailArgs', 'VpnConnectionDetailArgsDict']]]] details: A nested object resource.
|
758
758
|
Structure is documented below.
|
759
759
|
: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.
|
760
760
|
:param pulumi.Input[bool] enable_high_availability: Whether this VPN connection has HA enabled on cluster side. If enabled, when creating VPN connection we will attempt to use 2 ANG floating IPs.
|
@@ -819,7 +819,7 @@ class VpnConnection(pulumi.CustomResource):
|
|
819
819
|
@pulumi.getter
|
820
820
|
def details(self) -> pulumi.Output[Sequence['outputs.VpnConnectionDetail']]:
|
821
821
|
"""
|
822
|
-
A nested object resource
|
822
|
+
A nested object resource.
|
823
823
|
Structure is documented below.
|
824
824
|
"""
|
825
825
|
return pulumi.get(self, "details")
|
@@ -401,7 +401,7 @@ class AndroidApp(pulumi.CustomResource):
|
|
401
401
|
When using the `pulumi import` command, AndroidApp can be imported using one of the formats above. For example:
|
402
402
|
|
403
403
|
```sh
|
404
|
-
$ pulumi import gcp:firebase/androidApp:AndroidApp default {{project}} projects/{{project}}/androidApps/{{app_id}}
|
404
|
+
$ pulumi import gcp:firebase/androidApp:AndroidApp default "{{project}} projects/{{project}}/androidApps/{{app_id}}"
|
405
405
|
```
|
406
406
|
|
407
407
|
```sh
|
@@ -502,7 +502,7 @@ class AndroidApp(pulumi.CustomResource):
|
|
502
502
|
When using the `pulumi import` command, AndroidApp can be imported using one of the formats above. For example:
|
503
503
|
|
504
504
|
```sh
|
505
|
-
$ pulumi import gcp:firebase/androidApp:AndroidApp default {{project}} projects/{{project}}/androidApps/{{app_id}}
|
505
|
+
$ pulumi import gcp:firebase/androidApp:AndroidApp default "{{project}} projects/{{project}}/androidApps/{{app_id}}"
|
506
506
|
```
|
507
507
|
|
508
508
|
```sh
|
pulumi_gcp/firebase/apple_app.py
CHANGED
@@ -374,7 +374,7 @@ class AppleApp(pulumi.CustomResource):
|
|
374
374
|
When using the `pulumi import` command, AppleApp can be imported using one of the formats above. For example:
|
375
375
|
|
376
376
|
```sh
|
377
|
-
$ pulumi import gcp:firebase/appleApp:AppleApp default {{project}} projects/{{project}}/iosApps/{{app_id}}
|
377
|
+
$ pulumi import gcp:firebase/appleApp:AppleApp default "{{project}} projects/{{project}}/iosApps/{{app_id}}"
|
378
378
|
```
|
379
379
|
|
380
380
|
```sh
|
@@ -469,7 +469,7 @@ class AppleApp(pulumi.CustomResource):
|
|
469
469
|
When using the `pulumi import` command, AppleApp can be imported using one of the formats above. For example:
|
470
470
|
|
471
471
|
```sh
|
472
|
-
$ pulumi import gcp:firebase/appleApp:AppleApp default {{project}} projects/{{project}}/iosApps/{{app_id}}
|
472
|
+
$ pulumi import gcp:firebase/appleApp:AppleApp default "{{project}} projects/{{project}}/iosApps/{{app_id}}"
|
473
473
|
```
|
474
474
|
|
475
475
|
```sh
|
pulumi_gcp/firebase/web_app.py
CHANGED
@@ -287,7 +287,7 @@ class WebApp(pulumi.CustomResource):
|
|
287
287
|
When using the `pulumi import` command, WebApp can be imported using one of the formats above. For example:
|
288
288
|
|
289
289
|
```sh
|
290
|
-
$ pulumi import gcp:firebase/webApp:WebApp default {{project}} projects/{{project}}/webApps/{{app_id}}
|
290
|
+
$ pulumi import gcp:firebase/webApp:WebApp default "{{project}} projects/{{project}}/webApps/{{app_id}}"
|
291
291
|
```
|
292
292
|
|
293
293
|
```sh
|
@@ -374,7 +374,7 @@ class WebApp(pulumi.CustomResource):
|
|
374
374
|
When using the `pulumi import` command, WebApp can be imported using one of the formats above. For example:
|
375
375
|
|
376
376
|
```sh
|
377
|
-
$ pulumi import gcp:firebase/webApp:WebApp default {{project}} projects/{{project}}/webApps/{{app_id}}
|
377
|
+
$ pulumi import gcp:firebase/webApp:WebApp default "{{project}} projects/{{project}}/webApps/{{app_id}}"
|
378
378
|
```
|
379
379
|
|
380
380
|
```sh
|
pulumi_gcp/firestore/index.py
CHANGED
@@ -388,6 +388,28 @@ class Index(pulumi.CustomResource):
|
|
388
388
|
},
|
389
389
|
])
|
390
390
|
```
|
391
|
+
### Firestore Index Name Descending
|
392
|
+
|
393
|
+
```python
|
394
|
+
import pulumi
|
395
|
+
import pulumi_gcp as gcp
|
396
|
+
|
397
|
+
database = gcp.firestore.Database("database",
|
398
|
+
project="my-project-name",
|
399
|
+
name="database-id",
|
400
|
+
location_id="nam5",
|
401
|
+
type="FIRESTORE_NATIVE",
|
402
|
+
delete_protection_state="DELETE_PROTECTION_DISABLED",
|
403
|
+
deletion_policy="DELETE")
|
404
|
+
my_index = gcp.firestore.Index("my-index",
|
405
|
+
project="my-project-name",
|
406
|
+
database=database.name,
|
407
|
+
collection="atestcollection",
|
408
|
+
fields=[{
|
409
|
+
"field_path": "__name__",
|
410
|
+
"order": "DESCENDING",
|
411
|
+
}])
|
412
|
+
```
|
391
413
|
|
392
414
|
## Import
|
393
415
|
|
@@ -536,6 +558,28 @@ class Index(pulumi.CustomResource):
|
|
536
558
|
},
|
537
559
|
])
|
538
560
|
```
|
561
|
+
### Firestore Index Name Descending
|
562
|
+
|
563
|
+
```python
|
564
|
+
import pulumi
|
565
|
+
import pulumi_gcp as gcp
|
566
|
+
|
567
|
+
database = gcp.firestore.Database("database",
|
568
|
+
project="my-project-name",
|
569
|
+
name="database-id",
|
570
|
+
location_id="nam5",
|
571
|
+
type="FIRESTORE_NATIVE",
|
572
|
+
delete_protection_state="DELETE_PROTECTION_DISABLED",
|
573
|
+
deletion_policy="DELETE")
|
574
|
+
my_index = gcp.firestore.Index("my-index",
|
575
|
+
project="my-project-name",
|
576
|
+
database=database.name,
|
577
|
+
collection="atestcollection",
|
578
|
+
fields=[{
|
579
|
+
"field_path": "__name__",
|
580
|
+
"order": "DESCENDING",
|
581
|
+
}])
|
582
|
+
```
|
539
583
|
|
540
584
|
## Import
|
541
585
|
|
pulumi_gcp/gkeonprem/_inputs.py
CHANGED
@@ -784,7 +784,7 @@ if not MYPY:
|
|
784
784
|
"""
|
785
785
|
manual_lb_config: NotRequired[pulumi.Input['BareMetalAdminClusterLoadBalancerManualLbConfigArgsDict']]
|
786
786
|
"""
|
787
|
-
A nested object resource
|
787
|
+
A nested object resource.
|
788
788
|
Structure is documented below.
|
789
789
|
"""
|
790
790
|
elif False:
|
@@ -801,7 +801,7 @@ class BareMetalAdminClusterLoadBalancerArgs:
|
|
801
801
|
Structure is documented below.
|
802
802
|
:param pulumi.Input['BareMetalAdminClusterLoadBalancerVipConfigArgs'] vip_config: Specified the Bare Metal Load Balancer Config
|
803
803
|
Structure is documented below.
|
804
|
-
:param pulumi.Input['BareMetalAdminClusterLoadBalancerManualLbConfigArgs'] manual_lb_config: A nested object resource
|
804
|
+
:param pulumi.Input['BareMetalAdminClusterLoadBalancerManualLbConfigArgs'] manual_lb_config: A nested object resource.
|
805
805
|
Structure is documented below.
|
806
806
|
"""
|
807
807
|
pulumi.set(__self__, "port_config", port_config)
|
@@ -839,7 +839,7 @@ class BareMetalAdminClusterLoadBalancerArgs:
|
|
839
839
|
@pulumi.getter(name="manualLbConfig")
|
840
840
|
def manual_lb_config(self) -> Optional[pulumi.Input['BareMetalAdminClusterLoadBalancerManualLbConfigArgs']]:
|
841
841
|
"""
|
842
|
-
A nested object resource
|
842
|
+
A nested object resource.
|
843
843
|
Structure is documented below.
|
844
844
|
"""
|
845
845
|
return pulumi.get(self, "manual_lb_config")
|
@@ -986,7 +986,7 @@ if not MYPY:
|
|
986
986
|
class BareMetalAdminClusterNetworkConfigArgsDict(TypedDict):
|
987
987
|
island_mode_cidr: NotRequired[pulumi.Input['BareMetalAdminClusterNetworkConfigIslandModeCidrArgsDict']]
|
988
988
|
"""
|
989
|
-
A nested object resource
|
989
|
+
A nested object resource.
|
990
990
|
Structure is documented below.
|
991
991
|
"""
|
992
992
|
elif False:
|
@@ -997,7 +997,7 @@ class BareMetalAdminClusterNetworkConfigArgs:
|
|
997
997
|
def __init__(__self__, *,
|
998
998
|
island_mode_cidr: Optional[pulumi.Input['BareMetalAdminClusterNetworkConfigIslandModeCidrArgs']] = None):
|
999
999
|
"""
|
1000
|
-
:param pulumi.Input['BareMetalAdminClusterNetworkConfigIslandModeCidrArgs'] island_mode_cidr: A nested object resource
|
1000
|
+
:param pulumi.Input['BareMetalAdminClusterNetworkConfigIslandModeCidrArgs'] island_mode_cidr: A nested object resource.
|
1001
1001
|
Structure is documented below.
|
1002
1002
|
"""
|
1003
1003
|
if island_mode_cidr is not None:
|
@@ -1007,7 +1007,7 @@ class BareMetalAdminClusterNetworkConfigArgs:
|
|
1007
1007
|
@pulumi.getter(name="islandModeCidr")
|
1008
1008
|
def island_mode_cidr(self) -> Optional[pulumi.Input['BareMetalAdminClusterNetworkConfigIslandModeCidrArgs']]:
|
1009
1009
|
"""
|
1010
|
-
A nested object resource
|
1010
|
+
A nested object resource.
|
1011
1011
|
Structure is documented below.
|
1012
1012
|
"""
|
1013
1013
|
return pulumi.get(self, "island_mode_cidr")
|
@@ -2527,12 +2527,12 @@ if not MYPY:
|
|
2527
2527
|
"""
|
2528
2528
|
manual_lb_config: NotRequired[pulumi.Input['BareMetalClusterLoadBalancerManualLbConfigArgsDict']]
|
2529
2529
|
"""
|
2530
|
-
A nested object resource
|
2530
|
+
A nested object resource.
|
2531
2531
|
Structure is documented below.
|
2532
2532
|
"""
|
2533
2533
|
metal_lb_config: NotRequired[pulumi.Input['BareMetalClusterLoadBalancerMetalLbConfigArgsDict']]
|
2534
2534
|
"""
|
2535
|
-
A nested object resource
|
2535
|
+
A nested object resource.
|
2536
2536
|
Structure is documented below.
|
2537
2537
|
"""
|
2538
2538
|
elif False:
|
@@ -2553,9 +2553,9 @@ class BareMetalClusterLoadBalancerArgs:
|
|
2553
2553
|
Structure is documented below.
|
2554
2554
|
:param pulumi.Input['BareMetalClusterLoadBalancerBgpLbConfigArgs'] bgp_lb_config: Configuration for BGP typed load balancers.
|
2555
2555
|
Structure is documented below.
|
2556
|
-
:param pulumi.Input['BareMetalClusterLoadBalancerManualLbConfigArgs'] manual_lb_config: A nested object resource
|
2556
|
+
:param pulumi.Input['BareMetalClusterLoadBalancerManualLbConfigArgs'] manual_lb_config: A nested object resource.
|
2557
2557
|
Structure is documented below.
|
2558
|
-
:param pulumi.Input['BareMetalClusterLoadBalancerMetalLbConfigArgs'] metal_lb_config: A nested object resource
|
2558
|
+
:param pulumi.Input['BareMetalClusterLoadBalancerMetalLbConfigArgs'] metal_lb_config: A nested object resource.
|
2559
2559
|
Structure is documented below.
|
2560
2560
|
"""
|
2561
2561
|
pulumi.set(__self__, "port_config", port_config)
|
@@ -2610,7 +2610,7 @@ class BareMetalClusterLoadBalancerArgs:
|
|
2610
2610
|
@pulumi.getter(name="manualLbConfig")
|
2611
2611
|
def manual_lb_config(self) -> Optional[pulumi.Input['BareMetalClusterLoadBalancerManualLbConfigArgs']]:
|
2612
2612
|
"""
|
2613
|
-
A nested object resource
|
2613
|
+
A nested object resource.
|
2614
2614
|
Structure is documented below.
|
2615
2615
|
"""
|
2616
2616
|
return pulumi.get(self, "manual_lb_config")
|
@@ -2623,7 +2623,7 @@ class BareMetalClusterLoadBalancerArgs:
|
|
2623
2623
|
@pulumi.getter(name="metalLbConfig")
|
2624
2624
|
def metal_lb_config(self) -> Optional[pulumi.Input['BareMetalClusterLoadBalancerMetalLbConfigArgs']]:
|
2625
2625
|
"""
|
2626
|
-
A nested object resource
|
2626
|
+
A nested object resource.
|
2627
2627
|
Structure is documented below.
|
2628
2628
|
"""
|
2629
2629
|
return pulumi.get(self, "metal_lb_config")
|
@@ -4023,7 +4023,7 @@ if not MYPY:
|
|
4023
4023
|
"""
|
4024
4024
|
island_mode_cidr: NotRequired[pulumi.Input['BareMetalClusterNetworkConfigIslandModeCidrArgsDict']]
|
4025
4025
|
"""
|
4026
|
-
A nested object resource
|
4026
|
+
A nested object resource.
|
4027
4027
|
Structure is documented below.
|
4028
4028
|
"""
|
4029
4029
|
multiple_network_interfaces_config: NotRequired[pulumi.Input['BareMetalClusterNetworkConfigMultipleNetworkInterfacesConfigArgsDict']]
|
@@ -4051,7 +4051,7 @@ class BareMetalClusterNetworkConfigArgs:
|
|
4051
4051
|
Load Balancing with BGP or the egress NAT gateway.
|
4052
4052
|
Setting configuration for advanced networking features will automatically
|
4053
4053
|
set this flag.
|
4054
|
-
:param pulumi.Input['BareMetalClusterNetworkConfigIslandModeCidrArgs'] island_mode_cidr: A nested object resource
|
4054
|
+
:param pulumi.Input['BareMetalClusterNetworkConfigIslandModeCidrArgs'] island_mode_cidr: A nested object resource.
|
4055
4055
|
Structure is documented below.
|
4056
4056
|
:param pulumi.Input['BareMetalClusterNetworkConfigMultipleNetworkInterfacesConfigArgs'] multiple_network_interfaces_config: Configuration for multiple network interfaces.
|
4057
4057
|
Structure is documented below.
|
@@ -4086,7 +4086,7 @@ class BareMetalClusterNetworkConfigArgs:
|
|
4086
4086
|
@pulumi.getter(name="islandModeCidr")
|
4087
4087
|
def island_mode_cidr(self) -> Optional[pulumi.Input['BareMetalClusterNetworkConfigIslandModeCidrArgs']]:
|
4088
4088
|
"""
|
4089
|
-
A nested object resource
|
4089
|
+
A nested object resource.
|
4090
4090
|
Structure is documented below.
|
4091
4091
|
"""
|
4092
4092
|
return pulumi.get(self, "island_mode_cidr")
|
pulumi_gcp/gkeonprem/outputs.py
CHANGED
@@ -568,7 +568,7 @@ class BareMetalAdminClusterLoadBalancer(dict):
|
|
568
568
|
Structure is documented below.
|
569
569
|
:param 'BareMetalAdminClusterLoadBalancerVipConfigArgs' vip_config: Specified the Bare Metal Load Balancer Config
|
570
570
|
Structure is documented below.
|
571
|
-
:param 'BareMetalAdminClusterLoadBalancerManualLbConfigArgs' manual_lb_config: A nested object resource
|
571
|
+
:param 'BareMetalAdminClusterLoadBalancerManualLbConfigArgs' manual_lb_config: A nested object resource.
|
572
572
|
Structure is documented below.
|
573
573
|
"""
|
574
574
|
pulumi.set(__self__, "port_config", port_config)
|
@@ -598,7 +598,7 @@ class BareMetalAdminClusterLoadBalancer(dict):
|
|
598
598
|
@pulumi.getter(name="manualLbConfig")
|
599
599
|
def manual_lb_config(self) -> Optional['outputs.BareMetalAdminClusterLoadBalancerManualLbConfig']:
|
600
600
|
"""
|
601
|
-
A nested object resource
|
601
|
+
A nested object resource.
|
602
602
|
Structure is documented below.
|
603
603
|
"""
|
604
604
|
return pulumi.get(self, "manual_lb_config")
|
@@ -755,7 +755,7 @@ class BareMetalAdminClusterNetworkConfig(dict):
|
|
755
755
|
def __init__(__self__, *,
|
756
756
|
island_mode_cidr: Optional['outputs.BareMetalAdminClusterNetworkConfigIslandModeCidr'] = None):
|
757
757
|
"""
|
758
|
-
:param 'BareMetalAdminClusterNetworkConfigIslandModeCidrArgs' island_mode_cidr: A nested object resource
|
758
|
+
:param 'BareMetalAdminClusterNetworkConfigIslandModeCidrArgs' island_mode_cidr: A nested object resource.
|
759
759
|
Structure is documented below.
|
760
760
|
"""
|
761
761
|
if island_mode_cidr is not None:
|
@@ -765,7 +765,7 @@ class BareMetalAdminClusterNetworkConfig(dict):
|
|
765
765
|
@pulumi.getter(name="islandModeCidr")
|
766
766
|
def island_mode_cidr(self) -> Optional['outputs.BareMetalAdminClusterNetworkConfigIslandModeCidr']:
|
767
767
|
"""
|
768
|
-
A nested object resource
|
768
|
+
A nested object resource.
|
769
769
|
Structure is documented below.
|
770
770
|
"""
|
771
771
|
return pulumi.get(self, "island_mode_cidr")
|
@@ -2007,9 +2007,9 @@ class BareMetalClusterLoadBalancer(dict):
|
|
2007
2007
|
Structure is documented below.
|
2008
2008
|
:param 'BareMetalClusterLoadBalancerBgpLbConfigArgs' bgp_lb_config: Configuration for BGP typed load balancers.
|
2009
2009
|
Structure is documented below.
|
2010
|
-
:param 'BareMetalClusterLoadBalancerManualLbConfigArgs' manual_lb_config: A nested object resource
|
2010
|
+
:param 'BareMetalClusterLoadBalancerManualLbConfigArgs' manual_lb_config: A nested object resource.
|
2011
2011
|
Structure is documented below.
|
2012
|
-
:param 'BareMetalClusterLoadBalancerMetalLbConfigArgs' metal_lb_config: A nested object resource
|
2012
|
+
:param 'BareMetalClusterLoadBalancerMetalLbConfigArgs' metal_lb_config: A nested object resource.
|
2013
2013
|
Structure is documented below.
|
2014
2014
|
"""
|
2015
2015
|
pulumi.set(__self__, "port_config", port_config)
|
@@ -2052,7 +2052,7 @@ class BareMetalClusterLoadBalancer(dict):
|
|
2052
2052
|
@pulumi.getter(name="manualLbConfig")
|
2053
2053
|
def manual_lb_config(self) -> Optional['outputs.BareMetalClusterLoadBalancerManualLbConfig']:
|
2054
2054
|
"""
|
2055
|
-
A nested object resource
|
2055
|
+
A nested object resource.
|
2056
2056
|
Structure is documented below.
|
2057
2057
|
"""
|
2058
2058
|
return pulumi.get(self, "manual_lb_config")
|
@@ -2061,7 +2061,7 @@ class BareMetalClusterLoadBalancer(dict):
|
|
2061
2061
|
@pulumi.getter(name="metalLbConfig")
|
2062
2062
|
def metal_lb_config(self) -> Optional['outputs.BareMetalClusterLoadBalancerMetalLbConfig']:
|
2063
2063
|
"""
|
2064
|
-
A nested object resource
|
2064
|
+
A nested object resource.
|
2065
2065
|
Structure is documented below.
|
2066
2066
|
"""
|
2067
2067
|
return pulumi.get(self, "metal_lb_config")
|
@@ -3216,7 +3216,7 @@ class BareMetalClusterNetworkConfig(dict):
|
|
3216
3216
|
Load Balancing with BGP or the egress NAT gateway.
|
3217
3217
|
Setting configuration for advanced networking features will automatically
|
3218
3218
|
set this flag.
|
3219
|
-
:param 'BareMetalClusterNetworkConfigIslandModeCidrArgs' island_mode_cidr: A nested object resource
|
3219
|
+
:param 'BareMetalClusterNetworkConfigIslandModeCidrArgs' island_mode_cidr: A nested object resource.
|
3220
3220
|
Structure is documented below.
|
3221
3221
|
:param 'BareMetalClusterNetworkConfigMultipleNetworkInterfacesConfigArgs' multiple_network_interfaces_config: Configuration for multiple network interfaces.
|
3222
3222
|
Structure is documented below.
|
@@ -3247,7 +3247,7 @@ class BareMetalClusterNetworkConfig(dict):
|
|
3247
3247
|
@pulumi.getter(name="islandModeCidr")
|
3248
3248
|
def island_mode_cidr(self) -> Optional['outputs.BareMetalClusterNetworkConfigIslandModeCidr']:
|
3249
3249
|
"""
|
3250
|
-
A nested object resource
|
3250
|
+
A nested object resource.
|
3251
3251
|
Structure is documented below.
|
3252
3252
|
"""
|
3253
3253
|
return pulumi.get(self, "island_mode_cidr")
|
pulumi_gcp/healthcare/dataset.py
CHANGED
@@ -32,7 +32,7 @@ class DatasetArgs:
|
|
32
32
|
|
33
33
|
|
34
34
|
- - -
|
35
|
-
:param pulumi.Input['DatasetEncryptionSpecArgs'] encryption_spec: A nested object resource
|
35
|
+
:param pulumi.Input['DatasetEncryptionSpecArgs'] encryption_spec: A nested object resource.
|
36
36
|
Structure is documented below.
|
37
37
|
:param pulumi.Input[str] name: The resource name for the Dataset.
|
38
38
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -70,7 +70,7 @@ class DatasetArgs:
|
|
70
70
|
@pulumi.getter(name="encryptionSpec")
|
71
71
|
def encryption_spec(self) -> Optional[pulumi.Input['DatasetEncryptionSpecArgs']]:
|
72
72
|
"""
|
73
|
-
A nested object resource
|
73
|
+
A nested object resource.
|
74
74
|
Structure is documented below.
|
75
75
|
"""
|
76
76
|
return pulumi.get(self, "encryption_spec")
|
@@ -130,7 +130,7 @@ class _DatasetState:
|
|
130
130
|
time_zone: Optional[pulumi.Input[str]] = None):
|
131
131
|
"""
|
132
132
|
Input properties used for looking up and filtering Dataset resources.
|
133
|
-
:param pulumi.Input['DatasetEncryptionSpecArgs'] encryption_spec: A nested object resource
|
133
|
+
:param pulumi.Input['DatasetEncryptionSpecArgs'] encryption_spec: A nested object resource.
|
134
134
|
Structure is documented below.
|
135
135
|
:param pulumi.Input[str] location: The location for the Dataset.
|
136
136
|
|
@@ -161,7 +161,7 @@ class _DatasetState:
|
|
161
161
|
@pulumi.getter(name="encryptionSpec")
|
162
162
|
def encryption_spec(self) -> Optional[pulumi.Input['DatasetEncryptionSpecArgs']]:
|
163
163
|
"""
|
164
|
-
A nested object resource
|
164
|
+
A nested object resource.
|
165
165
|
Structure is documented below.
|
166
166
|
"""
|
167
167
|
return pulumi.get(self, "encryption_spec")
|
@@ -324,7 +324,7 @@ class Dataset(pulumi.CustomResource):
|
|
324
324
|
|
325
325
|
:param str resource_name: The name of the resource.
|
326
326
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
327
|
-
:param pulumi.Input[Union['DatasetEncryptionSpecArgs', 'DatasetEncryptionSpecArgsDict']] encryption_spec: A nested object resource
|
327
|
+
:param pulumi.Input[Union['DatasetEncryptionSpecArgs', 'DatasetEncryptionSpecArgsDict']] encryption_spec: A nested object resource.
|
328
328
|
Structure is documented below.
|
329
329
|
:param pulumi.Input[str] location: The location for the Dataset.
|
330
330
|
|
@@ -477,7 +477,7 @@ class Dataset(pulumi.CustomResource):
|
|
477
477
|
:param str resource_name: The unique name of the resulting resource.
|
478
478
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
479
479
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
480
|
-
:param pulumi.Input[Union['DatasetEncryptionSpecArgs', 'DatasetEncryptionSpecArgsDict']] encryption_spec: A nested object resource
|
480
|
+
:param pulumi.Input[Union['DatasetEncryptionSpecArgs', 'DatasetEncryptionSpecArgsDict']] encryption_spec: A nested object resource.
|
481
481
|
Structure is documented below.
|
482
482
|
:param pulumi.Input[str] location: The location for the Dataset.
|
483
483
|
|
@@ -507,7 +507,7 @@ class Dataset(pulumi.CustomResource):
|
|
507
507
|
@pulumi.getter(name="encryptionSpec")
|
508
508
|
def encryption_spec(self) -> pulumi.Output['outputs.DatasetEncryptionSpec']:
|
509
509
|
"""
|
510
|
-
A nested object resource
|
510
|
+
A nested object resource.
|
511
511
|
Structure is documented below.
|
512
512
|
"""
|
513
513
|
return pulumi.get(self, "encryption_spec")
|
@@ -46,7 +46,7 @@ class DicomStoreArgs:
|
|
46
46
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
47
47
|
:param pulumi.Input[str] name: The resource name for the DicomStore.
|
48
48
|
** Changing this property may recreate the Dicom store (removing all data) **
|
49
|
-
:param pulumi.Input['DicomStoreNotificationConfigArgs'] notification_config: A nested object resource
|
49
|
+
:param pulumi.Input['DicomStoreNotificationConfigArgs'] notification_config: A nested object resource.
|
50
50
|
Structure is documented below.
|
51
51
|
:param pulumi.Input[Sequence[pulumi.Input['DicomStoreStreamConfigArgs']]] stream_configs: To enable streaming to BigQuery, configure the streamConfigs object in your DICOM store.
|
52
52
|
streamConfigs is an array, so you can specify multiple BigQuery destinations. You can stream metadata from a single DICOM store to up to five BigQuery tables in a BigQuery dataset.
|
@@ -117,7 +117,7 @@ class DicomStoreArgs:
|
|
117
117
|
@pulumi.getter(name="notificationConfig")
|
118
118
|
def notification_config(self) -> Optional[pulumi.Input['DicomStoreNotificationConfigArgs']]:
|
119
119
|
"""
|
120
|
-
A nested object resource
|
120
|
+
A nested object resource.
|
121
121
|
Structure is documented below.
|
122
122
|
"""
|
123
123
|
return pulumi.get(self, "notification_config")
|
@@ -173,7 +173,7 @@ class _DicomStoreState:
|
|
173
173
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
174
174
|
:param pulumi.Input[str] name: The resource name for the DicomStore.
|
175
175
|
** Changing this property may recreate the Dicom store (removing all data) **
|
176
|
-
:param pulumi.Input['DicomStoreNotificationConfigArgs'] notification_config: A nested object resource
|
176
|
+
:param pulumi.Input['DicomStoreNotificationConfigArgs'] notification_config: A nested object resource.
|
177
177
|
Structure is documented below.
|
178
178
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
179
179
|
and default labels configured on the provider.
|
@@ -266,7 +266,7 @@ class _DicomStoreState:
|
|
266
266
|
@pulumi.getter(name="notificationConfig")
|
267
267
|
def notification_config(self) -> Optional[pulumi.Input['DicomStoreNotificationConfigArgs']]:
|
268
268
|
"""
|
269
|
-
A nested object resource
|
269
|
+
A nested object resource.
|
270
270
|
Structure is documented below.
|
271
271
|
"""
|
272
272
|
return pulumi.get(self, "notification_config")
|
@@ -438,7 +438,7 @@ class DicomStore(pulumi.CustomResource):
|
|
438
438
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
439
439
|
:param pulumi.Input[str] name: The resource name for the DicomStore.
|
440
440
|
** Changing this property may recreate the Dicom store (removing all data) **
|
441
|
-
:param pulumi.Input[Union['DicomStoreNotificationConfigArgs', 'DicomStoreNotificationConfigArgsDict']] notification_config: A nested object resource
|
441
|
+
:param pulumi.Input[Union['DicomStoreNotificationConfigArgs', 'DicomStoreNotificationConfigArgsDict']] notification_config: A nested object resource.
|
442
442
|
Structure is documented below.
|
443
443
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DicomStoreStreamConfigArgs', 'DicomStoreStreamConfigArgsDict']]]] stream_configs: To enable streaming to BigQuery, configure the streamConfigs object in your DICOM store.
|
444
444
|
streamConfigs is an array, so you can specify multiple BigQuery destinations. You can stream metadata from a single DICOM store to up to five BigQuery tables in a BigQuery dataset.
|
@@ -627,7 +627,7 @@ class DicomStore(pulumi.CustomResource):
|
|
627
627
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
628
628
|
:param pulumi.Input[str] name: The resource name for the DicomStore.
|
629
629
|
** Changing this property may recreate the Dicom store (removing all data) **
|
630
|
-
:param pulumi.Input[Union['DicomStoreNotificationConfigArgs', 'DicomStoreNotificationConfigArgsDict']] notification_config: A nested object resource
|
630
|
+
:param pulumi.Input[Union['DicomStoreNotificationConfigArgs', 'DicomStoreNotificationConfigArgsDict']] notification_config: A nested object resource.
|
631
631
|
Structure is documented below.
|
632
632
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
633
633
|
and default labels configured on the provider.
|
@@ -701,7 +701,7 @@ class DicomStore(pulumi.CustomResource):
|
|
701
701
|
@pulumi.getter(name="notificationConfig")
|
702
702
|
def notification_config(self) -> pulumi.Output[Optional['outputs.DicomStoreNotificationConfig']]:
|
703
703
|
"""
|
704
|
-
A nested object resource
|
704
|
+
A nested object resource.
|
705
705
|
Structure is documented below.
|
706
706
|
"""
|
707
707
|
return pulumi.get(self, "notification_config")
|
@@ -87,7 +87,7 @@ class FhirStoreArgs:
|
|
87
87
|
:param pulumi.Input[str] name: The resource name for the FhirStore.
|
88
88
|
** Changing this property may recreate the FHIR store (removing all data) **
|
89
89
|
:param pulumi.Input['FhirStoreNotificationConfigArgs'] notification_config: (Optional, Deprecated)
|
90
|
-
A nested object resource
|
90
|
+
A nested object resource.
|
91
91
|
Structure is documented below.
|
92
92
|
|
93
93
|
> **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
|
@@ -300,7 +300,7 @@ class FhirStoreArgs:
|
|
300
300
|
def notification_config(self) -> Optional[pulumi.Input['FhirStoreNotificationConfigArgs']]:
|
301
301
|
"""
|
302
302
|
(Optional, Deprecated)
|
303
|
-
A nested object resource
|
303
|
+
A nested object resource.
|
304
304
|
Structure is documented below.
|
305
305
|
|
306
306
|
> **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
|
@@ -430,7 +430,7 @@ class _FhirStoreState:
|
|
430
430
|
:param pulumi.Input[str] name: The resource name for the FhirStore.
|
431
431
|
** Changing this property may recreate the FHIR store (removing all data) **
|
432
432
|
:param pulumi.Input['FhirStoreNotificationConfigArgs'] notification_config: (Optional, Deprecated)
|
433
|
-
A nested object resource
|
433
|
+
A nested object resource.
|
434
434
|
Structure is documented below.
|
435
435
|
|
436
436
|
> **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
|
@@ -665,7 +665,7 @@ class _FhirStoreState:
|
|
665
665
|
def notification_config(self) -> Optional[pulumi.Input['FhirStoreNotificationConfigArgs']]:
|
666
666
|
"""
|
667
667
|
(Optional, Deprecated)
|
668
|
-
A nested object resource
|
668
|
+
A nested object resource.
|
669
669
|
Structure is documented below.
|
670
670
|
|
671
671
|
> **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
|
@@ -949,7 +949,7 @@ class FhirStore(pulumi.CustomResource):
|
|
949
949
|
:param pulumi.Input[str] name: The resource name for the FhirStore.
|
950
950
|
** Changing this property may recreate the FHIR store (removing all data) **
|
951
951
|
:param pulumi.Input[Union['FhirStoreNotificationConfigArgs', 'FhirStoreNotificationConfigArgsDict']] notification_config: (Optional, Deprecated)
|
952
|
-
A nested object resource
|
952
|
+
A nested object resource.
|
953
953
|
Structure is documented below.
|
954
954
|
|
955
955
|
> **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
|
@@ -1246,7 +1246,7 @@ class FhirStore(pulumi.CustomResource):
|
|
1246
1246
|
:param pulumi.Input[str] name: The resource name for the FhirStore.
|
1247
1247
|
** Changing this property may recreate the FHIR store (removing all data) **
|
1248
1248
|
:param pulumi.Input[Union['FhirStoreNotificationConfigArgs', 'FhirStoreNotificationConfigArgsDict']] notification_config: (Optional, Deprecated)
|
1249
|
-
A nested object resource
|
1249
|
+
A nested object resource.
|
1250
1250
|
Structure is documented below.
|
1251
1251
|
|
1252
1252
|
> **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
|
@@ -1422,7 +1422,7 @@ class FhirStore(pulumi.CustomResource):
|
|
1422
1422
|
def notification_config(self) -> pulumi.Output[Optional['outputs.FhirStoreNotificationConfig']]:
|
1423
1423
|
"""
|
1424
1424
|
(Optional, Deprecated)
|
1425
|
-
A nested object resource
|
1425
|
+
A nested object resource.
|
1426
1426
|
Structure is documented below.
|
1427
1427
|
|
1428
1428
|
> **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
|