pulumi-alicloud 3.77.0a1746076596__py3-none-any.whl → 3.77.0a1746220593__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 (83) hide show
  1. pulumi_alicloud/__init__.py +72 -0
  2. pulumi_alicloud/_inputs.py +13 -0
  3. pulumi_alicloud/adb/db_cluster_lake_version.py +94 -0
  4. pulumi_alicloud/alb/_inputs.py +6 -3
  5. pulumi_alicloud/alb/outputs.py +4 -2
  6. pulumi_alicloud/apig/environment.py +2 -2
  7. pulumi_alicloud/apig/http_api.py +2 -2
  8. pulumi_alicloud/arms/grafana_workspace.py +56 -14
  9. pulumi_alicloud/cloudfirewall/instance_member.py +4 -4
  10. pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +2 -2
  11. pulumi_alicloud/cloudsso/_inputs.py +697 -7
  12. pulumi_alicloud/cloudsso/directory.py +345 -65
  13. pulumi_alicloud/cloudsso/outputs.py +557 -8
  14. pulumi_alicloud/config/outputs.py +8 -0
  15. pulumi_alicloud/cs/_inputs.py +18 -18
  16. pulumi_alicloud/cs/edge_kubernetes.py +136 -100
  17. pulumi_alicloud/cs/get_kubernetes_node_pools.py +21 -1
  18. pulumi_alicloud/cs/kubernetes.py +118 -39
  19. pulumi_alicloud/cs/managed_kubernetes.py +125 -46
  20. pulumi_alicloud/cs/outputs.py +14 -14
  21. pulumi_alicloud/cs/serverless_kubernetes.py +66 -73
  22. pulumi_alicloud/ddos/ddos_coo_instance.py +175 -25
  23. pulumi_alicloud/dns/ddos_coo_instance.py +175 -25
  24. pulumi_alicloud/dts/job_monitor_rule.py +2 -2
  25. pulumi_alicloud/dts/synchronization_job.py +2 -2
  26. pulumi_alicloud/ecs/get_instance_types.py +4 -4
  27. pulumi_alicloud/ecs/instance.py +28 -28
  28. pulumi_alicloud/ecs/outputs.py +2 -2
  29. pulumi_alicloud/ecs/security_group_rule.py +32 -4
  30. pulumi_alicloud/eflo/__init__.py +3 -0
  31. pulumi_alicloud/eflo/_inputs.py +623 -0
  32. pulumi_alicloud/eflo/experiment_plan.py +573 -0
  33. pulumi_alicloud/eflo/experiment_plan_template.py +464 -0
  34. pulumi_alicloud/eflo/outputs.py +476 -0
  35. pulumi_alicloud/eflo/resource.py +388 -0
  36. pulumi_alicloud/ens/disk.py +120 -69
  37. pulumi_alicloud/ens/eip.py +45 -41
  38. pulumi_alicloud/esa/__init__.py +2 -0
  39. pulumi_alicloud/esa/scheduled_preload_execution.py +479 -0
  40. pulumi_alicloud/esa/scheduled_preload_job.py +467 -0
  41. pulumi_alicloud/gwlb/listener.py +2 -2
  42. pulumi_alicloud/gwlb/load_balancer.py +2 -2
  43. pulumi_alicloud/gwlb/server_group.py +2 -2
  44. pulumi_alicloud/ims/__init__.py +2 -0
  45. pulumi_alicloud/ims/get_oidc_providers.py +216 -0
  46. pulumi_alicloud/ims/outputs.py +138 -0
  47. pulumi_alicloud/mongodb/__init__.py +2 -0
  48. pulumi_alicloud/mongodb/_inputs.py +154 -0
  49. pulumi_alicloud/mongodb/instance.py +7 -7
  50. pulumi_alicloud/mongodb/outputs.py +121 -0
  51. pulumi_alicloud/mongodb/public_network_address.py +275 -0
  52. pulumi_alicloud/mongodb/replica_set_role.py +533 -0
  53. pulumi_alicloud/nas/_inputs.py +252 -18
  54. pulumi_alicloud/nas/file_system.py +649 -264
  55. pulumi_alicloud/nas/outputs.py +198 -12
  56. pulumi_alicloud/nlb/server_group_server_attachment.py +4 -0
  57. pulumi_alicloud/pai/__init__.py +1 -0
  58. pulumi_alicloud/pai/flow_pipeline.py +491 -0
  59. pulumi_alicloud/pulumi-plugin.json +1 -1
  60. pulumi_alicloud/ram/__init__.py +1 -0
  61. pulumi_alicloud/ram/get_role_policy_attachments.py +272 -0
  62. pulumi_alicloud/ram/outputs.py +63 -0
  63. pulumi_alicloud/ram/security_preference.py +496 -110
  64. pulumi_alicloud/rdc/organization.py +2 -2
  65. pulumi_alicloud/rds/instance.py +1 -1
  66. pulumi_alicloud/sae/application_scaling_rule.py +2 -2
  67. pulumi_alicloud/sae/ingress.py +2 -2
  68. pulumi_alicloud/schedulerx/app_group.py +2 -2
  69. pulumi_alicloud/schedulerx/job.py +2 -2
  70. pulumi_alicloud/selectdb/db_cluster.py +2 -0
  71. pulumi_alicloud/selectdb/db_instance.py +43 -13
  72. pulumi_alicloud/selectdb/get_db_clusters.py +2 -0
  73. pulumi_alicloud/selectdb/get_db_instances.py +2 -0
  74. pulumi_alicloud/selectdb/outputs.py +3 -3
  75. pulumi_alicloud/sls/__init__.py +1 -0
  76. pulumi_alicloud/sls/_inputs.py +295 -0
  77. pulumi_alicloud/sls/etl.py +516 -0
  78. pulumi_alicloud/sls/outputs.py +209 -0
  79. pulumi_alicloud/vpc/network.py +156 -88
  80. {pulumi_alicloud-3.77.0a1746076596.dist-info → pulumi_alicloud-3.77.0a1746220593.dist-info}/METADATA +1 -1
  81. {pulumi_alicloud-3.77.0a1746076596.dist-info → pulumi_alicloud-3.77.0a1746220593.dist-info}/RECORD +83 -71
  82. {pulumi_alicloud-3.77.0a1746076596.dist-info → pulumi_alicloud-3.77.0a1746220593.dist-info}/WHEEL +0 -0
  83. {pulumi_alicloud-3.77.0a1746076596.dist-info → pulumi_alicloud-3.77.0a1746220593.dist-info}/top_level.txt +0 -0
