pulumi-alicloud 3.61.1__py3-none-any.whl → 3.61.2__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 (73) hide show
  1. pulumi_alicloud/brain/get_industrial_pid_loops.py +18 -2
  2. pulumi_alicloud/brain/get_industrial_pid_organizations.py +12 -2
  3. pulumi_alicloud/brain/get_industrial_pid_projects.py +18 -2
  4. pulumi_alicloud/brain/get_industrial_serice.py +6 -2
  5. pulumi_alicloud/brain/industrial_pid_loop.py +6 -2
  6. pulumi_alicloud/brain/industrial_pid_organization.py +4 -4
  7. pulumi_alicloud/brain/industrial_pid_project.py +4 -4
  8. pulumi_alicloud/cas/certificate.py +155 -13
  9. pulumi_alicloud/cas/service_certificate.py +9 -30
  10. pulumi_alicloud/cdn/real_time_log_delivery.py +2 -2
  11. pulumi_alicloud/cen/get_transit_router_route_tables.py +81 -14
  12. pulumi_alicloud/cen/outputs.py +6 -2
  13. pulumi_alicloud/cfg/remediation.py +6 -2
  14. pulumi_alicloud/clickhouse/account.py +2 -2
  15. pulumi_alicloud/clickhouse/backup_policy.py +2 -2
  16. pulumi_alicloud/cloudfirewall/instance.py +2 -0
  17. pulumi_alicloud/cs/_inputs.py +141 -21
  18. pulumi_alicloud/cs/kubernetes.py +7 -7
  19. pulumi_alicloud/cs/managed_kubernetes.py +506 -45
  20. pulumi_alicloud/cs/outputs.py +148 -21
  21. pulumi_alicloud/cs/registry_enterprise_namespace.py +92 -72
  22. pulumi_alicloud/cs/registry_enterprise_repo.py +96 -74
  23. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +105 -101
  24. pulumi_alicloud/cs/serverless_kubernetes.py +174 -206
  25. pulumi_alicloud/databasefilesystem/instance.py +2 -2
  26. pulumi_alicloud/dts/consumer_channel.py +2 -2
  27. pulumi_alicloud/dts/subscription_job.py +2 -2
  28. pulumi_alicloud/ecs/auto_provisioning_group.py +2 -2
  29. pulumi_alicloud/ehpc/get_clusters.py +11 -2
  30. pulumi_alicloud/ehpc/get_job_templates.py +5 -2
  31. pulumi_alicloud/ehpc/job_template.py +2 -2
  32. pulumi_alicloud/ehpc/outputs.py +34 -2
  33. pulumi_alicloud/fc/function.py +6 -6
  34. pulumi_alicloud/fc/function_async_invoke_config.py +2 -2
  35. pulumi_alicloud/fc/trigger.py +2 -2
  36. pulumi_alicloud/gpdb/account.py +0 -4
  37. pulumi_alicloud/gpdb/connection.py +0 -4
  38. pulumi_alicloud/log/alert.py +30 -28
  39. pulumi_alicloud/log/audit.py +2 -0
  40. pulumi_alicloud/log/dashboard.py +8 -8
  41. pulumi_alicloud/log/etl.py +26 -26
  42. pulumi_alicloud/log/ingestion.py +10 -10
  43. pulumi_alicloud/log/log_tail_attachment.py +14 -14
  44. pulumi_alicloud/log/log_tail_config.py +10 -10
  45. pulumi_alicloud/log/machine_group.py +4 -4
  46. pulumi_alicloud/log/oss_export.py +10 -10
  47. pulumi_alicloud/log/project.py +4 -4
  48. pulumi_alicloud/log/store_index.py +10 -10
  49. pulumi_alicloud/nlb/server_group.py +2 -2
  50. pulumi_alicloud/oos/service_setting.py +10 -8
  51. pulumi_alicloud/oss/bucket.py +18 -10
  52. pulumi_alicloud/oss/bucket_object.py +12 -8
  53. pulumi_alicloud/oss/bucket_replication.py +2 -2
  54. pulumi_alicloud/polardb/cluster.py +75 -21
  55. pulumi_alicloud/pulumi-plugin.json +1 -1
  56. pulumi_alicloud/pvtz/zone_record.py +2 -2
  57. pulumi_alicloud/ram/access_key.py +4 -0
  58. pulumi_alicloud/rds/account_privilege.py +2 -2
  59. pulumi_alicloud/rds/backup_policy.py +270 -12
  60. pulumi_alicloud/rds/database.py +49 -7
  61. pulumi_alicloud/rds/instance.py +4 -2
  62. pulumi_alicloud/rocketmq/group.py +2 -2
  63. pulumi_alicloud/rocketmq/topic.py +2 -2
  64. pulumi_alicloud/sls/alert.py +6 -6
  65. pulumi_alicloud/sls/scheduled_sql.py +10 -10
  66. pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
  67. pulumi_alicloud/vpc/ipv6_internet_bandwidth.py +4 -4
  68. pulumi_alicloud/vpc/route_table_attachment.py +4 -4
  69. pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +2 -2
  70. {pulumi_alicloud-3.61.1.dist-info → pulumi_alicloud-3.61.2.dist-info}/METADATA +1 -1
  71. {pulumi_alicloud-3.61.1.dist-info → pulumi_alicloud-3.61.2.dist-info}/RECORD +73 -73
  72. {pulumi_alicloud-3.61.1.dist-info → pulumi_alicloud-3.61.2.dist-info}/WHEEL +1 -1
  73. {pulumi_alicloud-3.61.1.dist-info → pulumi_alicloud-3.61.2.dist-info}/top_level.txt +0 -0
