pulumi-alicloud 3.62.0__py3-none-any.whl → 3.62.0a1724476801__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.

Potentially problematic release.


This version of pulumi-alicloud might be problematic. Click here for more details.

Files changed (119) hide show
  1. pulumi_alicloud/__init__.py +0 -80
  2. pulumi_alicloud/actiontrail/trail.py +2 -2
  3. pulumi_alicloud/adb/cluster.py +0 -34
  4. pulumi_alicloud/adb/db_cluster.py +0 -47
  5. pulumi_alicloud/amqp/static_account.py +12 -12
  6. pulumi_alicloud/brain/get_industrial_pid_loops.py +2 -18
  7. pulumi_alicloud/brain/get_industrial_pid_organizations.py +2 -12
  8. pulumi_alicloud/brain/get_industrial_pid_projects.py +2 -18
  9. pulumi_alicloud/brain/get_industrial_serice.py +2 -6
  10. pulumi_alicloud/brain/industrial_pid_loop.py +2 -6
  11. pulumi_alicloud/brain/industrial_pid_organization.py +4 -4
  12. pulumi_alicloud/brain/industrial_pid_project.py +4 -4
  13. pulumi_alicloud/cas/certificate.py +13 -155
  14. pulumi_alicloud/cas/service_certificate.py +30 -9
  15. pulumi_alicloud/cdn/real_time_log_delivery.py +2 -2
  16. pulumi_alicloud/cen/get_transit_router_route_tables.py +14 -81
  17. pulumi_alicloud/cen/outputs.py +2 -6
  18. pulumi_alicloud/cen/transit_router_peer_attachment.py +20 -38
  19. pulumi_alicloud/cen/transit_router_vpn_attachment.py +2 -2
  20. pulumi_alicloud/cfg/remediation.py +2 -6
  21. pulumi_alicloud/clickhouse/account.py +2 -2
  22. pulumi_alicloud/clickhouse/backup_policy.py +2 -2
  23. pulumi_alicloud/cloudfirewall/instance.py +0 -2
  24. pulumi_alicloud/cs/_inputs.py +21 -141
  25. pulumi_alicloud/cs/kubernetes.py +7 -7
  26. pulumi_alicloud/cs/kubernetes_addon.py +8 -4
  27. pulumi_alicloud/cs/managed_kubernetes.py +45 -506
  28. pulumi_alicloud/cs/outputs.py +21 -148
  29. pulumi_alicloud/cs/registry_enterprise_namespace.py +72 -92
  30. pulumi_alicloud/cs/registry_enterprise_repo.py +74 -96
  31. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +101 -105
  32. pulumi_alicloud/cs/serverless_kubernetes.py +206 -174
  33. pulumi_alicloud/databasefilesystem/instance.py +2 -2
  34. pulumi_alicloud/ddos/_inputs.py +0 -24
  35. pulumi_alicloud/ddos/outputs.py +0 -37
  36. pulumi_alicloud/ddos/port.py +40 -110
  37. pulumi_alicloud/dts/consumer_channel.py +2 -2
  38. pulumi_alicloud/dts/subscription_job.py +2 -2
  39. pulumi_alicloud/ecs/auto_provisioning_group.py +2 -2
  40. pulumi_alicloud/ehpc/get_clusters.py +2 -11
  41. pulumi_alicloud/ehpc/get_job_templates.py +2 -5
  42. pulumi_alicloud/ehpc/job_template.py +2 -2
  43. pulumi_alicloud/ehpc/outputs.py +2 -34
  44. pulumi_alicloud/emrv2/_inputs.py +8 -8
  45. pulumi_alicloud/emrv2/get_clusters.py +4 -25
  46. pulumi_alicloud/emrv2/outputs.py +12 -12
  47. pulumi_alicloud/ens/_inputs.py +0 -87
  48. pulumi_alicloud/ens/load_balancer.py +25 -74
  49. pulumi_alicloud/ens/outputs.py +0 -84
  50. pulumi_alicloud/fc/__init__.py +0 -3
  51. pulumi_alicloud/fc/_inputs.py +8 -320
  52. pulumi_alicloud/fc/function.py +6 -6
  53. pulumi_alicloud/fc/function_async_invoke_config.py +2 -2
  54. pulumi_alicloud/fc/outputs.py +8 -321
  55. pulumi_alicloud/fc/trigger.py +2 -2
  56. pulumi_alicloud/ga/get_endpoint_group_ip_address_cidr_blocks.py +3 -18
  57. pulumi_alicloud/gpdb/__init__.py +0 -2
  58. pulumi_alicloud/gpdb/account.py +87 -172
  59. pulumi_alicloud/gpdb/connection.py +4 -0
  60. pulumi_alicloud/gpdb/db_resource_group.py +9 -54
  61. pulumi_alicloud/hbr/_inputs.py +14 -14
  62. pulumi_alicloud/hbr/outputs.py +14 -14
  63. pulumi_alicloud/hbr/policy.py +18 -18
  64. pulumi_alicloud/hbr/policy_binding.py +62 -203
  65. pulumi_alicloud/log/alert.py +28 -30
  66. pulumi_alicloud/log/audit.py +0 -2
  67. pulumi_alicloud/log/dashboard.py +8 -8
  68. pulumi_alicloud/log/etl.py +26 -26
  69. pulumi_alicloud/log/ingestion.py +10 -10
  70. pulumi_alicloud/log/log_tail_attachment.py +14 -14
  71. pulumi_alicloud/log/log_tail_config.py +10 -10
  72. pulumi_alicloud/log/machine_group.py +4 -4
  73. pulumi_alicloud/log/oss_export.py +10 -10
  74. pulumi_alicloud/log/project.py +4 -4
  75. pulumi_alicloud/log/store_index.py +10 -10
  76. pulumi_alicloud/nlb/server_group.py +2 -2
  77. pulumi_alicloud/oos/service_setting.py +8 -10
  78. pulumi_alicloud/oss/bucket.py +10 -18
  79. pulumi_alicloud/oss/bucket_object.py +8 -12
  80. pulumi_alicloud/oss/bucket_replication.py +2 -2
  81. pulumi_alicloud/polardb/cluster.py +21 -75
  82. pulumi_alicloud/pulumi-plugin.json +1 -1
  83. pulumi_alicloud/pvtz/zone_record.py +2 -2
  84. pulumi_alicloud/quotas/__init__.py +0 -1
  85. pulumi_alicloud/ram/access_key.py +0 -4
  86. pulumi_alicloud/rds/account_privilege.py +2 -2
  87. pulumi_alicloud/rds/backup_policy.py +12 -270
  88. pulumi_alicloud/rds/database.py +7 -49
  89. pulumi_alicloud/rds/get_instance_class_infos.py +0 -20
  90. pulumi_alicloud/rds/get_instance_classes.py +0 -22
  91. pulumi_alicloud/rds/get_instance_engines.py +0 -22
  92. pulumi_alicloud/rds/instance.py +2 -4
  93. pulumi_alicloud/rds/rds_db_proxy.py +0 -61
  94. pulumi_alicloud/rocketmq/group.py +2 -2
  95. pulumi_alicloud/rocketmq/topic.py +2 -2
  96. pulumi_alicloud/servicecatalog/__init__.py +0 -4
  97. pulumi_alicloud/servicecatalog/portfolio.py +31 -31
  98. pulumi_alicloud/sls/alert.py +6 -6
  99. pulumi_alicloud/sls/scheduled_sql.py +10 -10
  100. pulumi_alicloud/vpc/get_route_tables.py +5 -28
  101. pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
  102. pulumi_alicloud/vpc/ipv6_internet_bandwidth.py +4 -4
  103. pulumi_alicloud/vpc/outputs.py +2 -2
  104. pulumi_alicloud/vpc/route_table_attachment.py +4 -4
  105. pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +2 -2
  106. {pulumi_alicloud-3.62.0.dist-info → pulumi_alicloud-3.62.0a1724476801.dist-info}/METADATA +1 -1
  107. {pulumi_alicloud-3.62.0.dist-info → pulumi_alicloud-3.62.0a1724476801.dist-info}/RECORD +109 -119
  108. {pulumi_alicloud-3.62.0.dist-info → pulumi_alicloud-3.62.0a1724476801.dist-info}/WHEEL +1 -1
  109. pulumi_alicloud/fc/v3_layer_version.py +0 -511
  110. pulumi_alicloud/fc/v3_provision_config.py +0 -676
  111. pulumi_alicloud/fc/v3_vpc_binding.py +0 -283
  112. pulumi_alicloud/gpdb/hadoop_data_source.py +0 -1135
  113. pulumi_alicloud/gpdb/jdbc_data_source.py +0 -643
  114. pulumi_alicloud/quotas/template_service.py +0 -165
  115. pulumi_alicloud/servicecatalog/principal_portfolio_association.py +0 -354
  116. pulumi_alicloud/servicecatalog/product.py +0 -383
  117. pulumi_alicloud/servicecatalog/product_portfolio_association.py +0 -222
  118. pulumi_alicloud/servicecatalog/product_version.py +0 -539
  119. {pulumi_alicloud-3.62.0.dist-info → pulumi_alicloud-3.62.0a1724476801.dist-info}/top_level.txt +0 -0
