pulumi-gcp 8.13.0__py3-none-any.whl → 8.13.0a1734503365__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 -43
- pulumi_gcp/accesscontextmanager/_inputs.py +3 -3
- pulumi_gcp/accesscontextmanager/outputs.py +2 -2
- pulumi_gcp/artifactregistry/_inputs.py +0 -83
- pulumi_gcp/artifactregistry/get_repository.py +4 -15
- pulumi_gcp/artifactregistry/outputs.py +0 -112
- pulumi_gcp/artifactregistry/repository.py +7 -93
- pulumi_gcp/backupdisasterrecovery/get_backup.py +2 -38
- pulumi_gcp/backupdisasterrecovery/get_data_source.py +2 -38
- pulumi_gcp/backupdisasterrecovery/outputs.py +8 -8
- pulumi_gcp/bigquery/_inputs.py +0 -369
- pulumi_gcp/bigquery/dataset_access.py +0 -61
- pulumi_gcp/bigquery/job.py +18 -6
- pulumi_gcp/bigquery/outputs.py +0 -350
- pulumi_gcp/bigquery/table.py +0 -47
- pulumi_gcp/cloudrunv2/_inputs.py +3 -6
- pulumi_gcp/cloudrunv2/outputs.py +6 -10
- pulumi_gcp/composer/_inputs.py +5 -80
- pulumi_gcp/composer/outputs.py +4 -111
- pulumi_gcp/compute/_inputs.py +87 -181
- pulumi_gcp/compute/firewall_policy_association.py +39 -50
- pulumi_gcp/compute/get_network.py +2 -17
- pulumi_gcp/compute/get_subnetwork.py +4 -18
- pulumi_gcp/compute/network.py +2 -39
- pulumi_gcp/compute/outputs.py +58 -157
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/resize_request.py +40 -26
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/dataproc/batch.py +18 -4
- pulumi_gcp/datastream/_inputs.py +0 -68
- pulumi_gcp/datastream/outputs.py +1 -41
- pulumi_gcp/developerconnect/connection.py +12 -58
- pulumi_gcp/diagflow/_inputs.py +3 -3
- pulumi_gcp/diagflow/outputs.py +2 -2
- pulumi_gcp/filestore/backup.py +3 -71
- pulumi_gcp/firebase/hosting_custom_domain.py +4 -4
- pulumi_gcp/firestore/_inputs.py +3 -3
- pulumi_gcp/firestore/outputs.py +2 -2
- pulumi_gcp/gkehub/__init__.py +0 -1
- pulumi_gcp/gkehub/outputs.py +0 -1153
- pulumi_gcp/gkeonprem/__init__.py +0 -1
- pulumi_gcp/gkeonprem/_inputs.py +0 -2364
- pulumi_gcp/gkeonprem/outputs.py +0 -1780
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/connection.py +7 -7
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/kms/__init__.py +0 -2
- pulumi_gcp/netapp/kmsconfig.py +14 -2
- pulumi_gcp/networkconnectivity/hub.py +0 -108
- pulumi_gcp/networkconnectivity/spoke.py +0 -195
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -4
- pulumi_gcp/networksecurity/__init__.py +0 -2
- pulumi_gcp/networksecurity/_inputs.py +0 -78
- pulumi_gcp/networksecurity/outputs.py +0 -48
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parallelstore/instance.py +0 -149
- pulumi_gcp/projects/usage_export_bucket.py +110 -42
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/instance.py +16 -4
- pulumi_gcp/spanner/instance_iam_binding.py +0 -14
- pulumi_gcp/spanner/instance_iam_member.py +0 -14
- pulumi_gcp/sql/database_instance.py +7 -7
- pulumi_gcp/storage/__init__.py +0 -1
- pulumi_gcp/storage/_inputs.py +0 -431
- pulumi_gcp/storage/outputs.py +0 -363
- pulumi_gcp/storage/transfer_job.py +38 -84
- pulumi_gcp/vertex/_inputs.py +25 -26
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/outputs.py +14 -15
- pulumi_gcp/workstations/workstation.py +1 -55
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1734503365.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1734503365.dist-info}/RECORD +79 -90
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1734503365.dist-info}/WHEEL +1 -1
- pulumi_gcp/chronicle/__init__.py +0 -10
- pulumi_gcp/chronicle/_inputs.py +0 -169
- pulumi_gcp/chronicle/outputs.py +0 -107
- pulumi_gcp/chronicle/watchlist.py +0 -776
- pulumi_gcp/gkehub/get_feature.py +0 -226
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +0 -1715
- pulumi_gcp/kms/get_autokey_config.py +0 -121
- pulumi_gcp/kms/get_key_handle.py +0 -185
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +0 -723
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +0 -815
- pulumi_gcp/storage/folder.py +0 -483
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1734503365.dist-info}/top_level.txt +0 -0
pulumi_gcp/cloudrunv2/outputs.py
CHANGED
@@ -3366,8 +3366,7 @@ class ServiceTemplateScaling(dict):
|
|
3366
3366
|
max_instance_count: Optional[int] = None,
|
3367
3367
|
min_instance_count: Optional[int] = None):
|
3368
3368
|
"""
|
3369
|
-
:param int max_instance_count: Maximum number of serving instances that this resource should have.
|
3370
|
-
a default value based on the project's available container instances quota in the region and specified instance size.
|
3369
|
+
:param int max_instance_count: Maximum number of serving instances that this resource should have.
|
3371
3370
|
:param int min_instance_count: Minimum number of instances for the service, to be divided among all revisions receiving traffic.
|
3372
3371
|
"""
|
3373
3372
|
if max_instance_count is not None:
|
@@ -3379,8 +3378,7 @@ class ServiceTemplateScaling(dict):
|
|
3379
3378
|
@pulumi.getter(name="maxInstanceCount")
|
3380
3379
|
def max_instance_count(self) -> Optional[int]:
|
3381
3380
|
"""
|
3382
|
-
Maximum number of serving instances that this resource should have.
|
3383
|
-
a default value based on the project's available container instances quota in the region and specified instance size.
|
3381
|
+
Maximum number of serving instances that this resource should have.
|
3384
3382
|
"""
|
3385
3383
|
return pulumi.get(self, "max_instance_count")
|
3386
3384
|
|
@@ -6444,9 +6442,8 @@ class GetServiceTemplateScalingResult(dict):
|
|
6444
6442
|
max_instance_count: int,
|
6445
6443
|
min_instance_count: int):
|
6446
6444
|
"""
|
6447
|
-
:param int max_instance_count: Maximum number of serving instances that this resource should have.
|
6448
|
-
|
6449
|
-
:param int min_instance_count: Minimum number of serving instances that this resource should have. Defaults to 0. Must not be greater than maximum instance count.
|
6445
|
+
:param int max_instance_count: Maximum number of serving instances that this resource should have.
|
6446
|
+
:param int min_instance_count: Minimum number of serving instances that this resource should have.
|
6450
6447
|
"""
|
6451
6448
|
pulumi.set(__self__, "max_instance_count", max_instance_count)
|
6452
6449
|
pulumi.set(__self__, "min_instance_count", min_instance_count)
|
@@ -6455,8 +6452,7 @@ class GetServiceTemplateScalingResult(dict):
|
|
6455
6452
|
@pulumi.getter(name="maxInstanceCount")
|
6456
6453
|
def max_instance_count(self) -> int:
|
6457
6454
|
"""
|
6458
|
-
Maximum number of serving instances that this resource should have.
|
6459
|
-
a default value based on the project's available container instances quota in the region and specified instance size.
|
6455
|
+
Maximum number of serving instances that this resource should have.
|
6460
6456
|
"""
|
6461
6457
|
return pulumi.get(self, "max_instance_count")
|
6462
6458
|
|
@@ -6464,7 +6460,7 @@ class GetServiceTemplateScalingResult(dict):
|
|
6464
6460
|
@pulumi.getter(name="minInstanceCount")
|
6465
6461
|
def min_instance_count(self) -> int:
|
6466
6462
|
"""
|
6467
|
-
Minimum number of serving instances that this resource should have.
|
6463
|
+
Minimum number of serving instances that this resource should have.
|
6468
6464
|
"""
|
6469
6465
|
return pulumi.get(self, "min_instance_count")
|
6470
6466
|
|
pulumi_gcp/composer/_inputs.py
CHANGED
@@ -19,8 +19,6 @@ __all__ = [
|
|
19
19
|
'EnvironmentConfigArgsDict',
|
20
20
|
'EnvironmentConfigDataRetentionConfigArgs',
|
21
21
|
'EnvironmentConfigDataRetentionConfigArgsDict',
|
22
|
-
'EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigArgs',
|
23
|
-
'EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigArgsDict',
|
24
22
|
'EnvironmentConfigDataRetentionConfigTaskLogsRetentionConfigArgs',
|
25
23
|
'EnvironmentConfigDataRetentionConfigTaskLogsRetentionConfigArgsDict',
|
26
24
|
'EnvironmentConfigDatabaseConfigArgs',
|
@@ -500,11 +498,7 @@ class EnvironmentConfigArgs:
|
|
500
498
|
|
501
499
|
if not MYPY:
|
502
500
|
class EnvironmentConfigDataRetentionConfigArgsDict(TypedDict):
|
503
|
-
|
504
|
-
"""
|
505
|
-
Optional. The configuration setting for database retention.
|
506
|
-
"""
|
507
|
-
task_logs_retention_configs: NotRequired[pulumi.Input[Sequence[pulumi.Input['EnvironmentConfigDataRetentionConfigTaskLogsRetentionConfigArgsDict']]]]
|
501
|
+
task_logs_retention_configs: pulumi.Input[Sequence[pulumi.Input['EnvironmentConfigDataRetentionConfigTaskLogsRetentionConfigArgsDict']]]
|
508
502
|
"""
|
509
503
|
Optional. The configuration setting for Task Logs.
|
510
504
|
"""
|
@@ -514,94 +508,25 @@ elif False:
|
|
514
508
|
@pulumi.input_type
|
515
509
|
class EnvironmentConfigDataRetentionConfigArgs:
|
516
510
|
def __init__(__self__, *,
|
517
|
-
|
518
|
-
task_logs_retention_configs: Optional[pulumi.Input[Sequence[pulumi.Input['EnvironmentConfigDataRetentionConfigTaskLogsRetentionConfigArgs']]]] = None):
|
511
|
+
task_logs_retention_configs: pulumi.Input[Sequence[pulumi.Input['EnvironmentConfigDataRetentionConfigTaskLogsRetentionConfigArgs']]]):
|
519
512
|
"""
|
520
|
-
:param pulumi.Input[Sequence[pulumi.Input['EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigArgs']]] airflow_metadata_retention_configs: Optional. The configuration setting for database retention.
|
521
513
|
:param pulumi.Input[Sequence[pulumi.Input['EnvironmentConfigDataRetentionConfigTaskLogsRetentionConfigArgs']]] task_logs_retention_configs: Optional. The configuration setting for Task Logs.
|
522
514
|
"""
|
523
|
-
|
524
|
-
pulumi.set(__self__, "airflow_metadata_retention_configs", airflow_metadata_retention_configs)
|
525
|
-
if task_logs_retention_configs is not None:
|
526
|
-
pulumi.set(__self__, "task_logs_retention_configs", task_logs_retention_configs)
|
527
|
-
|
528
|
-
@property
|
529
|
-
@pulumi.getter(name="airflowMetadataRetentionConfigs")
|
530
|
-
def airflow_metadata_retention_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigArgs']]]]:
|
531
|
-
"""
|
532
|
-
Optional. The configuration setting for database retention.
|
533
|
-
"""
|
534
|
-
return pulumi.get(self, "airflow_metadata_retention_configs")
|
535
|
-
|
536
|
-
@airflow_metadata_retention_configs.setter
|
537
|
-
def airflow_metadata_retention_configs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigArgs']]]]):
|
538
|
-
pulumi.set(self, "airflow_metadata_retention_configs", value)
|
515
|
+
pulumi.set(__self__, "task_logs_retention_configs", task_logs_retention_configs)
|
539
516
|
|
540
517
|
@property
|
541
518
|
@pulumi.getter(name="taskLogsRetentionConfigs")
|
542
|
-
def task_logs_retention_configs(self) ->
|
519
|
+
def task_logs_retention_configs(self) -> pulumi.Input[Sequence[pulumi.Input['EnvironmentConfigDataRetentionConfigTaskLogsRetentionConfigArgs']]]:
|
543
520
|
"""
|
544
521
|
Optional. The configuration setting for Task Logs.
|
545
522
|
"""
|
546
523
|
return pulumi.get(self, "task_logs_retention_configs")
|
547
524
|
|
548
525
|
@task_logs_retention_configs.setter
|
549
|
-
def task_logs_retention_configs(self, value:
|
526
|
+
def task_logs_retention_configs(self, value: pulumi.Input[Sequence[pulumi.Input['EnvironmentConfigDataRetentionConfigTaskLogsRetentionConfigArgs']]]):
|
550
527
|
pulumi.set(self, "task_logs_retention_configs", value)
|
551
528
|
|
552
529
|
|
553
|
-
if not MYPY:
|
554
|
-
class EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigArgsDict(TypedDict):
|
555
|
-
retention_days: NotRequired[pulumi.Input[int]]
|
556
|
-
"""
|
557
|
-
How many days data should be retained for. This field is supported for Cloud Composer environments in composer 3 and newer.
|
558
|
-
"""
|
559
|
-
retention_mode: NotRequired[pulumi.Input[str]]
|
560
|
-
"""
|
561
|
-
Whether database retention is enabled or not. This field is supported for Cloud Composer environments in composer 3 and newer.
|
562
|
-
"""
|
563
|
-
elif False:
|
564
|
-
EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigArgsDict: TypeAlias = Mapping[str, Any]
|
565
|
-
|
566
|
-
@pulumi.input_type
|
567
|
-
class EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigArgs:
|
568
|
-
def __init__(__self__, *,
|
569
|
-
retention_days: Optional[pulumi.Input[int]] = None,
|
570
|
-
retention_mode: Optional[pulumi.Input[str]] = None):
|
571
|
-
"""
|
572
|
-
:param pulumi.Input[int] retention_days: How many days data should be retained for. This field is supported for Cloud Composer environments in composer 3 and newer.
|
573
|
-
:param pulumi.Input[str] retention_mode: Whether database retention is enabled or not. This field is supported for Cloud Composer environments in composer 3 and newer.
|
574
|
-
"""
|
575
|
-
if retention_days is not None:
|
576
|
-
pulumi.set(__self__, "retention_days", retention_days)
|
577
|
-
if retention_mode is not None:
|
578
|
-
pulumi.set(__self__, "retention_mode", retention_mode)
|
579
|
-
|
580
|
-
@property
|
581
|
-
@pulumi.getter(name="retentionDays")
|
582
|
-
def retention_days(self) -> Optional[pulumi.Input[int]]:
|
583
|
-
"""
|
584
|
-
How many days data should be retained for. This field is supported for Cloud Composer environments in composer 3 and newer.
|
585
|
-
"""
|
586
|
-
return pulumi.get(self, "retention_days")
|
587
|
-
|
588
|
-
@retention_days.setter
|
589
|
-
def retention_days(self, value: Optional[pulumi.Input[int]]):
|
590
|
-
pulumi.set(self, "retention_days", value)
|
591
|
-
|
592
|
-
@property
|
593
|
-
@pulumi.getter(name="retentionMode")
|
594
|
-
def retention_mode(self) -> Optional[pulumi.Input[str]]:
|
595
|
-
"""
|
596
|
-
Whether database retention is enabled or not. This field is supported for Cloud Composer environments in composer 3 and newer.
|
597
|
-
"""
|
598
|
-
return pulumi.get(self, "retention_mode")
|
599
|
-
|
600
|
-
@retention_mode.setter
|
601
|
-
def retention_mode(self, value: Optional[pulumi.Input[str]]):
|
602
|
-
pulumi.set(self, "retention_mode", value)
|
603
|
-
|
604
|
-
|
605
530
|
if not MYPY:
|
606
531
|
class EnvironmentConfigDataRetentionConfigTaskLogsRetentionConfigArgsDict(TypedDict):
|
607
532
|
storage_mode: NotRequired[pulumi.Input[str]]
|
pulumi_gcp/composer/outputs.py
CHANGED
@@ -18,7 +18,6 @@ from . import outputs
|
|
18
18
|
__all__ = [
|
19
19
|
'EnvironmentConfig',
|
20
20
|
'EnvironmentConfigDataRetentionConfig',
|
21
|
-
'EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfig',
|
22
21
|
'EnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig',
|
23
22
|
'EnvironmentConfigDatabaseConfig',
|
24
23
|
'EnvironmentConfigEncryptionConfig',
|
@@ -44,7 +43,6 @@ __all__ = [
|
|
44
43
|
'EnvironmentStorageConfig',
|
45
44
|
'GetEnvironmentConfigResult',
|
46
45
|
'GetEnvironmentConfigDataRetentionConfigResult',
|
47
|
-
'GetEnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigResult',
|
48
46
|
'GetEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfigResult',
|
49
47
|
'GetEnvironmentConfigDatabaseConfigResult',
|
50
48
|
'GetEnvironmentConfigEncryptionConfigResult',
|
@@ -388,9 +386,7 @@ class EnvironmentConfigDataRetentionConfig(dict):
|
|
388
386
|
@staticmethod
|
389
387
|
def __key_warning(key: str):
|
390
388
|
suggest = None
|
391
|
-
if key == "
|
392
|
-
suggest = "airflow_metadata_retention_configs"
|
393
|
-
elif key == "taskLogsRetentionConfigs":
|
389
|
+
if key == "taskLogsRetentionConfigs":
|
394
390
|
suggest = "task_logs_retention_configs"
|
395
391
|
|
396
392
|
if suggest:
|
@@ -405,84 +401,21 @@ class EnvironmentConfigDataRetentionConfig(dict):
|
|
405
401
|
return super().get(key, default)
|
406
402
|
|
407
403
|
def __init__(__self__, *,
|
408
|
-
|
409
|
-
task_logs_retention_configs: Optional[Sequence['outputs.EnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig']] = None):
|
404
|
+
task_logs_retention_configs: Sequence['outputs.EnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig']):
|
410
405
|
"""
|
411
|
-
:param Sequence['EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigArgs'] airflow_metadata_retention_configs: Optional. The configuration setting for database retention.
|
412
406
|
:param Sequence['EnvironmentConfigDataRetentionConfigTaskLogsRetentionConfigArgs'] task_logs_retention_configs: Optional. The configuration setting for Task Logs.
|
413
407
|
"""
|
414
|
-
|
415
|
-
pulumi.set(__self__, "airflow_metadata_retention_configs", airflow_metadata_retention_configs)
|
416
|
-
if task_logs_retention_configs is not None:
|
417
|
-
pulumi.set(__self__, "task_logs_retention_configs", task_logs_retention_configs)
|
418
|
-
|
419
|
-
@property
|
420
|
-
@pulumi.getter(name="airflowMetadataRetentionConfigs")
|
421
|
-
def airflow_metadata_retention_configs(self) -> Optional[Sequence['outputs.EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfig']]:
|
422
|
-
"""
|
423
|
-
Optional. The configuration setting for database retention.
|
424
|
-
"""
|
425
|
-
return pulumi.get(self, "airflow_metadata_retention_configs")
|
408
|
+
pulumi.set(__self__, "task_logs_retention_configs", task_logs_retention_configs)
|
426
409
|
|
427
410
|
@property
|
428
411
|
@pulumi.getter(name="taskLogsRetentionConfigs")
|
429
|
-
def task_logs_retention_configs(self) ->
|
412
|
+
def task_logs_retention_configs(self) -> Sequence['outputs.EnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig']:
|
430
413
|
"""
|
431
414
|
Optional. The configuration setting for Task Logs.
|
432
415
|
"""
|
433
416
|
return pulumi.get(self, "task_logs_retention_configs")
|
434
417
|
|
435
418
|
|
436
|
-
@pulumi.output_type
|
437
|
-
class EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfig(dict):
|
438
|
-
@staticmethod
|
439
|
-
def __key_warning(key: str):
|
440
|
-
suggest = None
|
441
|
-
if key == "retentionDays":
|
442
|
-
suggest = "retention_days"
|
443
|
-
elif key == "retentionMode":
|
444
|
-
suggest = "retention_mode"
|
445
|
-
|
446
|
-
if suggest:
|
447
|
-
pulumi.log.warn(f"Key '{key}' not found in EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfig. Access the value via the '{suggest}' property getter instead.")
|
448
|
-
|
449
|
-
def __getitem__(self, key: str) -> Any:
|
450
|
-
EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfig.__key_warning(key)
|
451
|
-
return super().__getitem__(key)
|
452
|
-
|
453
|
-
def get(self, key: str, default = None) -> Any:
|
454
|
-
EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfig.__key_warning(key)
|
455
|
-
return super().get(key, default)
|
456
|
-
|
457
|
-
def __init__(__self__, *,
|
458
|
-
retention_days: Optional[int] = None,
|
459
|
-
retention_mode: Optional[str] = None):
|
460
|
-
"""
|
461
|
-
:param int retention_days: How many days data should be retained for. This field is supported for Cloud Composer environments in composer 3 and newer.
|
462
|
-
:param str retention_mode: Whether database retention is enabled or not. This field is supported for Cloud Composer environments in composer 3 and newer.
|
463
|
-
"""
|
464
|
-
if retention_days is not None:
|
465
|
-
pulumi.set(__self__, "retention_days", retention_days)
|
466
|
-
if retention_mode is not None:
|
467
|
-
pulumi.set(__self__, "retention_mode", retention_mode)
|
468
|
-
|
469
|
-
@property
|
470
|
-
@pulumi.getter(name="retentionDays")
|
471
|
-
def retention_days(self) -> Optional[int]:
|
472
|
-
"""
|
473
|
-
How many days data should be retained for. This field is supported for Cloud Composer environments in composer 3 and newer.
|
474
|
-
"""
|
475
|
-
return pulumi.get(self, "retention_days")
|
476
|
-
|
477
|
-
@property
|
478
|
-
@pulumi.getter(name="retentionMode")
|
479
|
-
def retention_mode(self) -> Optional[str]:
|
480
|
-
"""
|
481
|
-
Whether database retention is enabled or not. This field is supported for Cloud Composer environments in composer 3 and newer.
|
482
|
-
"""
|
483
|
-
return pulumi.get(self, "retention_mode")
|
484
|
-
|
485
|
-
|
486
419
|
@pulumi.output_type
|
487
420
|
class EnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig(dict):
|
488
421
|
@staticmethod
|
@@ -2236,23 +2169,12 @@ class GetEnvironmentConfigResult(dict):
|
|
2236
2169
|
@pulumi.output_type
|
2237
2170
|
class GetEnvironmentConfigDataRetentionConfigResult(dict):
|
2238
2171
|
def __init__(__self__, *,
|
2239
|
-
airflow_metadata_retention_configs: Sequence['outputs.GetEnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigResult'],
|
2240
2172
|
task_logs_retention_configs: Sequence['outputs.GetEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfigResult']):
|
2241
2173
|
"""
|
2242
|
-
:param Sequence['GetEnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigArgs'] airflow_metadata_retention_configs: Optional. The configuration setting for database retention.
|
2243
2174
|
:param Sequence['GetEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfigArgs'] task_logs_retention_configs: Optional. The configuration setting for Task Logs.
|
2244
2175
|
"""
|
2245
|
-
pulumi.set(__self__, "airflow_metadata_retention_configs", airflow_metadata_retention_configs)
|
2246
2176
|
pulumi.set(__self__, "task_logs_retention_configs", task_logs_retention_configs)
|
2247
2177
|
|
2248
|
-
@property
|
2249
|
-
@pulumi.getter(name="airflowMetadataRetentionConfigs")
|
2250
|
-
def airflow_metadata_retention_configs(self) -> Sequence['outputs.GetEnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigResult']:
|
2251
|
-
"""
|
2252
|
-
Optional. The configuration setting for database retention.
|
2253
|
-
"""
|
2254
|
-
return pulumi.get(self, "airflow_metadata_retention_configs")
|
2255
|
-
|
2256
2178
|
@property
|
2257
2179
|
@pulumi.getter(name="taskLogsRetentionConfigs")
|
2258
2180
|
def task_logs_retention_configs(self) -> Sequence['outputs.GetEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfigResult']:
|
@@ -2262,35 +2184,6 @@ class GetEnvironmentConfigDataRetentionConfigResult(dict):
|
|
2262
2184
|
return pulumi.get(self, "task_logs_retention_configs")
|
2263
2185
|
|
2264
2186
|
|
2265
|
-
@pulumi.output_type
|
2266
|
-
class GetEnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigResult(dict):
|
2267
|
-
def __init__(__self__, *,
|
2268
|
-
retention_days: int,
|
2269
|
-
retention_mode: str):
|
2270
|
-
"""
|
2271
|
-
:param int retention_days: How many days data should be retained for. This field is supported for Cloud Composer environments in composer 3 and newer.
|
2272
|
-
:param str retention_mode: Whether database retention is enabled or not. This field is supported for Cloud Composer environments in composer 3 and newer.
|
2273
|
-
"""
|
2274
|
-
pulumi.set(__self__, "retention_days", retention_days)
|
2275
|
-
pulumi.set(__self__, "retention_mode", retention_mode)
|
2276
|
-
|
2277
|
-
@property
|
2278
|
-
@pulumi.getter(name="retentionDays")
|
2279
|
-
def retention_days(self) -> int:
|
2280
|
-
"""
|
2281
|
-
How many days data should be retained for. This field is supported for Cloud Composer environments in composer 3 and newer.
|
2282
|
-
"""
|
2283
|
-
return pulumi.get(self, "retention_days")
|
2284
|
-
|
2285
|
-
@property
|
2286
|
-
@pulumi.getter(name="retentionMode")
|
2287
|
-
def retention_mode(self) -> str:
|
2288
|
-
"""
|
2289
|
-
Whether database retention is enabled or not. This field is supported for Cloud Composer environments in composer 3 and newer.
|
2290
|
-
"""
|
2291
|
-
return pulumi.get(self, "retention_mode")
|
2292
|
-
|
2293
|
-
|
2294
2187
|
@pulumi.output_type
|
2295
2188
|
class GetEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfigResult(dict):
|
2296
2189
|
def __init__(__self__, *,
|