@@ -222,15 +222,15 @@ class InstanceArgs:
222
222
  :param pulumi.Input[builtins.int] system_disk_size: Size of the system disk, measured in GiB. Value range: [20, 500]. The specified value must be equal to or greater than max{20, Imagesize}. Default value: max{40, ImageSize}.
223
223
  :param pulumi.Input[builtins.str] system_disk_storage_cluster_id: The ID of the dedicated block storage cluster. If you want to use disks in a dedicated block storage cluster as system disks when you create instances, you must specify this parameter. For more information about dedicated block storage clusters.
224
224
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: A mapping of tags to assign to the resource.
225
- - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
226
- - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
225
+ - Key: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
226
+ - Value: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
227
227
  :param pulumi.Input[builtins.str] user_data: User-defined data to customize the startup behaviors of an ECS instance and to pass data into an ECS instance.
228
228
  It supports to setting a base64-encoded value, and it is the recommended usage.
229
229
  From version 1.60.0, it can be updated in-place. If updated, the instance will reboot to make the change take effect.
230
230
  Note: Not all changes will take effect, and it depends on [cloud-init module type](https://cloudinit.readthedocs.io/en/latest/topics/modules.html).
231
231
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] volume_tags: A mapping of tags to assign to the devices created by the instance at launch time.
232
- - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
233
- - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
232
+ - Key: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
233
+ - Value: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
234
234
  :param pulumi.Input[builtins.str] vpc_id: The ID of the VPC.
235
235
  :param pulumi.Input[builtins.str] vswitch_id: The virtual switch ID to launch in VPC. This parameter must be set unless you can create classic network instances. When it is changed, the instance will reboot to make the change take effect.
236
236
  """
@@ -1302,8 +1302,8 @@ class InstanceArgs:
1302
1302
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
1303
1303
  """
1304
1304
  A mapping of tags to assign to the resource.
1305
- - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
1306
- - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
1305
+ - Key: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
1306
+ - Value: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
1307
1307
  """
1308
1308
  return pulumi.get(self, "tags")
1309
1309
 
@@ -1331,8 +1331,8 @@ class InstanceArgs:
1331
1331
  def volume_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
1332
1332
  """
1333
1333
  A mapping of tags to assign to the devices created by the instance at launch time.
