pulumi-gcp 8.26.0a1744267117__py3-none-any.whl → 8.27.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +128 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +117 -0
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +81 -26
- pulumi_gcp/accesscontextmanager/outputs.py +95 -0
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/control_plane_access.py +419 -0
- pulumi_gcp/bigquery/_inputs.py +87 -30
- pulumi_gcp/bigquery/outputs.py +58 -20
- pulumi_gcp/bigquery/table.py +28 -14
- pulumi_gcp/clouddeploy/__init__.py +1 -0
- pulumi_gcp/clouddeploy/_inputs.py +2876 -1314
- pulumi_gcp/clouddeploy/automation.py +64 -2
- pulumi_gcp/clouddeploy/deploy_policy.py +1179 -0
- pulumi_gcp/clouddeploy/outputs.py +1130 -5
- pulumi_gcp/cloudrun/service.py +46 -0
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/service.py +87 -2
- pulumi_gcp/compute/_inputs.py +448 -1
- pulumi_gcp/compute/image.py +183 -0
- pulumi_gcp/compute/outputs.py +387 -3
- pulumi_gcp/compute/region_backend_service.py +6 -2
- pulumi_gcp/compute/resource_policy.py +30 -0
- pulumi_gcp/compute/snapshot.py +6 -0
- pulumi_gcp/databasemigrationservice/_inputs.py +27 -24
- pulumi_gcp/databasemigrationservice/connection_profile.py +168 -0
- pulumi_gcp/databasemigrationservice/migration_job.py +6 -0
- pulumi_gcp/databasemigrationservice/outputs.py +18 -15
- pulumi_gcp/datastream/_inputs.py +506 -0
- pulumi_gcp/datastream/outputs.py +376 -0
- pulumi_gcp/datastream/stream.py +0 -2
- pulumi_gcp/developerconnect/__init__.py +1 -0
- pulumi_gcp/developerconnect/_inputs.py +77 -0
- pulumi_gcp/developerconnect/account_connector.py +866 -0
- pulumi_gcp/developerconnect/outputs.py +64 -0
- pulumi_gcp/firebase/hosting_version.py +34 -14
- pulumi_gcp/firestore/database.py +82 -0
- pulumi_gcp/firestore/index.py +263 -7
- pulumi_gcp/folder/__init__.py +1 -0
- pulumi_gcp/folder/service_identity.py +314 -0
- pulumi_gcp/gemini/__init__.py +2 -0
- pulumi_gcp/gemini/_inputs.py +176 -0
- pulumi_gcp/gemini/code_tools_setting.py +601 -0
- pulumi_gcp/gemini/code_tools_setting_binding.py +753 -0
- pulumi_gcp/gemini/outputs.py +124 -0
- pulumi_gcp/gkeonprem/v_mware_cluster.py +49 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +28 -0
- pulumi_gcp/managedkafka/_inputs.py +6 -6
- pulumi_gcp/managedkafka/connect_cluster.py +84 -40
- pulumi_gcp/managedkafka/connector.py +98 -44
- pulumi_gcp/managedkafka/outputs.py +4 -4
- pulumi_gcp/memorystore/_inputs.py +205 -0
- pulumi_gcp/memorystore/get_instance.py +45 -1
- pulumi_gcp/memorystore/instance.py +194 -0
- pulumi_gcp/memorystore/outputs.py +270 -0
- pulumi_gcp/ml/engine_model.py +0 -22
- pulumi_gcp/monitoring/_inputs.py +37 -19
- pulumi_gcp/monitoring/outputs.py +39 -11
- pulumi_gcp/monitoring/uptime_check_config.py +8 -0
- pulumi_gcp/netapp/_inputs.py +92 -6
- pulumi_gcp/netapp/outputs.py +77 -4
- pulumi_gcp/netapp/volume_replication.py +12 -2
- pulumi_gcp/networkconnectivity/service_connection_policy.py +4 -2
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/osconfig/__init__.py +1 -0
- pulumi_gcp/osconfig/_inputs.py +5439 -0
- pulumi_gcp/osconfig/outputs.py +3978 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +8 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator_for_organization.py +1055 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +12 -1
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +15 -1
- pulumi_gcp/parametermanager/outputs.py +11 -0
- pulumi_gcp/parametermanager/regional_parameter.py +78 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +66 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +69 -0
- pulumi_gcp/redis/cluster.py +140 -0
- pulumi_gcp/redis/outputs.py +40 -0
- pulumi_gcp/spanner/database.py +0 -34
- pulumi_gcp/storage/_inputs.py +111 -0
- pulumi_gcp/storage/bucket_object.py +28 -0
- pulumi_gcp/storage/control_folder_intelligence_config.py +32 -0
- pulumi_gcp/storage/control_organization_intelligence_config.py +32 -0
- pulumi_gcp/storage/control_project_intelligence_config.py +32 -0
- pulumi_gcp/storage/get_bucket_object.py +12 -1
- pulumi_gcp/storage/get_bucket_object_content.py +12 -1
- pulumi_gcp/storage/get_control_folder_intelligence_config.py +12 -1
- pulumi_gcp/storage/get_control_organization_intelligence_config.py +12 -1
- pulumi_gcp/storage/get_control_project_intelligence_config.py +12 -1
- pulumi_gcp/storage/outputs.py +174 -0
- pulumi_gcp/vertex/__init__.py +12 -0
- pulumi_gcp/vertex/_inputs.py +294 -0
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_group.py +1 -1
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +583 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +583 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +422 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +26 -27
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +614 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +614 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +453 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +583 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +583 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +422 -0
- pulumi_gcp/vertex/get_ai_feature_group_iam_policy.py +177 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +194 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_iam_policy.py +177 -0
- pulumi_gcp/vertex/outputs.py +168 -0
- pulumi_gcp/workbench/_inputs.py +60 -0
- pulumi_gcp/workbench/instance.py +48 -0
- pulumi_gcp/workbench/outputs.py +55 -0
- {pulumi_gcp-8.26.0a1744267117.dist-info → pulumi_gcp-8.27.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.26.0a1744267117.dist-info → pulumi_gcp-8.27.0.dist-info}/RECORD +116 -97
- {pulumi_gcp-8.26.0a1744267117.dist-info → pulumi_gcp-8.27.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.26.0a1744267117.dist-info → pulumi_gcp-8.27.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/redis/cluster.py
CHANGED
@@ -27,8 +27,10 @@ class ClusterArgs:
|
|
27
27
|
automated_backup_config: Optional[pulumi.Input['ClusterAutomatedBackupConfigArgs']] = None,
|
28
28
|
cross_cluster_replication_config: Optional[pulumi.Input['ClusterCrossClusterReplicationConfigArgs']] = None,
|
29
29
|
deletion_protection_enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
30
|
+
gcs_source: Optional[pulumi.Input['ClusterGcsSourceArgs']] = None,
|
30
31
|
kms_key: Optional[pulumi.Input[builtins.str]] = None,
|
31
32
|
maintenance_policy: Optional[pulumi.Input['ClusterMaintenancePolicyArgs']] = None,
|
33
|
+
managed_backup_source: Optional[pulumi.Input['ClusterManagedBackupSourceArgs']] = None,
|
32
34
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
33
35
|
node_type: Optional[pulumi.Input[builtins.str]] = None,
|
34
36
|
persistence_config: Optional[pulumi.Input['ClusterPersistenceConfigArgs']] = None,
|
@@ -52,9 +54,13 @@ class ClusterArgs:
|
|
52
54
|
:param pulumi.Input[builtins.bool] deletion_protection_enabled: Optional. Indicates if the cluster is deletion protected or not.
|
53
55
|
If the value if set to true, any delete cluster operation will fail.
|
54
56
|
Default value is true.
|
57
|
+
:param pulumi.Input['ClusterGcsSourceArgs'] gcs_source: Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters.
|
58
|
+
Structure is documented below.
|
55
59
|
:param pulumi.Input[builtins.str] kms_key: The KMS key used to encrypt the at-rest data of the cluster.
|
56
60
|
:param pulumi.Input['ClusterMaintenancePolicyArgs'] maintenance_policy: Maintenance policy for a cluster
|
57
61
|
Structure is documented below.
|
62
|
+
:param pulumi.Input['ClusterManagedBackupSourceArgs'] managed_backup_source: Backups that generated and managed by memorystore.
|
63
|
+
Structure is documented below.
|
58
64
|
:param pulumi.Input[builtins.str] name: Unique name of the resource in this scope including project and location using the form:
|
59
65
|
projects/{projectId}/locations/{locationId}/clusters/{clusterId}
|
60
66
|
|
@@ -92,10 +98,14 @@ class ClusterArgs:
|
|
92
98
|
pulumi.set(__self__, "cross_cluster_replication_config", cross_cluster_replication_config)
|
93
99
|
if deletion_protection_enabled is not None:
|
94
100
|
pulumi.set(__self__, "deletion_protection_enabled", deletion_protection_enabled)
|
101
|
+
if gcs_source is not None:
|
102
|
+
pulumi.set(__self__, "gcs_source", gcs_source)
|
95
103
|
if kms_key is not None:
|
96
104
|
pulumi.set(__self__, "kms_key", kms_key)
|
97
105
|
if maintenance_policy is not None:
|
98
106
|
pulumi.set(__self__, "maintenance_policy", maintenance_policy)
|
107
|
+
if managed_backup_source is not None:
|
108
|
+
pulumi.set(__self__, "managed_backup_source", managed_backup_source)
|
99
109
|
if name is not None:
|
100
110
|
pulumi.set(__self__, "name", name)
|
101
111
|
if node_type is not None:
|
@@ -183,6 +193,19 @@ class ClusterArgs:
|
|
183
193
|
def deletion_protection_enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
|
184
194
|
pulumi.set(self, "deletion_protection_enabled", value)
|
185
195
|
|
196
|
+
@property
|
197
|
+
@pulumi.getter(name="gcsSource")
|
198
|
+
def gcs_source(self) -> Optional[pulumi.Input['ClusterGcsSourceArgs']]:
|
199
|
+
"""
|
200
|
+
Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters.
|
201
|
+
Structure is documented below.
|
202
|
+
"""
|
203
|
+
return pulumi.get(self, "gcs_source")
|
204
|
+
|
205
|
+
@gcs_source.setter
|
206
|
+
def gcs_source(self, value: Optional[pulumi.Input['ClusterGcsSourceArgs']]):
|
207
|
+
pulumi.set(self, "gcs_source", value)
|
208
|
+
|
186
209
|
@property
|
187
210
|
@pulumi.getter(name="kmsKey")
|
188
211
|
def kms_key(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -208,6 +231,19 @@ class ClusterArgs:
|
|
208
231
|
def maintenance_policy(self, value: Optional[pulumi.Input['ClusterMaintenancePolicyArgs']]):
|
209
232
|
pulumi.set(self, "maintenance_policy", value)
|
210
233
|
|
234
|
+
@property
|
235
|
+
@pulumi.getter(name="managedBackupSource")
|
236
|
+
def managed_backup_source(self) -> Optional[pulumi.Input['ClusterManagedBackupSourceArgs']]:
|
237
|
+
"""
|
238
|
+
Backups that generated and managed by memorystore.
|
239
|
+
Structure is documented below.
|
240
|
+
"""
|
241
|
+
return pulumi.get(self, "managed_backup_source")
|
242
|
+
|
243
|
+
@managed_backup_source.setter
|
244
|
+
def managed_backup_source(self, value: Optional[pulumi.Input['ClusterManagedBackupSourceArgs']]):
|
245
|
+
pulumi.set(self, "managed_backup_source", value)
|
246
|
+
|
211
247
|
@property
|
212
248
|
@pulumi.getter
|
213
249
|
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -351,13 +387,16 @@ class _ClusterState:
|
|
351
387
|
def __init__(__self__, *,
|
352
388
|
authorization_mode: Optional[pulumi.Input[builtins.str]] = None,
|
353
389
|
automated_backup_config: Optional[pulumi.Input['ClusterAutomatedBackupConfigArgs']] = None,
|
390
|
+
backup_collection: Optional[pulumi.Input[builtins.str]] = None,
|
354
391
|
create_time: Optional[pulumi.Input[builtins.str]] = None,
|
355
392
|
cross_cluster_replication_config: Optional[pulumi.Input['ClusterCrossClusterReplicationConfigArgs']] = None,
|
356
393
|
deletion_protection_enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
357
394
|
discovery_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterDiscoveryEndpointArgs']]]] = None,
|
395
|
+
gcs_source: Optional[pulumi.Input['ClusterGcsSourceArgs']] = None,
|
358
396
|
kms_key: Optional[pulumi.Input[builtins.str]] = None,
|
359
397
|
maintenance_policy: Optional[pulumi.Input['ClusterMaintenancePolicyArgs']] = None,
|
360
398
|
maintenance_schedules: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterMaintenanceScheduleArgs']]]] = None,
|
399
|
+
managed_backup_source: Optional[pulumi.Input['ClusterManagedBackupSourceArgs']] = None,
|
361
400
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
362
401
|
node_type: Optional[pulumi.Input[builtins.str]] = None,
|
363
402
|
persistence_config: Optional[pulumi.Input['ClusterPersistenceConfigArgs']] = None,
|
@@ -383,6 +422,8 @@ class _ClusterState:
|
|
383
422
|
Possible values are: `AUTH_MODE_UNSPECIFIED`, `AUTH_MODE_IAM_AUTH`, `AUTH_MODE_DISABLED`.
|
384
423
|
:param pulumi.Input['ClusterAutomatedBackupConfigArgs'] automated_backup_config: The automated backup config for a instance.
|
385
424
|
Structure is documented below.
|
425
|
+
:param pulumi.Input[builtins.str] backup_collection: The backup collection full resource name.
|
426
|
+
Example: projects/{project}/locations/{location}/backupCollections/{collection}
|
386
427
|
:param pulumi.Input[builtins.str] create_time: The timestamp associated with the cluster creation request. A timestamp in
|
387
428
|
RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional
|
388
429
|
digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
@@ -395,11 +436,15 @@ class _ClusterState:
|
|
395
436
|
for Redis clients to connect to the cluster.
|
396
437
|
Currently only one endpoint is supported.
|
397
438
|
Structure is documented below.
|
439
|
+
:param pulumi.Input['ClusterGcsSourceArgs'] gcs_source: Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters.
|
440
|
+
Structure is documented below.
|
398
441
|
:param pulumi.Input[builtins.str] kms_key: The KMS key used to encrypt the at-rest data of the cluster.
|
399
442
|
:param pulumi.Input['ClusterMaintenancePolicyArgs'] maintenance_policy: Maintenance policy for a cluster
|
400
443
|
Structure is documented below.
|
401
444
|
:param pulumi.Input[Sequence[pulumi.Input['ClusterMaintenanceScheduleArgs']]] maintenance_schedules: Upcoming maintenance schedule.
|
402
445
|
Structure is documented below.
|
446
|
+
:param pulumi.Input['ClusterManagedBackupSourceArgs'] managed_backup_source: Backups that generated and managed by memorystore.
|
447
|
+
Structure is documented below.
|
403
448
|
:param pulumi.Input[builtins.str] name: Unique name of the resource in this scope including project and location using the form:
|
404
449
|
projects/{projectId}/locations/{locationId}/clusters/{clusterId}
|
405
450
|
|
@@ -443,6 +488,8 @@ class _ClusterState:
|
|
443
488
|
pulumi.set(__self__, "authorization_mode", authorization_mode)
|
444
489
|
if automated_backup_config is not None:
|
445
490
|
pulumi.set(__self__, "automated_backup_config", automated_backup_config)
|
491
|
+
if backup_collection is not None:
|
492
|
+
pulumi.set(__self__, "backup_collection", backup_collection)
|
446
493
|
if create_time is not None:
|
447
494
|
pulumi.set(__self__, "create_time", create_time)
|
448
495
|
if cross_cluster_replication_config is not None:
|
@@ -451,12 +498,16 @@ class _ClusterState:
|
|
451
498
|
pulumi.set(__self__, "deletion_protection_enabled", deletion_protection_enabled)
|
452
499
|
if discovery_endpoints is not None:
|
453
500
|
pulumi.set(__self__, "discovery_endpoints", discovery_endpoints)
|
501
|
+
if gcs_source is not None:
|
502
|
+
pulumi.set(__self__, "gcs_source", gcs_source)
|
454
503
|
if kms_key is not None:
|
455
504
|
pulumi.set(__self__, "kms_key", kms_key)
|
456
505
|
if maintenance_policy is not None:
|
457
506
|
pulumi.set(__self__, "maintenance_policy", maintenance_policy)
|
458
507
|
if maintenance_schedules is not None:
|
459
508
|
pulumi.set(__self__, "maintenance_schedules", maintenance_schedules)
|
509
|
+
if managed_backup_source is not None:
|
510
|
+
pulumi.set(__self__, "managed_backup_source", managed_backup_source)
|
460
511
|
if name is not None:
|
461
512
|
pulumi.set(__self__, "name", name)
|
462
513
|
if node_type is not None:
|
@@ -521,6 +572,19 @@ class _ClusterState:
|
|
521
572
|
def automated_backup_config(self, value: Optional[pulumi.Input['ClusterAutomatedBackupConfigArgs']]):
|
522
573
|
pulumi.set(self, "automated_backup_config", value)
|
523
574
|
|
575
|
+
@property
|
576
|
+
@pulumi.getter(name="backupCollection")
|
577
|
+
def backup_collection(self) -> Optional[pulumi.Input[builtins.str]]:
|
578
|
+
"""
|
579
|
+
The backup collection full resource name.
|
580
|
+
Example: projects/{project}/locations/{location}/backupCollections/{collection}
|
581
|
+
"""
|
582
|
+
return pulumi.get(self, "backup_collection")
|
583
|
+
|
584
|
+
@backup_collection.setter
|
585
|
+
def backup_collection(self, value: Optional[pulumi.Input[builtins.str]]):
|
586
|
+
pulumi.set(self, "backup_collection", value)
|
587
|
+
|
524
588
|
@property
|
525
589
|
@pulumi.getter(name="createTime")
|
526
590
|
def create_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -577,6 +641,19 @@ class _ClusterState:
|
|
577
641
|
def discovery_endpoints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterDiscoveryEndpointArgs']]]]):
|
578
642
|
pulumi.set(self, "discovery_endpoints", value)
|
579
643
|
|
644
|
+
@property
|
645
|
+
@pulumi.getter(name="gcsSource")
|
646
|
+
def gcs_source(self) -> Optional[pulumi.Input['ClusterGcsSourceArgs']]:
|
647
|
+
"""
|
648
|
+
Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters.
|
649
|
+
Structure is documented below.
|
650
|
+
"""
|
651
|
+
return pulumi.get(self, "gcs_source")
|
652
|
+
|
653
|
+
@gcs_source.setter
|
654
|
+
def gcs_source(self, value: Optional[pulumi.Input['ClusterGcsSourceArgs']]):
|
655
|
+
pulumi.set(self, "gcs_source", value)
|
656
|
+
|
580
657
|
@property
|
581
658
|
@pulumi.getter(name="kmsKey")
|
582
659
|
def kms_key(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -615,6 +692,19 @@ class _ClusterState:
|
|
615
692
|
def maintenance_schedules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterMaintenanceScheduleArgs']]]]):
|
616
693
|
pulumi.set(self, "maintenance_schedules", value)
|
617
694
|
|
695
|
+
@property
|
696
|
+
@pulumi.getter(name="managedBackupSource")
|
697
|
+
def managed_backup_source(self) -> Optional[pulumi.Input['ClusterManagedBackupSourceArgs']]:
|
698
|
+
"""
|
699
|
+
Backups that generated and managed by memorystore.
|
700
|
+
Structure is documented below.
|
701
|
+
"""
|
702
|
+
return pulumi.get(self, "managed_backup_source")
|
703
|
+
|
704
|
+
@managed_backup_source.setter
|
705
|
+
def managed_backup_source(self, value: Optional[pulumi.Input['ClusterManagedBackupSourceArgs']]):
|
706
|
+
pulumi.set(self, "managed_backup_source", value)
|
707
|
+
|
618
708
|
@property
|
619
709
|
@pulumi.getter
|
620
710
|
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -861,8 +951,10 @@ class Cluster(pulumi.CustomResource):
|
|
861
951
|
automated_backup_config: Optional[pulumi.Input[Union['ClusterAutomatedBackupConfigArgs', 'ClusterAutomatedBackupConfigArgsDict']]] = None,
|
862
952
|
cross_cluster_replication_config: Optional[pulumi.Input[Union['ClusterCrossClusterReplicationConfigArgs', 'ClusterCrossClusterReplicationConfigArgsDict']]] = None,
|
863
953
|
deletion_protection_enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
954
|
+
gcs_source: Optional[pulumi.Input[Union['ClusterGcsSourceArgs', 'ClusterGcsSourceArgsDict']]] = None,
|
864
955
|
kms_key: Optional[pulumi.Input[builtins.str]] = None,
|
865
956
|
maintenance_policy: Optional[pulumi.Input[Union['ClusterMaintenancePolicyArgs', 'ClusterMaintenancePolicyArgsDict']]] = None,
|
957
|
+
managed_backup_source: Optional[pulumi.Input[Union['ClusterManagedBackupSourceArgs', 'ClusterManagedBackupSourceArgsDict']]] = None,
|
866
958
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
867
959
|
node_type: Optional[pulumi.Input[builtins.str]] = None,
|
868
960
|
persistence_config: Optional[pulumi.Input[Union['ClusterPersistenceConfigArgs', 'ClusterPersistenceConfigArgsDict']]] = None,
|
@@ -1299,9 +1391,13 @@ class Cluster(pulumi.CustomResource):
|
|
1299
1391
|
:param pulumi.Input[builtins.bool] deletion_protection_enabled: Optional. Indicates if the cluster is deletion protected or not.
|
1300
1392
|
If the value if set to true, any delete cluster operation will fail.
|
1301
1393
|
Default value is true.
|
1394
|
+
:param pulumi.Input[Union['ClusterGcsSourceArgs', 'ClusterGcsSourceArgsDict']] gcs_source: Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters.
|
1395
|
+
Structure is documented below.
|
1302
1396
|
:param pulumi.Input[builtins.str] kms_key: The KMS key used to encrypt the at-rest data of the cluster.
|
1303
1397
|
:param pulumi.Input[Union['ClusterMaintenancePolicyArgs', 'ClusterMaintenancePolicyArgsDict']] maintenance_policy: Maintenance policy for a cluster
|
1304
1398
|
Structure is documented below.
|
1399
|
+
:param pulumi.Input[Union['ClusterManagedBackupSourceArgs', 'ClusterManagedBackupSourceArgsDict']] managed_backup_source: Backups that generated and managed by memorystore.
|
1400
|
+
Structure is documented below.
|
1305
1401
|
:param pulumi.Input[builtins.str] name: Unique name of the resource in this scope including project and location using the form:
|
1306
1402
|
projects/{projectId}/locations/{locationId}/clusters/{clusterId}
|
1307
1403
|
|
@@ -1768,8 +1864,10 @@ class Cluster(pulumi.CustomResource):
|
|
1768
1864
|
automated_backup_config: Optional[pulumi.Input[Union['ClusterAutomatedBackupConfigArgs', 'ClusterAutomatedBackupConfigArgsDict']]] = None,
|
1769
1865
|
cross_cluster_replication_config: Optional[pulumi.Input[Union['ClusterCrossClusterReplicationConfigArgs', 'ClusterCrossClusterReplicationConfigArgsDict']]] = None,
|
1770
1866
|
deletion_protection_enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
1867
|
+
gcs_source: Optional[pulumi.Input[Union['ClusterGcsSourceArgs', 'ClusterGcsSourceArgsDict']]] = None,
|
1771
1868
|
kms_key: Optional[pulumi.Input[builtins.str]] = None,
|
1772
1869
|
maintenance_policy: Optional[pulumi.Input[Union['ClusterMaintenancePolicyArgs', 'ClusterMaintenancePolicyArgsDict']]] = None,
|
1870
|
+
managed_backup_source: Optional[pulumi.Input[Union['ClusterManagedBackupSourceArgs', 'ClusterManagedBackupSourceArgsDict']]] = None,
|
1773
1871
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
1774
1872
|
node_type: Optional[pulumi.Input[builtins.str]] = None,
|
1775
1873
|
persistence_config: Optional[pulumi.Input[Union['ClusterPersistenceConfigArgs', 'ClusterPersistenceConfigArgsDict']]] = None,
|
@@ -1794,8 +1892,10 @@ class Cluster(pulumi.CustomResource):
|
|
1794
1892
|
__props__.__dict__["automated_backup_config"] = automated_backup_config
|
1795
1893
|
__props__.__dict__["cross_cluster_replication_config"] = cross_cluster_replication_config
|
1796
1894
|
__props__.__dict__["deletion_protection_enabled"] = deletion_protection_enabled
|
1895
|
+
__props__.__dict__["gcs_source"] = gcs_source
|
1797
1896
|
__props__.__dict__["kms_key"] = kms_key
|
1798
1897
|
__props__.__dict__["maintenance_policy"] = maintenance_policy
|
1898
|
+
__props__.__dict__["managed_backup_source"] = managed_backup_source
|
1799
1899
|
__props__.__dict__["name"] = name
|
1800
1900
|
__props__.__dict__["node_type"] = node_type
|
1801
1901
|
__props__.__dict__["persistence_config"] = persistence_config
|
@@ -1809,6 +1909,7 @@ class Cluster(pulumi.CustomResource):
|
|
1809
1909
|
__props__.__dict__["shard_count"] = shard_count
|
1810
1910
|
__props__.__dict__["transit_encryption_mode"] = transit_encryption_mode
|
1811
1911
|
__props__.__dict__["zone_distribution_config"] = zone_distribution_config
|
1912
|
+
__props__.__dict__["backup_collection"] = None
|
1812
1913
|
__props__.__dict__["create_time"] = None
|
1813
1914
|
__props__.__dict__["discovery_endpoints"] = None
|
1814
1915
|
__props__.__dict__["maintenance_schedules"] = None
|
@@ -1831,13 +1932,16 @@ class Cluster(pulumi.CustomResource):
|
|
1831
1932
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1832
1933
|
authorization_mode: Optional[pulumi.Input[builtins.str]] = None,
|
1833
1934
|
automated_backup_config: Optional[pulumi.Input[Union['ClusterAutomatedBackupConfigArgs', 'ClusterAutomatedBackupConfigArgsDict']]] = None,
|
1935
|
+
backup_collection: Optional[pulumi.Input[builtins.str]] = None,
|
1834
1936
|
create_time: Optional[pulumi.Input[builtins.str]] = None,
|
1835
1937
|
cross_cluster_replication_config: Optional[pulumi.Input[Union['ClusterCrossClusterReplicationConfigArgs', 'ClusterCrossClusterReplicationConfigArgsDict']]] = None,
|
1836
1938
|
deletion_protection_enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
1837
1939
|
discovery_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClusterDiscoveryEndpointArgs', 'ClusterDiscoveryEndpointArgsDict']]]]] = None,
|
1940
|
+
gcs_source: Optional[pulumi.Input[Union['ClusterGcsSourceArgs', 'ClusterGcsSourceArgsDict']]] = None,
|
1838
1941
|
kms_key: Optional[pulumi.Input[builtins.str]] = None,
|
1839
1942
|
maintenance_policy: Optional[pulumi.Input[Union['ClusterMaintenancePolicyArgs', 'ClusterMaintenancePolicyArgsDict']]] = None,
|
1840
1943
|
maintenance_schedules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClusterMaintenanceScheduleArgs', 'ClusterMaintenanceScheduleArgsDict']]]]] = None,
|
1944
|
+
managed_backup_source: Optional[pulumi.Input[Union['ClusterManagedBackupSourceArgs', 'ClusterManagedBackupSourceArgsDict']]] = None,
|
1841
1945
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
1842
1946
|
node_type: Optional[pulumi.Input[builtins.str]] = None,
|
1843
1947
|
persistence_config: Optional[pulumi.Input[Union['ClusterPersistenceConfigArgs', 'ClusterPersistenceConfigArgsDict']]] = None,
|
@@ -1868,6 +1972,8 @@ class Cluster(pulumi.CustomResource):
|
|
1868
1972
|
Possible values are: `AUTH_MODE_UNSPECIFIED`, `AUTH_MODE_IAM_AUTH`, `AUTH_MODE_DISABLED`.
|
1869
1973
|
:param pulumi.Input[Union['ClusterAutomatedBackupConfigArgs', 'ClusterAutomatedBackupConfigArgsDict']] automated_backup_config: The automated backup config for a instance.
|
1870
1974
|
Structure is documented below.
|
1975
|
+
:param pulumi.Input[builtins.str] backup_collection: The backup collection full resource name.
|
1976
|
+
Example: projects/{project}/locations/{location}/backupCollections/{collection}
|
1871
1977
|
:param pulumi.Input[builtins.str] create_time: The timestamp associated with the cluster creation request. A timestamp in
|
1872
1978
|
RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional
|
1873
1979
|
digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
@@ -1880,11 +1986,15 @@ class Cluster(pulumi.CustomResource):
|
|
1880
1986
|
for Redis clients to connect to the cluster.
|
1881
1987
|
Currently only one endpoint is supported.
|
1882
1988
|
Structure is documented below.
|
1989
|
+
:param pulumi.Input[Union['ClusterGcsSourceArgs', 'ClusterGcsSourceArgsDict']] gcs_source: Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters.
|
1990
|
+
Structure is documented below.
|
1883
1991
|
:param pulumi.Input[builtins.str] kms_key: The KMS key used to encrypt the at-rest data of the cluster.
|
1884
1992
|
:param pulumi.Input[Union['ClusterMaintenancePolicyArgs', 'ClusterMaintenancePolicyArgsDict']] maintenance_policy: Maintenance policy for a cluster
|
1885
1993
|
Structure is documented below.
|
1886
1994
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ClusterMaintenanceScheduleArgs', 'ClusterMaintenanceScheduleArgsDict']]]] maintenance_schedules: Upcoming maintenance schedule.
|
1887
1995
|
Structure is documented below.
|
1996
|
+
:param pulumi.Input[Union['ClusterManagedBackupSourceArgs', 'ClusterManagedBackupSourceArgsDict']] managed_backup_source: Backups that generated and managed by memorystore.
|
1997
|
+
Structure is documented below.
|
1888
1998
|
:param pulumi.Input[builtins.str] name: Unique name of the resource in this scope including project and location using the form:
|
1889
1999
|
projects/{projectId}/locations/{locationId}/clusters/{clusterId}
|
1890
2000
|
|
@@ -1930,13 +2040,16 @@ class Cluster(pulumi.CustomResource):
|
|
1930
2040
|
|
1931
2041
|
__props__.__dict__["authorization_mode"] = authorization_mode
|
1932
2042
|
__props__.__dict__["automated_backup_config"] = automated_backup_config
|
2043
|
+
__props__.__dict__["backup_collection"] = backup_collection
|
1933
2044
|
__props__.__dict__["create_time"] = create_time
|
1934
2045
|
__props__.__dict__["cross_cluster_replication_config"] = cross_cluster_replication_config
|
1935
2046
|
__props__.__dict__["deletion_protection_enabled"] = deletion_protection_enabled
|
1936
2047
|
__props__.__dict__["discovery_endpoints"] = discovery_endpoints
|
2048
|
+
__props__.__dict__["gcs_source"] = gcs_source
|
1937
2049
|
__props__.__dict__["kms_key"] = kms_key
|
1938
2050
|
__props__.__dict__["maintenance_policy"] = maintenance_policy
|
1939
2051
|
__props__.__dict__["maintenance_schedules"] = maintenance_schedules
|
2052
|
+
__props__.__dict__["managed_backup_source"] = managed_backup_source
|
1940
2053
|
__props__.__dict__["name"] = name
|
1941
2054
|
__props__.__dict__["node_type"] = node_type
|
1942
2055
|
__props__.__dict__["persistence_config"] = persistence_config
|
@@ -1976,6 +2089,15 @@ class Cluster(pulumi.CustomResource):
|
|
1976
2089
|
"""
|
1977
2090
|
return pulumi.get(self, "automated_backup_config")
|
1978
2091
|
|
2092
|
+
@property
|
2093
|
+
@pulumi.getter(name="backupCollection")
|
2094
|
+
def backup_collection(self) -> pulumi.Output[builtins.str]:
|
2095
|
+
"""
|
2096
|
+
The backup collection full resource name.
|
2097
|
+
Example: projects/{project}/locations/{location}/backupCollections/{collection}
|
2098
|
+
"""
|
2099
|
+
return pulumi.get(self, "backup_collection")
|
2100
|
+
|
1979
2101
|
@property
|
1980
2102
|
@pulumi.getter(name="createTime")
|
1981
2103
|
def create_time(self) -> pulumi.Output[builtins.str]:
|
@@ -2016,6 +2138,15 @@ class Cluster(pulumi.CustomResource):
|
|
2016
2138
|
"""
|
2017
2139
|
return pulumi.get(self, "discovery_endpoints")
|
2018
2140
|
|
2141
|
+
@property
|
2142
|
+
@pulumi.getter(name="gcsSource")
|
2143
|
+
def gcs_source(self) -> pulumi.Output[Optional['outputs.ClusterGcsSource']]:
|
2144
|
+
"""
|
2145
|
+
Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters.
|
2146
|
+
Structure is documented below.
|
2147
|
+
"""
|
2148
|
+
return pulumi.get(self, "gcs_source")
|
2149
|
+
|
2019
2150
|
@property
|
2020
2151
|
@pulumi.getter(name="kmsKey")
|
2021
2152
|
def kms_key(self) -> pulumi.Output[Optional[builtins.str]]:
|
@@ -2042,6 +2173,15 @@ class Cluster(pulumi.CustomResource):
|
|
2042
2173
|
"""
|
2043
2174
|
return pulumi.get(self, "maintenance_schedules")
|
2044
2175
|
|
2176
|
+
@property
|
2177
|
+
@pulumi.getter(name="managedBackupSource")
|
2178
|
+
def managed_backup_source(self) -> pulumi.Output[Optional['outputs.ClusterManagedBackupSource']]:
|
2179
|
+
"""
|
2180
|
+
Backups that generated and managed by memorystore.
|
2181
|
+
Structure is documented below.
|
2182
|
+
"""
|
2183
|
+
return pulumi.get(self, "managed_backup_source")
|
2184
|
+
|
2045
2185
|
@property
|
2046
2186
|
@pulumi.getter
|
2047
2187
|
def name(self) -> pulumi.Output[builtins.str]:
|
pulumi_gcp/redis/outputs.py
CHANGED
@@ -28,10 +28,12 @@ __all__ = [
|
|
28
28
|
'ClusterCrossClusterReplicationConfigSecondaryCluster',
|
29
29
|
'ClusterDiscoveryEndpoint',
|
30
30
|
'ClusterDiscoveryEndpointPscConfig',
|
31
|
+
'ClusterGcsSource',
|
31
32
|
'ClusterMaintenancePolicy',
|
32
33
|
'ClusterMaintenancePolicyWeeklyMaintenanceWindow',
|
33
34
|
'ClusterMaintenancePolicyWeeklyMaintenanceWindowStartTime',
|
34
35
|
'ClusterMaintenanceSchedule',
|
36
|
+
'ClusterManagedBackupSource',
|
35
37
|
'ClusterPersistenceConfig',
|
36
38
|
'ClusterPersistenceConfigAofConfig',
|
37
39
|
'ClusterPersistenceConfigRdbConfig',
|
@@ -550,6 +552,24 @@ class ClusterDiscoveryEndpointPscConfig(dict):
|
|
550
552
|
return pulumi.get(self, "network")
|
551
553
|
|
552
554
|
|
555
|
+
@pulumi.output_type
|
556
|
+
class ClusterGcsSource(dict):
|
557
|
+
def __init__(__self__, *,
|
558
|
+
uris: Sequence[builtins.str]):
|
559
|
+
"""
|
560
|
+
:param Sequence[builtins.str] uris: URIs of the GCS objects to import. Example: gs://bucket1/object1, gs://bucket2/folder2/object2
|
561
|
+
"""
|
562
|
+
pulumi.set(__self__, "uris", uris)
|
563
|
+
|
564
|
+
@property
|
565
|
+
@pulumi.getter
|
566
|
+
def uris(self) -> Sequence[builtins.str]:
|
567
|
+
"""
|
568
|
+
URIs of the GCS objects to import. Example: gs://bucket1/object1, gs://bucket2/folder2/object2
|
569
|
+
"""
|
570
|
+
return pulumi.get(self, "uris")
|
571
|
+
|
572
|
+
|
553
573
|
@pulumi.output_type
|
554
574
|
class ClusterMaintenancePolicy(dict):
|
555
575
|
@staticmethod
|
@@ -861,6 +881,26 @@ class ClusterMaintenanceSchedule(dict):
|
|
861
881
|
return pulumi.get(self, "start_time")
|
862
882
|
|
863
883
|
|
884
|
+
@pulumi.output_type
|
885
|
+
class ClusterManagedBackupSource(dict):
|
886
|
+
def __init__(__self__, *,
|
887
|
+
backup: builtins.str):
|
888
|
+
"""
|
889
|
+
:param builtins.str backup: Example: //redis.googleapis.com/projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backup} A shorter version (without the prefix) of the backup name is also supported,
|
890
|
+
like projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backupId}. In this case, it assumes the backup is under redis.googleapis.com.
|
891
|
+
"""
|
892
|
+
pulumi.set(__self__, "backup", backup)
|
893
|
+
|
894
|
+
@property
|
895
|
+
@pulumi.getter
|
896
|
+
def backup(self) -> builtins.str:
|
897
|
+
"""
|
898
|
+
Example: //redis.googleapis.com/projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backup} A shorter version (without the prefix) of the backup name is also supported,
|
899
|
+
like projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backupId}. In this case, it assumes the backup is under redis.googleapis.com.
|
900
|
+
"""
|
901
|
+
return pulumi.get(self, "backup")
|
902
|
+
|
903
|
+
|
864
904
|
@pulumi.output_type
|
865
905
|
class ClusterPersistenceConfig(dict):
|
866
906
|
@staticmethod
|
pulumi_gcp/spanner/database.py
CHANGED
@@ -40,10 +40,6 @@ class DatabaseArgs:
|
|
40
40
|
:param pulumi.Input[builtins.str] database_dialect: The dialect of the Cloud Spanner Database.
|
41
41
|
If it is not provided, "GOOGLE_STANDARD_SQL" will be used.
|
42
42
|
Possible values are: `GOOGLE_STANDARD_SQL`, `POSTGRESQL`.
|
43
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ddls: An optional list of DDL statements to run inside the newly created
|
44
|
-
database. Statements can create tables, indexes, etc. These statements
|
45
|
-
execute atomically with the creation of the database: if there is an
|
46
|
-
error in any statement, the database is not created.
|
47
43
|
:param pulumi.Input[builtins.bool] deletion_protection: Whether or not to allow the provider to destroy the instance. Unless this field is set to false
|
48
44
|
in state, a `destroy` or `update` that would delete the instance will fail.
|
49
45
|
:param pulumi.Input['DatabaseEncryptionConfigArgs'] encryption_config: Encryption configuration for the database
|
@@ -108,12 +104,6 @@ class DatabaseArgs:
|
|
108
104
|
@property
|
109
105
|
@pulumi.getter
|
110
106
|
def ddls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
111
|
-
"""
|
112
|
-
An optional list of DDL statements to run inside the newly created
|
113
|
-
database. Statements can create tables, indexes, etc. These statements
|
114
|
-
execute atomically with the creation of the database: if there is an
|
115
|
-
error in any statement, the database is not created.
|
116
|
-
"""
|
117
107
|
return pulumi.get(self, "ddls")
|
118
108
|
|
119
109
|
@ddls.setter
|
@@ -216,10 +206,6 @@ class _DatabaseState:
|
|
216
206
|
:param pulumi.Input[builtins.str] database_dialect: The dialect of the Cloud Spanner Database.
|
217
207
|
If it is not provided, "GOOGLE_STANDARD_SQL" will be used.
|
218
208
|
Possible values are: `GOOGLE_STANDARD_SQL`, `POSTGRESQL`.
|
219
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ddls: An optional list of DDL statements to run inside the newly created
|
220
|
-
database. Statements can create tables, indexes, etc. These statements
|
221
|
-
execute atomically with the creation of the database: if there is an
|
222
|
-
error in any statement, the database is not created.
|
223
209
|
:param pulumi.Input[builtins.bool] deletion_protection: Whether or not to allow the provider to destroy the instance. Unless this field is set to false
|
224
210
|
in state, a `destroy` or `update` that would delete the instance will fail.
|
225
211
|
:param pulumi.Input['DatabaseEncryptionConfigArgs'] encryption_config: Encryption configuration for the database
|
@@ -277,12 +263,6 @@ class _DatabaseState:
|
|
277
263
|
@property
|
278
264
|
@pulumi.getter
|
279
265
|
def ddls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
280
|
-
"""
|
281
|
-
An optional list of DDL statements to run inside the newly created
|
282
|
-
database. Statements can create tables, indexes, etc. These statements
|
283
|
-
execute atomically with the creation of the database: if there is an
|
284
|
-
error in any statement, the database is not created.
|
285
|
-
"""
|
286
266
|
return pulumi.get(self, "ddls")
|
287
267
|
|
288
268
|
@ddls.setter
|
@@ -482,10 +462,6 @@ class Database(pulumi.CustomResource):
|
|
482
462
|
:param pulumi.Input[builtins.str] database_dialect: The dialect of the Cloud Spanner Database.
|
483
463
|
If it is not provided, "GOOGLE_STANDARD_SQL" will be used.
|
484
464
|
Possible values are: `GOOGLE_STANDARD_SQL`, `POSTGRESQL`.
|
485
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ddls: An optional list of DDL statements to run inside the newly created
|
486
|
-
database. Statements can create tables, indexes, etc. These statements
|
487
|
-
execute atomically with the creation of the database: if there is an
|
488
|
-
error in any statement, the database is not created.
|
489
465
|
:param pulumi.Input[builtins.bool] deletion_protection: Whether or not to allow the provider to destroy the instance. Unless this field is set to false
|
490
466
|
in state, a `destroy` or `update` that would delete the instance will fail.
|
491
467
|
:param pulumi.Input[Union['DatabaseEncryptionConfigArgs', 'DatabaseEncryptionConfigArgsDict']] encryption_config: Encryption configuration for the database
|
@@ -653,10 +629,6 @@ class Database(pulumi.CustomResource):
|
|
653
629
|
:param pulumi.Input[builtins.str] database_dialect: The dialect of the Cloud Spanner Database.
|
654
630
|
If it is not provided, "GOOGLE_STANDARD_SQL" will be used.
|
655
631
|
Possible values are: `GOOGLE_STANDARD_SQL`, `POSTGRESQL`.
|
656
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ddls: An optional list of DDL statements to run inside the newly created
|
657
|
-
database. Statements can create tables, indexes, etc. These statements
|
658
|
-
execute atomically with the creation of the database: if there is an
|
659
|
-
error in any statement, the database is not created.
|
660
632
|
:param pulumi.Input[builtins.bool] deletion_protection: Whether or not to allow the provider to destroy the instance. Unless this field is set to false
|
661
633
|
in state, a `destroy` or `update` that would delete the instance will fail.
|
662
634
|
:param pulumi.Input[Union['DatabaseEncryptionConfigArgs', 'DatabaseEncryptionConfigArgsDict']] encryption_config: Encryption configuration for the database
|
@@ -705,12 +677,6 @@ class Database(pulumi.CustomResource):
|
|
705
677
|
@property
|
706
678
|
@pulumi.getter
|
707
679
|
def ddls(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
|
708
|
-
"""
|
709
|
-
An optional list of DDL statements to run inside the newly created
|
710
|
-
database. Statements can create tables, indexes, etc. These statements
|
711
|
-
execute atomically with the creation of the database: if there is an
|
712
|
-
error in any statement, the database is not created.
|
713
|
-
"""
|
714
680
|
return pulumi.get(self, "ddls")
|
715
681
|
|
716
682
|
@property
|
pulumi_gcp/storage/_inputs.py
CHANGED
@@ -62,6 +62,8 @@ __all__ = [
|
|
62
62
|
'ControlFolderIntelligenceConfigFilterIncludedCloudStorageBucketsArgsDict',
|
63
63
|
'ControlFolderIntelligenceConfigFilterIncludedCloudStorageLocationsArgs',
|
64
64
|
'ControlFolderIntelligenceConfigFilterIncludedCloudStorageLocationsArgsDict',
|
65
|
+
'ControlFolderIntelligenceConfigTrialConfigArgs',
|
66
|
+
'ControlFolderIntelligenceConfigTrialConfigArgsDict',
|
65
67
|
'ControlOrganizationIntelligenceConfigEffectiveIntelligenceConfigArgs',
|
66
68
|
'ControlOrganizationIntelligenceConfigEffectiveIntelligenceConfigArgsDict',
|
67
69
|
'ControlOrganizationIntelligenceConfigFilterArgs',
|
@@ -74,6 +76,8 @@ __all__ = [
|
|
74
76
|
'ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageBucketsArgsDict',
|
75
77
|
'ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageLocationsArgs',
|
76
78
|
'ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageLocationsArgsDict',
|
79
|
+
'ControlOrganizationIntelligenceConfigTrialConfigArgs',
|
80
|
+
'ControlOrganizationIntelligenceConfigTrialConfigArgsDict',
|
77
81
|
'ControlProjectIntelligenceConfigEffectiveIntelligenceConfigArgs',
|
78
82
|
'ControlProjectIntelligenceConfigEffectiveIntelligenceConfigArgsDict',
|
79
83
|
'ControlProjectIntelligenceConfigFilterArgs',
|
@@ -86,6 +90,8 @@ __all__ = [
|
|
86
90
|
'ControlProjectIntelligenceConfigFilterIncludedCloudStorageBucketsArgsDict',
|
87
91
|
'ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgs',
|
88
92
|
'ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgsDict',
|
93
|
+
'ControlProjectIntelligenceConfigTrialConfigArgs',
|
94
|
+
'ControlProjectIntelligenceConfigTrialConfigArgsDict',
|
89
95
|
'DefaultObjectAccessControlProjectTeamArgs',
|
90
96
|
'DefaultObjectAccessControlProjectTeamArgsDict',
|
91
97
|
'InsightsReportConfigCsvOptionsArgs',
|
@@ -1664,6 +1670,41 @@ class ControlFolderIntelligenceConfigFilterIncludedCloudStorageLocationsArgs:
|
|
1664
1670
|
pulumi.set(self, "locations", value)
|
1665
1671
|
|
1666
1672
|
|
1673
|
+
if not MYPY:
|
1674
|
+
class ControlFolderIntelligenceConfigTrialConfigArgsDict(TypedDict):
|
1675
|
+
expire_time: NotRequired[pulumi.Input[builtins.str]]
|
1676
|
+
"""
|
1677
|
+
(Output)
|
1678
|
+
The time at which the trial expires.
|
1679
|
+
"""
|
1680
|
+
elif False:
|
1681
|
+
ControlFolderIntelligenceConfigTrialConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1682
|
+
|
1683
|
+
@pulumi.input_type
|
1684
|
+
class ControlFolderIntelligenceConfigTrialConfigArgs:
|
1685
|
+
def __init__(__self__, *,
|
1686
|
+
expire_time: Optional[pulumi.Input[builtins.str]] = None):
|
1687
|
+
"""
|
1688
|
+
:param pulumi.Input[builtins.str] expire_time: (Output)
|
1689
|
+
The time at which the trial expires.
|
1690
|
+
"""
|
1691
|
+
if expire_time is not None:
|
1692
|
+
pulumi.set(__self__, "expire_time", expire_time)
|
1693
|
+
|
1694
|
+
@property
|
1695
|
+
@pulumi.getter(name="expireTime")
|
1696
|
+
def expire_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
1697
|
+
"""
|
1698
|
+
(Output)
|
1699
|
+
The time at which the trial expires.
|
1700
|
+
"""
|
1701
|
+
return pulumi.get(self, "expire_time")
|
1702
|
+
|
1703
|
+
@expire_time.setter
|
1704
|
+
def expire_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
1705
|
+
pulumi.set(self, "expire_time", value)
|
1706
|
+
|
1707
|
+
|
1667
1708
|
if not MYPY:
|
1668
1709
|
class ControlOrganizationIntelligenceConfigEffectiveIntelligenceConfigArgsDict(TypedDict):
|
1669
1710
|
effective_edition: NotRequired[pulumi.Input[builtins.str]]
|
@@ -1950,6 +1991,41 @@ class ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageLocationsAr
|
|
1950
1991
|
pulumi.set(self, "locations", value)
|
1951
1992
|
|
1952
1993
|
|
1994
|
+
if not MYPY:
|
1995
|
+
class ControlOrganizationIntelligenceConfigTrialConfigArgsDict(TypedDict):
|
1996
|
+
expire_time: NotRequired[pulumi.Input[builtins.str]]
|
1997
|
+
"""
|
1998
|
+
(Output)
|
1999
|
+
The time at which the trial expires.
|
2000
|
+
"""
|
2001
|
+
elif False:
|
2002
|
+
ControlOrganizationIntelligenceConfigTrialConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2003
|
+
|
2004
|
+
@pulumi.input_type
|
2005
|
+
class ControlOrganizationIntelligenceConfigTrialConfigArgs:
|
2006
|
+
def __init__(__self__, *,
|
2007
|
+
expire_time: Optional[pulumi.Input[builtins.str]] = None):
|
2008
|
+
"""
|
2009
|
+
:param pulumi.Input[builtins.str] expire_time: (Output)
|
2010
|
+
The time at which the trial expires.
|
2011
|
+
"""
|
2012
|
+
if expire_time is not None:
|
2013
|
+
pulumi.set(__self__, "expire_time", expire_time)
|
2014
|
+
|
2015
|
+
@property
|
2016
|
+
@pulumi.getter(name="expireTime")
|
2017
|
+
def expire_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
2018
|
+
"""
|
2019
|
+
(Output)
|
2020
|
+
The time at which the trial expires.
|
2021
|
+
"""
|
2022
|
+
return pulumi.get(self, "expire_time")
|
2023
|
+
|
2024
|
+
@expire_time.setter
|
2025
|
+
def expire_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
2026
|
+
pulumi.set(self, "expire_time", value)
|
2027
|
+
|
2028
|
+
|
1953
2029
|
if not MYPY:
|
1954
2030
|
class ControlProjectIntelligenceConfigEffectiveIntelligenceConfigArgsDict(TypedDict):
|
1955
2031
|
effective_edition: NotRequired[pulumi.Input[builtins.str]]
|
@@ -2236,6 +2312,41 @@ class ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgs:
|
|
2236
2312
|
pulumi.set(self, "locations", value)
|
2237
2313
|
|
2238
2314
|
|
2315
|
+
if not MYPY:
|
2316
|
+
class ControlProjectIntelligenceConfigTrialConfigArgsDict(TypedDict):
|
2317
|
+
expire_time: NotRequired[pulumi.Input[builtins.str]]
|
2318
|
+
"""
|
2319
|
+
(Output)
|
2320
|
+
The time at which the trial expires.
|
2321
|
+
"""
|
2322
|
+
elif False:
|
2323
|
+
ControlProjectIntelligenceConfigTrialConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2324
|
+
|
2325
|
+
@pulumi.input_type
|
2326
|
+
class ControlProjectIntelligenceConfigTrialConfigArgs:
|
2327
|
+
def __init__(__self__, *,
|
2328
|
+
expire_time: Optional[pulumi.Input[builtins.str]] = None):
|
2329
|
+
"""
|
2330
|
+
:param pulumi.Input[builtins.str] expire_time: (Output)
|
2331
|
+
The time at which the trial expires.
|
2332
|
+
"""
|
2333
|
+
if expire_time is not None:
|
2334
|
+
pulumi.set(__self__, "expire_time", expire_time)
|
2335
|
+
|
2336
|
+
@property
|
2337
|
+
@pulumi.getter(name="expireTime")
|
2338
|
+
def expire_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
2339
|
+
"""
|
2340
|
+
(Output)
|
2341
|
+
The time at which the trial expires.
|
2342
|
+
"""
|
2343
|
+
return pulumi.get(self, "expire_time")
|
2344
|
+
|
2345
|
+
@expire_time.setter
|
2346
|
+
def expire_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
2347
|
+
pulumi.set(self, "expire_time", value)
|
2348
|
+
|
2349
|
+
|
2239
2350
|
if not MYPY:
|
2240
2351
|
class DefaultObjectAccessControlProjectTeamArgsDict(TypedDict):
|
2241
2352
|
project_number: NotRequired[pulumi.Input[builtins.str]]
|