pulumi-alicloud 3.62.0a1725945881__py3-none-any.whl → 3.62.1__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.
- pulumi_alicloud/__init__.py +80 -0
- pulumi_alicloud/actiontrail/trail.py +2 -2
- pulumi_alicloud/adb/cluster.py +34 -0
- pulumi_alicloud/adb/db_cluster.py +47 -0
- pulumi_alicloud/amqp/binding.py +30 -36
- pulumi_alicloud/amqp/static_account.py +12 -12
- pulumi_alicloud/cen/_inputs.py +180 -14
- pulumi_alicloud/cen/outputs.py +173 -12
- pulumi_alicloud/cen/traffic_marking_policy.py +116 -53
- pulumi_alicloud/cen/transit_router_peer_attachment.py +38 -20
- pulumi_alicloud/cen/transit_router_vpc_attachment.py +338 -119
- pulumi_alicloud/cen/transit_router_vpn_attachment.py +2 -2
- pulumi_alicloud/cr/chart_namespace.py +14 -6
- pulumi_alicloud/cr/endpoint_acl_policy.py +10 -2
- pulumi_alicloud/cr/namespace.py +10 -2
- pulumi_alicloud/cs/registry_enterprise_repo.py +4 -4
- pulumi_alicloud/cs/registry_enterprise_sync_rule.py +10 -10
- pulumi_alicloud/ddos/_inputs.py +24 -0
- pulumi_alicloud/ddos/bgp_ip.py +1 -1
- pulumi_alicloud/ddos/outputs.py +37 -0
- pulumi_alicloud/ddos/port.py +110 -40
- pulumi_alicloud/ecs/_inputs.py +28 -0
- pulumi_alicloud/ecs/outputs.py +20 -0
- pulumi_alicloud/emrv2/_inputs.py +20 -20
- pulumi_alicloud/emrv2/get_clusters.py +25 -4
- pulumi_alicloud/emrv2/outputs.py +24 -24
- pulumi_alicloud/ens/_inputs.py +137 -2
- pulumi_alicloud/ens/instance.py +428 -184
- pulumi_alicloud/ens/load_balancer.py +74 -25
- pulumi_alicloud/ens/outputs.py +141 -2
- pulumi_alicloud/expressconnect/physical_connection.py +321 -185
- pulumi_alicloud/fc/__init__.py +3 -0
- pulumi_alicloud/fc/_inputs.py +320 -8
- pulumi_alicloud/fc/outputs.py +321 -8
- pulumi_alicloud/fc/trigger.py +22 -24
- pulumi_alicloud/fc/v3_layer_version.py +511 -0
- pulumi_alicloud/fc/v3_provision_config.py +676 -0
- pulumi_alicloud/fc/v3_vpc_binding.py +283 -0
- pulumi_alicloud/ga/endpoint_group.py +68 -14
- pulumi_alicloud/ga/get_endpoint_group_ip_address_cidr_blocks.py +18 -3
- pulumi_alicloud/gpdb/__init__.py +2 -0
- pulumi_alicloud/gpdb/account.py +172 -83
- pulumi_alicloud/gpdb/db_resource_group.py +54 -9
- pulumi_alicloud/gpdb/hadoop_data_source.py +1135 -0
- pulumi_alicloud/gpdb/jdbc_data_source.py +643 -0
- pulumi_alicloud/hbr/_inputs.py +14 -14
- pulumi_alicloud/hbr/outputs.py +14 -14
- pulumi_alicloud/hbr/policy.py +18 -18
- pulumi_alicloud/hbr/policy_binding.py +203 -62
- pulumi_alicloud/mongodb/instance.py +94 -0
- pulumi_alicloud/nlb/_inputs.py +120 -64
- pulumi_alicloud/nlb/get_listeners.py +32 -2
- pulumi_alicloud/nlb/get_server_group_server_attachments.py +8 -2
- pulumi_alicloud/nlb/listener.py +315 -245
- pulumi_alicloud/nlb/listener_additional_certificate_attachment.py +25 -25
- pulumi_alicloud/nlb/load_balancer.py +181 -212
- pulumi_alicloud/nlb/load_balancer_security_group_attachment.py +29 -39
- pulumi_alicloud/nlb/loadbalancer_common_bandwidth_package_attachment.py +22 -18
- pulumi_alicloud/nlb/outputs.py +122 -66
- pulumi_alicloud/nlb/security_policy.py +53 -25
- pulumi_alicloud/nlb/server_group.py +196 -133
- pulumi_alicloud/ocean/base_instance.py +498 -163
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/quotas/__init__.py +1 -0
- pulumi_alicloud/quotas/template_service.py +165 -0
- pulumi_alicloud/rds/rds_db_proxy.py +61 -0
- pulumi_alicloud/servicecatalog/__init__.py +4 -0
- pulumi_alicloud/servicecatalog/portfolio.py +31 -31
- pulumi_alicloud/servicecatalog/principal_portfolio_association.py +354 -0
- pulumi_alicloud/servicecatalog/product.py +383 -0
- pulumi_alicloud/servicecatalog/product_portfolio_association.py +222 -0
- pulumi_alicloud/servicecatalog/product_version.py +539 -0
- pulumi_alicloud/servicemesh/extension_provider.py +2 -2
- pulumi_alicloud/vpc/common_bandwith_package_attachment.py +2 -2
- pulumi_alicloud/vpc/get_route_tables.py +28 -5
- pulumi_alicloud/vpc/outputs.py +2 -2
- {pulumi_alicloud-3.62.0a1725945881.dist-info → pulumi_alicloud-3.62.1.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.62.0a1725945881.dist-info → pulumi_alicloud-3.62.1.dist-info}/RECORD +80 -70
- {pulumi_alicloud-3.62.0a1725945881.dist-info → pulumi_alicloud-3.62.1.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.62.0a1725945881.dist-info → pulumi_alicloud-3.62.1.dist-info}/top_level.txt +0 -0
pulumi_alicloud/hbr/_inputs.py
CHANGED
|
@@ -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
|
|
231
|
-
:param pulumi.Input[str] backup_type: This parameter is required only when the
|
|
232
|
-
:param pulumi.Input[int] keep_latest_snapshots: This parameter is required only when
|
|
233
|
-
:param pulumi.Input[str] replication_region_id: Only when the
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
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.
|
|
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:
|
|
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.
|
|
400
400
|
"""
|
|
401
401
|
return pulumi.get(self, "advanced_retention_type")
|
|
402
402
|
|
pulumi_alicloud/hbr/outputs.py
CHANGED
|
@@ -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
|
|
315
|
-
:param str backup_type: This parameter is required only when the
|
|
316
|
-
:param int keep_latest_snapshots: This parameter is required only when
|
|
317
|
-
:param str replication_region_id: Only when the
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
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.
|
|
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:
|
|
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.
|
|
461
461
|
"""
|
|
462
462
|
return pulumi.get(self, "advanced_retention_type")
|
|
463
463
|
|
pulumi_alicloud/hbr/policy.py
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
354
|
+
A list of policy rules See `rules` below.
|
|
355
355
|
"""
|
|
356
356
|
return pulumi.get(self, "rules")
|
|
357
357
|
|