1334
- - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
1335
- - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
1334
+ - Key: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
1335
+ - Value: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
1336
1336
  """
1337
1337
  return pulumi.get(self, "volume_tags")
1338
1338
 
@@ -1592,15 +1592,15 @@ class _InstanceState:
1592
1592
  :param pulumi.Input[builtins.int] system_disk_size: Size of the system disk, measured in GiB. Value range: [20, 500]. The specified value must be equal to or greater than max{20, Imagesize}. Default value: max{40, ImageSize}.
1593
1593
  :param pulumi.Input[builtins.str] system_disk_storage_cluster_id: The ID of the dedicated block storage cluster. If you want to use disks in a dedicated block storage cluster as system disks when you create instances, you must specify this parameter. For more information about dedicated block storage clusters.
1594
1594
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: A mapping of tags to assign to the resource.
1595
- - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
1596
- - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
1595
+ - Key: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
1596
+ - Value: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
1597
1597
  :param pulumi.Input[builtins.str] user_data: User-defined data to customize the startup behaviors of an ECS instance and to pass data into an ECS instance.
1598
1598
  It supports to setting a base64-encoded value, and it is the recommended usage.
1599
1599
  From version 1.60.0, it can be updated in-place. If updated, the instance will reboot to make the change take effect.
1600
1600
  Note: Not all changes will take effect, and it depends on [cloud-init module type](https://cloudinit.readthedocs.io/en/latest/topics/modules.html).
1601
1601
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] volume_tags: A mapping of tags to assign to the devices created by the instance at launch time.
1602
- - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
1603
- - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
1602
+ - Key: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
1603
+ - Value: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
1604
1604
  :param pulumi.Input[builtins.str] vpc_id: The ID of the VPC.
1605
1605
  :param pulumi.Input[builtins.str] vswitch_id: The virtual switch ID to launch in VPC. This parameter must be set unless you can create classic network instances. When it is changed, the instance will reboot to make the change take effect.
1606
1606
  """
@@ -2840,8 +2840,8 @@ class _InstanceState:
2840
2840
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
2841
2841
  """
2842
2842
  A mapping of tags to assign to the resource.
2843
- - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
2844
- - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
2843
+ - Key: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
2844
+ - Value: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
2845
2845
  """
2846
2846
  return pulumi.get(self, "tags")
2847
2847
 
@@ -2869,8 +2869,8 @@ class _InstanceState:
2869
2869
  def volume_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
2870
2870
  """
2871
2871
  A mapping of tags to assign to the devices created by the instance at launch time.
2872
- - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
2873
- - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
2872
+ - Key: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
2873
+ - Value: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
2874
2874
  """
2875
2875
  return pulumi.get(self, "volume_tags")
2876
2876
 
@@ -3190,15 +3190,15 @@ class Instance(pulumi.CustomResource):
3190
3190
  :param pulumi.Input[builtins.int] system_disk_size: Size of the system disk, measured in GiB. Value range: [20, 500]. The specified value must be equal to or greater than max{20, Imagesize}. Default value: max{40, ImageSize}.
3191
3191
  :param pulumi.Input[builtins.str] system_disk_storage_cluster_id: The ID of the dedicated block storage cluster. If you want to use disks in a dedicated block storage cluster as system disks when you create instances, you must specify this parameter. For more information about dedicated block storage clusters.
3192
3192
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: A mapping of tags to assign to the resource.
3193
- - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
3194
- - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
3193
+ - Key: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
3194
+ - Value: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
3195
3195
  :param pulumi.Input[builtins.str] user_data: User-defined data to customize the startup behaviors of an ECS instance and to pass data into an ECS instance.
3196
3196
  It supports to setting a base64-encoded value, and it is the recommended usage.
3197
3197
  From version 1.60.0, it can be updated in-place. If updated, the instance will reboot to make the change take effect.
3198
3198
  Note: Not all changes will take effect, and it depends on [cloud-init module type](https://cloudinit.readthedocs.io/en/latest/topics/modules.html).
3199
3199
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] volume_tags: A mapping of tags to assign to the devices created by the instance at launch time.
3200
- - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
3201
- - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
3200
+ - Key: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
3201
+ - Value: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
3202
3202
  :param pulumi.Input[builtins.str] vpc_id: The ID of the VPC.
3203
3203
  :param pulumi.Input[builtins.str] vswitch_id: The virtual switch ID to launch in VPC. This parameter must be set unless you can create classic network instances. When it is changed, the instance will reboot to make the change take effect.
