pulumi-gcp 8.8.2a1731515595__py3-none-any.whl → 8.9.0a1731097924__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 +0 -64
- pulumi_gcp/activedirectory/domain.py +0 -24
- pulumi_gcp/apigee/__init__.py +0 -1
- pulumi_gcp/apigee/_inputs.py +0 -74
- pulumi_gcp/apigee/outputs.py +0 -65
- pulumi_gcp/applicationintegration/auth_config.py +0 -24
- pulumi_gcp/backupdisasterrecovery/__init__.py +0 -4
- pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -533
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +6 -146
- pulumi_gcp/backupdisasterrecovery/outputs.py +0 -702
- pulumi_gcp/bigquery/data_transfer_config.py +0 -24
- pulumi_gcp/cloudrunv2/_inputs.py +0 -46
- pulumi_gcp/cloudrunv2/job.py +2 -0
- pulumi_gcp/cloudrunv2/outputs.py +2 -60
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +255 -2162
- pulumi_gcp/compute/disk.py +7 -7
- pulumi_gcp/compute/firewall_policy_rule.py +54 -108
- pulumi_gcp/compute/get_region_instance_group_manager.py +1 -12
- 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 +0 -95
- pulumi_gcp/compute/outputs.py +213 -1639
- 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 +14 -54
- 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_security_policy.py +0 -120
- pulumi_gcp/compute/region_security_policy_rule.py +6 -6
- pulumi_gcp/compute/router_peer.py +35 -56
- pulumi_gcp/compute/security_scan_config.py +8 -8
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/_inputs.py +10 -345
- pulumi_gcp/container/cluster.py +0 -101
- pulumi_gcp/container/get_cluster.py +1 -23
- pulumi_gcp/container/outputs.py +8 -456
- pulumi_gcp/dataloss/prevention_discovery_config.py +7 -7
- pulumi_gcp/dataproc/__init__.py +0 -2
- pulumi_gcp/dataproc/_inputs.py +0 -101
- pulumi_gcp/dataproc/outputs.py +0 -94
- 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 +0 -44
- 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 +0 -1
- pulumi_gcp/iam/_inputs.py +0 -161
- pulumi_gcp/iam/outputs.py +0 -114
- pulumi_gcp/logging/metric.py +2 -2
- pulumi_gcp/looker/_inputs.py +0 -6
- pulumi_gcp/looker/instance.py +321 -169
- pulumi_gcp/looker/outputs.py +0 -4
- pulumi_gcp/memorystore/instance.py +0 -4
- pulumi_gcp/monitoring/alert_policy.py +0 -24
- pulumi_gcp/monitoring/custom_service.py +0 -24
- pulumi_gcp/monitoring/group.py +0 -24
- pulumi_gcp/monitoring/metric_descriptor.py +0 -24
- pulumi_gcp/monitoring/slo.py +0 -24
- pulumi_gcp/monitoring/uptime_check_config.py +0 -24
- pulumi_gcp/networkmanagement/__init__.py +0 -1
- pulumi_gcp/osconfig/patch_deployment.py +8 -8
- pulumi_gcp/provider.py +0 -40
- 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 +16 -4
- pulumi_gcp/securitycenter/project_notification_config.py +24 -0
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +16 -4
- pulumi_gcp/spanner/__init__.py +0 -1
- pulumi_gcp/spanner/_inputs.py +9 -9
- pulumi_gcp/spanner/get_instance.py +1 -12
- pulumi_gcp/spanner/instance.py +0 -70
- pulumi_gcp/spanner/outputs.py +12 -46
- pulumi_gcp/sql/_inputs.py +0 -26
- pulumi_gcp/sql/database_instance.py +11 -124
- pulumi_gcp/sql/get_database_instance.py +1 -12
- pulumi_gcp/sql/outputs.py +0 -51
- 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 +0 -24
- pulumi_gcp/vertex/_inputs.py +0 -184
- pulumi_gcp/vertex/ai_endpoint.py +8 -394
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/outputs.py +0 -166
- pulumi_gcp/workbench/instance.py +7 -21
- pulumi_gcp/workflows/workflow.py +0 -36
- pulumi_gcp/workstations/workstation_config.py +8 -8
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/RECORD +103 -114
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/WHEEL +1 -1
- pulumi_gcp/apigee/api.py +0 -456
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +0 -653
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +0 -766
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +0 -204
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +0 -243
- pulumi_gcp/compute/region_resize_request.py +0 -772
- pulumi_gcp/dataproc/gdc_application_environment.py +0 -931
- pulumi_gcp/dataproc/gdc_service_instance.py +0 -1022
- pulumi_gcp/iam/principal_access_boundary_policy.py +0 -679
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -1358
- pulumi_gcp/spanner/get_database.py +0 -229
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/top_level.txt +0 -0
@@ -321,12 +321,18 @@ class V2OrganizationNotificationConfig(pulumi.CustomResource):
|
|
321
321
|
|
322
322
|
OrganizationNotificationConfig can be imported using any of these accepted formats:
|
323
323
|
|
324
|
-
* `{{name}}`
|
324
|
+
* `organizations/{{organization}}/locations/{{location}}/notificationConfigs/{{name}}`
|
325
|
+
|
326
|
+
* `{{organization}}/{{location}}/{{name}}`
|
325
327
|
|
326
328
|
When using the `pulumi import` command, OrganizationNotificationConfig can be imported using one of the formats above. For example:
|
327
329
|
|
328
330
|
```sh
|
329
|
-
$ pulumi import gcp:securitycenter/v2OrganizationNotificationConfig:V2OrganizationNotificationConfig default {{name}}
|
331
|
+
$ pulumi import gcp:securitycenter/v2OrganizationNotificationConfig:V2OrganizationNotificationConfig default organizations/{{organization}}/locations/{{location}}/notificationConfigs/{{name}}
|
332
|
+
```
|
333
|
+
|
334
|
+
```sh
|
335
|
+
$ pulumi import gcp:securitycenter/v2OrganizationNotificationConfig:V2OrganizationNotificationConfig default {{organization}}/{{location}}/{{name}}
|
330
336
|
```
|
331
337
|
|
332
338
|
:param str resource_name: The name of the resource.
|
@@ -386,12 +392,18 @@ class V2OrganizationNotificationConfig(pulumi.CustomResource):
|
|
386
392
|
|
387
393
|
OrganizationNotificationConfig can be imported using any of these accepted formats:
|
388
394
|
|
389
|
-
* `{{name}}`
|
395
|
+
* `organizations/{{organization}}/locations/{{location}}/notificationConfigs/{{name}}`
|
396
|
+
|
397
|
+
* `{{organization}}/{{location}}/{{name}}`
|
390
398
|
|
391
399
|
When using the `pulumi import` command, OrganizationNotificationConfig can be imported using one of the formats above. For example:
|
392
400
|
|
393
401
|
```sh
|
394
|
-
$ pulumi import gcp:securitycenter/v2OrganizationNotificationConfig:V2OrganizationNotificationConfig default {{name}}
|
402
|
+
$ pulumi import gcp:securitycenter/v2OrganizationNotificationConfig:V2OrganizationNotificationConfig default organizations/{{organization}}/locations/{{location}}/notificationConfigs/{{name}}
|
403
|
+
```
|
404
|
+
|
405
|
+
```sh
|
406
|
+
$ pulumi import gcp:securitycenter/v2OrganizationNotificationConfig:V2OrganizationNotificationConfig default {{organization}}/{{location}}/{{name}}
|
395
407
|
```
|
396
408
|
|
397
409
|
:param str resource_name: The name of the resource.
|
pulumi_gcp/spanner/__init__.py
CHANGED
@@ -10,7 +10,6 @@ from .database import *
|
|
10
10
|
from .database_iam_binding import *
|
11
11
|
from .database_iam_member import *
|
12
12
|
from .database_iam_policy import *
|
13
|
-
from .get_database import *
|
14
13
|
from .get_database_iam_policy import *
|
15
14
|
from .get_instance import *
|
16
15
|
from .get_instance_iam_policy import *
|
pulumi_gcp/spanner/_inputs.py
CHANGED
@@ -461,12 +461,12 @@ if not MYPY:
|
|
461
461
|
class InstanceAutoscalingConfigAsymmetricAutoscalingOptionArgsDict(TypedDict):
|
462
462
|
overrides: pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgsDict']
|
463
463
|
"""
|
464
|
-
A nested object resource
|
464
|
+
A nested object resource
|
465
465
|
Structure is documented below.
|
466
466
|
"""
|
467
467
|
replica_selection: pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgsDict']
|
468
468
|
"""
|
469
|
-
A nested object resource
|
469
|
+
A nested object resource
|
470
470
|
Structure is documented below.
|
471
471
|
"""
|
472
472
|
elif False:
|
@@ -478,9 +478,9 @@ class InstanceAutoscalingConfigAsymmetricAutoscalingOptionArgs:
|
|
478
478
|
overrides: pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgs'],
|
479
479
|
replica_selection: pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgs']):
|
480
480
|
"""
|
481
|
-
:param pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgs'] overrides: A nested object resource
|
481
|
+
:param pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgs'] overrides: A nested object resource
|
482
482
|
Structure is documented below.
|
483
|
-
:param pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgs'] replica_selection: A nested object resource
|
483
|
+
:param pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgs'] replica_selection: A nested object resource
|
484
484
|
Structure is documented below.
|
485
485
|
"""
|
486
486
|
pulumi.set(__self__, "overrides", overrides)
|
@@ -490,7 +490,7 @@ class InstanceAutoscalingConfigAsymmetricAutoscalingOptionArgs:
|
|
490
490
|
@pulumi.getter
|
491
491
|
def overrides(self) -> pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgs']:
|
492
492
|
"""
|
493
|
-
A nested object resource
|
493
|
+
A nested object resource
|
494
494
|
Structure is documented below.
|
495
495
|
"""
|
496
496
|
return pulumi.get(self, "overrides")
|
@@ -503,7 +503,7 @@ class InstanceAutoscalingConfigAsymmetricAutoscalingOptionArgs:
|
|
503
503
|
@pulumi.getter(name="replicaSelection")
|
504
504
|
def replica_selection(self) -> pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgs']:
|
505
505
|
"""
|
506
|
-
A nested object resource
|
506
|
+
A nested object resource
|
507
507
|
Structure is documented below.
|
508
508
|
"""
|
509
509
|
return pulumi.get(self, "replica_selection")
|
@@ -517,7 +517,7 @@ if not MYPY:
|
|
517
517
|
class InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgsDict(TypedDict):
|
518
518
|
autoscaling_limits: pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgsDict']
|
519
519
|
"""
|
520
|
-
A nested object resource
|
520
|
+
A nested object resource
|
521
521
|
Structure is documented below.
|
522
522
|
"""
|
523
523
|
elif False:
|
@@ -528,7 +528,7 @@ class InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgs:
|
|
528
528
|
def __init__(__self__, *,
|
529
529
|
autoscaling_limits: pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgs']):
|
530
530
|
"""
|
531
|
-
:param pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgs'] autoscaling_limits: A nested object resource
|
531
|
+
:param pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgs'] autoscaling_limits: A nested object resource
|
532
532
|
Structure is documented below.
|
533
533
|
"""
|
534
534
|
pulumi.set(__self__, "autoscaling_limits", autoscaling_limits)
|
@@ -537,7 +537,7 @@ class InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgs:
|
|
537
537
|
@pulumi.getter(name="autoscalingLimits")
|
538
538
|
def autoscaling_limits(self) -> pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgs']:
|
539
539
|
"""
|
540
|
-
A nested object resource
|
540
|
+
A nested object resource
|
541
541
|
Structure is documented below.
|
542
542
|
"""
|
543
543
|
return pulumi.get(self, "autoscaling_limits")
|
@@ -27,16 +27,13 @@ class GetInstanceResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getInstance.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, autoscaling_configs=None, config=None,
|
30
|
+
def __init__(__self__, autoscaling_configs=None, config=None, display_name=None, edition=None, effective_labels=None, force_destroy=None, id=None, labels=None, name=None, num_nodes=None, processing_units=None, project=None, pulumi_labels=None, state=None):
|
31
31
|
if autoscaling_configs and not isinstance(autoscaling_configs, list):
|
32
32
|
raise TypeError("Expected argument 'autoscaling_configs' to be a list")
|
33
33
|
pulumi.set(__self__, "autoscaling_configs", autoscaling_configs)
|
34
34
|
if config and not isinstance(config, str):
|
35
35
|
raise TypeError("Expected argument 'config' to be a str")
|
36
36
|
pulumi.set(__self__, "config", config)
|
37
|
-
if default_backup_schedule_type and not isinstance(default_backup_schedule_type, str):
|
38
|
-
raise TypeError("Expected argument 'default_backup_schedule_type' to be a str")
|
39
|
-
pulumi.set(__self__, "default_backup_schedule_type", default_backup_schedule_type)
|
40
37
|
if display_name and not isinstance(display_name, str):
|
41
38
|
raise TypeError("Expected argument 'display_name' to be a str")
|
42
39
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -84,11 +81,6 @@ class GetInstanceResult:
|
|
84
81
|
def config(self) -> Optional[str]:
|
85
82
|
return pulumi.get(self, "config")
|
86
83
|
|
87
|
-
@property
|
88
|
-
@pulumi.getter(name="defaultBackupScheduleType")
|
89
|
-
def default_backup_schedule_type(self) -> str:
|
90
|
-
return pulumi.get(self, "default_backup_schedule_type")
|
91
|
-
|
92
84
|
@property
|
93
85
|
@pulumi.getter(name="displayName")
|
94
86
|
def display_name(self) -> Optional[str]:
|
@@ -161,7 +153,6 @@ class AwaitableGetInstanceResult(GetInstanceResult):
|
|
161
153
|
return GetInstanceResult(
|
162
154
|
autoscaling_configs=self.autoscaling_configs,
|
163
155
|
config=self.config,
|
164
|
-
default_backup_schedule_type=self.default_backup_schedule_type,
|
165
156
|
display_name=self.display_name,
|
166
157
|
edition=self.edition,
|
167
158
|
effective_labels=self.effective_labels,
|
@@ -211,7 +202,6 @@ def get_instance(config: Optional[str] = None,
|
|
211
202
|
return AwaitableGetInstanceResult(
|
212
203
|
autoscaling_configs=pulumi.get(__ret__, 'autoscaling_configs'),
|
213
204
|
config=pulumi.get(__ret__, 'config'),
|
214
|
-
default_backup_schedule_type=pulumi.get(__ret__, 'default_backup_schedule_type'),
|
215
205
|
display_name=pulumi.get(__ret__, 'display_name'),
|
216
206
|
edition=pulumi.get(__ret__, 'edition'),
|
217
207
|
effective_labels=pulumi.get(__ret__, 'effective_labels'),
|
@@ -258,7 +248,6 @@ def get_instance_output(config: Optional[pulumi.Input[Optional[str]]] = None,
|
|
258
248
|
return __ret__.apply(lambda __response__: GetInstanceResult(
|
259
249
|
autoscaling_configs=pulumi.get(__response__, 'autoscaling_configs'),
|
260
250
|
config=pulumi.get(__response__, 'config'),
|
261
|
-
default_backup_schedule_type=pulumi.get(__response__, 'default_backup_schedule_type'),
|
262
251
|
display_name=pulumi.get(__response__, 'display_name'),
|
263
252
|
edition=pulumi.get(__response__, 'edition'),
|
264
253
|
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
pulumi_gcp/spanner/instance.py
CHANGED
@@ -24,7 +24,6 @@ class InstanceArgs:
|
|
24
24
|
config: pulumi.Input[str],
|
25
25
|
display_name: pulumi.Input[str],
|
26
26
|
autoscaling_config: Optional[pulumi.Input['InstanceAutoscalingConfigArgs']] = None,
|
27
|
-
default_backup_schedule_type: Optional[pulumi.Input[str]] = None,
|
28
27
|
edition: Optional[pulumi.Input[str]] = None,
|
29
28
|
force_destroy: Optional[pulumi.Input[bool]] = None,
|
30
29
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -50,10 +49,6 @@ class InstanceArgs:
|
|
50
49
|
OUTPUT_ONLY fields and reflect the current compute capacity allocated to
|
51
50
|
the instance.
|
52
51
|
Structure is documented below.
|
53
|
-
:param pulumi.Input[str] default_backup_schedule_type: Controls the default backup behavior for new databases within the instance.
|
54
|
-
Note that `AUTOMATIC` is not permitted for free instances, as backups and backup schedules are not allowed for free instances.
|
55
|
-
if unset or NONE, no default backup schedule will be created for new databases within the instance.
|
56
|
-
Possible values are: `NONE`, `AUTOMATIC`.
|
57
52
|
:param pulumi.Input[str] edition: The edition selected for this instance. Different editions provide different capabilities at different price points.
|
58
53
|
Possible values are: `EDITION_UNSPECIFIED`, `STANDARD`, `ENTERPRISE`, `ENTERPRISE_PLUS`.
|
59
54
|
:param pulumi.Input[bool] force_destroy: When deleting a spanner instance, this boolean option will delete all backups of this instance.
|
@@ -74,8 +69,6 @@ class InstanceArgs:
|
|
74
69
|
pulumi.set(__self__, "display_name", display_name)
|
75
70
|
if autoscaling_config is not None:
|
76
71
|
pulumi.set(__self__, "autoscaling_config", autoscaling_config)
|
77
|
-
if default_backup_schedule_type is not None:
|
78
|
-
pulumi.set(__self__, "default_backup_schedule_type", default_backup_schedule_type)
|
79
72
|
if edition is not None:
|
80
73
|
pulumi.set(__self__, "edition", edition)
|
81
74
|
if force_destroy is not None:
|
@@ -140,21 +133,6 @@ class InstanceArgs:
|
|
140
133
|
def autoscaling_config(self, value: Optional[pulumi.Input['InstanceAutoscalingConfigArgs']]):
|
141
134
|
pulumi.set(self, "autoscaling_config", value)
|
142
135
|
|
143
|
-
@property
|
144
|
-
@pulumi.getter(name="defaultBackupScheduleType")
|
145
|
-
def default_backup_schedule_type(self) -> Optional[pulumi.Input[str]]:
|
146
|
-
"""
|
147
|
-
Controls the default backup behavior for new databases within the instance.
|
148
|
-
Note that `AUTOMATIC` is not permitted for free instances, as backups and backup schedules are not allowed for free instances.
|
149
|
-
if unset or NONE, no default backup schedule will be created for new databases within the instance.
|
150
|
-
Possible values are: `NONE`, `AUTOMATIC`.
|
151
|
-
"""
|
152
|
-
return pulumi.get(self, "default_backup_schedule_type")
|
153
|
-
|
154
|
-
@default_backup_schedule_type.setter
|
155
|
-
def default_backup_schedule_type(self, value: Optional[pulumi.Input[str]]):
|
156
|
-
pulumi.set(self, "default_backup_schedule_type", value)
|
157
|
-
|
158
136
|
@property
|
159
137
|
@pulumi.getter
|
160
138
|
def edition(self) -> Optional[pulumi.Input[str]]:
|
@@ -249,7 +227,6 @@ class _InstanceState:
|
|
249
227
|
def __init__(__self__, *,
|
250
228
|
autoscaling_config: Optional[pulumi.Input['InstanceAutoscalingConfigArgs']] = None,
|
251
229
|
config: Optional[pulumi.Input[str]] = None,
|
252
|
-
default_backup_schedule_type: Optional[pulumi.Input[str]] = None,
|
253
230
|
display_name: Optional[pulumi.Input[str]] = None,
|
254
231
|
edition: Optional[pulumi.Input[str]] = None,
|
255
232
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -274,10 +251,6 @@ class _InstanceState:
|
|
274
251
|
is stored. Values are typically of the form `regional-europe-west1` , `us-central` etc.
|
275
252
|
In order to obtain a valid list please consult the
|
276
253
|
[Configuration section of the docs](https://cloud.google.com/spanner/docs/instances).
|
277
|
-
:param pulumi.Input[str] default_backup_schedule_type: Controls the default backup behavior for new databases within the instance.
|
278
|
-
Note that `AUTOMATIC` is not permitted for free instances, as backups and backup schedules are not allowed for free instances.
|
279
|
-
if unset or NONE, no default backup schedule will be created for new databases within the instance.
|
280
|
-
Possible values are: `NONE`, `AUTOMATIC`.
|
281
254
|
:param pulumi.Input[str] display_name: The descriptive name for this instance as it appears in UIs. Must be
|
282
255
|
unique per project and between 4 and 30 characters in length.
|
283
256
|
|
@@ -307,8 +280,6 @@ class _InstanceState:
|
|
307
280
|
pulumi.set(__self__, "autoscaling_config", autoscaling_config)
|
308
281
|
if config is not None:
|
309
282
|
pulumi.set(__self__, "config", config)
|
310
|
-
if default_backup_schedule_type is not None:
|
311
|
-
pulumi.set(__self__, "default_backup_schedule_type", default_backup_schedule_type)
|
312
283
|
if display_name is not None:
|
313
284
|
pulumi.set(__self__, "display_name", display_name)
|
314
285
|
if edition is not None:
|
@@ -365,21 +336,6 @@ class _InstanceState:
|
|
365
336
|
def config(self, value: Optional[pulumi.Input[str]]):
|
366
337
|
pulumi.set(self, "config", value)
|
367
338
|
|
368
|
-
@property
|
369
|
-
@pulumi.getter(name="defaultBackupScheduleType")
|
370
|
-
def default_backup_schedule_type(self) -> Optional[pulumi.Input[str]]:
|
371
|
-
"""
|
372
|
-
Controls the default backup behavior for new databases within the instance.
|
373
|
-
Note that `AUTOMATIC` is not permitted for free instances, as backups and backup schedules are not allowed for free instances.
|
374
|
-
if unset or NONE, no default backup schedule will be created for new databases within the instance.
|
375
|
-
Possible values are: `NONE`, `AUTOMATIC`.
|
376
|
-
"""
|
377
|
-
return pulumi.get(self, "default_backup_schedule_type")
|
378
|
-
|
379
|
-
@default_backup_schedule_type.setter
|
380
|
-
def default_backup_schedule_type(self, value: Optional[pulumi.Input[str]]):
|
381
|
-
pulumi.set(self, "default_backup_schedule_type", value)
|
382
|
-
|
383
339
|
@property
|
384
340
|
@pulumi.getter(name="displayName")
|
385
341
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
@@ -529,7 +485,6 @@ class Instance(pulumi.CustomResource):
|
|
529
485
|
opts: Optional[pulumi.ResourceOptions] = None,
|
530
486
|
autoscaling_config: Optional[pulumi.Input[Union['InstanceAutoscalingConfigArgs', 'InstanceAutoscalingConfigArgsDict']]] = None,
|
531
487
|
config: Optional[pulumi.Input[str]] = None,
|
532
|
-
default_backup_schedule_type: Optional[pulumi.Input[str]] = None,
|
533
488
|
display_name: Optional[pulumi.Input[str]] = None,
|
534
489
|
edition: Optional[pulumi.Input[str]] = None,
|
535
490
|
force_destroy: Optional[pulumi.Input[bool]] = None,
|
@@ -562,7 +517,6 @@ class Instance(pulumi.CustomResource):
|
|
562
517
|
display_name="Test Spanner Instance",
|
563
518
|
num_nodes=2,
|
564
519
|
edition="STANDARD",
|
565
|
-
default_backup_schedule_type="AUTOMATIC",
|
566
520
|
labels={
|
567
521
|
"foo": "bar",
|
568
522
|
})
|
@@ -656,10 +610,6 @@ class Instance(pulumi.CustomResource):
|
|
656
610
|
is stored. Values are typically of the form `regional-europe-west1` , `us-central` etc.
|
657
611
|
In order to obtain a valid list please consult the
|
658
612
|
[Configuration section of the docs](https://cloud.google.com/spanner/docs/instances).
|
659
|
-
:param pulumi.Input[str] default_backup_schedule_type: Controls the default backup behavior for new databases within the instance.
|
660
|
-
Note that `AUTOMATIC` is not permitted for free instances, as backups and backup schedules are not allowed for free instances.
|
661
|
-
if unset or NONE, no default backup schedule will be created for new databases within the instance.
|
662
|
-
Possible values are: `NONE`, `AUTOMATIC`.
|
663
613
|
:param pulumi.Input[str] display_name: The descriptive name for this instance as it appears in UIs. Must be
|
664
614
|
unique per project and between 4 and 30 characters in length.
|
665
615
|
|
@@ -710,7 +660,6 @@ class Instance(pulumi.CustomResource):
|
|
710
660
|
display_name="Test Spanner Instance",
|
711
661
|
num_nodes=2,
|
712
662
|
edition="STANDARD",
|
713
|
-
default_backup_schedule_type="AUTOMATIC",
|
714
663
|
labels={
|
715
664
|
"foo": "bar",
|
716
665
|
})
|
@@ -808,7 +757,6 @@ class Instance(pulumi.CustomResource):
|
|
808
757
|
opts: Optional[pulumi.ResourceOptions] = None,
|
809
758
|
autoscaling_config: Optional[pulumi.Input[Union['InstanceAutoscalingConfigArgs', 'InstanceAutoscalingConfigArgsDict']]] = None,
|
810
759
|
config: Optional[pulumi.Input[str]] = None,
|
811
|
-
default_backup_schedule_type: Optional[pulumi.Input[str]] = None,
|
812
760
|
display_name: Optional[pulumi.Input[str]] = None,
|
813
761
|
edition: Optional[pulumi.Input[str]] = None,
|
814
762
|
force_destroy: Optional[pulumi.Input[bool]] = None,
|
@@ -830,7 +778,6 @@ class Instance(pulumi.CustomResource):
|
|
830
778
|
if config is None and not opts.urn:
|
831
779
|
raise TypeError("Missing required property 'config'")
|
832
780
|
__props__.__dict__["config"] = config
|
833
|
-
__props__.__dict__["default_backup_schedule_type"] = default_backup_schedule_type
|
834
781
|
if display_name is None and not opts.urn:
|
835
782
|
raise TypeError("Missing required property 'display_name'")
|
836
783
|
__props__.__dict__["display_name"] = display_name
|
@@ -858,7 +805,6 @@ class Instance(pulumi.CustomResource):
|
|
858
805
|
opts: Optional[pulumi.ResourceOptions] = None,
|
859
806
|
autoscaling_config: Optional[pulumi.Input[Union['InstanceAutoscalingConfigArgs', 'InstanceAutoscalingConfigArgsDict']]] = None,
|
860
807
|
config: Optional[pulumi.Input[str]] = None,
|
861
|
-
default_backup_schedule_type: Optional[pulumi.Input[str]] = None,
|
862
808
|
display_name: Optional[pulumi.Input[str]] = None,
|
863
809
|
edition: Optional[pulumi.Input[str]] = None,
|
864
810
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -888,10 +834,6 @@ class Instance(pulumi.CustomResource):
|
|
888
834
|
is stored. Values are typically of the form `regional-europe-west1` , `us-central` etc.
|
889
835
|
In order to obtain a valid list please consult the
|
890
836
|
[Configuration section of the docs](https://cloud.google.com/spanner/docs/instances).
|
891
|
-
:param pulumi.Input[str] default_backup_schedule_type: Controls the default backup behavior for new databases within the instance.
|
892
|
-
Note that `AUTOMATIC` is not permitted for free instances, as backups and backup schedules are not allowed for free instances.
|
893
|
-
if unset or NONE, no default backup schedule will be created for new databases within the instance.
|
894
|
-
Possible values are: `NONE`, `AUTOMATIC`.
|
895
837
|
:param pulumi.Input[str] display_name: The descriptive name for this instance as it appears in UIs. Must be
|
896
838
|
unique per project and between 4 and 30 characters in length.
|
897
839
|
|
@@ -923,7 +865,6 @@ class Instance(pulumi.CustomResource):
|
|
923
865
|
|
924
866
|
__props__.__dict__["autoscaling_config"] = autoscaling_config
|
925
867
|
__props__.__dict__["config"] = config
|
926
|
-
__props__.__dict__["default_backup_schedule_type"] = default_backup_schedule_type
|
927
868
|
__props__.__dict__["display_name"] = display_name
|
928
869
|
__props__.__dict__["edition"] = edition
|
929
870
|
__props__.__dict__["effective_labels"] = effective_labels
|
@@ -962,17 +903,6 @@ class Instance(pulumi.CustomResource):
|
|
962
903
|
"""
|
963
904
|
return pulumi.get(self, "config")
|
964
905
|
|
965
|
-
@property
|
966
|
-
@pulumi.getter(name="defaultBackupScheduleType")
|
967
|
-
def default_backup_schedule_type(self) -> pulumi.Output[str]:
|
968
|
-
"""
|
969
|
-
Controls the default backup behavior for new databases within the instance.
|
970
|
-
Note that `AUTOMATIC` is not permitted for free instances, as backups and backup schedules are not allowed for free instances.
|
971
|
-
if unset or NONE, no default backup schedule will be created for new databases within the instance.
|
972
|
-
Possible values are: `NONE`, `AUTOMATIC`.
|
973
|
-
"""
|
974
|
-
return pulumi.get(self, "default_backup_schedule_type")
|
975
|
-
|
976
906
|
@property
|
977
907
|
@pulumi.getter(name="displayName")
|
978
908
|
def display_name(self) -> pulumi.Output[str]:
|
pulumi_gcp/spanner/outputs.py
CHANGED
@@ -33,7 +33,6 @@ __all__ = [
|
|
33
33
|
'InstanceConfigReplica',
|
34
34
|
'InstanceIAMBindingCondition',
|
35
35
|
'InstanceIAMMemberCondition',
|
36
|
-
'GetDatabaseEncryptionConfigResult',
|
37
36
|
'GetInstanceAutoscalingConfigResult',
|
38
37
|
'GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionResult',
|
39
38
|
'GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionOverrideResult',
|
@@ -365,9 +364,9 @@ class InstanceAutoscalingConfigAsymmetricAutoscalingOption(dict):
|
|
365
364
|
overrides: 'outputs.InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverrides',
|
366
365
|
replica_selection: 'outputs.InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelection'):
|
367
366
|
"""
|
368
|
-
:param 'InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgs' overrides: A nested object resource
|
367
|
+
:param 'InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgs' overrides: A nested object resource
|
369
368
|
Structure is documented below.
|
370
|
-
:param 'InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgs' replica_selection: A nested object resource
|
369
|
+
:param 'InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgs' replica_selection: A nested object resource
|
371
370
|
Structure is documented below.
|
372
371
|
"""
|
373
372
|
pulumi.set(__self__, "overrides", overrides)
|
@@ -377,7 +376,7 @@ class InstanceAutoscalingConfigAsymmetricAutoscalingOption(dict):
|
|
377
376
|
@pulumi.getter
|
378
377
|
def overrides(self) -> 'outputs.InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverrides':
|
379
378
|
"""
|
380
|
-
A nested object resource
|
379
|
+
A nested object resource
|
381
380
|
Structure is documented below.
|
382
381
|
"""
|
383
382
|
return pulumi.get(self, "overrides")
|
@@ -386,7 +385,7 @@ class InstanceAutoscalingConfigAsymmetricAutoscalingOption(dict):
|
|
386
385
|
@pulumi.getter(name="replicaSelection")
|
387
386
|
def replica_selection(self) -> 'outputs.InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelection':
|
388
387
|
"""
|
389
|
-
A nested object resource
|
388
|
+
A nested object resource
|
390
389
|
Structure is documented below.
|
391
390
|
"""
|
392
391
|
return pulumi.get(self, "replica_selection")
|
@@ -414,7 +413,7 @@ class InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverrides(dict):
|
|
414
413
|
def __init__(__self__, *,
|
415
414
|
autoscaling_limits: 'outputs.InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimits'):
|
416
415
|
"""
|
417
|
-
:param 'InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgs' autoscaling_limits: A nested object resource
|
416
|
+
:param 'InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgs' autoscaling_limits: A nested object resource
|
418
417
|
Structure is documented below.
|
419
418
|
"""
|
420
419
|
pulumi.set(__self__, "autoscaling_limits", autoscaling_limits)
|
@@ -423,7 +422,7 @@ class InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverrides(dict):
|
|
423
422
|
@pulumi.getter(name="autoscalingLimits")
|
424
423
|
def autoscaling_limits(self) -> 'outputs.InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimits':
|
425
424
|
"""
|
426
|
-
A nested object resource
|
425
|
+
A nested object resource
|
427
426
|
Structure is documented below.
|
428
427
|
"""
|
429
428
|
return pulumi.get(self, "autoscaling_limits")
|
@@ -763,39 +762,6 @@ class InstanceIAMMemberCondition(dict):
|
|
763
762
|
return pulumi.get(self, "description")
|
764
763
|
|
765
764
|
|
766
|
-
@pulumi.output_type
|
767
|
-
class GetDatabaseEncryptionConfigResult(dict):
|
768
|
-
def __init__(__self__, *,
|
769
|
-
kms_key_name: str,
|
770
|
-
kms_key_names: Sequence[str]):
|
771
|
-
"""
|
772
|
-
:param str kms_key_name: Fully qualified name of the KMS key to use to encrypt this database. This key must exist
|
773
|
-
in the same location as the Spanner Database.
|
774
|
-
:param Sequence[str] kms_key_names: Fully qualified name of the KMS keys to use to encrypt this database. The keys must exist
|
775
|
-
in the same locations as the Spanner Database.
|
776
|
-
"""
|
777
|
-
pulumi.set(__self__, "kms_key_name", kms_key_name)
|
778
|
-
pulumi.set(__self__, "kms_key_names", kms_key_names)
|
779
|
-
|
780
|
-
@property
|
781
|
-
@pulumi.getter(name="kmsKeyName")
|
782
|
-
def kms_key_name(self) -> str:
|
783
|
-
"""
|
784
|
-
Fully qualified name of the KMS key to use to encrypt this database. This key must exist
|
785
|
-
in the same location as the Spanner Database.
|
786
|
-
"""
|
787
|
-
return pulumi.get(self, "kms_key_name")
|
788
|
-
|
789
|
-
@property
|
790
|
-
@pulumi.getter(name="kmsKeyNames")
|
791
|
-
def kms_key_names(self) -> Sequence[str]:
|
792
|
-
"""
|
793
|
-
Fully qualified name of the KMS keys to use to encrypt this database. The keys must exist
|
794
|
-
in the same locations as the Spanner Database.
|
795
|
-
"""
|
796
|
-
return pulumi.get(self, "kms_key_names")
|
797
|
-
|
798
|
-
|
799
765
|
@pulumi.output_type
|
800
766
|
class GetInstanceAutoscalingConfigResult(dict):
|
801
767
|
def __init__(__self__, *,
|
@@ -854,8 +820,8 @@ class GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionResult(dict):
|
|
854
820
|
overrides: Sequence['outputs.GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionOverrideResult'],
|
855
821
|
replica_selections: Sequence['outputs.GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionResult']):
|
856
822
|
"""
|
857
|
-
:param Sequence['GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionOverrideArgs'] overrides: A nested object resource
|
858
|
-
:param Sequence['GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgs'] replica_selections: A nested object resource
|
823
|
+
:param Sequence['GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionOverrideArgs'] overrides: A nested object resource
|
824
|
+
:param Sequence['GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgs'] replica_selections: A nested object resource
|
859
825
|
"""
|
860
826
|
pulumi.set(__self__, "overrides", overrides)
|
861
827
|
pulumi.set(__self__, "replica_selections", replica_selections)
|
@@ -864,7 +830,7 @@ class GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionResult(dict):
|
|
864
830
|
@pulumi.getter
|
865
831
|
def overrides(self) -> Sequence['outputs.GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionOverrideResult']:
|
866
832
|
"""
|
867
|
-
A nested object resource
|
833
|
+
A nested object resource
|
868
834
|
"""
|
869
835
|
return pulumi.get(self, "overrides")
|
870
836
|
|
@@ -872,7 +838,7 @@ class GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionResult(dict):
|
|
872
838
|
@pulumi.getter(name="replicaSelections")
|
873
839
|
def replica_selections(self) -> Sequence['outputs.GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionResult']:
|
874
840
|
"""
|
875
|
-
A nested object resource
|
841
|
+
A nested object resource
|
876
842
|
"""
|
877
843
|
return pulumi.get(self, "replica_selections")
|
878
844
|
|
@@ -882,7 +848,7 @@ class GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionOverrideResult(dict
|
|
882
848
|
def __init__(__self__, *,
|
883
849
|
autoscaling_limits: Sequence['outputs.GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionOverrideAutoscalingLimitResult']):
|
884
850
|
"""
|
885
|
-
:param Sequence['GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionOverrideAutoscalingLimitArgs'] autoscaling_limits: A nested object resource
|
851
|
+
:param Sequence['GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionOverrideAutoscalingLimitArgs'] autoscaling_limits: A nested object resource
|
886
852
|
"""
|
887
853
|
pulumi.set(__self__, "autoscaling_limits", autoscaling_limits)
|
888
854
|
|
@@ -890,7 +856,7 @@ class GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionOverrideResult(dict
|
|
890
856
|
@pulumi.getter(name="autoscalingLimits")
|
891
857
|
def autoscaling_limits(self) -> Sequence['outputs.GetInstanceAutoscalingConfigAsymmetricAutoscalingOptionOverrideAutoscalingLimitResult']:
|
892
858
|
"""
|
893
|
-
A nested object resource
|
859
|
+
A nested object resource
|
894
860
|
"""
|
895
861
|
return pulumi.get(self, "autoscaling_limits")
|
896
862
|
|
pulumi_gcp/sql/_inputs.py
CHANGED
@@ -266,12 +266,6 @@ if not MYPY:
|
|
266
266
|
PEM representation of the trusted CA's x509
|
267
267
|
certificate.
|
268
268
|
"""
|
269
|
-
cascadable_replica: NotRequired[pulumi.Input[bool]]
|
270
|
-
"""
|
271
|
-
Specifies if the replica is a cascadable replica. If true, instance must be in different region from primary.
|
272
|
-
|
273
|
-
> **NOTE:** Only supported for SQL Server database.
|
274
|
-
"""
|
275
269
|
client_certificate: NotRequired[pulumi.Input[str]]
|
276
270
|
"""
|
277
271
|
PEM representation of the replica's x509
|
@@ -330,7 +324,6 @@ elif False:
|
|
330
324
|
class DatabaseInstanceReplicaConfigurationArgs:
|
331
325
|
def __init__(__self__, *,
|
332
326
|
ca_certificate: Optional[pulumi.Input[str]] = None,
|
333
|
-
cascadable_replica: Optional[pulumi.Input[bool]] = None,
|
334
327
|
client_certificate: Optional[pulumi.Input[str]] = None,
|
335
328
|
client_key: Optional[pulumi.Input[str]] = None,
|
336
329
|
connect_retry_interval: Optional[pulumi.Input[int]] = None,
|
@@ -344,9 +337,6 @@ class DatabaseInstanceReplicaConfigurationArgs:
|
|
344
337
|
"""
|
345
338
|
:param pulumi.Input[str] ca_certificate: PEM representation of the trusted CA's x509
|
346
339
|
certificate.
|
347
|
-
:param pulumi.Input[bool] cascadable_replica: Specifies if the replica is a cascadable replica. If true, instance must be in different region from primary.
|
348
|
-
|
349
|
-
> **NOTE:** Only supported for SQL Server database.
|
350
340
|
:param pulumi.Input[str] client_certificate: PEM representation of the replica's x509
|
351
341
|
certificate.
|
352
342
|
:param pulumi.Input[str] client_key: PEM representation of the replica's private key. The
|
@@ -371,8 +361,6 @@ class DatabaseInstanceReplicaConfigurationArgs:
|
|
371
361
|
"""
|
372
362
|
if ca_certificate is not None:
|
373
363
|
pulumi.set(__self__, "ca_certificate", ca_certificate)
|
374
|
-
if cascadable_replica is not None:
|
375
|
-
pulumi.set(__self__, "cascadable_replica", cascadable_replica)
|
376
364
|
if client_certificate is not None:
|
377
365
|
pulumi.set(__self__, "client_certificate", client_certificate)
|
378
366
|
if client_key is not None:
|
@@ -407,20 +395,6 @@ class DatabaseInstanceReplicaConfigurationArgs:
|
|
407
395
|
def ca_certificate(self, value: Optional[pulumi.Input[str]]):
|
408
396
|
pulumi.set(self, "ca_certificate", value)
|
409
397
|
|
410
|
-
@property
|
411
|
-
@pulumi.getter(name="cascadableReplica")
|
412
|
-
def cascadable_replica(self) -> Optional[pulumi.Input[bool]]:
|
413
|
-
"""
|
414
|
-
Specifies if the replica is a cascadable replica. If true, instance must be in different region from primary.
|
415
|
-
|
416
|
-
> **NOTE:** Only supported for SQL Server database.
|
417
|
-
"""
|
418
|
-
return pulumi.get(self, "cascadable_replica")
|
419
|
-
|
420
|
-
@cascadable_replica.setter
|
421
|
-
def cascadable_replica(self, value: Optional[pulumi.Input[bool]]):
|
422
|
-
pulumi.set(self, "cascadable_replica", value)
|
423
|
-
|
424
398
|
@property
|
425
399
|
@pulumi.getter(name="clientCertificate")
|
426
400
|
def client_certificate(self) -> Optional[pulumi.Input[str]]:
|