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
@@ -47,7 +47,6 @@ __all__ = [
47
47
  'NodePoolTaintArgs',
48
48
  'NodePoolTeeConfigArgs',
49
49
  'ServerlessKubernetesAddonArgs',
50
- 'ServerlessKubernetesDeleteOptionArgs',
51
50
  'ServerlessKubernetesRrsaMetadataArgs',
52
51
  'SwarmNodeArgs',
53
52
  ]
@@ -980,7 +979,7 @@ class KubernetesDeleteOptionArgs:
980
979
  """
981
980
  :param pulumi.Input[str] delete_mode: The deletion mode of the cluster. Different resources may have different default behavior, see `resource_type` for details. Valid values:
982
981
  :param pulumi.Input[str] resource_type: The type of resources that are created by cluster. Valid values:
983
- - `SLB`: SLB resources created by the Nginx Ingress Service, default behavior is to delete, option to retain is available.
982
+ - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
984
983
  - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
985
984
  - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
986
985
  - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
@@ -988,7 +987,7 @@ class KubernetesDeleteOptionArgs:
988
987
  ```
989
988
  ...
990
989
  // Specify delete_options as below when deleting cluster
991
- // delete SLB resources created by the Nginx Ingress Service
990
+ // delete SLB resources created by the cluster
992
991
  delete_options {
993
992
  delete_mode = "delete"
994
993
  resource_type = "SLB"
@@ -1032,7 +1031,7 @@ class KubernetesDeleteOptionArgs:
1032
1031
  def resource_type(self) -> Optional[pulumi.Input[str]]:
1033
1032
  """
1034
1033
  The type of resources that are created by cluster. Valid values:
1035
- - `SLB`: SLB resources created by the Nginx Ingress Service, default behavior is to delete, option to retain is available.
1034
+ - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
1036
1035
  - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
1037
1036
  - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
1038
1037
  - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
@@ -1040,7 +1039,7 @@ class KubernetesDeleteOptionArgs:
1040
1039
  ```
1041
1040
  ...
1042
1041
  // Specify delete_options as below when deleting cluster
1043
- // delete SLB resources created by the Nginx Ingress Service
1042
+ // delete SLB resources created by the cluster
1044
1043
  delete_options {
1045
1044
  delete_mode = "delete"
1046
1045
  resource_type = "SLB"
@@ -1379,8 +1378,8 @@ class ManagedKubernetesCertificateAuthorityArgs:
1379
1378
  client_key: Optional[pulumi.Input[str]] = None,
1380
1379
  cluster_cert: Optional[pulumi.Input[str]] = None):
1381
1380
  """
1382
- :param pulumi.Input[str] client_cert: The path of client certificate, like `~/.kube/client-cert.pem`.
1383
- :param pulumi.Input[str] client_key: The path of client key, like `~/.kube/client-key.pem`.
1381
+ :param pulumi.Input[str] client_cert: The base64 encoded client certificate data required to communicate with your cluster. Add this to the client-certificate-data section of the kubeconfig file for your cluster.
1382
+ :param pulumi.Input[str] client_key: The base64 encoded client key data required to communicate with your cluster. Add this to the client-key-data section of the kubeconfig file for your cluster.
1384
1383
  :param pulumi.Input[str] cluster_cert: The base64 encoded cluster certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.
1385
1384
  """
1386
1385
  if client_cert is not None:
@@ -1394,7 +1393,7 @@ class ManagedKubernetesCertificateAuthorityArgs:
1394
1393
  @pulumi.getter(name="clientCert")
1395
1394
  def client_cert(self) -> Optional[pulumi.Input[str]]:
1396
1395
  """
1397
- The path of client certificate, like `~/.kube/client-cert.pem`.
1396
+ The base64 encoded client certificate data required to communicate with your cluster. Add this to the client-certificate-data section of the kubeconfig file for your cluster.
1398
1397
  """
1399
1398
  return pulumi.get(self, "client_cert")
1400
1399
 
@@ -1406,7 +1405,7 @@ class ManagedKubernetesCertificateAuthorityArgs:
1406
1405
  @pulumi.getter(name="clientKey")
1407
1406
  def client_key(self) -> Optional[pulumi.Input[str]]:
1408
1407
  """
1409
- The path of client key, like `~/.kube/client-key.pem`.
1408
+ The base64 encoded client key data required to communicate with your cluster. Add this to the client-key-data section of the kubeconfig file for your cluster.
1410
1409
  """
1411
1410
  return pulumi.get(self, "client_key")
1412
1411
 
@@ -1506,7 +1505,7 @@ class ManagedKubernetesDeleteOptionArgs:
1506
1505
  """
1507
1506
  :param pulumi.Input[str] delete_mode: The deletion mode of the cluster. Different resources may have different default behavior, see `resource_type` for details. Valid values:
1508
1507
  :param pulumi.Input[str] resource_type: The type of resources that are created by cluster. Valid values:
1509
- - `SLB`: SLB resources created by the Nginx Ingress Service, default behavior is to delete, option to retain is available.
1508
+ - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
1510
1509
  - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
1511
1510
  - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
1512
1511
  - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
@@ -1514,7 +1513,7 @@ class ManagedKubernetesDeleteOptionArgs:
1514
1513
  ```