3204
3204
  """
@@ -3715,15 +3715,15 @@ class Instance(pulumi.CustomResource):
3715
3715
  :param pulumi.Input[builtins.int] system_disk_size: Size of the system disk, measured in GiB. Value range: [20, 500]. The specified value must be equal to or greater than max{20, Imagesize}. Default value: max{40, ImageSize}.
3716
3716
  :param pulumi.Input[builtins.str] system_disk_storage_cluster_id: The ID of the dedicated block storage cluster. If you want to use disks in a dedicated block storage cluster as system disks when you create instances, you must specify this parameter. For more information about dedicated block storage clusters.
3717
3717
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: A mapping of tags to assign to the resource.
3718
- - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
3719
- - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
3718
+ - Key: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
3719
+ - Value: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
3720
3720
  :param pulumi.Input[builtins.str] user_data: User-defined data to customize the startup behaviors of an ECS instance and to pass data into an ECS instance.
3721
3721
  It supports to setting a base64-encoded value, and it is the recommended usage.
3722
3722
  From version 1.60.0, it can be updated in-place. If updated, the instance will reboot to make the change take effect.
3723
3723
  Note: Not all changes will take effect, and it depends on [cloud-init module type](https://cloudinit.readthedocs.io/en/latest/topics/modules.html).
3724
3724
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] volume_tags: A mapping of tags to assign to the devices created by the instance at launch time.
3725
- - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
3726
- - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
3725
+ - Key: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
3726
+ - Value: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
3727
3727
  :param pulumi.Input[builtins.str] vpc_id: The ID of the VPC.
3728
3728
  :param pulumi.Input[builtins.str] vswitch_id: The virtual switch ID to launch in VPC. This parameter must be set unless you can create classic network instances. When it is changed, the instance will reboot to make the change take effect.
3729
3729
  """
@@ -4542,8 +4542,8 @@ class Instance(pulumi.CustomResource):
4542
4542
  def tags(self) -> pulumi.Output[Optional[Mapping[str, builtins.str]]]:
4543
4543
  """
4544
4544
  A mapping of tags to assign to the resource.
4545
- - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
4546
- - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
4545
+ - Key: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
4546
+ - Value: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
4547
4547
  """
4548
4548
  return pulumi.get(self, "tags")
4549
4549
 
@@ -4563,8 +4563,8 @@ class Instance(pulumi.CustomResource):
4563
4563
  def volume_tags(self) -> pulumi.Output[Mapping[str, builtins.str]]:
4564
4564
  """
4565
4565
  A mapping of tags to assign to the devices created by the instance at launch time.
4566
- - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
4567
- - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
4566
+ - Key: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
4567
+ - Value: It can be up to `128` characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
4568
4568
  """
4569
4569
  return pulumi.get(self, "volume_tags")
4570
4570
 
@@ -8848,7 +8848,7 @@ class GetInstanceTypesInstanceTypeResult(dict):
8848
8848
  :param builtins.str nvme_support: Indicates whether the cloud disk can be attached by using the nonvolatile memory express (NVMe) protocol. Valid values:
8849
8849
  - required: The cloud disk can be attached by using the NVMe protocol.
8850
8850
  - unsupported: The cloud disk cannot be attached by using the NVMe protocol.
8851
- :param builtins.str price: The price of instance type.
8851
+ :param builtins.str price: The price of instance type. **Note:** `price` takes effect only if `sorted_by` is set to `Price`.
8852
8852
  :param builtins.int primary_eni_queue_number: (Available since v1.239.0) The default number of queues per primary ENI.
8853
8853
  :param builtins.int secondary_eni_queue_number: (Available since v1.239.0) The default number of queues per secondary ENI.
8854
8854
  :param builtins.int total_eni_queue_quantity: (Available since v1.239.0) The maximum number of queues on ENIs that the instance type supports.
@@ -8997,7 +8997,7 @@ class GetInstanceTypesInstanceTypeResult(dict):
8997
8997
  @pulumi.getter
8998
8998
  def price(self) -> builtins.str:
8999
8999
  """
9000
- The price of instance type.
9000
+ The price of instance type. **Note:** `price` takes effect only if `sorted_by` is set to `Price`.
9001
9001
  """
9002
9002
  return pulumi.get(self, "price")
9003
9003
 
@@ -249,6 +249,7 @@ class _SecurityGroupRuleState:
249
249
  prefix_list_id: Optional[pulumi.Input[builtins.str]] = None,