@@ -16,20 +16,16 @@ class DbResourceGroupArgs:
16
16
  def __init__(__self__, *,
17
17
  db_instance_id: pulumi.Input[str],
18
18
  resource_group_config: pulumi.Input[str],
19
- resource_group_name: pulumi.Input[str],
20
- role_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
19
+ resource_group_name: pulumi.Input[str]):
21
20
  """
22
21
  The set of arguments for constructing a DbResourceGroup resource.
23
22
  :param pulumi.Input[str] db_instance_id: The instance ID.> You can call the DescribeDBInstances operation to view the instance IDs of all AnalyticDB PostgreSQL instances in the target region.
24
23
  :param pulumi.Input[str] resource_group_config: Resource group configuration.
25
24
  :param pulumi.Input[str] resource_group_name: Resource group name.
26
- :param pulumi.Input[Sequence[pulumi.Input[str]]] role_lists: Role List
27
25
  """
28
26
  pulumi.set(__self__, "db_instance_id", db_instance_id)
29
27
  pulumi.set(__self__, "resource_group_config", resource_group_config)
30
28
  pulumi.set(__self__, "resource_group_name", resource_group_name)
31
- if role_lists is not None:
32
- pulumi.set(__self__, "role_lists", role_lists)
33
29
 
34
30
  @property
35
31
  @pulumi.getter(name="dbInstanceId")
@@ -67,32 +63,18 @@ class DbResourceGroupArgs:
67
63
  def resource_group_name(self, value: pulumi.Input[str]):
68
64
  pulumi.set(self, "resource_group_name", value)
69
65
 
70
- @property
71
- @pulumi.getter(name="roleLists")
72
- def role_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
73
- """
74
- Role List
75
- """
76
- return pulumi.get(self, "role_lists")
77
-
78
- @role_lists.setter
79
- def role_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
80
- pulumi.set(self, "role_lists", value)
81
-
82
66
 
83
67
  @pulumi.input_type
84
68
  class _DbResourceGroupState:
85
69
  def __init__(__self__, *,
86
70
  db_instance_id: Optional[pulumi.Input[str]] = None,
87
71
  resource_group_config: Optional[pulumi.Input[str]] = None,
88
- resource_group_name: Optional[pulumi.Input[str]] = None,
89
- role_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
72
+ resource_group_name: Optional[pulumi.Input[str]] = None):
90
73
  """
91
74
  Input properties used for looking up and filtering DbResourceGroup resources.
92
75
  :param pulumi.Input[str] db_instance_id: The instance ID.> You can call the DescribeDBInstances operation to view the instance IDs of all AnalyticDB PostgreSQL instances in the target region.
93
76
  :param pulumi.Input[str] resource_group_config: Resource group configuration.
94
77
  :param pulumi.Input[str] resource_group_name: Resource group name.
95
- :param pulumi.Input[Sequence[pulumi.Input[str]]] role_lists: Role List
96
78
  """
97
79
  if db_instance_id is not None:
98
80
  pulumi.set(__self__, "db_instance_id", db_instance_id)
@@ -100,8 +82,6 @@ class _DbResourceGroupState:
100
82
  pulumi.set(__self__, "resource_group_config", resource_group_config)
101
83
  if resource_group_name is not None:
102
84
  pulumi.set(__self__, "resource_group_name", resource_group_name)
103
- if role_lists is not None:
104
- pulumi.set(__self__, "role_lists", role_lists)
105
85
 
106
86
  @property
107
87
  @pulumi.getter(name="dbInstanceId")
@@ -139,18 +119,6 @@ class _DbResourceGroupState:
139
119
  def resource_group_name(self, value: Optional[pulumi.Input[str]]):
140
120
  pulumi.set(self, "resource_group_name", value)
141
121
 
142
- @property
143
- @pulumi.getter(name="roleLists")
144
- def role_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
145
- """
146
- Role List
147
- """
148
- return pulumi.get(self, "role_lists")
149
-
150
- @role_lists.setter
151
- def role_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
152
- pulumi.set(self, "role_lists", value)
153
-
154
122
 
155
123
  class DbResourceGroup(pulumi.CustomResource):
156
124
  @overload
@@ -160,10 +128,9 @@ class DbResourceGroup(pulumi.CustomResource):
160
128
  db_instance_id: Optional[pulumi.Input[str]] = None,
161
129
  resource_group_config: Optional[pulumi.Input[str]] = None,
162
130
  resource_group_name: Optional[pulumi.Input[str]] = None,
163
- role_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
164
131
  __props__=None):
165
132
  """
166
- Provides a GPDB Db Resource Group resource.
133
+ Provides a Gpdb Db Resource Group resource.
167
134
 
168
135
  For information about Gpdb Db Resource Group and how to use it, see [What is Db Resource Group](https://www.alibabacloud.com/help/en/).
169
136
 
@@ -195,6 +162,7 @@ class DbResourceGroup(pulumi.CustomResource):
195
162
  instance_network_type="VPC",
196
163
  db_instance_category="Basic",
197
164
  engine="gpdb",
165
+ resource_management_mode="resourceGroup",
198
166
  payment_type="PayAsYouGo",
199
167
  ssl_enabled=0,
200
168
  engine_version="6.0",
@@ -219,7 +187,7 @@ class DbResourceGroup(pulumi.CustomResource):
219
187
 
220
188
  ## Import
221
189
 
222
- GPDB Db Resource Group can be imported using the id, e.g.
190
+ Gpdb Db Resource Group can be imported using the id, e.g.
223
191
 
224
192
  ```sh
225
193
  $ pulumi import alicloud:gpdb/dbResourceGroup:DbResourceGroup example <db_instance_id>:<resource_group_name>
@@ -230,7 +198,6 @@ class DbResourceGroup(pulumi.CustomResource):
230
198
  :param pulumi.Input[str] db_instance_id: The instance ID.> You can call the DescribeDBInstances operation to view the instance IDs of all AnalyticDB PostgreSQL instances in the target region.
231
199
  :param pulumi.Input[str] resource_group_config: Resource group configuration.
232
200
  :param pulumi.Input[str] resource_group_name: Resource group name.
233
- :param pulumi.Input[Sequence[pulumi.Input[str]]] role_lists: Role List
234
201
  """
235
202
  ...
236
203
  @overload
@@ -239,7 +206,7 @@ class DbResourceGroup(pulumi.CustomResource):
239
206
  args: DbResourceGroupArgs,
240
207
  opts: Optional[pulumi.ResourceOptions] = None):
241
208
  """
242
- Provides a GPDB Db Resource Group resource.
209
+ Provides a Gpdb Db Resource Group resource.
243
210
 
244
211
  For information about Gpdb Db Resource Group and how to use it, see [What is Db Resource Group](https://www.alibabacloud.com/help/en/).
245
212
 
@@ -271,6 +238,7 @@ class DbResourceGroup(pulumi.CustomResource):
271
238
  instance_network_type="VPC",
272
239
  db_instance_category="Basic",
273
240
  engine="gpdb",
241
+ resource_management_mode="resourceGroup",
274
242
  payment_type="PayAsYouGo",
275
243
  ssl_enabled=0,
276
244
  engine_version="6.0",
@@ -295,7 +263,7 @@ class DbResourceGroup(pulumi.CustomResource):
295
263
 
296
264
  ## Import
297
265
 
298
- GPDB Db Resource Group can be imported using the id, e.g.
266
+ Gpdb Db Resource Group can be imported using the id, e.g.
299
267
 
300
268
  ```sh
301
269
  $ pulumi import alicloud:gpdb/dbResourceGroup:DbResourceGroup example <db_instance_id>:<resource_group_name>
@@ -319,7 +287,6 @@ class DbResourceGroup(pulumi.CustomResource):
319
287
  db_instance_id: Optional[pulumi.Input[str]] = None,
320
288
  resource_group_config: Optional[pulumi.Input[str]] = None,
321
289
  resource_group_name: Optional[pulumi.Input[str]] = None,
322
- role_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
323
290
  __props__=None):
324
291
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
325
292
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -338,7 +305,6 @@ class DbResourceGroup(pulumi.CustomResource):
338
305
  if resource_group_name is None and not opts.urn:
339
306
  raise TypeError("Missing required property 'resource_group_name'")
340
307
  __props__.__dict__["resource_group_name"] = resource_group_name
341
- __props__.__dict__["role_lists"] = role_lists
342
308
  super(DbResourceGroup, __self__).__init__(
343
309
  'alicloud:gpdb/dbResourceGroup:DbResourceGroup',
344
310
  resource_name,
@@ -351,8 +317,7 @@ class DbResourceGroup(pulumi.CustomResource):
351
317
  opts: Optional[pulumi.ResourceOptions] = None,
352
318
  db_instance_id: Optional[pulumi.Input[str]] = None,
353
319
  resource_group_config: Optional[pulumi.Input[str]] = None,
354
- resource_group_name: Optional[pulumi.Input[str]] = None,
355
- role_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None) -> 'DbResourceGroup':
320
+ resource_group_name: Optional[pulumi.Input[str]] = None) -> 'DbResourceGroup':
356
321
  """
