pulumi-gcp 7.21.0a1714149635__py3-none-any.whl → 7.21.0a1714154892__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/alloydb/backup.py +0 -12
- pulumi_gcp/alloydb/cluster.py +0 -12
- pulumi_gcp/alloydb/instance.py +0 -81
- pulumi_gcp/apigee/sharedflow.py +0 -20
- pulumi_gcp/appengine/flexible_app_version.py +0 -20
- pulumi_gcp/certificateauthority/authority.py +7 -27
- pulumi_gcp/cloudbuild/worker_pool.py +0 -12
- pulumi_gcp/cloudbuildv2/connection.py +0 -12
- pulumi_gcp/cloudbuildv2/repository.py +0 -12
- pulumi_gcp/clouddeploy/automation.py +0 -12
- pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
- pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
- pulumi_gcp/clouddeploy/target.py +0 -12
- pulumi_gcp/cloudrunv2/job.py +0 -12
- pulumi_gcp/cloudrunv2/service.py +0 -12
- pulumi_gcp/composer/environment.py +35 -47
- pulumi_gcp/compute/forwarding_rule.py +0 -13
- pulumi_gcp/compute/global_address.py +0 -12
- pulumi_gcp/compute/instance_from_machine_image.py +14 -46
- pulumi_gcp/compute/instance_from_template.py +14 -46
- pulumi_gcp/compute/outputs.py +0 -8
- pulumi_gcp/compute/region_instance_template.py +0 -13
- pulumi_gcp/container/attached_cluster.py +0 -12
- pulumi_gcp/container/aws_cluster.py +0 -12
- pulumi_gcp/container/aws_node_pool.py +0 -12
- pulumi_gcp/container/azure_cluster.py +0 -12
- pulumi_gcp/container/azure_node_pool.py +0 -12
- pulumi_gcp/container/cluster.py +0 -20
- pulumi_gcp/dataflow/flex_template_job.py +0 -39
- pulumi_gcp/dataproc/cluster.py +0 -20
- pulumi_gcp/dataproc/workflow_template.py +21 -26
- pulumi_gcp/deploymentmanager/deployment.py +0 -34
- pulumi_gcp/dns/record_set.py +0 -34
- pulumi_gcp/firebase/android_app.py +0 -27
- pulumi_gcp/firebase/app_check_service_config.py +0 -125
- pulumi_gcp/firebase/apple_app.py +0 -27
- pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
- pulumi_gcp/firebase/web_app.py +0 -20
- pulumi_gcp/firestore/database.py +0 -68
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
- pulumi_gcp/netapp/active_directory.py +0 -20
- pulumi_gcp/netapp/volume_replication.py +0 -68
- pulumi_gcp/secretmanager/secret.py +0 -12
- pulumi_gcp/servicenetworking/connection.py +0 -20
- pulumi_gcp/spanner/database.py +0 -41
- pulumi_gcp/spanner/instance.py +0 -40
- pulumi_gcp/storage/bucket.py +0 -12
- pulumi_gcp/workstations/workstation.py +0 -12
- pulumi_gcp/workstations/workstation_cluster.py +0 -12
- pulumi_gcp/workstations/workstation_config.py +0 -12
- {pulumi_gcp-7.21.0a1714149635.dist-info → pulumi_gcp-7.21.0a1714154892.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.21.0a1714149635.dist-info → pulumi_gcp-7.21.0a1714154892.dist-info}/RECORD +58 -58
- {pulumi_gcp-7.21.0a1714149635.dist-info → pulumi_gcp-7.21.0a1714154892.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.21.0a1714149635.dist-info → pulumi_gcp-7.21.0a1714154892.dist-info}/top_level.txt +0 -0
@@ -377,8 +377,6 @@ class _BareMetalAdminClusterState:
|
|
377
377
|
:param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
|
378
378
|
:param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
|
379
379
|
:param pulumi.Input[str] description: A human readable description of this Bare Metal Admin Cluster.
|
380
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
381
|
-
Terraform, other clients and services.
|
382
380
|
:param pulumi.Input[str] endpoint: The IP address name of Bare Metal Admin Cluster's API server.
|
383
381
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
384
382
|
fields, and may be sent on update and delete requests to ensure the
|
@@ -594,10 +592,6 @@ class _BareMetalAdminClusterState:
|
|
594
592
|
@property
|
595
593
|
@pulumi.getter(name="effectiveAnnotations")
|
596
594
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
597
|
-
"""
|
598
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
599
|
-
Terraform, other clients and services.
|
600
|
-
"""
|
601
595
|
return pulumi.get(self, "effective_annotations")
|
602
596
|
|
603
597
|
@effective_annotations.setter
|
@@ -1495,8 +1489,6 @@ class BareMetalAdminCluster(pulumi.CustomResource):
|
|
1495
1489
|
:param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
|
1496
1490
|
:param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
|
1497
1491
|
:param pulumi.Input[str] description: A human readable description of this Bare Metal Admin Cluster.
|
1498
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1499
|
-
Terraform, other clients and services.
|
1500
1492
|
:param pulumi.Input[str] endpoint: The IP address name of Bare Metal Admin Cluster's API server.
|
1501
1493
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
1502
1494
|
fields, and may be sent on update and delete requests to ensure the
|
@@ -1660,10 +1652,6 @@ class BareMetalAdminCluster(pulumi.CustomResource):
|
|
1660
1652
|
@property
|
1661
1653
|
@pulumi.getter(name="effectiveAnnotations")
|
1662
1654
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1663
|
-
"""
|
1664
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1665
|
-
Terraform, other clients and services.
|
1666
|
-
"""
|
1667
1655
|
return pulumi.get(self, "effective_annotations")
|
1668
1656
|
|
1669
1657
|
@property
|
@@ -407,8 +407,6 @@ class _BareMetalClusterState:
|
|
407
407
|
:param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
|
408
408
|
:param pulumi.Input[str] description: (Output)
|
409
409
|
The description of the validation check.
|
410
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
411
|
-
Terraform, other clients and services.
|
412
410
|
:param pulumi.Input[str] endpoint: The IP address name of Bare Metal User Cluster's API server.
|
413
411
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
414
412
|
fields, and may be sent on update and delete requests to ensure the
|
@@ -644,10 +642,6 @@ class _BareMetalClusterState:
|
|
644
642
|
@property
|
645
643
|
@pulumi.getter(name="effectiveAnnotations")
|
646
644
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
647
|
-
"""
|
648
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
649
|
-
Terraform, other clients and services.
|
650
|
-
"""
|
651
645
|
return pulumi.get(self, "effective_annotations")
|
652
646
|
|
653
647
|
@effective_annotations.setter
|
@@ -1801,8 +1795,6 @@ class BareMetalCluster(pulumi.CustomResource):
|
|
1801
1795
|
:param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
|
1802
1796
|
:param pulumi.Input[str] description: (Output)
|
1803
1797
|
The description of the validation check.
|
1804
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1805
|
-
Terraform, other clients and services.
|
1806
1798
|
:param pulumi.Input[str] endpoint: The IP address name of Bare Metal User Cluster's API server.
|
1807
1799
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
1808
1800
|
fields, and may be sent on update and delete requests to ensure the
|
@@ -1974,10 +1966,6 @@ class BareMetalCluster(pulumi.CustomResource):
|
|
1974
1966
|
@property
|
1975
1967
|
@pulumi.getter(name="effectiveAnnotations")
|
1976
1968
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1977
|
-
"""
|
1978
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1979
|
-
Terraform, other clients and services.
|
1980
|
-
"""
|
1981
1969
|
return pulumi.get(self, "effective_annotations")
|
1982
1970
|
|
1983
1971
|
@property
|
@@ -169,8 +169,6 @@ class _BareMetalNodePoolState:
|
|
169
169
|
:param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
|
170
170
|
:param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
|
171
171
|
:param pulumi.Input[str] display_name: The display name for the Bare Metal Node Pool.
|
172
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
173
|
-
Terraform, other clients and services.
|
174
172
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
175
173
|
fields, and may be sent on update and delete requests to ensure the
|
176
174
|
client has an up-to-date value before proceeding.
|
@@ -289,10 +287,6 @@ class _BareMetalNodePoolState:
|
|
289
287
|
@property
|
290
288
|
@pulumi.getter(name="effectiveAnnotations")
|
291
289
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
292
|
-
"""
|
293
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
294
|
-
Terraform, other clients and services.
|
295
|
-
"""
|
296
290
|
return pulumi.get(self, "effective_annotations")
|
297
291
|
|
298
292
|
@effective_annotations.setter
|
@@ -972,8 +966,6 @@ class BareMetalNodePool(pulumi.CustomResource):
|
|
972
966
|
:param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
|
973
967
|
:param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
|
974
968
|
:param pulumi.Input[str] display_name: The display name for the Bare Metal Node Pool.
|
975
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
976
|
-
Terraform, other clients and services.
|
977
969
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
978
970
|
fields, and may be sent on update and delete requests to ensure the
|
979
971
|
client has an up-to-date value before proceeding.
|
@@ -1061,10 +1053,6 @@ class BareMetalNodePool(pulumi.CustomResource):
|
|
1061
1053
|
@property
|
1062
1054
|
@pulumi.getter(name="effectiveAnnotations")
|
1063
1055
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1064
|
-
"""
|
1065
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1066
|
-
Terraform, other clients and services.
|
1067
|
-
"""
|
1068
1056
|
return pulumi.get(self, "effective_annotations")
|
1069
1057
|
|
1070
1058
|
@property
|
@@ -412,8 +412,6 @@ class _VMwareClusterState:
|
|
412
412
|
:param pulumi.Input[str] description: (Output)
|
413
413
|
The description of the validation check.
|
414
414
|
:param pulumi.Input[bool] disable_bundled_ingress: Disable bundled ingress.
|
415
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
416
|
-
Terraform, other clients and services.
|
417
415
|
:param pulumi.Input[bool] enable_control_plane_v2: Enable control plane V2. Default to false.
|
418
416
|
:param pulumi.Input[str] endpoint: The DNS name of VMware User Cluster's API server.
|
419
417
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
@@ -665,10 +663,6 @@ class _VMwareClusterState:
|
|
665
663
|
@property
|
666
664
|
@pulumi.getter(name="effectiveAnnotations")
|
667
665
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
668
|
-
"""
|
669
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
670
|
-
Terraform, other clients and services.
|
671
|
-
"""
|
672
666
|
return pulumi.get(self, "effective_annotations")
|
673
667
|
|
674
668
|
@effective_annotations.setter
|
@@ -1659,8 +1653,6 @@ class VMwareCluster(pulumi.CustomResource):
|
|
1659
1653
|
:param pulumi.Input[str] description: (Output)
|
1660
1654
|
The description of the validation check.
|
1661
1655
|
:param pulumi.Input[bool] disable_bundled_ingress: Disable bundled ingress.
|
1662
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1663
|
-
Terraform, other clients and services.
|
1664
1656
|
:param pulumi.Input[bool] enable_control_plane_v2: Enable control plane V2. Default to false.
|
1665
1657
|
:param pulumi.Input[str] endpoint: The DNS name of VMware User Cluster's API server.
|
1666
1658
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
@@ -1840,10 +1832,6 @@ class VMwareCluster(pulumi.CustomResource):
|
|
1840
1832
|
@property
|
1841
1833
|
@pulumi.getter(name="effectiveAnnotations")
|
1842
1834
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1843
|
-
"""
|
1844
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1845
|
-
Terraform, other clients and services.
|
1846
|
-
"""
|
1847
1835
|
return pulumi.get(self, "effective_annotations")
|
1848
1836
|
|
1849
1837
|
@property
|
@@ -188,8 +188,6 @@ class _VMwareNodePoolState:
|
|
188
188
|
:param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
|
189
189
|
:param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
|
190
190
|
:param pulumi.Input[str] display_name: The display name for the node pool.
|
191
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
192
|
-
Terraform, other clients and services.
|
193
191
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
194
192
|
fields, and may be sent on update and delete requests to ensure the
|
195
193
|
client has an up-to-date value before proceeding.
|
@@ -314,10 +312,6 @@ class _VMwareNodePoolState:
|
|
314
312
|
@property
|
315
313
|
@pulumi.getter(name="effectiveAnnotations")
|
316
314
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
317
|
-
"""
|
318
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
319
|
-
Terraform, other clients and services.
|
320
|
-
"""
|
321
315
|
return pulumi.get(self, "effective_annotations")
|
322
316
|
|
323
317
|
@effective_annotations.setter
|
@@ -776,8 +770,6 @@ class VMwareNodePool(pulumi.CustomResource):
|
|
776
770
|
:param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
|
777
771
|
:param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
|
778
772
|
:param pulumi.Input[str] display_name: The display name for the node pool.
|
779
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
780
|
-
Terraform, other clients and services.
|
781
773
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
782
774
|
fields, and may be sent on update and delete requests to ensure the
|
783
775
|
client has an up-to-date value before proceeding.
|
@@ -869,10 +861,6 @@ class VMwareNodePool(pulumi.CustomResource):
|
|
869
861
|
@property
|
870
862
|
@pulumi.getter(name="effectiveAnnotations")
|
871
863
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
872
|
-
"""
|
873
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
874
|
-
Terraform, other clients and services.
|
875
|
-
"""
|
876
864
|
return pulumi.get(self, "effective_annotations")
|
877
865
|
|
878
866
|
@property
|
@@ -42,8 +42,6 @@ class ActiveDirectoryArgs:
|
|
42
42
|
:param pulumi.Input[str] net_bios_prefix: NetBIOS name prefix of the server to be created.
|
43
43
|
A five-character random ID is generated automatically, for example, -6f9a, and appended to the prefix. The full UNC share path will have the following format:
|
44
44
|
`\\\\NetBIOS_PREFIX-ABCD.DOMAIN_NAME\\SHARE_NAME`
|
45
|
-
:param pulumi.Input[str] password: Password for specified username. Note - Manual changes done to the password will not be detected. Terraform will not
|
46
|
-
re-apply the password, unless you use a new password in Terraform.
|
47
45
|
:param pulumi.Input[str] username: Username for the Active Directory account with permissions to create the compute account within the specified organizational unit.
|
48
46
|
:param pulumi.Input[bool] aes_encryption: Enables AES-128 and AES-256 encryption for Kerberos-based communication with Active Directory.
|
49
47
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] backup_operators: Domain user/group accounts to be added to the Backup Operators group of the SMB service. The Backup Operators group allows members to backup and restore files regardless of whether they have read or write access to the files. Comma-separated list.
|
@@ -158,10 +156,6 @@ class ActiveDirectoryArgs:
|
|
158
156
|
@property
|
159
157
|
@pulumi.getter
|
160
158
|
def password(self) -> pulumi.Input[str]:
|
161
|
-
"""
|
162
|
-
Password for specified username. Note - Manual changes done to the password will not be detected. Terraform will not
|
163
|
-
re-apply the password, unless you use a new password in Terraform.
|
164
|
-
"""
|
165
159
|
return pulumi.get(self, "password")
|
166
160
|
|
167
161
|
@password.setter
|
@@ -416,8 +410,6 @@ class _ActiveDirectoryState:
|
|
416
410
|
This option can be used to temporarily switch such volumes to AUTH_SYS authentication (user ID + 1-16 groups).
|
417
411
|
:param pulumi.Input[str] organizational_unit: Name of the Organizational Unit where you intend to create the computer account for NetApp Volumes.
|
418
412
|
Defaults to `CN=Computers` if left empty.
|
419
|
-
:param pulumi.Input[str] password: Password for specified username. Note - Manual changes done to the password will not be detected. Terraform will not
|
420
|
-
re-apply the password, unless you use a new password in Terraform.
|
421
413
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
422
414
|
If it is not provided, the provider project is used.
|
423
415
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
@@ -697,10 +689,6 @@ class _ActiveDirectoryState:
|
|
697
689
|
@property
|
698
690
|
@pulumi.getter
|
699
691
|
def password(self) -> Optional[pulumi.Input[str]]:
|
700
|
-
"""
|
701
|
-
Password for specified username. Note - Manual changes done to the password will not be detected. Terraform will not
|
702
|
-
re-apply the password, unless you use a new password in Terraform.
|
703
|
-
"""
|
704
692
|
return pulumi.get(self, "password")
|
705
693
|
|
706
694
|
@password.setter
|
@@ -919,8 +907,6 @@ class ActiveDirectory(pulumi.CustomResource):
|
|
919
907
|
This option can be used to temporarily switch such volumes to AUTH_SYS authentication (user ID + 1-16 groups).
|
920
908
|
:param pulumi.Input[str] organizational_unit: Name of the Organizational Unit where you intend to create the computer account for NetApp Volumes.
|
921
909
|
Defaults to `CN=Computers` if left empty.
|
922
|
-
:param pulumi.Input[str] password: Password for specified username. Note - Manual changes done to the password will not be detected. Terraform will not
|
923
|
-
re-apply the password, unless you use a new password in Terraform.
|
924
910
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
925
911
|
If it is not provided, the provider project is used.
|
926
912
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_operators: Domain accounts that require elevated privileges such as `SeSecurityPrivilege` to manage security logs. Comma-separated list.
|
@@ -1157,8 +1143,6 @@ class ActiveDirectory(pulumi.CustomResource):
|
|
1157
1143
|
This option can be used to temporarily switch such volumes to AUTH_SYS authentication (user ID + 1-16 groups).
|
1158
1144
|
:param pulumi.Input[str] organizational_unit: Name of the Organizational Unit where you intend to create the computer account for NetApp Volumes.
|
1159
1145
|
Defaults to `CN=Computers` if left empty.
|
1160
|
-
:param pulumi.Input[str] password: Password for specified username. Note - Manual changes done to the password will not be detected. Terraform will not
|
1161
|
-
re-apply the password, unless you use a new password in Terraform.
|
1162
1146
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
1163
1147
|
If it is not provided, the provider project is used.
|
1164
1148
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
@@ -1350,10 +1334,6 @@ class ActiveDirectory(pulumi.CustomResource):
|
|
1350
1334
|
@property
|
1351
1335
|
@pulumi.getter
|
1352
1336
|
def password(self) -> pulumi.Output[str]:
|
1353
|
-
"""
|
1354
|
-
Password for specified username. Note - Manual changes done to the password will not be detected. Terraform will not
|
1355
|
-
re-apply the password, unless you use a new password in Terraform.
|
1356
|
-
"""
|
1357
1337
|
return pulumi.get(self, "password")
|
1358
1338
|
|
1359
1339
|
@property
|
@@ -34,11 +34,6 @@ class VolumeReplicationArgs:
|
|
34
34
|
:param pulumi.Input[str] replication_schedule: Specifies the replication interval.
|
35
35
|
Possible values are: `EVERY_10_MINUTES`, `HOURLY`, `DAILY`.
|
36
36
|
:param pulumi.Input[str] volume_name: The name of the existing source volume.
|
37
|
-
:param pulumi.Input[bool] delete_destination_volume: A destination volume is created as part of replication creation. The destination volume will not became under Terraform
|
38
|
-
management unless you import it manually. If you delete the replication, this volume will remain. Setting this parameter
|
39
|
-
to true will delete the *current* destination volume when destroying the replication. If you reversed the replication
|
40
|
-
direction, this will be your former source volume! For production use, it is recommended to keep this parameter false to
|
41
|
-
avoid accidental volume deletion. Handle with care. Default is false.
|
42
37
|
:param pulumi.Input[str] description: An description of this resource.
|
43
38
|
:param pulumi.Input['VolumeReplicationDestinationVolumeParametersArgs'] destination_volume_parameters: Destination volume parameters.
|
44
39
|
Structure is documented below.
|
@@ -60,9 +55,6 @@ class VolumeReplicationArgs:
|
|
60
55
|
and act independently from the source volume.
|
61
56
|
Set to true to enable/resume the mirror. WARNING: Resuming a mirror overwrites any changes
|
62
57
|
done to the destination volume with the content of the source volume.
|
63
|
-
:param pulumi.Input[bool] wait_for_mirror: Replication resource state is independent of mirror_state. With enough data, it can take many hours for mirror_state to
|
64
|
-
reach MIRRORED. If you want Terraform to wait for the mirror to finish on create/stop/resume operations, set this
|
65
|
-
parameter to true. Default is false.
|
66
58
|
"""
|
67
59
|
pulumi.set(__self__, "location", location)
|
68
60
|
pulumi.set(__self__, "replication_schedule", replication_schedule)
|
@@ -126,13 +118,6 @@ class VolumeReplicationArgs:
|
|
126
118
|
@property
|
127
119
|
@pulumi.getter(name="deleteDestinationVolume")
|
128
120
|
def delete_destination_volume(self) -> Optional[pulumi.Input[bool]]:
|
129
|
-
"""
|
130
|
-
A destination volume is created as part of replication creation. The destination volume will not became under Terraform
|
131
|
-
management unless you import it manually. If you delete the replication, this volume will remain. Setting this parameter
|
132
|
-
to true will delete the *current* destination volume when destroying the replication. If you reversed the replication
|
133
|
-
direction, this will be your former source volume! For production use, it is recommended to keep this parameter false to
|
134
|
-
avoid accidental volume deletion. Handle with care. Default is false.
|
135
|
-
"""
|
136
121
|
return pulumi.get(self, "delete_destination_volume")
|
137
122
|
|
138
123
|
@delete_destination_volume.setter
|
@@ -240,11 +225,6 @@ class VolumeReplicationArgs:
|
|
240
225
|
@property
|
241
226
|
@pulumi.getter(name="waitForMirror")
|
242
227
|
def wait_for_mirror(self) -> Optional[pulumi.Input[bool]]:
|
243
|
-
"""
|
244
|
-
Replication resource state is independent of mirror_state. With enough data, it can take many hours for mirror_state to
|
245
|
-
reach MIRRORED. If you want Terraform to wait for the mirror to finish on create/stop/resume operations, set this
|
246
|
-
parameter to true. Default is false.
|
247
|
-
"""
|
248
228
|
return pulumi.get(self, "wait_for_mirror")
|
249
229
|
|
250
230
|
@wait_for_mirror.setter
|
@@ -281,11 +261,6 @@ class _VolumeReplicationState:
|
|
281
261
|
"""
|
282
262
|
Input properties used for looking up and filtering VolumeReplication resources.
|
283
263
|
:param pulumi.Input[str] create_time: Create time of the active directory. A timestamp in RFC3339 UTC "Zulu" format. Examples: "2023-06-22T09:13:01.617Z".
|
284
|
-
:param pulumi.Input[bool] delete_destination_volume: A destination volume is created as part of replication creation. The destination volume will not became under Terraform
|
285
|
-
management unless you import it manually. If you delete the replication, this volume will remain. Setting this parameter
|
286
|
-
to true will delete the *current* destination volume when destroying the replication. If you reversed the replication
|
287
|
-
direction, this will be your former source volume! For production use, it is recommended to keep this parameter false to
|
288
|
-
avoid accidental volume deletion. Handle with care. Default is false.
|
289
264
|
:param pulumi.Input[str] description: An description of this resource.
|
290
265
|
:param pulumi.Input[str] destination_volume: Full resource name of destination volume with format: `projects/{{project}}/locations/{{location}}/volumes/{{volumeId}}`
|
291
266
|
:param pulumi.Input['VolumeReplicationDestinationVolumeParametersArgs'] destination_volume_parameters: Destination volume parameters.
|
@@ -330,9 +305,6 @@ class _VolumeReplicationState:
|
|
330
305
|
:param pulumi.Input[Sequence[pulumi.Input['VolumeReplicationTransferStatArgs']]] transfer_stats: Replication transfer statistics. All statistics are updated every 5 minutes.
|
331
306
|
Structure is documented below.
|
332
307
|
:param pulumi.Input[str] volume_name: The name of the existing source volume.
|
333
|
-
:param pulumi.Input[bool] wait_for_mirror: Replication resource state is independent of mirror_state. With enough data, it can take many hours for mirror_state to
|
334
|
-
reach MIRRORED. If you want Terraform to wait for the mirror to finish on create/stop/resume operations, set this
|
335
|
-
parameter to true. Default is false.
|
336
308
|
"""
|
337
309
|
if create_time is not None:
|
338
310
|
pulumi.set(__self__, "create_time", create_time)
|
@@ -396,13 +368,6 @@ class _VolumeReplicationState:
|
|
396
368
|
@property
|
397
369
|
@pulumi.getter(name="deleteDestinationVolume")
|
398
370
|
def delete_destination_volume(self) -> Optional[pulumi.Input[bool]]:
|
399
|
-
"""
|
400
|
-
A destination volume is created as part of replication creation. The destination volume will not became under Terraform
|
401
|
-
management unless you import it manually. If you delete the replication, this volume will remain. Setting this parameter
|
402
|
-
to true will delete the *current* destination volume when destroying the replication. If you reversed the replication
|
403
|
-
direction, this will be your former source volume! For production use, it is recommended to keep this parameter false to
|
404
|
-
avoid accidental volume deletion. Handle with care. Default is false.
|
405
|
-
"""
|
406
371
|
return pulumi.get(self, "delete_destination_volume")
|
407
372
|
|
408
373
|
@delete_destination_volume.setter
|
@@ -676,11 +641,6 @@ class _VolumeReplicationState:
|
|
676
641
|
@property
|
677
642
|
@pulumi.getter(name="waitForMirror")
|
678
643
|
def wait_for_mirror(self) -> Optional[pulumi.Input[bool]]:
|
679
|
-
"""
|
680
|
-
Replication resource state is independent of mirror_state. With enough data, it can take many hours for mirror_state to
|
681
|
-
reach MIRRORED. If you want Terraform to wait for the mirror to finish on create/stop/resume operations, set this
|
682
|
-
parameter to true. Default is false.
|
683
|
-
"""
|
684
644
|
return pulumi.get(self, "wait_for_mirror")
|
685
645
|
|
686
646
|
@wait_for_mirror.setter
|
@@ -778,11 +738,6 @@ class VolumeReplication(pulumi.CustomResource):
|
|
778
738
|
|
779
739
|
:param str resource_name: The name of the resource.
|
780
740
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
781
|
-
:param pulumi.Input[bool] delete_destination_volume: A destination volume is created as part of replication creation. The destination volume will not became under Terraform
|
782
|
-
management unless you import it manually. If you delete the replication, this volume will remain. Setting this parameter
|
783
|
-
to true will delete the *current* destination volume when destroying the replication. If you reversed the replication
|
784
|
-
direction, this will be your former source volume! For production use, it is recommended to keep this parameter false to
|
785
|
-
avoid accidental volume deletion. Handle with care. Default is false.
|
786
741
|
:param pulumi.Input[str] description: An description of this resource.
|
787
742
|
:param pulumi.Input[pulumi.InputType['VolumeReplicationDestinationVolumeParametersArgs']] destination_volume_parameters: Destination volume parameters.
|
788
743
|
Structure is documented below.
|
@@ -808,9 +763,6 @@ class VolumeReplication(pulumi.CustomResource):
|
|
808
763
|
:param pulumi.Input[str] replication_schedule: Specifies the replication interval.
|
809
764
|
Possible values are: `EVERY_10_MINUTES`, `HOURLY`, `DAILY`.
|
810
765
|
:param pulumi.Input[str] volume_name: The name of the existing source volume.
|
811
|
-
:param pulumi.Input[bool] wait_for_mirror: Replication resource state is independent of mirror_state. With enough data, it can take many hours for mirror_state to
|
812
|
-
reach MIRRORED. If you want Terraform to wait for the mirror to finish on create/stop/resume operations, set this
|
813
|
-
parameter to true. Default is false.
|
814
766
|
"""
|
815
767
|
...
|
816
768
|
@overload
|
@@ -996,11 +948,6 @@ class VolumeReplication(pulumi.CustomResource):
|
|
996
948
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
997
949
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
998
950
|
:param pulumi.Input[str] create_time: Create time of the active directory. A timestamp in RFC3339 UTC "Zulu" format. Examples: "2023-06-22T09:13:01.617Z".
|
999
|
-
:param pulumi.Input[bool] delete_destination_volume: A destination volume is created as part of replication creation. The destination volume will not became under Terraform
|
1000
|
-
management unless you import it manually. If you delete the replication, this volume will remain. Setting this parameter
|
1001
|
-
to true will delete the *current* destination volume when destroying the replication. If you reversed the replication
|
1002
|
-
direction, this will be your former source volume! For production use, it is recommended to keep this parameter false to
|
1003
|
-
avoid accidental volume deletion. Handle with care. Default is false.
|
1004
951
|
:param pulumi.Input[str] description: An description of this resource.
|
1005
952
|
:param pulumi.Input[str] destination_volume: Full resource name of destination volume with format: `projects/{{project}}/locations/{{location}}/volumes/{{volumeId}}`
|
1006
953
|
:param pulumi.Input[pulumi.InputType['VolumeReplicationDestinationVolumeParametersArgs']] destination_volume_parameters: Destination volume parameters.
|
@@ -1045,9 +992,6 @@ class VolumeReplication(pulumi.CustomResource):
|
|
1045
992
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VolumeReplicationTransferStatArgs']]]] transfer_stats: Replication transfer statistics. All statistics are updated every 5 minutes.
|
1046
993
|
Structure is documented below.
|
1047
994
|
:param pulumi.Input[str] volume_name: The name of the existing source volume.
|
1048
|
-
:param pulumi.Input[bool] wait_for_mirror: Replication resource state is independent of mirror_state. With enough data, it can take many hours for mirror_state to
|
1049
|
-
reach MIRRORED. If you want Terraform to wait for the mirror to finish on create/stop/resume operations, set this
|
1050
|
-
parameter to true. Default is false.
|
1051
995
|
"""
|
1052
996
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
1053
997
|
|
@@ -1089,13 +1033,6 @@ class VolumeReplication(pulumi.CustomResource):
|
|
1089
1033
|
@property
|
1090
1034
|
@pulumi.getter(name="deleteDestinationVolume")
|
1091
1035
|
def delete_destination_volume(self) -> pulumi.Output[Optional[bool]]:
|
1092
|
-
"""
|
1093
|
-
A destination volume is created as part of replication creation. The destination volume will not became under Terraform
|
1094
|
-
management unless you import it manually. If you delete the replication, this volume will remain. Setting this parameter
|
1095
|
-
to true will delete the *current* destination volume when destroying the replication. If you reversed the replication
|
1096
|
-
direction, this will be your former source volume! For production use, it is recommended to keep this parameter false to
|
1097
|
-
avoid accidental volume deletion. Handle with care. Default is false.
|
1098
|
-
"""
|
1099
1036
|
return pulumi.get(self, "delete_destination_volume")
|
1100
1037
|
|
1101
1038
|
@property
|
@@ -1285,10 +1222,5 @@ class VolumeReplication(pulumi.CustomResource):
|
|
1285
1222
|
@property
|
1286
1223
|
@pulumi.getter(name="waitForMirror")
|
1287
1224
|
def wait_for_mirror(self) -> pulumi.Output[Optional[bool]]:
|
1288
|
-
"""
|
1289
|
-
Replication resource state is independent of mirror_state. With enough data, it can take many hours for mirror_state to
|
1290
|
-
reach MIRRORED. If you want Terraform to wait for the mirror to finish on create/stop/resume operations, set this
|
1291
|
-
parameter to true. Default is false.
|
1292
|
-
"""
|
1293
1225
|
return pulumi.get(self, "wait_for_mirror")
|
1294
1226
|
|
@@ -252,8 +252,6 @@ class _SecretState:
|
|
252
252
|
annotations present in your configuration. Please refer to the field 'effective_annotations' for all of the annotations
|
253
253
|
present on the resource.
|
254
254
|
:param pulumi.Input[str] create_time: The time at which the Secret was created.
|
255
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
256
|
-
Terraform, other clients and services.
|
257
255
|
: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.
|
258
256
|
:param pulumi.Input[str] expire_time: Timestamp in UTC when the Secret is scheduled to expire. This is always provided on output, regardless of what was sent
|
259
257
|
on input. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
@@ -350,10 +348,6 @@ class _SecretState:
|
|
350
348
|
@property
|
351
349
|
@pulumi.getter(name="effectiveAnnotations")
|
352
350
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
353
|
-
"""
|
354
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
355
|
-
Terraform, other clients and services.
|
356
|
-
"""
|
357
351
|
return pulumi.get(self, "effective_annotations")
|
358
352
|
|
359
353
|
@effective_annotations.setter
|
@@ -877,8 +871,6 @@ class Secret(pulumi.CustomResource):
|
|
877
871
|
annotations present in your configuration. Please refer to the field 'effective_annotations' for all of the annotations
|
878
872
|
present on the resource.
|
879
873
|
:param pulumi.Input[str] create_time: The time at which the Secret was created.
|
880
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
881
|
-
Terraform, other clients and services.
|
882
874
|
: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.
|
883
875
|
:param pulumi.Input[str] expire_time: Timestamp in UTC when the Secret is scheduled to expire. This is always provided on output, regardless of what was sent
|
884
876
|
on input. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
@@ -957,10 +949,6 @@ class Secret(pulumi.CustomResource):
|
|
957
949
|
@property
|
958
950
|
@pulumi.getter(name="effectiveAnnotations")
|
959
951
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
960
|
-
"""
|
961
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
962
|
-
Terraform, other clients and services.
|
963
|
-
"""
|
964
952
|
return pulumi.get(self, "effective_annotations")
|
965
953
|
|
966
954
|
@property
|
@@ -27,8 +27,6 @@ class ConnectionArgs:
|
|
27
27
|
:param pulumi.Input[str] service: Provider peering service that is managing peering connectivity for a
|
28
28
|
service provider organization. For Google services that support this functionality it is
|
29
29
|
'servicenetworking.googleapis.com'.
|
30
|
-
:param pulumi.Input[str] deletion_policy: When set to ABANDON, terraform will abandon management of the resource instead of deleting it. Prevents terraform apply
|
31
|
-
failures with CloudSQL. Note: The resource will still exist.
|
32
30
|
"""
|
33
31
|
pulumi.set(__self__, "network", network)
|
34
32
|
pulumi.set(__self__, "reserved_peering_ranges", reserved_peering_ranges)
|
@@ -79,10 +77,6 @@ class ConnectionArgs:
|
|
79
77
|
@property
|
80
78
|
@pulumi.getter(name="deletionPolicy")
|
81
79
|
def deletion_policy(self) -> Optional[pulumi.Input[str]]:
|
82
|
-
"""
|
83
|
-
When set to ABANDON, terraform will abandon management of the resource instead of deleting it. Prevents terraform apply
|
84
|
-
failures with CloudSQL. Note: The resource will still exist.
|
85
|
-
"""
|
86
80
|
return pulumi.get(self, "deletion_policy")
|
87
81
|
|
88
82
|
@deletion_policy.setter
|
@@ -100,8 +94,6 @@ class _ConnectionState:
|
|
100
94
|
service: Optional[pulumi.Input[str]] = None):
|
101
95
|
"""
|
102
96
|
Input properties used for looking up and filtering Connection resources.
|
103
|
-
:param pulumi.Input[str] deletion_policy: When set to ABANDON, terraform will abandon management of the resource instead of deleting it. Prevents terraform apply
|
104
|
-
failures with CloudSQL. Note: The resource will still exist.
|
105
97
|
:param pulumi.Input[str] network: Name of VPC network connected with service producers using VPC peering.
|
106
98
|
:param pulumi.Input[str] peering: (Computed) The name of the VPC Network Peering connection that was created by the service producer.
|
107
99
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] reserved_peering_ranges: Named IP address range(s) of PEERING type reserved for
|
@@ -125,10 +117,6 @@ class _ConnectionState:
|
|
125
117
|
@property
|
126
118
|
@pulumi.getter(name="deletionPolicy")
|
127
119
|
def deletion_policy(self) -> Optional[pulumi.Input[str]]:
|
128
|
-
"""
|
129
|
-
When set to ABANDON, terraform will abandon management of the resource instead of deleting it. Prevents terraform apply
|
130
|
-
failures with CloudSQL. Note: The resource will still exist.
|
131
|
-
"""
|
132
120
|
return pulumi.get(self, "deletion_policy")
|
133
121
|
|
134
122
|
@deletion_policy.setter
|
@@ -252,8 +240,6 @@ class Connection(pulumi.CustomResource):
|
|
252
240
|
|
253
241
|
:param str resource_name: The name of the resource.
|
254
242
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
255
|
-
:param pulumi.Input[str] deletion_policy: When set to ABANDON, terraform will abandon management of the resource instead of deleting it. Prevents terraform apply
|
256
|
-
failures with CloudSQL. Note: The resource will still exist.
|
257
243
|
:param pulumi.Input[str] network: Name of VPC network connected with service producers using VPC peering.
|
258
244
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] reserved_peering_ranges: Named IP address range(s) of PEERING type reserved for
|
259
245
|
this service provider. Note that invoking this method with a different range when connection
|
@@ -381,8 +367,6 @@ class Connection(pulumi.CustomResource):
|
|
381
367
|
:param str resource_name: The unique name of the resulting resource.
|
382
368
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
383
369
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
384
|
-
:param pulumi.Input[str] deletion_policy: When set to ABANDON, terraform will abandon management of the resource instead of deleting it. Prevents terraform apply
|
385
|
-
failures with CloudSQL. Note: The resource will still exist.
|
386
370
|
:param pulumi.Input[str] network: Name of VPC network connected with service producers using VPC peering.
|
387
371
|
:param pulumi.Input[str] peering: (Computed) The name of the VPC Network Peering connection that was created by the service producer.
|
388
372
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] reserved_peering_ranges: Named IP address range(s) of PEERING type reserved for
|
@@ -406,10 +390,6 @@ class Connection(pulumi.CustomResource):
|
|
406
390
|
@property
|
407
391
|
@pulumi.getter(name="deletionPolicy")
|
408
392
|
def deletion_policy(self) -> pulumi.Output[Optional[str]]:
|
409
|
-
"""
|
410
|
-
When set to ABANDON, terraform will abandon management of the resource instead of deleting it. Prevents terraform apply
|
411
|
-
failures with CloudSQL. Note: The resource will still exist.
|
412
|
-
"""
|
413
393
|
return pulumi.get(self, "deletion_policy")
|
414
394
|
|
415
395
|
@property
|
pulumi_gcp/spanner/database.py
CHANGED
@@ -40,11 +40,6 @@ class DatabaseArgs:
|
|
40
40
|
error in any statement, the database is not created.
|
41
41
|
:param pulumi.Input[bool] deletion_protection: Whether or not to allow the provider to destroy the instance. Unless this field is set to false
|
42
42
|
in state, a `destroy` or `update` that would delete the instance will fail.
|
43
|
-
:param pulumi.Input[bool] enable_drop_protection: Whether drop protection is enabled for this database. Defaults to false. Drop protection is different from the
|
44
|
-
"deletion_protection" attribute in the following ways: (1) "deletion_protection" only protects the database from
|
45
|
-
deletions in Terraform. whereas setting “enableDropProtection” to true protects the database from deletions in all
|
46
|
-
interfaces. (2) Setting "enableDropProtection" to true also prevents the deletion of the parent instance containing the
|
47
|
-
database. "deletion_protection" attribute does not provide protection against the deletion of the parent instance.
|
48
43
|
:param pulumi.Input['DatabaseEncryptionConfigArgs'] encryption_config: Encryption configuration for the database
|
49
44
|
Structure is documented below.
|
50
45
|
:param pulumi.Input[str] name: A unique identifier for the database, which cannot be changed after
|
@@ -135,13 +130,6 @@ class DatabaseArgs:
|
|
135
130
|
@property
|
136
131
|
@pulumi.getter(name="enableDropProtection")
|
137
132
|
def enable_drop_protection(self) -> Optional[pulumi.Input[bool]]:
|
138
|
-
"""
|
139
|
-
Whether drop protection is enabled for this database. Defaults to false. Drop protection is different from the
|
140
|
-
"deletion_protection" attribute in the following ways: (1) "deletion_protection" only protects the database from
|
141
|
-
deletions in Terraform. whereas setting “enableDropProtection” to true protects the database from deletions in all
|
142
|
-
interfaces. (2) Setting "enableDropProtection" to true also prevents the deletion of the parent instance containing the
|
143
|
-
database. "deletion_protection" attribute does not provide protection against the deletion of the parent instance.
|
144
|
-
"""
|
145
133
|
return pulumi.get(self, "enable_drop_protection")
|
146
134
|
|
147
135
|
@enable_drop_protection.setter
|
@@ -228,11 +216,6 @@ class _DatabaseState:
|
|
228
216
|
error in any statement, the database is not created.
|
229
217
|
:param pulumi.Input[bool] deletion_protection: Whether or not to allow the provider to destroy the instance. Unless this field is set to false
|
230
218
|
in state, a `destroy` or `update` that would delete the instance will fail.
|
231
|
-
:param pulumi.Input[bool] enable_drop_protection: Whether drop protection is enabled for this database. Defaults to false. Drop protection is different from the
|
232
|
-
"deletion_protection" attribute in the following ways: (1) "deletion_protection" only protects the database from
|
233
|
-
deletions in Terraform. whereas setting “enableDropProtection” to true protects the database from deletions in all
|
234
|
-
interfaces. (2) Setting "enableDropProtection" to true also prevents the deletion of the parent instance containing the
|
235
|
-
database. "deletion_protection" attribute does not provide protection against the deletion of the parent instance.
|
236
219
|
:param pulumi.Input['DatabaseEncryptionConfigArgs'] encryption_config: Encryption configuration for the database
|
237
220
|
Structure is documented below.
|
238
221
|
:param pulumi.Input[str] instance: The instance to create the database on.
|
@@ -316,13 +299,6 @@ class _DatabaseState:
|
|
316
299
|
@property
|
317
300
|
@pulumi.getter(name="enableDropProtection")
|
318
301
|
def enable_drop_protection(self) -> Optional[pulumi.Input[bool]]:
|
319
|
-
"""
|
320
|
-
Whether drop protection is enabled for this database. Defaults to false. Drop protection is different from the
|
321
|
-
"deletion_protection" attribute in the following ways: (1) "deletion_protection" only protects the database from
|
322
|
-
deletions in Terraform. whereas setting “enableDropProtection” to true protects the database from deletions in all
|
323
|
-
interfaces. (2) Setting "enableDropProtection" to true also prevents the deletion of the parent instance containing the
|
324
|
-
database. "deletion_protection" attribute does not provide protection against the deletion of the parent instance.
|
325
|
-
"""
|
326
302
|
return pulumi.get(self, "enable_drop_protection")
|
327
303
|
|
328
304
|
@enable_drop_protection.setter
|
@@ -506,11 +482,6 @@ class Database(pulumi.CustomResource):
|
|
506
482
|
error in any statement, the database is not created.
|
507
483
|
:param pulumi.Input[bool] deletion_protection: Whether or not to allow the provider to destroy the instance. Unless this field is set to false
|
508
484
|
in state, a `destroy` or `update` that would delete the instance will fail.
|
509
|
-
:param pulumi.Input[bool] enable_drop_protection: Whether drop protection is enabled for this database. Defaults to false. Drop protection is different from the
|
510
|
-
"deletion_protection" attribute in the following ways: (1) "deletion_protection" only protects the database from
|
511
|
-
deletions in Terraform. whereas setting “enableDropProtection” to true protects the database from deletions in all
|
512
|
-
interfaces. (2) Setting "enableDropProtection" to true also prevents the deletion of the parent instance containing the
|
513
|
-
database. "deletion_protection" attribute does not provide protection against the deletion of the parent instance.
|
514
485
|
:param pulumi.Input[pulumi.InputType['DatabaseEncryptionConfigArgs']] encryption_config: Encryption configuration for the database
|
515
486
|
Structure is documented below.
|
516
487
|
:param pulumi.Input[str] instance: The instance to create the database on.
|
@@ -682,11 +653,6 @@ class Database(pulumi.CustomResource):
|
|
682
653
|
error in any statement, the database is not created.
|
683
654
|
:param pulumi.Input[bool] deletion_protection: Whether or not to allow the provider to destroy the instance. Unless this field is set to false
|
684
655
|
in state, a `destroy` or `update` that would delete the instance will fail.
|
685
|
-
:param pulumi.Input[bool] enable_drop_protection: Whether drop protection is enabled for this database. Defaults to false. Drop protection is different from the
|
686
|
-
"deletion_protection" attribute in the following ways: (1) "deletion_protection" only protects the database from
|
687
|
-
deletions in Terraform. whereas setting “enableDropProtection” to true protects the database from deletions in all
|
688
|
-
interfaces. (2) Setting "enableDropProtection" to true also prevents the deletion of the parent instance containing the
|
689
|
-
database. "deletion_protection" attribute does not provide protection against the deletion of the parent instance.
|
690
656
|
:param pulumi.Input[pulumi.InputType['DatabaseEncryptionConfigArgs']] encryption_config: Encryption configuration for the database
|
691
657
|
Structure is documented below.
|
692
658
|
:param pulumi.Input[str] instance: The instance to create the database on.
|
@@ -753,13 +719,6 @@ class Database(pulumi.CustomResource):
|
|
753
719
|
@property
|
754
720
|
@pulumi.getter(name="enableDropProtection")
|
755
721
|
def enable_drop_protection(self) -> pulumi.Output[Optional[bool]]:
|
756
|
-
"""
|
757
|
-
Whether drop protection is enabled for this database. Defaults to false. Drop protection is different from the
|
758
|
-
"deletion_protection" attribute in the following ways: (1) "deletion_protection" only protects the database from
|
759
|
-
deletions in Terraform. whereas setting “enableDropProtection” to true protects the database from deletions in all
|
760
|
-
interfaces. (2) Setting "enableDropProtection" to true also prevents the deletion of the parent instance containing the
|
761
|
-
database. "deletion_protection" attribute does not provide protection against the deletion of the parent instance.
|
762
|
-
"""
|
763
722
|
return pulumi.get(self, "enable_drop_protection")
|
764
723
|
|
765
724
|
@property
|