250
250
  priority: Optional[pulumi.Input[builtins.int]] = None,
251
251
  security_group_id: Optional[pulumi.Input[builtins.str]] = None,
252
+ security_group_rule_id: Optional[pulumi.Input[builtins.str]] = None,
252
253
  source_group_owner_account: Optional[pulumi.Input[builtins.str]] = None,
253
254
  source_security_group_id: Optional[pulumi.Input[builtins.str]] = None,
254
255
  type: Optional[pulumi.Input[builtins.str]] = None):
@@ -267,6 +268,7 @@ class _SecurityGroupRuleState:
267
268
  :param pulumi.Input[builtins.str] prefix_list_id: The ID of the source/destination prefix list to which you want to control access. **NOTE:** If you specify `cidr_ip`,`source_security_group_id`,`ipv6_cidr_ip` parameter, this parameter is ignored.
268
269
  :param pulumi.Input[builtins.int] priority: The priority of the Security Group Rule. Default value: `1`. Valid values: `1` to `100`.
269
270
  :param pulumi.Input[builtins.str] security_group_id: The ID of the Security Group.
271
+ :param pulumi.Input[builtins.str] security_group_rule_id: The ID of the Security Group Rule.
270
272
  :param pulumi.Input[builtins.str] source_group_owner_account: The Alibaba Cloud user account Id of the target security group when security groups are authorized across accounts. This parameter is invalid if `cidr_ip` has already been set.
271
273
  :param pulumi.Input[builtins.str] source_security_group_id: The target security group ID within the same region. If this field is specified, the `nic_type` can only select `intranet`.
272
274
  :param pulumi.Input[builtins.str] type: The type of the Security Group Rule. Valid values:
@@ -291,6 +293,8 @@ class _SecurityGroupRuleState:
291
293
  pulumi.set(__self__, "priority", priority)
292
294
  if security_group_id is not None:
293
295
  pulumi.set(__self__, "security_group_id", security_group_id)
296
+ if security_group_rule_id is not None:
297
+ pulumi.set(__self__, "security_group_rule_id", security_group_rule_id)
294
298
  if source_group_owner_account is not None:
295
299
  pulumi.set(__self__, "source_group_owner_account", source_group_owner_account)
296
300
  if source_security_group_id is not None:
@@ -421,6 +425,18 @@ class _SecurityGroupRuleState:
421
425
  def security_group_id(self, value: Optional[pulumi.Input[builtins.str]]):
422
426
  pulumi.set(self, "security_group_id", value)
423
427
 
428
+ @property
429
+ @pulumi.getter(name="securityGroupRuleId")
430
+ def security_group_rule_id(self) -> Optional[pulumi.Input[builtins.str]]:
431
+ """
432
+ The ID of the Security Group Rule.
433
+ """
434
+ return pulumi.get(self, "security_group_rule_id")
435
+
436
+ @security_group_rule_id.setter
437
+ def security_group_rule_id(self, value: Optional[pulumi.Input[builtins.str]]):
438
+ pulumi.set(self, "security_group_rule_id", value)
439
+
424
440
  @property
425
441
  @pulumi.getter(name="sourceGroupOwnerAccount")
426
442
  def source_group_owner_account(self) -> Optional[pulumi.Input[builtins.str]]:
@@ -499,11 +515,11 @@ class SecurityGroupRule(pulumi.CustomResource):
499
515
  import pulumi
500
516
  import pulumi_alicloud as alicloud
501
517
 