1515
1514
  ...
1516
1515
  // Specify delete_options as below when deleting cluster
1517
- // delete SLB resources created by the Nginx Ingress Service
1516
+ // delete SLB resources created by the cluster
1518
1517
  delete_options {
1519
1518
  delete_mode = "delete"
1520
1519
  resource_type = "SLB"
@@ -1558,7 +1557,7 @@ class ManagedKubernetesDeleteOptionArgs:
1558
1557
  def resource_type(self) -> Optional[pulumi.Input[str]]:
1559
1558
  """
1560
1559
  The type of resources that are created by cluster. Valid values:
1561
- - `SLB`: SLB resources created by the Nginx Ingress Service, default behavior is to delete, option to retain is available.
1560
+ - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
1562
1561
  - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
1563
1562
  - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
1564
1563
  - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
@@ -1566,7 +1565,7 @@ class ManagedKubernetesDeleteOptionArgs:
1566
1565
  ```
1567
1566
  ...
1568
1567
  // Specify delete_options as below when deleting cluster
1569
- // delete SLB resources created by the Nginx Ingress Service
1568
+ // delete SLB resources created by the cluster
1570
1569
  delete_options {
1571
1570
  delete_mode = "delete"
1572
1571
  resource_type = "SLB"
@@ -2895,8 +2894,7 @@ class ServerlessKubernetesAddonArgs:
2895
2894
  def __init__(__self__, *,
2896
2895
  config: Optional[pulumi.Input[str]] = None,
2897
2896
  disabled: Optional[pulumi.Input[bool]] = None,
2898
- name: Optional[pulumi.Input[str]] = None,
2899
- version: Optional[pulumi.Input[str]] = None):
2897
+ name: Optional[pulumi.Input[str]] = None):
2900
2898
  """
2901
2899
  :param pulumi.Input[str] config: The ACK add-on configurations. For more config information, see cs_kubernetes_addon_metadata.
2902
2900
  :param pulumi.Input[bool] disabled: Disables the automatic installation of a component. Default is `false`.
@@ -2904,7 +2902,7 @@ class ServerlessKubernetesAddonArgs:
2904
2902
  The following example is the definition of addons block, The type of this field is list:
2905
2903
 
2906
2904
  ```
2907
- # install nginx ingress, conflict with ALB ingress
2905
+ # install nginx ingress, conflict with SLB ingress
2908
2906
  addons {
2909
2907
  name = "nginx-ingress-controller"
2910
2908
  # use internet
@@ -2912,7 +2910,7 @@ class ServerlessKubernetesAddonArgs:
2912
2910
  # if use intranet, detail below.
2913
2911
  # config = "{\\"IngressSlbNetworkType\\":\\"intranet",\\"IngressSlbSpec\\":\\"slb.s2.small\\"}"
2914
2912
  }
2915
- # install ALB ingress, conflict with nginx ingress
2913
+ # install SLB ingress, conflict with nginx ingress
2916
2914
  addons {
2917
2915
  name = "alb-ingress-controller"
2918
2916
  }
@@ -2927,10 +2925,11 @@ class ServerlessKubernetesAddonArgs:
2927
2925
  # install prometheus
2928
2926
  addons {
2929
2927
  name = "arms-prometheus"
2928
+ # prometheus also provides managed version, specify with name `managed-arms-prometheus` for professional serverless clusters
2929
+ # name = "managed-arms-prometheus"
2930
2930
  }
2931
2931
  ```
2932
2932
  :param pulumi.Input[str] name: Name of the ACK add-on. The name must match one of the names returned by [DescribeAddons](https://help.aliyun.com/document_detail/171524.html).
2933
- :param pulumi.Input[str] version: It specifies the version of the component.
2934
2933
  """
2935
2934
  if config is not None:
2936
2935
  pulumi.set(__self__, "config", config)
@@ -2938,8 +2937,6 @@ class ServerlessKubernetesAddonArgs:
2938
2937
  pulumi.set(__self__, "disabled", disabled)
2939
2938
  if name is not None:
2940
2939
  pulumi.set(__self__, "name", name)
2941
- if version is not None:
2942
- pulumi.set(__self__, "version", version)
2943
2940
 
2944
2941
  @property
2945
2942
  @pulumi.getter
@@ -2962,7 +2959,7 @@ class ServerlessKubernetesAddonArgs:
2962
2959
  The following example is the definition of addons block, The type of this field is list:
2963
2960
 
2964
2961
  ```
2965
- # install nginx ingress, conflict with ALB ingress
2962
+ # install nginx ingress, conflict with SLB ingress
2966
2963
  addons {
2967
2964
  name = "nginx-ingress-controller"
2968
2965
  # use internet
@@ -2970,7 +2967,7 @@ class ServerlessKubernetesAddonArgs:
2970
2967
  # if use intranet, detail below.
2971
2968
  # config = "{\\"IngressSlbNetworkType\\":\\"intranet",\\"IngressSlbSpec\\":\\"slb.s2.small\\"}"
2972
2969
  }
2973
- # install ALB ingress, conflict with nginx ingress
2970
+ # install SLB ingress, conflict with nginx ingress
2974
2971
  addons {
2975
2972
  name = "alb-ingress-controller"
2976
2973
  }
@@ -2985,6 +2982,8 @@ class ServerlessKubernetesAddonArgs:
2985
2982
  # install prometheus
2986
2983
  addons {
2987
2984
  name = "arms-prometheus"
2985
+ # prometheus also provides managed version, specify with name `managed-arms-prometheus` for professional serverless clusters
2986
+ # name = "managed-arms-prometheus"
2988
2987
  }
2989
2988
  ```
2990
2989
  """
@@ -3006,125 +3005,6 @@ class ServerlessKubernetesAddonArgs:
3006
3005
  def name(self, value: Optional[pulumi.Input[str]]):
3007
3006
  pulumi.set(self, "name", value)
3008
3007
 
3009
- @property
3010
- @pulumi.getter
3011
- def version(self) -> Optional[pulumi.Input[str]]:
3012
- """
3013
- It specifies the version of the component.
3014
- """
3015
- return pulumi.get(self, "version")
3016
-
3017
- @version.setter
3018
- def version(self, value: Optional[pulumi.Input[str]]):
3019
- pulumi.set(self, "version", value)
3020
-
3021
-
3022
- @pulumi.input_type
3023
- class ServerlessKubernetesDeleteOptionArgs:
3024
- def __init__(__self__, *,
3025
- delete_mode: Optional[pulumi.Input[str]] = None,
3026
- resource_type: Optional[pulumi.Input[str]] = None):
3027
- """
3028
- :param pulumi.Input[str] delete_mode: The deletion mode of the cluster. Different resources may have different default behavior, see `resource_type` for details. Valid values:
3029
- :param pulumi.Input[str] resource_type: The type of resources that are created by cluster. Valid values:
3030
- - `SLB`: SLB resources created by the Nginx Ingress Service, default behavior is to delete, option to retain is available.
3031
- - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
3032
- - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
3033
- - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
3034
- - `PrivateZone`: PrivateZone resources created by the cluster, default behavior is to retain, option to delete is available.
3035
- ```
3036
- ...
3037
- // Specify delete_options as below when deleting cluster
3038
- // delete SLB resources created by the Nginx Ingress Service
3039
- delete_options {
3040
- delete_mode = "delete"
3041
- resource_type = "SLB"
3042
- }
3043
- // delete ALB resources created by the ALB Ingress Controller
3044
- delete_options {
3045
- delete_mode = "delete"
3046
- resource_type = "ALB"
3047
- }
3048
- // delete SLS Project used by the cluster logging feature
3049
- delete_options {
3050
- delete_mode = "delete"
3051
- resource_type = "SLS_Data"
3052
- }
3053
- // delete SLS Project used for the managed cluster control plane logs
3054
- delete_options {
3055
- delete_mode = "delete"
3056
- resource_type = "SLS_ControlPlane"
3057
- }
3058
- // delete PrivateZone resources created by the cluster
3059
- delete_options {
3060
- delete_mode = "delete"
3061
- resource_type = "PrivateZone"
3062
- }
3063
- ```
3064
- """
3065
- if delete_mode is not None:
3066
- pulumi.set(__self__, "delete_mode", delete_mode)
3067
- if resource_type is not None:
3068
- pulumi.set(__self__, "resource_type", resource_type)
3069
-
3070
- @property
3071
- @pulumi.getter(name="deleteMode")
3072
- def delete_mode(self) -> Optional[pulumi.Input[str]]:
3073
- """
3074
- The deletion mode of the cluster. Different resources may have different default behavior, see `resource_type` for details. Valid values:
3075
- """
3076
- return pulumi.get(self, "delete_mode")
3077
-
3078
- @delete_mode.setter
3079
- def delete_mode(self, value: Optional[pulumi.Input[str]]):
3080
- pulumi.set(self, "delete_mode", value)
3081
-
3082
- @property
3083
- @pulumi.getter(name="resourceType")
3084
- def resource_type(self) -> Optional[pulumi.Input[str]]:
3085
- """
3086
- The type of resources that are created by cluster. Valid values:
3087
- - `SLB`: SLB resources created by the Nginx Ingress Service, default behavior is to delete, option to retain is available.
3088
- - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
3089
- - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
3090
- - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
3091
- - `PrivateZone`: PrivateZone resources created by the cluster, default behavior is to retain, option to delete is available.
3092
- ```
3093
- ...
3094
- // Specify delete_options as below when deleting cluster
3095
- // delete SLB resources created by the Nginx Ingress Service
3096
- delete_options {
3097
- delete_mode = "delete"
3098
- resource_type = "SLB"
3099
- }
3100
- // delete ALB resources created by the ALB Ingress Controller
3101
- delete_options {
3102
- delete_mode = "delete"
3103
- resource_type = "ALB"
3104
- }
3105
- // delete SLS Project used by the cluster logging feature
3106
- delete_options {
3107
- delete_mode = "delete"
3108
- resource_type = "SLS_Data"
3109
- }
3110
- // delete SLS Project used for the managed cluster control plane logs
3111
- delete_options {
3112
- delete_mode = "delete"
3113
- resource_type = "SLS_ControlPlane"
3114
- }
3115
- // delete PrivateZone resources created by the cluster
3116
- delete_options {
3117
- delete_mode = "delete"
3118
- resource_type = "PrivateZone"
3119
- }
3120
- ```
3121
- """
3122
- return pulumi.get(self, "resource_type")
3123
-
3124
- @resource_type.setter
3125
- def resource_type(self, value: Optional[pulumi.Input[str]]):
3126
- pulumi.set(self, "resource_type", value)
3127
-
3128
3008
 
3129
3009
  @pulumi.input_type
3130
3010
  class ServerlessKubernetesRrsaMetadataArgs:
@@ -71,7 +71,7 @@ class KubernetesArgs:
71
71
  The set of arguments for constructing a Kubernetes resource.
72
72
  :param pulumi.Input[Sequence[pulumi.Input[str]]] master_instance_types: The instance type of master node. Specify one type for single AZ Cluster, three types for MultiAZ Cluster.
73
73
  :param pulumi.Input[Sequence[pulumi.Input[str]]] master_vswitch_ids: The vswitches used by master, you can specific 3 or 5 vswitches because of the amount of masters. Detailed below.
74
- :param pulumi.Input[Sequence[pulumi.Input['KubernetesAddonArgs']]] addons: The addon you want to install in cluster. See `addons` below. Only works for **Create** Operation, use resource cs_kubernetes_addon to manage addons if cluster is created.
74
+ :param pulumi.Input[Sequence[pulumi.Input['KubernetesAddonArgs']]] addons: The addon you want to install in cluster. See `addons` below.
75
75
 
76
76
  *Network params*
77
77
  :param pulumi.Input[Sequence[pulumi.Input[str]]] api_audiences: A list of API audiences for [Service Account Token Volume Projection](https://www.alibabacloud.com/help/doc-detail/160384.htm). Set this to `["https://kubernetes.default.svc"]` if you want to enable the Token Volume Projection feature requires specifying `service_account_issuer` as well. From cluster version 1.22+, Service Account Token Volume Projection will be enabled by default.
@@ -262,7 +262,7 @@ class KubernetesArgs:
262
262
  @pulumi.getter
263
263
  def addons(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesAddonArgs']]]]:
264
264
  """
265
- The addon you want to install in cluster. See `addons` below. Only works for **Create** Operation, use resource cs_kubernetes_addon to manage addons if cluster is created.
265
+ The addon you want to install in cluster. See `addons` below.
266
266
 
267
267
  *Network params*
268
268
  """
@@ -918,7 +918,7 @@ class _KubernetesState:
918
918
  worker_ram_role_name: Optional[pulumi.Input[str]] = None):
919
919
  """
920
920
  Input properties used for looking up and filtering Kubernetes resources.
921
- :param pulumi.Input[Sequence[pulumi.Input['KubernetesAddonArgs']]] addons: The addon you want to install in cluster. See `addons` below. Only works for **Create** Operation, use resource cs_kubernetes_addon to manage addons if cluster is created.
921
+ :param pulumi.Input[Sequence[pulumi.Input['KubernetesAddonArgs']]] addons: The addon you want to install in cluster. See `addons` below.
922
922
 
923
923
  *Network params*
924
924
  :param pulumi.Input[Sequence[pulumi.Input[str]]] api_audiences: A list of API audiences for [Service Account Token Volume Projection](https://www.alibabacloud.com/help/doc-detail/160384.htm). Set this to `["https://kubernetes.default.svc"]` if you want to enable the Token Volume Projection feature requires specifying `service_account_issuer` as well. From cluster version 1.22+, Service Account Token Volume Projection will be enabled by default.
@@ -1116,7 +1116,7 @@ class _KubernetesState:
1116
1116
  @pulumi.getter
1117
1117
  def addons(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesAddonArgs']]]]:
1118
1118
  """
1119
- The addon you want to install in cluster. See `addons` below. Only works for **Create** Operation, use resource cs_kubernetes_addon to manage addons if cluster is created.
1119
+ The addon you want to install in cluster. See `addons` below.
1120
1120
 
1121
1121
  *Network params*
1122
1122
  """
@@ -1941,7 +1941,7 @@ class Kubernetes(pulumi.CustomResource):
1941
1941
 
1942
1942
  :param str resource_name: The name of the resource.
1943
1943
  :param pulumi.ResourceOptions opts: Options for the resource.
1944
- :param pulumi.Input[Sequence[pulumi.Input[Union['KubernetesAddonArgs', 'KubernetesAddonArgsDict']]]] addons: The addon you want to install in cluster. See `addons` below. Only works for **Create** Operation, use resource cs_kubernetes_addon to manage addons if cluster is created.
1944
+ :param pulumi.Input[Sequence[pulumi.Input[Union['KubernetesAddonArgs', 'KubernetesAddonArgsDict']]]] addons: The addon you want to install in cluster. See `addons` below.
1945
1945
 
1946
1946
  *Network params*
1947
1947
  :param pulumi.Input[Sequence[pulumi.Input[str]]] api_audiences: A list of API audiences for [Service Account Token Volume Projection](https://www.alibabacloud.com/help/doc-detail/160384.htm). Set this to `["https://kubernetes.default.svc"]` if you want to enable the Token Volume Projection feature requires specifying `service_account_issuer` as well. From cluster version 1.22+, Service Account Token Volume Projection will be enabled by default.
@@ -2269,7 +2269,7 @@ class Kubernetes(pulumi.CustomResource):
2269
2269
  :param str resource_name: The unique name of the resulting resource.
2270
2270
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
2271
2271
  :param pulumi.ResourceOptions opts: Options for the resource.
2272
- :param pulumi.Input[Sequence[pulumi.Input[Union['KubernetesAddonArgs', 'KubernetesAddonArgsDict']]]] addons: The addon you want to install in cluster. See `addons` below. Only works for **Create** Operation, use resource cs_kubernetes_addon to manage addons if cluster is created.
2272
+ :param pulumi.Input[Sequence[pulumi.Input[Union['KubernetesAddonArgs', 'KubernetesAddonArgsDict']]]] addons: The addon you want to install in cluster. See `addons` below.
2273
2273
 
2274
2274
  *Network params*
2275
2275
  :param pulumi.Input[Sequence[pulumi.Input[str]]] api_audiences: A list of API audiences for [Service Account Token Volume Projection](https://www.alibabacloud.com/help/doc-detail/160384.htm). Set this to `["https://kubernetes.default.svc"]` if you want to enable the Token Volume Projection feature requires specifying `service_account_issuer` as well. From cluster version 1.22+, Service Account Token Volume Projection will be enabled by default.
@@ -2409,7 +2409,7 @@ class Kubernetes(pulumi.CustomResource):
2409
2409
  @pulumi.getter
2410
2410
  def addons(self) -> pulumi.Output[Optional[Sequence['outputs.KubernetesAddon']]]:
2411
2411
  """
2412
- The addon you want to install in cluster. See `addons` below. Only works for **Create** Operation, use resource cs_kubernetes_addon to manage addons if cluster is created.
2412
+ The addon you want to install in cluster. See `addons` below.
2413
2413
 
2414
2414
  *Network params*
2415
2415
  """
@@ -246,9 +246,11 @@ class KubernetesAddon(pulumi.CustomResource):
246
246
  version: Optional[pulumi.Input[str]] = None,
247
247
  __props__=None):
248
248
  """
249
- ## Example Usage
249
+ This resource will help you to manage addon in Kubernetes Cluster, see What is kubernetes addon.
250
250
 
251
- Basic Usage
251
+ > **NOTE:** Available since v1.150.0.
252
+
253
+ > **NOTE:** From version 1.166.0, support specifying addon customizable configuration.
252
254
 
253
255
  ## Import
254
256
 
@@ -273,9 +275,11 @@ class KubernetesAddon(pulumi.CustomResource):
273
275
  args: KubernetesAddonInitArgs,
274
276
  opts: Optional[pulumi.ResourceOptions] = None):
275
277
  """
276
- ## Example Usage
278
+ This resource will help you to manage addon in Kubernetes Cluster, see What is kubernetes addon.
279
+
280
+ > **NOTE:** Available since v1.150.0.
277
281
 
278
- Basic Usage
282
+ > **NOTE:** From version 1.166.0, support specifying addon customizable configuration.
279
283
 
280
284
  ## Import
281
285