357
322
  Get an existing DbResourceGroup resource's state with the given name, id, and optional extra
358
323
  properties used to qualify the lookup.
@@ -363,7 +328,6 @@ class DbResourceGroup(pulumi.CustomResource):
363
328
  :param pulumi.Input[str] db_instance_id: The instance ID.> You can call the DescribeDBInstances operation to view the instance IDs of all AnalyticDB PostgreSQL instances in the target region.
364
329
  :param pulumi.Input[str] resource_group_config: Resource group configuration.
365
330
  :param pulumi.Input[str] resource_group_name: Resource group name.
366
- :param pulumi.Input[Sequence[pulumi.Input[str]]] role_lists: Role List
367
331
  """
368
332
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
369
333
 
@@ -372,7 +336,6 @@ class DbResourceGroup(pulumi.CustomResource):
372
336
  __props__.__dict__["db_instance_id"] = db_instance_id
373
337
  __props__.__dict__["resource_group_config"] = resource_group_config
374
338
  __props__.__dict__["resource_group_name"] = resource_group_name
375
- __props__.__dict__["role_lists"] = role_lists
376
339
  return DbResourceGroup(resource_name, opts=opts, __props__=__props__)
377
340
 
378
341
  @property
@@ -399,11 +362,3 @@ class DbResourceGroup(pulumi.CustomResource):
399
362
  """
400
363
  return pulumi.get(self, "resource_group_name")
401
364
 
402
- @property
403
- @pulumi.getter(name="roleLists")
404
- def role_lists(self) -> pulumi.Output[Optional[Sequence[str]]]:
405
- """
406
- Role List
407
- """
408
- return pulumi.get(self, "role_lists")
409
-
@@ -227,14 +227,14 @@ class PolicyRuleArgs:
227
227
  vault_id: Optional[pulumi.Input[str]] = None):
228
228
  """
229
229
  :param pulumi.Input[str] rule_type: Rule Type.
230
- :param pulumi.Input[int] archive_days: This parameter is required only when the value of `RuleType` is **TRANSITION. The minimum value is 30, and the Retention-ArchiveDays needs to be greater than or equal to 60.
231
- :param pulumi.Input[str] backup_type: This parameter is required only when the `RuleType` value is **BACKUP. Backup Type.
232
- :param pulumi.Input[int] keep_latest_snapshots: This parameter is required only when `RuleType` is set to `BACKUP`.
233
- :param pulumi.Input[str] replication_region_id: Only when the `RuleType` value is.
230
+ :param pulumi.Input[int] archive_days: This parameter is required only when the value of **RuleType** is **TRANSITION. The minimum value is 30, and the Retention-ArchiveDays needs to be greater than or equal to 60.
231
+ :param pulumi.Input[str] backup_type: This parameter is required only when the **RuleType** value is **BACKUP. Backup Type.
232
+ :param pulumi.Input[int] keep_latest_snapshots: This parameter is required only when **RuleType** is set to **BACKUP**.
233
+ :param pulumi.Input[str] replication_region_id: Only when the **RuleType** value is.
234
234
  :param pulumi.Input[int] retention: Retention time, in days.
235
- :param pulumi.Input[Sequence[pulumi.Input['PolicyRuleRetentionRuleArgs']]] retention_rules: This parameter is required only when the value of `RuleType` is `TRANSITION`. See `retention_rules` below.
235
+ :param pulumi.Input[Sequence[pulumi.Input['PolicyRuleRetentionRuleArgs']]] retention_rules: This parameter is required only when the value of **RuleType** is **TRANSITION**. See `retention_rules` below.
236
236
  :param pulumi.Input[str] rule_id: Rule ID.
237
- :param pulumi.Input[str] schedule: This parameter is required only if you set the `RuleType` parameter to `BACKUP`. This parameter specifies the backup schedule settings. Format: `I|{startTime}|{interval}`. The system runs the first backup job at a point in time that is specified in the {startTime} parameter and the subsequent backup jobs at an interval that is specified in the {interval} parameter. The system does not run a backup job before the specified point in time. Each backup job, except the first one, starts only after the previous backup job is complete. For example, `I|1631685600|P1D` specifies that the system runs the first backup job at 14:00:00 on September 15, 2021 and the subsequent backup jobs once a day. * startTime: the time at which the system starts to run a backup job. The time must follow the UNIX time format. Unit: seconds. * interval: the interval at which the system runs a backup job. The interval must follow the ISO 8601 standard. For example, PT1H specifies an interval of one hour. P1D specifies an interval of one day.
237
+ :param pulumi.Input[str] schedule: This parameter is required only if you set the **RuleType** parameter to **BACKUP**. This parameter specifies the backup schedule settings. Format: `I|{startTime}|{interval}`. The system runs the first backup job at a point in time that is specified in the {startTime} parameter and the subsequent backup jobs at an interval that is specified in the {interval} parameter. The system does not run a backup job before the specified point in time. Each backup job, except the first one, starts only after the previous backup job is complete. For example, `I|1631685600|P1D` specifies that the system runs the first backup job at 14:00:00 on September 15, 2021 and the subsequent backup jobs once a day. * startTime: the time at which the system starts to run a backup job. The time must follow the UNIX time format. Unit: seconds. * interval: the interval at which the system runs a backup job. The interval must follow the ISO 8601 standard. For example, PT1H specifies an interval of one hour. P1D specifies an interval of one day.
238
238
  :param pulumi.Input[str] vault_id: Vault ID.
239
239
  """