502
- default = alicloud.ecs.SecurityGroup("default", name="default")
518
+ default = alicloud.ecs.SecurityGroup("default", security_group_name="default")
503
519
  allow_all_tcp = alicloud.ecs.SecurityGroupRule("allow_all_tcp",
504
520
  type="ingress",
505
521
  ip_protocol="tcp",
506
- nic_type="internet",
522
+ nic_type="intranet",
507
523
  policy="accept",
508
524
  port_range="1/65535",
509
525
  priority=1,
@@ -568,11 +584,11 @@ class SecurityGroupRule(pulumi.CustomResource):
568
584
  import pulumi
569
585
  import pulumi_alicloud as alicloud
570
586
 
571
- default = alicloud.ecs.SecurityGroup("default", name="default")
587
+ default = alicloud.ecs.SecurityGroup("default", security_group_name="default")
572
588
  allow_all_tcp = alicloud.ecs.SecurityGroupRule("allow_all_tcp",
573
589
  type="ingress",
574
590
  ip_protocol="tcp",
575
- nic_type="internet",
591
+ nic_type="intranet",
576
592
  policy="accept",
577
593
  port_range="1/65535",
578
594
  priority=1,
@@ -649,6 +665,7 @@ class SecurityGroupRule(pulumi.CustomResource):
649
665
  if type is None and not opts.urn:
650
666
  raise TypeError("Missing required property 'type'")
651
667
  __props__.__dict__["type"] = type
668
+ __props__.__dict__["security_group_rule_id"] = None
652
669
  super(SecurityGroupRule, __self__).__init__(
653
670
  'alicloud:ecs/securityGroupRule:SecurityGroupRule',
654
671
  resource_name,
@@ -669,6 +686,7 @@ class SecurityGroupRule(pulumi.CustomResource):
669
686
  prefix_list_id: Optional[pulumi.Input[builtins.str]] = None,
670
687
  priority: Optional[pulumi.Input[builtins.int]] = None,
671
688
  security_group_id: Optional[pulumi.Input[builtins.str]] = None,
689
+ security_group_rule_id: Optional[pulumi.Input[builtins.str]] = None,
672
690
  source_group_owner_account: Optional[pulumi.Input[builtins.str]] = None,
673
691
  source_security_group_id: Optional[pulumi.Input[builtins.str]] = None,
674
692
  type: Optional[pulumi.Input[builtins.str]] = None) -> 'SecurityGroupRule':
@@ -692,6 +710,7 @@ class SecurityGroupRule(pulumi.CustomResource):
692
710
  :param pulumi.Input[builtins.str] prefix_list_id: The ID of the source/destination prefix list to which you want to control access. **NOTE:** If you specify `cidr_ip`,`source_security_group_id`,`ipv6_cidr_ip` parameter, this parameter is ignored.
693
711
  :param pulumi.Input[builtins.int] priority: The priority of the Security Group Rule. Default value: `1`. Valid values: `1` to `100`.
694
712
  :param pulumi.Input[builtins.str] security_group_id: The ID of the Security Group.
713
+ :param pulumi.Input[builtins.str] security_group_rule_id: The ID of the Security Group Rule.
695
714
  :param pulumi.Input[builtins.str] source_group_owner_account: The Alibaba Cloud user account Id of the target security group when security groups are authorized across accounts. This parameter is invalid if `cidr_ip` has already been set.
696
715
  :param pulumi.Input[builtins.str] source_security_group_id: The target security group ID within the same region. If this field is specified, the `nic_type` can only select `intranet`.
697
716
  :param pulumi.Input[builtins.str] type: The type of the Security Group Rule. Valid values:
@@ -710,6 +729,7 @@ class SecurityGroupRule(pulumi.CustomResource):
710
729
  __props__.__dict__["prefix_list_id"] = prefix_list_id
711
730
  __props__.__dict__["priority"] = priority
712
731
  __props__.__dict__["security_group_id"] = security_group_id
732
+ __props__.__dict__["security_group_rule_id"] = security_group_rule_id
713
733
  __props__.__dict__["source_group_owner_account"] = source_group_owner_account
714
734
  __props__.__dict__["source_security_group_id"] = source_security_group_id
715
735
  __props__.__dict__["type"] = type
@@ -798,6 +818,14 @@ class SecurityGroupRule(pulumi.CustomResource):
798
818
  """
799
819
  return pulumi.get(self, "security_group_id")
800
820
 
821
+ @property
822
+ @pulumi.getter(name="securityGroupRuleId")
823
+ def security_group_rule_id(self) -> pulumi.Output[builtins.str]:
824
+ """
825
+ The ID of the Security Group Rule.
826
+ """
827
+ return pulumi.get(self, "security_group_rule_id")
828
+
801
829
  @property
802
830
  @pulumi.getter(name="sourceGroupOwnerAccount")
803
831
  def source_group_owner_account(self) -> pulumi.Output[Optional[builtins.str]]:
@@ -7,11 +7,14 @@ from .. import _utilities
7
7
  import typing
8
8
  # Export this package's modules as members:
9
9
  from .cluster import *
10
+ from .experiment_plan import *
11
+ from .experiment_plan_template import *
10
12
  from .get_subnets import *
11
13
  from .get_vpds import *
12
14
  from .invocation import *
13
15
  from .node import *
14
16
  from .node_group import *
17
+ from .resource import *
15
18
  from .subnet import *
16
19
  from .vpd import *
17
20
  from ._inputs import *