pulumi-gcp 7.21.0__py3-none-any.whl → 7.21.0a1714149635__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 -40
- pulumi_gcp/alloydb/_inputs.py +0 -74
- pulumi_gcp/alloydb/backup.py +12 -0
- pulumi_gcp/alloydb/cluster.py +12 -0
- pulumi_gcp/alloydb/instance.py +81 -90
- pulumi_gcp/alloydb/outputs.py +0 -98
- pulumi_gcp/apigee/environment.py +0 -47
- pulumi_gcp/apigee/sharedflow.py +20 -0
- pulumi_gcp/appengine/flexible_app_version.py +20 -0
- pulumi_gcp/applicationintegration/__init__.py +0 -1
- pulumi_gcp/applicationintegration/_inputs.py +0 -843
- pulumi_gcp/applicationintegration/outputs.py +0 -891
- pulumi_gcp/bigquerydatapolicy/_inputs.py +4 -21
- pulumi_gcp/bigquerydatapolicy/data_policy.py +0 -78
- pulumi_gcp/bigquerydatapolicy/outputs.py +3 -16
- pulumi_gcp/certificateauthority/_inputs.py +12 -92
- pulumi_gcp/certificateauthority/authority.py +27 -117
- pulumi_gcp/certificateauthority/certificate.py +0 -176
- pulumi_gcp/certificateauthority/outputs.py +12 -144
- pulumi_gcp/cloudbuild/worker_pool.py +12 -0
- pulumi_gcp/cloudbuildv2/connection.py +12 -0
- pulumi_gcp/cloudbuildv2/repository.py +12 -0
- pulumi_gcp/clouddeploy/automation.py +12 -0
- pulumi_gcp/clouddeploy/custom_target_type.py +12 -0
- pulumi_gcp/clouddeploy/delivery_pipeline.py +12 -0
- pulumi_gcp/clouddeploy/target.py +12 -0
- pulumi_gcp/cloudrunv2/job.py +12 -0
- pulumi_gcp/cloudrunv2/service.py +12 -0
- pulumi_gcp/composer/__init__.py +0 -1
- pulumi_gcp/composer/environment.py +47 -35
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +58 -121
- pulumi_gcp/compute/forwarding_rule.py +13 -0
- pulumi_gcp/compute/global_address.py +12 -0
- pulumi_gcp/compute/global_forwarding_rule.py +282 -0
- pulumi_gcp/compute/instance_from_machine_image.py +46 -14
- pulumi_gcp/compute/instance_from_template.py +46 -14
- pulumi_gcp/compute/outputs.py +65 -120
- pulumi_gcp/compute/region_instance_template.py +13 -0
- pulumi_gcp/compute/region_target_https_proxy.py +0 -257
- pulumi_gcp/compute/region_url_map.py +470 -0
- pulumi_gcp/container/attached_cluster.py +12 -0
- pulumi_gcp/container/aws_cluster.py +12 -0
- pulumi_gcp/container/aws_node_pool.py +12 -0
- pulumi_gcp/container/azure_cluster.py +12 -0
- pulumi_gcp/container/azure_node_pool.py +12 -0
- pulumi_gcp/container/cluster.py +20 -0
- pulumi_gcp/dataflow/flex_template_job.py +39 -0
- pulumi_gcp/dataloss/__init__.py +0 -1
- pulumi_gcp/dataloss/_inputs.py +0 -1040
- pulumi_gcp/dataloss/outputs.py +0 -1123
- pulumi_gcp/dataproc/cluster.py +20 -0
- pulumi_gcp/dataproc/workflow_template.py +26 -21
- pulumi_gcp/deploymentmanager/deployment.py +34 -0
- pulumi_gcp/dns/_inputs.py +2 -2
- pulumi_gcp/dns/outputs.py +2 -2
- pulumi_gcp/dns/record_set.py +36 -2
- pulumi_gcp/filestore/get_instance.py +1 -11
- pulumi_gcp/filestore/instance.py +0 -101
- pulumi_gcp/firebase/_inputs.py +0 -16
- pulumi_gcp/firebase/android_app.py +27 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +0 -20
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +0 -10
- pulumi_gcp/firebase/app_check_service_config.py +125 -0
- pulumi_gcp/firebase/apple_app.py +27 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +27 -0
- pulumi_gcp/firebase/hosting_version.py +0 -44
- pulumi_gcp/firebase/outputs.py +0 -12
- pulumi_gcp/firebase/web_app.py +20 -0
- pulumi_gcp/firestore/database.py +68 -0
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +12 -0
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +12 -0
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +12 -0
- pulumi_gcp/gkeonprem/v_mware_cluster.py +12 -0
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +12 -0
- pulumi_gcp/logging/folder_sink.py +0 -54
- pulumi_gcp/logging/organization_sink.py +0 -54
- pulumi_gcp/monitoring/_inputs.py +2 -46
- pulumi_gcp/monitoring/outputs.py +2 -40
- pulumi_gcp/monitoring/uptime_check_config.py +0 -6
- pulumi_gcp/netapp/active_directory.py +20 -0
- pulumi_gcp/netapp/volume_replication.py +68 -0
- pulumi_gcp/networkconnectivity/__init__.py +0 -1
- pulumi_gcp/secretmanager/get_secret.py +3 -13
- pulumi_gcp/secretmanager/outputs.py +1 -20
- pulumi_gcp/secretmanager/secret.py +15 -90
- pulumi_gcp/servicenetworking/connection.py +20 -0
- pulumi_gcp/spanner/database.py +41 -0
- pulumi_gcp/spanner/instance.py +40 -0
- pulumi_gcp/storage/__init__.py +0 -1
- pulumi_gcp/storage/bucket.py +12 -0
- pulumi_gcp/storage/outputs.py +0 -63
- pulumi_gcp/workstations/workstation.py +12 -0
- pulumi_gcp/workstations/workstation_cluster.py +12 -0
- pulumi_gcp/workstations/workstation_config.py +12 -0
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/RECORD +99 -105
- pulumi_gcp/applicationintegration/auth_config.py +0 -998
- pulumi_gcp/composer/user_workloads_secret.py +0 -441
- pulumi_gcp/compute/security_policy_rule.py +0 -850
- pulumi_gcp/dataloss/prevention_discovery_config.py +0 -737
- pulumi_gcp/networkconnectivity/internal_range.py +0 -1024
- pulumi_gcp/storage/get_bucket_objects.py +0 -153
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/top_level.txt +0 -0
@@ -42,6 +42,8 @@ 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.
|
45
47
|
:param pulumi.Input[str] username: Username for the Active Directory account with permissions to create the compute account within the specified organizational unit.
|
46
48
|
:param pulumi.Input[bool] aes_encryption: Enables AES-128 and AES-256 encryption for Kerberos-based communication with Active Directory.
|
47
49
|
: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.
|
@@ -156,6 +158,10 @@ class ActiveDirectoryArgs:
|
|
156
158
|
@property
|
157
159
|
@pulumi.getter
|
158
160
|
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
|
+
"""
|
159
165
|
return pulumi.get(self, "password")
|
160
166
|
|
161
167
|
@password.setter
|
@@ -410,6 +416,8 @@ class _ActiveDirectoryState:
|
|
410
416
|
This option can be used to temporarily switch such volumes to AUTH_SYS authentication (user ID + 1-16 groups).
|
411
417
|
:param pulumi.Input[str] organizational_unit: Name of the Organizational Unit where you intend to create the computer account for NetApp Volumes.
|
412
418
|
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.
|
413
421
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
414
422
|
If it is not provided, the provider project is used.
|
415
423
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
@@ -689,6 +697,10 @@ class _ActiveDirectoryState:
|
|
689
697
|
@property
|
690
698
|
@pulumi.getter
|
691
699
|
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
|
+
"""
|
692
704
|
return pulumi.get(self, "password")
|
693
705
|
|
694
706
|
@password.setter
|
@@ -907,6 +919,8 @@ class ActiveDirectory(pulumi.CustomResource):
|
|
907
919
|
This option can be used to temporarily switch such volumes to AUTH_SYS authentication (user ID + 1-16 groups).
|
908
920
|
:param pulumi.Input[str] organizational_unit: Name of the Organizational Unit where you intend to create the computer account for NetApp Volumes.
|
909
921
|
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.
|
910
924
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
911
925
|
If it is not provided, the provider project is used.
|
912
926
|
: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.
|
@@ -1143,6 +1157,8 @@ class ActiveDirectory(pulumi.CustomResource):
|
|
1143
1157
|
This option can be used to temporarily switch such volumes to AUTH_SYS authentication (user ID + 1-16 groups).
|
1144
1158
|
:param pulumi.Input[str] organizational_unit: Name of the Organizational Unit where you intend to create the computer account for NetApp Volumes.
|
1145
1159
|
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.
|
1146
1162
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
1147
1163
|
If it is not provided, the provider project is used.
|
1148
1164
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
@@ -1334,6 +1350,10 @@ class ActiveDirectory(pulumi.CustomResource):
|
|
1334
1350
|
@property
|
1335
1351
|
@pulumi.getter
|
1336
1352
|
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
|
+
"""
|
1337
1357
|
return pulumi.get(self, "password")
|
1338
1358
|
|
1339
1359
|
@property
|
@@ -34,6 +34,11 @@ 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.
|
37
42
|
:param pulumi.Input[str] description: An description of this resource.
|
38
43
|
:param pulumi.Input['VolumeReplicationDestinationVolumeParametersArgs'] destination_volume_parameters: Destination volume parameters.
|
39
44
|
Structure is documented below.
|
@@ -55,6 +60,9 @@ class VolumeReplicationArgs:
|
|
55
60
|
and act independently from the source volume.
|
56
61
|
Set to true to enable/resume the mirror. WARNING: Resuming a mirror overwrites any changes
|
57
62
|
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.
|
58
66
|
"""
|
59
67
|
pulumi.set(__self__, "location", location)
|
60
68
|
pulumi.set(__self__, "replication_schedule", replication_schedule)
|
@@ -118,6 +126,13 @@ class VolumeReplicationArgs:
|
|
118
126
|
@property
|
119
127
|
@pulumi.getter(name="deleteDestinationVolume")
|
120
128
|
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
|
+
"""
|
121
136
|
return pulumi.get(self, "delete_destination_volume")
|
122
137
|
|
123
138
|
@delete_destination_volume.setter
|
@@ -225,6 +240,11 @@ class VolumeReplicationArgs:
|
|
225
240
|
@property
|
226
241
|
@pulumi.getter(name="waitForMirror")
|
227
242
|
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
|
+
"""
|
228
248
|
return pulumi.get(self, "wait_for_mirror")
|
229
249
|
|
230
250
|
@wait_for_mirror.setter
|
@@ -261,6 +281,11 @@ class _VolumeReplicationState:
|
|
261
281
|
"""
|
262
282
|
Input properties used for looking up and filtering VolumeReplication resources.
|
263
283
|
: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.
|
264
289
|
:param pulumi.Input[str] description: An description of this resource.
|
265
290
|
:param pulumi.Input[str] destination_volume: Full resource name of destination volume with format: `projects/{{project}}/locations/{{location}}/volumes/{{volumeId}}`
|
266
291
|
:param pulumi.Input['VolumeReplicationDestinationVolumeParametersArgs'] destination_volume_parameters: Destination volume parameters.
|
@@ -305,6 +330,9 @@ class _VolumeReplicationState:
|
|
305
330
|
:param pulumi.Input[Sequence[pulumi.Input['VolumeReplicationTransferStatArgs']]] transfer_stats: Replication transfer statistics. All statistics are updated every 5 minutes.
|
306
331
|
Structure is documented below.
|
307
332
|
: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.
|
308
336
|
"""
|
309
337
|
if create_time is not None:
|
310
338
|
pulumi.set(__self__, "create_time", create_time)
|
@@ -368,6 +396,13 @@ class _VolumeReplicationState:
|
|
368
396
|
@property
|
369
397
|
@pulumi.getter(name="deleteDestinationVolume")
|
370
398
|
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
|
+
"""
|
371
406
|
return pulumi.get(self, "delete_destination_volume")
|
372
407
|
|
373
408
|
@delete_destination_volume.setter
|
@@ -641,6 +676,11 @@ class _VolumeReplicationState:
|
|
641
676
|
@property
|
642
677
|
@pulumi.getter(name="waitForMirror")
|
643
678
|
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
|
+
"""
|
644
684
|
return pulumi.get(self, "wait_for_mirror")
|
645
685
|
|
646
686
|
@wait_for_mirror.setter
|
@@ -738,6 +778,11 @@ class VolumeReplication(pulumi.CustomResource):
|
|
738
778
|
|
739
779
|
:param str resource_name: The name of the resource.
|
740
780
|
: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.
|
741
786
|
:param pulumi.Input[str] description: An description of this resource.
|
742
787
|
:param pulumi.Input[pulumi.InputType['VolumeReplicationDestinationVolumeParametersArgs']] destination_volume_parameters: Destination volume parameters.
|
743
788
|
Structure is documented below.
|
@@ -763,6 +808,9 @@ class VolumeReplication(pulumi.CustomResource):
|
|
763
808
|
:param pulumi.Input[str] replication_schedule: Specifies the replication interval.
|
764
809
|
Possible values are: `EVERY_10_MINUTES`, `HOURLY`, `DAILY`.
|
765
810
|
: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.
|
766
814
|
"""
|
767
815
|
...
|
768
816
|
@overload
|
@@ -948,6 +996,11 @@ class VolumeReplication(pulumi.CustomResource):
|
|
948
996
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
949
997
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
950
998
|
: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.
|
951
1004
|
:param pulumi.Input[str] description: An description of this resource.
|
952
1005
|
:param pulumi.Input[str] destination_volume: Full resource name of destination volume with format: `projects/{{project}}/locations/{{location}}/volumes/{{volumeId}}`
|
953
1006
|
:param pulumi.Input[pulumi.InputType['VolumeReplicationDestinationVolumeParametersArgs']] destination_volume_parameters: Destination volume parameters.
|
@@ -992,6 +1045,9 @@ class VolumeReplication(pulumi.CustomResource):
|
|
992
1045
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VolumeReplicationTransferStatArgs']]]] transfer_stats: Replication transfer statistics. All statistics are updated every 5 minutes.
|
993
1046
|
Structure is documented below.
|
994
1047
|
: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.
|
995
1051
|
"""
|
996
1052
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
997
1053
|
|
@@ -1033,6 +1089,13 @@ class VolumeReplication(pulumi.CustomResource):
|
|
1033
1089
|
@property
|
1034
1090
|
@pulumi.getter(name="deleteDestinationVolume")
|
1035
1091
|
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
|
+
"""
|
1036
1099
|
return pulumi.get(self, "delete_destination_volume")
|
1037
1100
|
|
1038
1101
|
@property
|
@@ -1222,5 +1285,10 @@ class VolumeReplication(pulumi.CustomResource):
|
|
1222
1285
|
@property
|
1223
1286
|
@pulumi.getter(name="waitForMirror")
|
1224
1287
|
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
|
+
"""
|
1225
1293
|
return pulumi.get(self, "wait_for_mirror")
|
1226
1294
|
|
@@ -22,7 +22,7 @@ class GetSecretResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getSecret.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, annotations=None, create_time=None, effective_annotations=None, effective_labels=None, expire_time=None, id=None, labels=None, name=None, project=None, pulumi_labels=None, replications=None, rotations=None, secret_id=None, topics=None, ttl=None, version_aliases=None
|
25
|
+
def __init__(__self__, annotations=None, create_time=None, effective_annotations=None, effective_labels=None, expire_time=None, id=None, labels=None, name=None, project=None, pulumi_labels=None, replications=None, rotations=None, secret_id=None, topics=None, ttl=None, version_aliases=None):
|
26
26
|
if annotations and not isinstance(annotations, dict):
|
27
27
|
raise TypeError("Expected argument 'annotations' to be a dict")
|
28
28
|
pulumi.set(__self__, "annotations", annotations)
|
@@ -71,9 +71,6 @@ class GetSecretResult:
|
|
71
71
|
if version_aliases and not isinstance(version_aliases, dict):
|
72
72
|
raise TypeError("Expected argument 'version_aliases' to be a dict")
|
73
73
|
pulumi.set(__self__, "version_aliases", version_aliases)
|
74
|
-
if version_destroy_ttl and not isinstance(version_destroy_ttl, str):
|
75
|
-
raise TypeError("Expected argument 'version_destroy_ttl' to be a str")
|
76
|
-
pulumi.set(__self__, "version_destroy_ttl", version_destroy_ttl)
|
77
74
|
|
78
75
|
@property
|
79
76
|
@pulumi.getter
|
@@ -158,11 +155,6 @@ class GetSecretResult:
|
|
158
155
|
def version_aliases(self) -> Mapping[str, str]:
|
159
156
|
return pulumi.get(self, "version_aliases")
|
160
157
|
|
161
|
-
@property
|
162
|
-
@pulumi.getter(name="versionDestroyTtl")
|
163
|
-
def version_destroy_ttl(self) -> str:
|
164
|
-
return pulumi.get(self, "version_destroy_ttl")
|
165
|
-
|
166
158
|
|
167
159
|
class AwaitableGetSecretResult(GetSecretResult):
|
168
160
|
# pylint: disable=using-constant-test
|
@@ -185,8 +177,7 @@ class AwaitableGetSecretResult(GetSecretResult):
|
|
185
177
|
secret_id=self.secret_id,
|
186
178
|
topics=self.topics,
|
187
179
|
ttl=self.ttl,
|
188
|
-
version_aliases=self.version_aliases
|
189
|
-
version_destroy_ttl=self.version_destroy_ttl)
|
180
|
+
version_aliases=self.version_aliases)
|
190
181
|
|
191
182
|
|
192
183
|
def get_secret(project: Optional[str] = None,
|
@@ -230,8 +221,7 @@ def get_secret(project: Optional[str] = None,
|
|
230
221
|
secret_id=pulumi.get(__ret__, 'secret_id'),
|
231
222
|
topics=pulumi.get(__ret__, 'topics'),
|
232
223
|
ttl=pulumi.get(__ret__, 'ttl'),
|
233
|
-
version_aliases=pulumi.get(__ret__, 'version_aliases')
|
234
|
-
version_destroy_ttl=pulumi.get(__ret__, 'version_destroy_ttl'))
|
224
|
+
version_aliases=pulumi.get(__ret__, 'version_aliases'))
|
235
225
|
|
236
226
|
|
237
227
|
@_utilities.lift_output_func(get_secret)
|
@@ -613,8 +613,7 @@ class GetSecretsSecretResult(dict):
|
|
613
613
|
secret_id: str,
|
614
614
|
topics: Sequence['outputs.GetSecretsSecretTopicResult'],
|
615
615
|
ttl: str,
|
616
|
-
version_aliases: Mapping[str, str]
|
617
|
-
version_destroy_ttl: str):
|
616
|
+
version_aliases: Mapping[str, str]):
|
618
617
|
"""
|
619
618
|
:param Mapping[str, str] annotations: Custom metadata about the secret.
|
620
619
|
:param str create_time: The time at which the Secret was created.
|
@@ -635,11 +634,6 @@ class GetSecretsSecretResult(dict):
|
|
635
634
|
A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
|
636
635
|
Only one of 'ttl' or 'expire_time' can be provided.
|
637
636
|
:param Mapping[str, str] version_aliases: Mapping from version alias to version name.
|
638
|
-
:param str version_destroy_ttl: Secret Version TTL after destruction request.
|
639
|
-
This is a part of the delayed delete feature on Secret Version.
|
640
|
-
For secret with versionDestroyTtl>0, version destruction doesn't happen immediately
|
641
|
-
on calling destroy instead the version goes to a disabled state and
|
642
|
-
the actual destruction happens after this TTL expires.
|
643
637
|
"""
|
644
638
|
pulumi.set(__self__, "annotations", annotations)
|
645
639
|
pulumi.set(__self__, "create_time", create_time)
|
@@ -656,7 +650,6 @@ class GetSecretsSecretResult(dict):
|
|
656
650
|
pulumi.set(__self__, "topics", topics)
|
657
651
|
pulumi.set(__self__, "ttl", ttl)
|
658
652
|
pulumi.set(__self__, "version_aliases", version_aliases)
|
659
|
-
pulumi.set(__self__, "version_destroy_ttl", version_destroy_ttl)
|
660
653
|
|
661
654
|
@property
|
662
655
|
@pulumi.getter
|
@@ -778,18 +771,6 @@ class GetSecretsSecretResult(dict):
|
|
778
771
|
"""
|
779
772
|
return pulumi.get(self, "version_aliases")
|
780
773
|
|
781
|
-
@property
|
782
|
-
@pulumi.getter(name="versionDestroyTtl")
|
783
|
-
def version_destroy_ttl(self) -> str:
|
784
|
-
"""
|
785
|
-
Secret Version TTL after destruction request.
|
786
|
-
This is a part of the delayed delete feature on Secret Version.
|
787
|
-
For secret with versionDestroyTtl>0, version destruction doesn't happen immediately
|
788
|
-
on calling destroy instead the version goes to a disabled state and
|
789
|
-
the actual destruction happens after this TTL expires.
|
790
|
-
"""
|
791
|
-
return pulumi.get(self, "version_destroy_ttl")
|
792
|
-
|
793
774
|
|
794
775
|
@pulumi.output_type
|
795
776
|
class GetSecretsSecretReplicationResult(dict):
|
@@ -25,8 +25,7 @@ class SecretArgs:
|
|
25
25
|
rotation: Optional[pulumi.Input['SecretRotationArgs']] = None,
|
26
26
|
topics: Optional[pulumi.Input[Sequence[pulumi.Input['SecretTopicArgs']]]] = None,
|
27
27
|
ttl: Optional[pulumi.Input[str]] = None,
|
28
|
-
version_aliases: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None
|
29
|
-
version_destroy_ttl: Optional[pulumi.Input[str]] = None):
|
28
|
+
version_aliases: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
30
29
|
"""
|
31
30
|
The set of arguments for constructing a Secret resource.
|
32
31
|
:param pulumi.Input['SecretReplicationArgs'] replication: The replication policy of the secret data attached to the Secret. It cannot be changed
|
@@ -62,9 +61,6 @@ class SecretArgs:
|
|
62
61
|
contain uppercase and lowercase letters, numerals, and the hyphen (-) and underscore ('_') characters. An alias string
|
63
62
|
must start with a letter and cannot be the string 'latest' or 'NEW'. No more than 50 aliases can be assigned to a given
|
64
63
|
secret. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
|
65
|
-
:param pulumi.Input[str] version_destroy_ttl: Secret Version TTL after destruction request. This is a part of the delayed delete feature on Secret Version. For secret
|
66
|
-
with versionDestroyTtl>0, version destruction doesn't happen immediately on calling destroy instead the version goes to
|
67
|
-
a disabled state and the actual destruction happens after this TTL expires.
|
68
64
|
"""
|
69
65
|
pulumi.set(__self__, "replication", replication)
|
70
66
|
pulumi.set(__self__, "secret_id", secret_id)
|
@@ -84,8 +80,6 @@ class SecretArgs:
|
|
84
80
|
pulumi.set(__self__, "ttl", ttl)
|
85
81
|
if version_aliases is not None:
|
86
82
|
pulumi.set(__self__, "version_aliases", version_aliases)
|
87
|
-
if version_destroy_ttl is not None:
|
88
|
-
pulumi.set(__self__, "version_destroy_ttl", version_destroy_ttl)
|
89
83
|
|
90
84
|
@property
|
91
85
|
@pulumi.getter
|
@@ -228,20 +222,6 @@ class SecretArgs:
|
|
228
222
|
def version_aliases(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
229
223
|
pulumi.set(self, "version_aliases", value)
|
230
224
|
|
231
|
-
@property
|
232
|
-
@pulumi.getter(name="versionDestroyTtl")
|
233
|
-
def version_destroy_ttl(self) -> Optional[pulumi.Input[str]]:
|
234
|
-
"""
|
235
|
-
Secret Version TTL after destruction request. This is a part of the delayed delete feature on Secret Version. For secret
|
236
|
-
with versionDestroyTtl>0, version destruction doesn't happen immediately on calling destroy instead the version goes to
|
237
|
-
a disabled state and the actual destruction happens after this TTL expires.
|
238
|
-
"""
|
239
|
-
return pulumi.get(self, "version_destroy_ttl")
|
240
|
-
|
241
|
-
@version_destroy_ttl.setter
|
242
|
-
def version_destroy_ttl(self, value: Optional[pulumi.Input[str]]):
|
243
|
-
pulumi.set(self, "version_destroy_ttl", value)
|
244
|
-
|
245
225
|
|
246
226
|
@pulumi.input_type
|
247
227
|
class _SecretState:
|
@@ -260,8 +240,7 @@ class _SecretState:
|
|
260
240
|
secret_id: Optional[pulumi.Input[str]] = None,
|
261
241
|
topics: Optional[pulumi.Input[Sequence[pulumi.Input['SecretTopicArgs']]]] = None,
|
262
242
|
ttl: Optional[pulumi.Input[str]] = None,
|
263
|
-
version_aliases: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None
|
264
|
-
version_destroy_ttl: Optional[pulumi.Input[str]] = None):
|
243
|
+
version_aliases: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
265
244
|
"""
|
266
245
|
Input properties used for looking up and filtering Secret resources.
|
267
246
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] annotations: Custom metadata about the secret. Annotations are distinct from various forms of labels. Annotations exist to allow
|
@@ -273,6 +252,8 @@ class _SecretState:
|
|
273
252
|
annotations present in your configuration. Please refer to the field 'effective_annotations' for all of the annotations
|
274
253
|
present on the resource.
|
275
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.
|
276
257
|
: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.
|
277
258
|
: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
|
278
259
|
on input. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
@@ -303,9 +284,6 @@ class _SecretState:
|
|
303
284
|
contain uppercase and lowercase letters, numerals, and the hyphen (-) and underscore ('_') characters. An alias string
|
304
285
|
must start with a letter and cannot be the string 'latest' or 'NEW'. No more than 50 aliases can be assigned to a given
|
305
286
|
secret. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
|
306
|
-
:param pulumi.Input[str] version_destroy_ttl: Secret Version TTL after destruction request. This is a part of the delayed delete feature on Secret Version. For secret
|
307
|
-
with versionDestroyTtl>0, version destruction doesn't happen immediately on calling destroy instead the version goes to
|
308
|
-
a disabled state and the actual destruction happens after this TTL expires.
|
309
287
|
"""
|
310
288
|
if annotations is not None:
|
311
289
|
pulumi.set(__self__, "annotations", annotations)
|
@@ -337,8 +315,6 @@ class _SecretState:
|
|
337
315
|
pulumi.set(__self__, "ttl", ttl)
|
338
316
|
if version_aliases is not None:
|
339
317
|
pulumi.set(__self__, "version_aliases", version_aliases)
|
340
|
-
if version_destroy_ttl is not None:
|
341
|
-
pulumi.set(__self__, "version_destroy_ttl", version_destroy_ttl)
|
342
318
|
|
343
319
|
@property
|
344
320
|
@pulumi.getter
|
@@ -374,6 +350,10 @@ class _SecretState:
|
|
374
350
|
@property
|
375
351
|
@pulumi.getter(name="effectiveAnnotations")
|
376
352
|
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
|
+
"""
|
377
357
|
return pulumi.get(self, "effective_annotations")
|
378
358
|
|
379
359
|
@effective_annotations.setter
|
@@ -540,20 +520,6 @@ class _SecretState:
|
|
540
520
|
def version_aliases(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
541
521
|
pulumi.set(self, "version_aliases", value)
|
542
522
|
|
543
|
-
@property
|
544
|
-
@pulumi.getter(name="versionDestroyTtl")
|
545
|
-
def version_destroy_ttl(self) -> Optional[pulumi.Input[str]]:
|
546
|
-
"""
|
547
|
-
Secret Version TTL after destruction request. This is a part of the delayed delete feature on Secret Version. For secret
|
548
|
-
with versionDestroyTtl>0, version destruction doesn't happen immediately on calling destroy instead the version goes to
|
549
|
-
a disabled state and the actual destruction happens after this TTL expires.
|
550
|
-
"""
|
551
|
-
return pulumi.get(self, "version_destroy_ttl")
|
552
|
-
|
553
|
-
@version_destroy_ttl.setter
|
554
|
-
def version_destroy_ttl(self, value: Optional[pulumi.Input[str]]):
|
555
|
-
pulumi.set(self, "version_destroy_ttl", value)
|
556
|
-
|
557
523
|
|
558
524
|
class Secret(pulumi.CustomResource):
|
559
525
|
@overload
|
@@ -570,7 +536,6 @@ class Secret(pulumi.CustomResource):
|
|
570
536
|
topics: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SecretTopicArgs']]]]] = None,
|
571
537
|
ttl: Optional[pulumi.Input[str]] = None,
|
572
538
|
version_aliases: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
573
|
-
version_destroy_ttl: Optional[pulumi.Input[str]] = None,
|
574
539
|
__props__=None):
|
575
540
|
"""
|
576
541
|
A Secret is a logical secret whose value and versions can be accessed.
|
@@ -627,19 +592,6 @@ class Secret(pulumi.CustomResource):
|
|
627
592
|
auto=gcp.secretmanager.SecretReplicationAutoArgs(),
|
628
593
|
))
|
629
594
|
```
|
630
|
-
### Secret With Version Destroy Ttl
|
631
|
-
|
632
|
-
```python
|
633
|
-
import pulumi
|
634
|
-
import pulumi_gcp as gcp
|
635
|
-
|
636
|
-
secret_with_version_destroy_ttl = gcp.secretmanager.Secret("secret-with-version-destroy-ttl",
|
637
|
-
secret_id="secret",
|
638
|
-
version_destroy_ttl="2592000s",
|
639
|
-
replication=gcp.secretmanager.SecretReplicationArgs(
|
640
|
-
auto=gcp.secretmanager.SecretReplicationAutoArgs(),
|
641
|
-
))
|
642
|
-
```
|
643
595
|
### Secret With Automatic Cmek
|
644
596
|
|
645
597
|
```python
|
@@ -721,9 +673,6 @@ class Secret(pulumi.CustomResource):
|
|
721
673
|
contain uppercase and lowercase letters, numerals, and the hyphen (-) and underscore ('_') characters. An alias string
|
722
674
|
must start with a letter and cannot be the string 'latest' or 'NEW'. No more than 50 aliases can be assigned to a given
|
723
675
|
secret. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
|
724
|
-
:param pulumi.Input[str] version_destroy_ttl: Secret Version TTL after destruction request. This is a part of the delayed delete feature on Secret Version. For secret
|
725
|
-
with versionDestroyTtl>0, version destruction doesn't happen immediately on calling destroy instead the version goes to
|
726
|
-
a disabled state and the actual destruction happens after this TTL expires.
|
727
676
|
"""
|
728
677
|
...
|
729
678
|
@overload
|
@@ -786,19 +735,6 @@ class Secret(pulumi.CustomResource):
|
|
786
735
|
auto=gcp.secretmanager.SecretReplicationAutoArgs(),
|
787
736
|
))
|
788
737
|
```
|
789
|
-
### Secret With Version Destroy Ttl
|
790
|
-
|
791
|
-
```python
|
792
|
-
import pulumi
|
793
|
-
import pulumi_gcp as gcp
|
794
|
-
|
795
|
-
secret_with_version_destroy_ttl = gcp.secretmanager.Secret("secret-with-version-destroy-ttl",
|
796
|
-
secret_id="secret",
|
797
|
-
version_destroy_ttl="2592000s",
|
798
|
-
replication=gcp.secretmanager.SecretReplicationArgs(
|
799
|
-
auto=gcp.secretmanager.SecretReplicationAutoArgs(),
|
800
|
-
))
|
801
|
-
```
|
802
738
|
### Secret With Automatic Cmek
|
803
739
|
|
804
740
|
```python
|
@@ -870,7 +806,6 @@ class Secret(pulumi.CustomResource):
|
|
870
806
|
topics: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SecretTopicArgs']]]]] = None,
|
871
807
|
ttl: Optional[pulumi.Input[str]] = None,
|
872
808
|
version_aliases: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
873
|
-
version_destroy_ttl: Optional[pulumi.Input[str]] = None,
|
874
809
|
__props__=None):
|
875
810
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
876
811
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -894,7 +829,6 @@ class Secret(pulumi.CustomResource):
|
|
894
829
|
__props__.__dict__["topics"] = topics
|
895
830
|
__props__.__dict__["ttl"] = ttl
|
896
831
|
__props__.__dict__["version_aliases"] = version_aliases
|
897
|
-
__props__.__dict__["version_destroy_ttl"] = version_destroy_ttl
|
898
832
|
__props__.__dict__["create_time"] = None
|
899
833
|
__props__.__dict__["effective_annotations"] = None
|
900
834
|
__props__.__dict__["effective_labels"] = None
|
@@ -926,8 +860,7 @@ class Secret(pulumi.CustomResource):
|
|
926
860
|
secret_id: Optional[pulumi.Input[str]] = None,
|
927
861
|
topics: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SecretTopicArgs']]]]] = None,
|
928
862
|
ttl: Optional[pulumi.Input[str]] = None,
|
929
|
-
version_aliases: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None
|
930
|
-
version_destroy_ttl: Optional[pulumi.Input[str]] = None) -> 'Secret':
|
863
|
+
version_aliases: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None) -> 'Secret':
|
931
864
|
"""
|
932
865
|
Get an existing Secret resource's state with the given name, id, and optional extra
|
933
866
|
properties used to qualify the lookup.
|
@@ -944,6 +877,8 @@ class Secret(pulumi.CustomResource):
|
|
944
877
|
annotations present in your configuration. Please refer to the field 'effective_annotations' for all of the annotations
|
945
878
|
present on the resource.
|
946
879
|
: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.
|
947
882
|
: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.
|
948
883
|
: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
|
949
884
|
on input. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
@@ -974,9 +909,6 @@ class Secret(pulumi.CustomResource):
|
|
974
909
|
contain uppercase and lowercase letters, numerals, and the hyphen (-) and underscore ('_') characters. An alias string
|
975
910
|
must start with a letter and cannot be the string 'latest' or 'NEW'. No more than 50 aliases can be assigned to a given
|
976
911
|
secret. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
|
977
|
-
:param pulumi.Input[str] version_destroy_ttl: Secret Version TTL after destruction request. This is a part of the delayed delete feature on Secret Version. For secret
|
978
|
-
with versionDestroyTtl>0, version destruction doesn't happen immediately on calling destroy instead the version goes to
|
979
|
-
a disabled state and the actual destruction happens after this TTL expires.
|
980
912
|
"""
|
981
913
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
982
914
|
|
@@ -997,7 +929,6 @@ class Secret(pulumi.CustomResource):
|
|
997
929
|
__props__.__dict__["topics"] = topics
|
998
930
|
__props__.__dict__["ttl"] = ttl
|
999
931
|
__props__.__dict__["version_aliases"] = version_aliases
|
1000
|
-
__props__.__dict__["version_destroy_ttl"] = version_destroy_ttl
|
1001
932
|
return Secret(resource_name, opts=opts, __props__=__props__)
|
1002
933
|
|
1003
934
|
@property
|
@@ -1026,6 +957,10 @@ class Secret(pulumi.CustomResource):
|
|
1026
957
|
@property
|
1027
958
|
@pulumi.getter(name="effectiveAnnotations")
|
1028
959
|
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
|
+
"""
|
1029
964
|
return pulumi.get(self, "effective_annotations")
|
1030
965
|
|
1031
966
|
@property
|
@@ -1140,13 +1075,3 @@ class Secret(pulumi.CustomResource):
|
|
1140
1075
|
"""
|
1141
1076
|
return pulumi.get(self, "version_aliases")
|
1142
1077
|
|
1143
|
-
@property
|
1144
|
-
@pulumi.getter(name="versionDestroyTtl")
|
1145
|
-
def version_destroy_ttl(self) -> pulumi.Output[Optional[str]]:
|
1146
|
-
"""
|
1147
|
-
Secret Version TTL after destruction request. This is a part of the delayed delete feature on Secret Version. For secret
|
1148
|
-
with versionDestroyTtl>0, version destruction doesn't happen immediately on calling destroy instead the version goes to
|
1149
|
-
a disabled state and the actual destruction happens after this TTL expires.
|
1150
|
-
"""
|
1151
|
-
return pulumi.get(self, "version_destroy_ttl")
|
1152
|
-
|