240
240
  pulumi.set(__self__, "rule_type", rule_type)
@@ -273,7 +273,7 @@ class PolicyRuleArgs:
273
273
  @pulumi.getter(name="archiveDays")
274
274
  def archive_days(self) -> Optional[pulumi.Input[int]]:
275
275
  """
276
- This parameter is required only when the value of `RuleType` is **TRANSITION. The minimum value is 30, and the Retention-ArchiveDays needs to be greater than or equal to 60.
276
+ This parameter is required only when the value of **RuleType** is **TRANSITION. The minimum value is 30, and the Retention-ArchiveDays needs to be greater than or equal to 60.
277
277
  """
278
278
  return pulumi.get(self, "archive_days")
279
279
 
@@ -285,7 +285,7 @@ class PolicyRuleArgs:
285
285
  @pulumi.getter(name="backupType")
286
286
  def backup_type(self) -> Optional[pulumi.Input[str]]:
287
287
  """
288
- This parameter is required only when the `RuleType` value is **BACKUP. Backup Type.
288
+ This parameter is required only when the **RuleType** value is **BACKUP. Backup Type.
289
289
  """
290
290
  return pulumi.get(self, "backup_type")
291
291
 
@@ -297,7 +297,7 @@ class PolicyRuleArgs:
297
297
  @pulumi.getter(name="keepLatestSnapshots")
298
298
  def keep_latest_snapshots(self) -> Optional[pulumi.Input[int]]:
299
299
  """
300
- This parameter is required only when `RuleType` is set to `BACKUP`.
300
+ This parameter is required only when **RuleType** is set to **BACKUP**.
301
301
  """
302
302
  return pulumi.get(self, "keep_latest_snapshots")
303
303
 
@@ -309,7 +309,7 @@ class PolicyRuleArgs:
309
309
  @pulumi.getter(name="replicationRegionId")
310
310
  def replication_region_id(self) -> Optional[pulumi.Input[str]]:
311
311
  """
312
- Only when the `RuleType` value is.
312
+ Only when the **RuleType** value is.
313
313
  """
314
314
  return pulumi.get(self, "replication_region_id")
315
315
 
@@ -333,7 +333,7 @@ class PolicyRuleArgs:
333
333
  @pulumi.getter(name="retentionRules")
334
334
  def retention_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRuleRetentionRuleArgs']]]]:
335
335
  """
336
- This parameter is required only when the value of `RuleType` is `TRANSITION`. See `retention_rules` below.
336
+ This parameter is required only when the value of **RuleType** is **TRANSITION**. See `retention_rules` below.
337
337
  """
338
338
  return pulumi.get(self, "retention_rules")
339
339
 
@@ -357,7 +357,7 @@ class PolicyRuleArgs:
357
357
  @pulumi.getter
358
358
  def schedule(self) -> Optional[pulumi.Input[str]]:
359
359
  """
360
- This parameter is required only if you set the `RuleType` parameter to `BACKUP`. This parameter specifies the backup schedule settings. Format: `I|{startTime}|{interval}`. The system runs the first backup job at a point in time that is specified in the {startTime} parameter and the subsequent backup jobs at an interval that is specified in the {interval} parameter. The system does not run a backup job before the specified point in time. Each backup job, except the first one, starts only after the previous backup job is complete. For example, `I|1631685600|P1D` specifies that the system runs the first backup job at 14:00:00 on September 15, 2021 and the subsequent backup jobs once a day. * startTime: the time at which the system starts to run a backup job. The time must follow the UNIX time format. Unit: seconds. * interval: the interval at which the system runs a backup job. The interval must follow the ISO 8601 standard. For example, PT1H specifies an interval of one hour. P1D specifies an interval of one day.
360
+ This parameter is required only if you set the **RuleType** parameter to **BACKUP**. This parameter specifies the backup schedule settings. Format: `I|{startTime}|{interval}`. The system runs the first backup job at a point in time that is specified in the {startTime} parameter and the subsequent backup jobs at an interval that is specified in the {interval} parameter. The system does not run a backup job before the specified point in time. Each backup job, except the first one, starts only after the previous backup job is complete. For example, `I|1631685600|P1D` specifies that the system runs the first backup job at 14:00:00 on September 15, 2021 and the subsequent backup jobs once a day. * startTime: the time at which the system starts to run a backup job. The time must follow the UNIX time format. Unit: seconds. * interval: the interval at which the system runs a backup job. The interval must follow the ISO 8601 standard. For example, PT1H specifies an interval of one hour. P1D specifies an interval of one day.
361
361
  """
362
362
  return pulumi.get(self, "schedule")
363
363
 
@@ -384,7 +384,7 @@ class PolicyRuleRetentionRuleArgs:
384
384
  advanced_retention_type: Optional[pulumi.Input[str]] = None,
385
385
  retention: Optional[pulumi.Input[int]] = None):