@@ -48,6 +48,7 @@ __all__ = [
48
48
  'NodePoolTaint',
49
49
  'NodePoolTeeConfig',
50
50
  'ServerlessKubernetesAddon',
51
+ 'ServerlessKubernetesDeleteOption',
51
52
  'ServerlessKubernetesRrsaMetadata',
52
53
  'SwarmNode',
53
54
  'GetClusterCredentialCertificateAuthorityResult',
@@ -968,7 +969,7 @@ class KubernetesDeleteOption(dict):
968
969
  """
969
970
  :param str delete_mode: The deletion mode of the cluster. Different resources may have different default behavior, see `resource_type` for details. Valid values:
970
971
  :param str resource_type: The type of resources that are created by cluster. Valid values:
971
- - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
972
+ - `SLB`: SLB resources created by the Nginx Ingress Service, default behavior is to delete, option to retain is available.
972
973
  - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
973
974
  - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
974
975
  - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
@@ -976,7 +977,7 @@ class KubernetesDeleteOption(dict):
976
977
  ```
977
978
  ...
978
979
  // Specify delete_options as below when deleting cluster
979
- // delete SLB resources created by the cluster
980
+ // delete SLB resources created by the Nginx Ingress Service
980
981
  delete_options {
981
982
  delete_mode = "delete"
982
983
  resource_type = "SLB"
@@ -1016,7 +1017,7 @@ class KubernetesDeleteOption(dict):
1016
1017
  def resource_type(self) -> Optional[str]:
1017
1018
  """
1018
1019
  The type of resources that are created by cluster. Valid values:
1019
- - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
1020
+ - `SLB`: SLB resources created by the Nginx Ingress Service, default behavior is to delete, option to retain is available.
1020
1021
  - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
1021
1022
  - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
1022
1023
  - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
@@ -1024,7 +1025,7 @@ class KubernetesDeleteOption(dict):
1024
1025
  ```
1025
1026
  ...
1026
1027
  // Specify delete_options as below when deleting cluster
1027
- // delete SLB resources created by the cluster
1028
+ // delete SLB resources created by the Nginx Ingress Service
1028
1029
  delete_options {
1029
1030
  delete_mode = "delete"
1030
1031
  resource_type = "SLB"
@@ -1360,8 +1361,8 @@ class ManagedKubernetesCertificateAuthority(dict):
1360
1361
  client_key: Optional[str] = None,
1361
1362
  cluster_cert: Optional[str] = None):
1362
1363
  """
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.
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`.
1365
1366
  :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.
1366
1367
  """
1367
1368
  if client_cert is not None:
@@ -1375,7 +1376,7 @@ class ManagedKubernetesCertificateAuthority(dict):
1375
1376
  @pulumi.getter(name="clientCert")
1376
1377
  def client_cert(self) -> Optional[str]:
1377
1378
  """
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.
1379
+ The path of client certificate, like `~/.kube/client-cert.pem`.
1379
1380
  """
1380
1381
  return pulumi.get(self, "client_cert")
1381
1382
 
@@ -1383,7 +1384,7 @@ class ManagedKubernetesCertificateAuthority(dict):
1383
1384
  @pulumi.getter(name="clientKey")
1384
1385
  def client_key(self) -> Optional[str]:
1385
1386
  """
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.
1387
+ The path of client key, like `~/.kube/client-key.pem`.
1387
1388
  """
1388
1389
  return pulumi.get(self, "client_key")
1389
1390
 
@@ -1501,7 +1502,7 @@ class ManagedKubernetesDeleteOption(dict):
1501
1502
  """
1502
1503
  :param str delete_mode: The deletion mode of the cluster. Different resources may have different default behavior, see `resource_type` for details. Valid values:
1503
1504
  :param str resource_type: The type of resources that are created by cluster. Valid values:
1504
- - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
1505
+ - `SLB`: SLB resources created by the Nginx Ingress Service, default behavior is to delete, option to retain is available.
1505
1506
  - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
1506
1507
  - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
1507
1508
  - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
@@ -1509,7 +1510,7 @@ class ManagedKubernetesDeleteOption(dict):
1509
1510
  ```
1510
1511
  ...
1511
1512
  // Specify delete_options as below when deleting cluster
1512
- // delete SLB resources created by the cluster
1513
+ // delete SLB resources created by the Nginx Ingress Service
1513
1514
  delete_options {
1514
1515
  delete_mode = "delete"
1515
1516
  resource_type = "SLB"
@@ -1549,7 +1550,7 @@ class ManagedKubernetesDeleteOption(dict):
1549
1550
  def resource_type(self) -> Optional[str]:
1550
1551
  """
1551
1552
  The type of resources that are created by cluster. Valid values:
1552
- - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
1553
+ - `SLB`: SLB resources created by the Nginx Ingress Service, default behavior is to delete, option to retain is available.
1553
1554
  - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
1554
1555
  - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
1555
1556
  - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
@@ -1557,7 +1558,7 @@ class ManagedKubernetesDeleteOption(dict):
1557
1558
  ```
1558
1559
  ...
1559
1560
  // Specify delete_options as below when deleting cluster
1560
- // delete SLB resources created by the cluster
1561
+ // delete SLB resources created by the Nginx Ingress Service
1561
1562
  delete_options {
1562
1563
  delete_mode = "delete"
1563
1564
  resource_type = "SLB"
@@ -2891,7 +2892,8 @@ class ServerlessKubernetesAddon(dict):
2891
2892
  def __init__(__self__, *,
2892
2893
  config: Optional[str] = None,
2893
2894
  disabled: Optional[bool] = None,
2894
- name: Optional[str] = None):
2895
+ name: Optional[str] = None,
2896
+ version: Optional[str] = None):
2895
2897
  """
2896
2898
  :param str config: The ACK add-on configurations. For more config information, see cs_kubernetes_addon_metadata.
2897
2899
  :param bool disabled: Disables the automatic installation of a component. Default is `false`.
@@ -2899,7 +2901,7 @@ class ServerlessKubernetesAddon(dict):
2899
2901
  The following example is the definition of addons block, The type of this field is list:
2900
2902
 
2901
2903
  ```
2902
- # install nginx ingress, conflict with SLB ingress
2904
+ # install nginx ingress, conflict with ALB ingress
2903
2905
  addons {
2904
2906
  name = "nginx-ingress-controller"
2905
2907
  # use internet
@@ -2907,7 +2909,7 @@ class ServerlessKubernetesAddon(dict):
2907
2909
  # if use intranet, detail below.
2908
2910
  # config = "{\\"IngressSlbNetworkType\\":\\"intranet",\\"IngressSlbSpec\\":\\"slb.s2.small\\"}"
2909
2911
  }
2910
- # install SLB ingress, conflict with nginx ingress
2912
+ # install ALB ingress, conflict with nginx ingress
2911
2913
  addons {
2912
2914
  name = "alb-ingress-controller"
2913
2915
  }
@@ -2922,11 +2924,10 @@ class ServerlessKubernetesAddon(dict):
2922
2924
  # install prometheus
2923
2925
  addons {
2924
2926
  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.
2930
2931
  """
2931
2932
  if config is not None:
2932
2933
  pulumi.set(__self__, "config", config)
@@ -2934,6 +2935,8 @@ class ServerlessKubernetesAddon(dict):
2934
2935
  pulumi.set(__self__, "disabled", disabled)
2935
2936
  if name is not None:
2936
2937
  pulumi.set(__self__, "name", name)
2938
+ if version is not None:
2939
+ pulumi.set(__self__, "version", version)
2937
2940
 
2938
2941
  @property
2939
2942
  @pulumi.getter
@@ -2952,7 +2955,7 @@ class ServerlessKubernetesAddon(dict):
2952
2955
  The following example is the definition of addons block, The type of this field is list:
2953
2956
 
2954
2957
  ```
2955
- # install nginx ingress, conflict with SLB ingress
2958
+ # install nginx ingress, conflict with ALB ingress
2956
2959
  addons {
2957
2960
  name = "nginx-ingress-controller"
2958
2961
  # use internet
@@ -2960,7 +2963,7 @@ class ServerlessKubernetesAddon(dict):
2960
2963
  # if use intranet, detail below.
2961
2964
  # config = "{\\"IngressSlbNetworkType\\":\\"intranet",\\"IngressSlbSpec\\":\\"slb.s2.small\\"}"
2962
2965
  }
2963
- # install SLB ingress, conflict with nginx ingress
2966
+ # install ALB ingress, conflict with nginx ingress
2964
2967
  addons {
2965
2968
  name = "alb-ingress-controller"
2966
2969
  }
@@ -2975,8 +2978,6 @@ class ServerlessKubernetesAddon(dict):
2975
2978
  # install prometheus
2976
2979
  addons {
2977
2980
  name = "arms-prometheus"
2978
- # prometheus also provides managed version, specify with name `managed-arms-prometheus` for professional serverless clusters
2979
- # name = "managed-arms-prometheus"
2980
2981
  }
2981
2982
  ```
2982
2983
  """
@@ -2990,6 +2991,132 @@ class ServerlessKubernetesAddon(dict):
2990
2991
  """
2991
2992
  return pulumi.get(self, "name")
2992
2993
 
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
+
2993
3120
 
2994
3121
  @pulumi.output_type
2995
3122
  class ServerlessKubernetesRrsaMetadata(dict):