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
@@ -48,7 +48,6 @@ __all__ = [
48
48
  'NodePoolTaint',
49
49
  'NodePoolTeeConfig',
50
50
  'ServerlessKubernetesAddon',
51
- 'ServerlessKubernetesDeleteOption',
52
51
  'ServerlessKubernetesRrsaMetadata',
53
52
  'SwarmNode',
54
53
  'GetClusterCredentialCertificateAuthorityResult',
@@ -969,7 +968,7 @@ class KubernetesDeleteOption(dict):
969
968
  """
970
969
  :param str delete_mode: The deletion mode of the cluster. Different resources may have different default behavior, see `resource_type` for details. Valid values:
971
970
  :param str resource_type: The type of resources that are created by cluster. Valid values:
972
- - `SLB`: SLB resources created by the Nginx Ingress Service, default behavior is to delete, option to retain is available.
971
+ - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
973
972
  - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
974
973
  - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
975
974
  - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
@@ -977,7 +976,7 @@ class KubernetesDeleteOption(dict):
977
976
  ```
978
977
  ...
979
978
  // Specify delete_options as below when deleting cluster
980
- // delete SLB resources created by the Nginx Ingress Service
979
+ // delete SLB resources created by the cluster
981
980
  delete_options {
982
981
  delete_mode = "delete"
983
982
  resource_type = "SLB"
@@ -1017,7 +1016,7 @@ class KubernetesDeleteOption(dict):
1017
1016
  def resource_type(self) -> Optional[str]:
1018
1017
  """
1019
1018
  The type of resources that are created by cluster. Valid values:
1020
- - `SLB`: SLB resources created by the Nginx Ingress Service, default behavior is to delete, option to retain is available.
1019
+ - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
1021
1020
  - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
1022
1021
  - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
1023
1022
  - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
@@ -1025,7 +1024,7 @@ class KubernetesDeleteOption(dict):
1025
1024
  ```
1026
1025
  ...
1027
1026
  // Specify delete_options as below when deleting cluster
1028
- // delete SLB resources created by the Nginx Ingress Service
1027
+ // delete SLB resources created by the cluster
1029
1028
  delete_options {
1030
1029
  delete_mode = "delete"
1031
1030
  resource_type = "SLB"
@@ -1361,8 +1360,8 @@ class ManagedKubernetesCertificateAuthority(dict):
1361
1360
  client_key: Optional[str] = None,
1362
1361
  cluster_cert: Optional[str] = None):
1363
1362
  """
1364
- :param str client_cert: The path of client certificate, like `~/.kube/client-cert.pem`.
1365
- :param str client_key: The path of client key, like `~/.kube/client-key.pem`.
1363
+ :param 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.
1364
+ :param 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.
1366
1365
  :param 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.
1367
1366
  """
1368
1367
  if client_cert is not None:
@@ -1376,7 +1375,7 @@ class ManagedKubernetesCertificateAuthority(dict):
1376
1375
  @pulumi.getter(name="clientCert")
1377
1376
  def client_cert(self) -> Optional[str]:
1378
1377
  """
1379
- The path of client certificate, like `~/.kube/client-cert.pem`.
1378
+ 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.
1380
1379
  """
1381
1380
  return pulumi.get(self, "client_cert")
1382
1381
 
@@ -1384,7 +1383,7 @@ class ManagedKubernetesCertificateAuthority(dict):
1384
1383
  @pulumi.getter(name="clientKey")
1385
1384
  def client_key(self) -> Optional[str]:
1386
1385
  """
1387
- The path of client key, like `~/.kube/client-key.pem`.
1386
+ 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.
1388
1387
  """
1389
1388
  return pulumi.get(self, "client_key")
1390
1389
 
@@ -1502,7 +1501,7 @@ class ManagedKubernetesDeleteOption(dict):
1502
1501
  """
1503
1502
  :param str delete_mode: The deletion mode of the cluster. Different resources may have different default behavior, see `resource_type` for details. Valid values:
1504
1503
  :param str resource_type: The type of resources that are created by cluster. Valid values:
1505
- - `SLB`: SLB resources created by the Nginx Ingress Service, default behavior is to delete, option to retain is available.
1504
+ - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
1506
1505
  - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
1507
1506
  - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
1508
1507
  - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
@@ -1510,7 +1509,7 @@ class ManagedKubernetesDeleteOption(dict):
1510
1509
  ```
1511
1510
  ...
1512
1511
  // Specify delete_options as below when deleting cluster
1513
- // delete SLB resources created by the Nginx Ingress Service
1512
+ // delete SLB resources created by the cluster
1514
1513
  delete_options {
1515
1514
  delete_mode = "delete"
1516
1515
  resource_type = "SLB"
@@ -1550,7 +1549,7 @@ class ManagedKubernetesDeleteOption(dict):
1550
1549
  def resource_type(self) -> Optional[str]:
1551
1550
  """
1552
1551
  The type of resources that are created by cluster. Valid values:
1553
- - `SLB`: SLB resources created by the Nginx Ingress Service, default behavior is to delete, option to retain is available.
1552
+ - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
1554
1553
  - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
1555
1554
  - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
1556
1555
  - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
@@ -1558,7 +1557,7 @@ class ManagedKubernetesDeleteOption(dict):
1558
1557
  ```
1559
1558
  ...
1560
1559
  // Specify delete_options as below when deleting cluster
1561
- // delete SLB resources created by the Nginx Ingress Service
1560
+ // delete SLB resources created by the cluster
1562
1561
  delete_options {
1563
1562
  delete_mode = "delete"
1564
1563
  resource_type = "SLB"
@@ -2892,8 +2891,7 @@ class ServerlessKubernetesAddon(dict):
2892
2891
  def __init__(__self__, *,
2893
2892
  config: Optional[str] = None,
2894
2893
  disabled: Optional[bool] = None,
2895
- name: Optional[str] = None,
2896
- version: Optional[str] = None):
2894
+ name: Optional[str] = None):
2897
2895
  """
2898
2896
  :param str config: The ACK add-on configurations. For more config information, see cs_kubernetes_addon_metadata.
2899
2897
  :param bool disabled: Disables the automatic installation of a component. Default is `false`.
@@ -2901,7 +2899,7 @@ class ServerlessKubernetesAddon(dict):
2901
2899
  The following example is the definition of addons block, The type of this field is list:
2902
2900
 
2903
2901
  ```
2904
- # install nginx ingress, conflict with ALB ingress
2902
+ # install nginx ingress, conflict with SLB ingress
2905
2903
  addons {
2906
2904
  name = "nginx-ingress-controller"
2907
2905
  # use internet
@@ -2909,7 +2907,7 @@ class ServerlessKubernetesAddon(dict):
2909
2907
  # if use intranet, detail below.
2910
2908
  # config = "{\\"IngressSlbNetworkType\\":\\"intranet",\\"IngressSlbSpec\\":\\"slb.s2.small\\"}"
2911
2909
  }
2912
- # install ALB ingress, conflict with nginx ingress
2910
+ # install SLB ingress, conflict with nginx ingress
2913
2911
  addons {
2914
2912
  name = "alb-ingress-controller"
2915
2913
  }
@@ -2924,10 +2922,11 @@ class ServerlessKubernetesAddon(dict):
2924
2922
  # install prometheus
2925
2923
  addons {
2926
2924
  name = "arms-prometheus"
2925
+ # prometheus also provides managed version, specify with name `managed-arms-prometheus` for professional serverless clusters
2926
+ # name = "managed-arms-prometheus"
2927
2927
  }
2928
2928
  ```
2929
2929
  :param 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).
2930
- :param str version: It specifies the version of the component.
2931
2930
  """
2932
2931
  if config is not None:
2933
2932
  pulumi.set(__self__, "config", config)
@@ -2935,8 +2934,6 @@ class ServerlessKubernetesAddon(dict):
2935
2934
  pulumi.set(__self__, "disabled", disabled)
2936
2935
  if name is not None:
2937
2936
  pulumi.set(__self__, "name", name)
2938
- if version is not None:
2939
- pulumi.set(__self__, "version", version)
2940
2937
 
2941
2938
  @property
2942
2939
  @pulumi.getter
@@ -2955,7 +2952,7 @@ class ServerlessKubernetesAddon(dict):
2955
2952
  The following example is the definition of addons block, The type of this field is list:
2956
2953
 
2957
2954
  ```
2958
- # install nginx ingress, conflict with ALB ingress
2955
+ # install nginx ingress, conflict with SLB ingress
2959
2956
  addons {
2960
2957
  name = "nginx-ingress-controller"
2961
2958
  # use internet
@@ -2963,7 +2960,7 @@ class ServerlessKubernetesAddon(dict):
2963
2960
  # if use intranet, detail below.
2964
2961
  # config = "{\\"IngressSlbNetworkType\\":\\"intranet",\\"IngressSlbSpec\\":\\"slb.s2.small\\"}"
2965
2962
  }
2966
- # install ALB ingress, conflict with nginx ingress
2963
+ # install SLB ingress, conflict with nginx ingress
2967
2964
  addons {
2968
2965
  name = "alb-ingress-controller"
2969
2966
  }
@@ -2978,6 +2975,8 @@ class ServerlessKubernetesAddon(dict):
2978
2975
  # install prometheus
2979
2976
  addons {
2980
2977
  name = "arms-prometheus"
2978
+ # prometheus also provides managed version, specify with name `managed-arms-prometheus` for professional serverless clusters
2979
+ # name = "managed-arms-prometheus"
2981
2980
  }
2982
2981
  ```
2983
2982
  """
@@ -2991,132 +2990,6 @@ class ServerlessKubernetesAddon(dict):
2991
2990
  """
2992
2991
  return pulumi.get(self, "name")
2993
2992
 
2994
- @property
2995
- @pulumi.getter
2996
- def version(self) -> Optional[str]:
2997
- """
2998
- It specifies the version of the component.
2999
- """
3000
- return pulumi.get(self, "version")
3001
-
3002
-
3003
- @pulumi.output_type
3004
- class ServerlessKubernetesDeleteOption(dict):
3005
- @staticmethod
3006
- def __key_warning(key: str):
3007
- suggest = None
3008
- if key == "deleteMode":
3009
- suggest = "delete_mode"
3010
- elif key == "resourceType":
3011
- suggest = "resource_type"
3012
-
3013
- if suggest:
3014
- pulumi.log.warn(f"Key '{key}' not found in ServerlessKubernetesDeleteOption. Access the value via the '{suggest}' property getter instead.")
3015
-
3016
- def __getitem__(self, key: str) -> Any:
3017
- ServerlessKubernetesDeleteOption.__key_warning(key)
3018
- return super().__getitem__(key)
3019
-
3020
- def get(self, key: str, default = None) -> Any:
3021
- ServerlessKubernetesDeleteOption.__key_warning(key)
3022
- return super().get(key, default)
3023
-
3024
- def __init__(__self__, *,
3025
- delete_mode: Optional[str] = None,
3026
- resource_type: Optional[str] = None):
3027
- """
3028
- :param 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 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[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
- @property
3079
- @pulumi.getter(name="resourceType")
3080
- def resource_type(self) -> Optional[str]:
3081
- """
3082
- The type of resources that are created by cluster. Valid values:
3083
- - `SLB`: SLB resources created by the Nginx Ingress Service, default behavior is to delete, option to retain is available.
3084
- - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
3085
- - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
3086
- - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
3087
- - `PrivateZone`: PrivateZone resources created by the cluster, default behavior is to retain, option to delete is available.
3088
- ```
3089
- ...
3090
- // Specify delete_options as below when deleting cluster
3091
- // delete SLB resources created by the Nginx Ingress Service
3092
- delete_options {
3093
- delete_mode = "delete"
3094
- resource_type = "SLB"
3095
- }
3096
- // delete ALB resources created by the ALB Ingress Controller
3097
- delete_options {
3098
- delete_mode = "delete"
3099
- resource_type = "ALB"
3100
- }
3101
- // delete SLS Project used by the cluster logging feature
3102
- delete_options {
3103
- delete_mode = "delete"
3104
- resource_type = "SLS_Data"
3105
- }
3106
- // delete SLS Project used for the managed cluster control plane logs
3107
- delete_options {
3108
- delete_mode = "delete"
3109
- resource_type = "SLS_ControlPlane"
3110
- }
3111
- // delete PrivateZone resources created by the cluster
3112
- delete_options {
3113
- delete_mode = "delete"
3114
- resource_type = "PrivateZone"
3115
- }
3116
- ```
3117
- """
3118
- return pulumi.get(self, "resource_type")
3119
-
3120
2993
 
3121
2994
  @pulumi.output_type
3122
2995
  class ServerlessKubernetesRrsaMetadata(dict):