386
386
  """
387
- :param pulumi.Input[str] advanced_retention_type: Valid values: `annually`, `MONTHLY`, and `WEEKLY`:- `annually`: the first backup of each year. - `MONTHLY`: The first backup of the month. - `WEEKLY`: The first backup of the week. - `DAILY`: The first backup of the day.
387
+ :param pulumi.Input[str] advanced_retention_type: Valid values: **annually**, **MONTHLY**, and **WEEKLY**:- **annually**: the first backup of each year. - **MONTHLY**: The first backup of the month. - **WEEKLY**: The first backup of the week.
388
388
  :param pulumi.Input[int] retention: Retention time, in days.
389
389
  """
390
390
  if advanced_retention_type is not None:
@@ -396,7 +396,7 @@ class PolicyRuleRetentionRuleArgs:
396
396
  @pulumi.getter(name="advancedRetentionType")
397
397
  def advanced_retention_type(self) -> Optional[pulumi.Input[str]]:
398
398
  """
399
- Valid values: `annually`, `MONTHLY`, and `WEEKLY`:- `annually`: the first backup of each year. - `MONTHLY`: The first backup of the month. - `WEEKLY`: The first backup of the week. - `DAILY`: The first backup of the day.
399
+ Valid values: **annually**, **MONTHLY**, and **WEEKLY**:- **annually**: the first backup of each year. - **MONTHLY**: The first backup of the month. - **WEEKLY**: The first backup of the week.
400
400
  """
401
401
  return pulumi.get(self, "advanced_retention_type")
402
402
 
@@ -311,14 +311,14 @@ class PolicyRule(dict):
311
311
  vault_id: Optional[str] = None):
312
312
  """
313
313
  :param str rule_type: Rule Type.
314
- :param int archive_days: This parameter is required only when the value of `RuleType` is **TRANSITION. The minimum value is 30, and the Retention-ArchiveDays needs to be greater than or equal to 60.
315
- :param str backup_type: This parameter is required only when the `RuleType` value is **BACKUP. Backup Type.
316
- :param int keep_latest_snapshots: This parameter is required only when `RuleType` is set to `BACKUP`.
317
- :param str replication_region_id: Only when the `RuleType` value is.
314
+ :param int archive_days: This parameter is required only when the value of **RuleType** is **TRANSITION. The minimum value is 30, and the Retention-ArchiveDays needs to be greater than or equal to 60.
315
+ :param str backup_type: This parameter is required only when the **RuleType** value is **BACKUP. Backup Type.
316
+ :param int keep_latest_snapshots: This parameter is required only when **RuleType** is set to **BACKUP**.
317
+ :param str replication_region_id: Only when the **RuleType** value is.
318
318
  :param int retention: Retention time, in days.
319
- :param Sequence['PolicyRuleRetentionRuleArgs'] retention_rules: This parameter is required only when the value of `RuleType` is `TRANSITION`. See `retention_rules` below.
319
+ :param Sequence['PolicyRuleRetentionRuleArgs'] retention_rules: This parameter is required only when the value of **RuleType** is **TRANSITION**. See `retention_rules` below.
320
320
  :param str rule_id: Rule ID.
321
- :param str schedule: This parameter is required only if you set the `RuleType` parameter to `BACKUP`. This parameter specifies the backup schedule settings. Format: `I|{startTime}|{interval}`. The system runs the first backup job at a point in time that is specified in the {startTime} parameter and the subsequent backup jobs at an interval that is specified in the {interval} parameter. The system does not run a backup job before the specified point in time. Each backup job, except the first one, starts only after the previous backup job is complete. For example, `I|1631685600|P1D` specifies that the system runs the first backup job at 14:00:00 on September 15, 2021 and the subsequent backup jobs once a day. * startTime: the time at which the system starts to run a backup job. The time must follow the UNIX time format. Unit: seconds. * interval: the interval at which the system runs a backup job. The interval must follow the ISO 8601 standard. For example, PT1H specifies an interval of one hour. P1D specifies an interval of one day.
321
+ :param str schedule: This parameter is required only if you set the **RuleType** parameter to **BACKUP**. This parameter specifies the backup schedule settings. Format: `I|{startTime}|{interval}`. The system runs the first backup job at a point in time that is specified in the {startTime} parameter and the subsequent backup jobs at an interval that is specified in the {interval} parameter. The system does not run a backup job before the specified point in time. Each backup job, except the first one, starts only after the previous backup job is complete. For example, `I|1631685600|P1D` specifies that the system runs the first backup job at 14:00:00 on September 15, 2021 and the subsequent backup jobs once a day. * startTime: the time at which the system starts to run a backup job. The time must follow the UNIX time format. Unit: seconds. * interval: the interval at which the system runs a backup job. The interval must follow the ISO 8601 standard. For example, PT1H specifies an interval of one hour. P1D specifies an interval of one day.
322
322
  :param str vault_id: Vault ID.
323
323
  """
324
324
  pulumi.set(__self__, "rule_type", rule_type)
@@ -353,7 +353,7 @@ class PolicyRule(dict):
353
353
  @pulumi.getter(name="archiveDays")
354
354
  def archive_days(self) -> Optional[int]:
355
355
  """
356
- This parameter is required only when the value of `RuleType` is **TRANSITION. The minimum value is 30, and the Retention-ArchiveDays needs to be greater than or equal to 60.
356
+ This parameter is required only when the value of **RuleType** is **TRANSITION. The minimum value is 30, and the Retention-ArchiveDays needs to be greater than or equal to 60.
357
357
  """
358
358
  return pulumi.get(self, "archive_days")
359
359
 
@@ -361,7 +361,7 @@ class PolicyRule(dict):
361
361
  @pulumi.getter(name="backupType")
362
362
  def backup_type(self) -> Optional[str]:
363
363
  """
364
- This parameter is required only when the `RuleType` value is **BACKUP. Backup Type.
364
+ This parameter is required only when the **RuleType** value is **BACKUP. Backup Type.
365
365
  """
366
366
  return pulumi.get(self, "backup_type")
367
367
 
@@ -369,7 +369,7 @@ class PolicyRule(dict):
369
369
  @pulumi.getter(name="keepLatestSnapshots")
370
370
  def keep_latest_snapshots(self) -> Optional[int]:
371
371
  """
372
- This parameter is required only when `RuleType` is set to `BACKUP`.
372
+ This parameter is required only when **RuleType** is set to **BACKUP**.
373
373
  """
374
374
  return pulumi.get(self, "keep_latest_snapshots")
375
375
 
@@ -377,7 +377,7 @@ class PolicyRule(dict):
377
377
  @pulumi.getter(name="replicationRegionId")
378
378
  def replication_region_id(self) -> Optional[str]:
379
379
  """
380
- Only when the `RuleType` value is.
380
+ Only when the **RuleType** value is.
381
381
  """
382
382
  return pulumi.get(self, "replication_region_id")
383
383
 
@@ -393,7 +393,7 @@ class PolicyRule(dict):
393
393
  @pulumi.getter(name="retentionRules")
394
394
  def retention_rules(self) -> Optional[Sequence['outputs.PolicyRuleRetentionRule']]:
395
395
  """
396
- This parameter is required only when the value of `RuleType` is `TRANSITION`. See `retention_rules` below.
396
+ This parameter is required only when the value of **RuleType** is **TRANSITION**. See `retention_rules` below.
397
397
  """
398
398
  return pulumi.get(self, "retention_rules")
399
399
 
@@ -409,7 +409,7 @@ class PolicyRule(dict):
409
409
  @pulumi.getter
410
410
  def schedule(self) -> Optional[str]:
411
411
  """
412
- This parameter is required only if you set the `RuleType` parameter to `BACKUP`. This parameter specifies the backup schedule settings. Format: `I|{startTime}|{interval}`. The system runs the first backup job at a point in time that is specified in the {startTime} parameter and the subsequent backup jobs at an interval that is specified in the {interval} parameter. The system does not run a backup job before the specified point in time. Each backup job, except the first one, starts only after the previous backup job is complete. For example, `I|1631685600|P1D` specifies that the system runs the first backup job at 14:00:00 on September 15, 2021 and the subsequent backup jobs once a day. * startTime: the time at which the system starts to run a backup job. The time must follow the UNIX time format. Unit: seconds. * interval: the interval at which the system runs a backup job. The interval must follow the ISO 8601 standard. For example, PT1H specifies an interval of one hour. P1D specifies an interval of one day.
412
+ This parameter is required only if you set the **RuleType** parameter to **BACKUP**. This parameter specifies the backup schedule settings. Format: `I|{startTime}|{interval}`. The system runs the first backup job at a point in time that is specified in the {startTime} parameter and the subsequent backup jobs at an interval that is specified in the {interval} parameter. The system does not run a backup job before the specified point in time. Each backup job, except the first one, starts only after the previous backup job is complete. For example, `I|1631685600|P1D` specifies that the system runs the first backup job at 14:00:00 on September 15, 2021 and the subsequent backup jobs once a day. * startTime: the time at which the system starts to run a backup job. The time must follow the UNIX time format. Unit: seconds. * interval: the interval at which the system runs a backup job. The interval must follow the ISO 8601 standard. For example, PT1H specifies an interval of one hour. P1D specifies an interval of one day.
413
413
  """
414
414
  return pulumi.get(self, "schedule")
415
415
 
@@ -445,7 +445,7 @@ class PolicyRuleRetentionRule(dict):
445
445
  advanced_retention_type: Optional[str] = None,
446
446
  retention: Optional[int] = None):
447
447
  """
448
- :param str advanced_retention_type: Valid values: `annually`, `MONTHLY`, and `WEEKLY`:- `annually`: the first backup of each year. - `MONTHLY`: The first backup of the month. - `WEEKLY`: The first backup of the week. - `DAILY`: The first backup of the day.
448
+ :param str advanced_retention_type: Valid values: **annually**, **MONTHLY**, and **WEEKLY**:- **annually**: the first backup of each year. - **MONTHLY**: The first backup of the month. - **WEEKLY**: The first backup of the week.
449
449
  :param int retention: Retention time, in days.
450
450
  """
451
451
  if advanced_retention_type is not None:
@@ -457,7 +457,7 @@ class PolicyRuleRetentionRule(dict):
457
457
  @pulumi.getter(name="advancedRetentionType")
458
458
  def advanced_retention_type(self) -> Optional[str]:
459
459
  """
460
- Valid values: `annually`, `MONTHLY`, and `WEEKLY`:- `annually`: the first backup of each year. - `MONTHLY`: The first backup of the month. - `WEEKLY`: The first backup of the week. - `DAILY`: The first backup of the day.
460
+ Valid values: **annually**, **MONTHLY**, and **WEEKLY**:- **annually**: the first backup of each year. - **MONTHLY**: The first backup of the month. - **WEEKLY**: The first backup of the week.
461
461
  """
462
462
  return pulumi.get(self, "advanced_retention_type")
463
463
 
@@ -22,8 +22,8 @@ class PolicyArgs:
22
22
  """
23
23
  The set of arguments for constructing a Policy resource.
24
24
  :param pulumi.Input[str] policy_description: The policy description.
25
- :param pulumi.Input[str] policy_name: Policy Name
26
- :param pulumi.Input[Sequence[pulumi.Input['PolicyRuleArgs']]] rules: A list of policy rules See `rules` below.
25
+ :param pulumi.Input[str] policy_name: Policy Name.
26
+ :param pulumi.Input[Sequence[pulumi.Input['PolicyRuleArgs']]] rules: A list of policy rules. See `rules` below.
27
27
  """
28
28
  if policy_description is not None:
29
29
  pulumi.set(__self__, "policy_description", policy_description)
@@ -48,7 +48,7 @@ class PolicyArgs:
48
48
  @pulumi.getter(name="policyName")
49
49
  def policy_name(self) -> Optional[pulumi.Input[str]]:
50
50
  """
51
- Policy Name
51
+ Policy Name.
52
52
  """
53
53
  return pulumi.get(self, "policy_name")
54
54
 
@@ -60,7 +60,7 @@ class PolicyArgs:
60
60
  @pulumi.getter
61
61
  def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRuleArgs']]]]:
62
62
  """
63
- A list of policy rules See `rules` below.
63
+ A list of policy rules. See `rules` below.
64
64
  """
65
65
  return pulumi.get(self, "rules")
66
66
 
@@ -78,10 +78,10 @@ class _PolicyState:
78
78
  rules: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRuleArgs']]]] = None):
79
79
  """
80
80
  Input properties used for looking up and filtering Policy resources.
81
- :param pulumi.Input[str] create_time: Policy creation time
81
+ :param pulumi.Input[str] create_time: Policy creation time.
82
82
  :param pulumi.Input[str] policy_description: The policy description.
83
- :param pulumi.Input[str] policy_name: Policy Name
84
- :param pulumi.Input[Sequence[pulumi.Input['PolicyRuleArgs']]] rules: A list of policy rules See `rules` below.
83
+ :param pulumi.Input[str] policy_name: Policy Name.
84
+ :param pulumi.Input[Sequence[pulumi.Input['PolicyRuleArgs']]] rules: A list of policy rules. See `rules` below.
85
85
  """
86
86
  if create_time is not None:
87
87
  pulumi.set(__self__, "create_time", create_time)
@@ -96,7 +96,7 @@ class _PolicyState:
96
96
  @pulumi.getter(name="createTime")
97
97
  def create_time(self) -> Optional[pulumi.Input[str]]:
98
98
  """
99
- Policy creation time
99
+ Policy creation time.
100
100
  """
101
101
  return pulumi.get(self, "create_time")
102
102
 
@@ -120,7 +120,7 @@ class _PolicyState:
120
120
  @pulumi.getter(name="policyName")
121
121
  def policy_name(self) -> Optional[pulumi.Input[str]]:
122
122
  """
123
- Policy Name
123
+ Policy Name.
124
124
  """
125
125
  return pulumi.get(self, "policy_name")
126
126
 
@@ -132,7 +132,7 @@ class _PolicyState:
132
132
  @pulumi.getter
133
133
  def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRuleArgs']]]]:
134
134
  """
135
- A list of policy rules See `rules` below.
135
+ A list of policy rules. See `rules` below.
136
136
  """
137
137
  return pulumi.get(self, "rules")
138
138
 
@@ -200,8 +200,8 @@ class Policy(pulumi.CustomResource):
200
200
  :param str resource_name: The name of the resource.
201
201
  :param pulumi.ResourceOptions opts: Options for the resource.
202
202
  :param pulumi.Input[str] policy_description: The policy description.
203
- :param pulumi.Input[str] policy_name: Policy Name
204
- :param pulumi.Input[Sequence[pulumi.Input[Union['PolicyRuleArgs', 'PolicyRuleArgsDict']]]] rules: A list of policy rules See `rules` below.
203
+ :param pulumi.Input[str] policy_name: Policy Name.
204
+ :param pulumi.Input[Sequence[pulumi.Input[Union['PolicyRuleArgs', 'PolicyRuleArgsDict']]]] rules: A list of policy rules. See `rules` below.
205
205
  """
206
206
  ...
207
207
  @overload
@@ -308,10 +308,10 @@ class Policy(pulumi.CustomResource):
308
308
  :param str resource_name: The unique name of the resulting resource.
309
309
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
310
310
  :param pulumi.ResourceOptions opts: Options for the resource.
311
- :param pulumi.Input[str] create_time: Policy creation time
311
+ :param pulumi.Input[str] create_time: Policy creation time.
312
312
  :param pulumi.Input[str] policy_description: The policy description.
313
- :param pulumi.Input[str] policy_name: Policy Name
314
- :param pulumi.Input[Sequence[pulumi.Input[Union['PolicyRuleArgs', 'PolicyRuleArgsDict']]]] rules: A list of policy rules See `rules` below.
313
+ :param pulumi.Input[str] policy_name: Policy Name.
314
+ :param pulumi.Input[Sequence[pulumi.Input[Union['PolicyRuleArgs', 'PolicyRuleArgsDict']]]] rules: A list of policy rules. See `rules` below.
315
315
  """
316
316
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
317
317
 
@@ -327,7 +327,7 @@ class Policy(pulumi.CustomResource):
327
327
  @pulumi.getter(name="createTime")
328
328
  def create_time(self) -> pulumi.Output[str]:
329
329
  """
330
- Policy creation time
330
+ Policy creation time.
331
331
  """
332
332
  return pulumi.get(self, "create_time")
333
333
 
@@ -343,7 +343,7 @@ class Policy(pulumi.CustomResource):
343
343
  @pulumi.getter(name="policyName")
344
344
  def policy_name(self) -> pulumi.Output[Optional[str]]:
345
345
  """
346
- Policy Name
346
+ Policy Name.
347
347
  """
348
348
  return pulumi.get(self, "policy_name")
349
349
 
@@ -351,7 +351,7 @@ class Policy(pulumi.CustomResource):
351
351
  @pulumi.getter
352
352
  def rules(self) -> pulumi.Output[Optional[Sequence['outputs.PolicyRule']]]:
353
353
  """
354
- A list of policy rules See `rules` below.
354
+ A list of policy rules. See `rules` below.
355
355
  """
356
356
  return pulumi.get(self, "rules")
357
357