pulumi-alicloud 3.72.0a1735837979__py3-none-any.whl → 3.72.0a1735881335__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 (129) hide show
  1. pulumi_alicloud/__init__.py +75 -0
  2. pulumi_alicloud/_inputs.py +471 -0
  3. pulumi_alicloud/adb/cluster.py +68 -0
  4. pulumi_alicloud/adb/db_cluster.py +94 -0
  5. pulumi_alicloud/adb/get_db_cluster_lake_versions.py +39 -4
  6. pulumi_alicloud/adb/outputs.py +106 -2
  7. pulumi_alicloud/apig/__init__.py +12 -0
  8. pulumi_alicloud/apig/_inputs.py +263 -0
  9. pulumi_alicloud/apig/environment.py +317 -0
  10. pulumi_alicloud/apig/gateway.py +645 -0
  11. pulumi_alicloud/apig/http_api.py +465 -0
  12. pulumi_alicloud/apig/outputs.py +213 -0
  13. pulumi_alicloud/cfg/get_aggregate_compliance_packs.py +2 -2
  14. pulumi_alicloud/cfg/get_aggregate_config_rules.py +4 -4
  15. pulumi_alicloud/cfg/get_aggregate_deliveries.py +16 -2
  16. pulumi_alicloud/cfg/get_aggregators.py +2 -2
  17. pulumi_alicloud/cfg/get_compliance_packs.py +2 -2
  18. pulumi_alicloud/cfg/get_configuration_recorders.py +2 -6
  19. pulumi_alicloud/cfg/get_deliveries.py +11 -2
  20. pulumi_alicloud/cfg/get_delivery_channels.py +0 -4
  21. pulumi_alicloud/cfg/get_rules.py +3 -7
  22. pulumi_alicloud/cfg/outputs.py +28 -20
  23. pulumi_alicloud/cloudfirewall/get_instance_members.py +2 -2
  24. pulumi_alicloud/cloudfirewall/get_instances.py +23 -6
  25. pulumi_alicloud/cloudfirewall/get_vpc_firewall_cens.py +2 -2
  26. pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +32 -2
  27. pulumi_alicloud/cloudfirewall/get_vpc_firewalls.py +2 -2
  28. pulumi_alicloud/cloudfirewall/instance.py +1 -1
  29. pulumi_alicloud/cloudfirewall/outputs.py +16 -4
  30. pulumi_alicloud/config/__init__.pyi +2 -0
  31. pulumi_alicloud/config/outputs.py +284 -0
  32. pulumi_alicloud/config/vars.py +4 -0
  33. pulumi_alicloud/cr/_inputs.py +128 -0
  34. pulumi_alicloud/cr/outputs.py +93 -0
  35. pulumi_alicloud/cr/registry_enterprise_instance.py +86 -63
  36. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +331 -38
  37. pulumi_alicloud/dcdn/get_domains.py +2 -2
  38. pulumi_alicloud/dcdn/get_ipa_domains.py +14 -2
  39. pulumi_alicloud/dcdn/get_waf_domains.py +5 -2
  40. pulumi_alicloud/dcdn/get_waf_policies.py +8 -2
  41. pulumi_alicloud/dcdn/outputs.py +6 -6
  42. pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +8 -2
  43. pulumi_alicloud/ddos/get_ddos_coo_ports.py +16 -4
  44. pulumi_alicloud/ddos/outputs.py +4 -4
  45. pulumi_alicloud/ecs/_inputs.py +9 -0
  46. pulumi_alicloud/ecs/get_ecs_disks.py +103 -14
  47. pulumi_alicloud/ecs/outputs.py +90 -36
  48. pulumi_alicloud/esa/__init__.py +3 -0
  49. pulumi_alicloud/esa/_inputs.py +456 -0
  50. pulumi_alicloud/esa/outputs.py +321 -0
  51. pulumi_alicloud/esa/record.py +798 -0
  52. pulumi_alicloud/ess/get_scaling_configurations.py +116 -10
  53. pulumi_alicloud/ess/notification.py +50 -3
  54. pulumi_alicloud/ess/outputs.py +104 -8
  55. pulumi_alicloud/ess/scheduled_task.py +7 -7
  56. pulumi_alicloud/fc/v3_trigger.py +1 -1
  57. pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +11 -2
  58. pulumi_alicloud/ga/get_acls.py +14 -2
  59. pulumi_alicloud/ga/get_additional_certificates.py +11 -2
  60. pulumi_alicloud/ga/get_bandwidth_packages.py +14 -2
  61. pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +2 -2
  62. pulumi_alicloud/ga/get_basic_accelerate_ips.py +2 -2
  63. pulumi_alicloud/ga/get_basic_accelerators.py +2 -2
  64. pulumi_alicloud/ga/get_basic_endpoints.py +2 -2
  65. pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +2 -2
  66. pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +2 -2
  67. pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +2 -2
  68. pulumi_alicloud/ga/get_custom_routing_endpoints.py +2 -2
  69. pulumi_alicloud/ga/get_custom_routing_port_mappings.py +2 -2
  70. pulumi_alicloud/ga/get_domains.py +2 -2
  71. pulumi_alicloud/ga/get_forwarding_rules.py +8 -2
  72. pulumi_alicloud/ga/get_ip_sets.py +8 -2
  73. pulumi_alicloud/ga/get_listeners.py +11 -2
  74. pulumi_alicloud/ga/outputs.py +64 -32
  75. pulumi_alicloud/get_msc_sub_contact_verification_message.py +2 -2
  76. pulumi_alicloud/get_msc_sub_contacts.py +8 -2
  77. pulumi_alicloud/get_msc_sub_subscriptions.py +5 -2
  78. pulumi_alicloud/get_msc_sub_webhooks.py +8 -2
  79. pulumi_alicloud/kms/key.py +108 -28
  80. pulumi_alicloud/kvstore/get_instances.py +14 -3
  81. pulumi_alicloud/kvstore/outputs.py +48 -4
  82. pulumi_alicloud/marketplace/order.py +2 -2
  83. pulumi_alicloud/mongodb/__init__.py +1 -0
  84. pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
  85. pulumi_alicloud/oss/__init__.py +2 -0
  86. pulumi_alicloud/oss/_inputs.py +68 -0
  87. pulumi_alicloud/oss/access_point.py +463 -0
  88. pulumi_alicloud/oss/bucket_worm.py +327 -0
  89. pulumi_alicloud/oss/outputs.py +74 -0
  90. pulumi_alicloud/privatelink/get_service.py +2 -2
  91. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +14 -2
  92. pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +8 -2
  93. pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +11 -2
  94. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +11 -2
  95. pulumi_alicloud/privatelink/get_vpc_endpoints.py +23 -2
  96. pulumi_alicloud/privatelink/outputs.py +6 -6
  97. pulumi_alicloud/provider.py +20 -0
  98. pulumi_alicloud/pulumi-plugin.json +1 -1
  99. pulumi_alicloud/ram/get_policies.py +66 -8
  100. pulumi_alicloud/rds/instance.py +211 -14
  101. pulumi_alicloud/resourcemanager/control_policy_attachment.py +28 -28
  102. pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
  103. pulumi_alicloud/schedulerx/__init__.py +3 -0
  104. pulumi_alicloud/schedulerx/_inputs.py +542 -0
  105. pulumi_alicloud/schedulerx/app_group.py +952 -0
  106. pulumi_alicloud/schedulerx/job.py +1454 -0
  107. pulumi_alicloud/schedulerx/namespace.py +64 -51
  108. pulumi_alicloud/schedulerx/outputs.py +425 -0
  109. pulumi_alicloud/sddp/get_configs.py +5 -2
  110. pulumi_alicloud/sddp/get_data_limits.py +11 -2
  111. pulumi_alicloud/sddp/get_instances.py +5 -2
  112. pulumi_alicloud/sddp/get_rules.py +29 -2
  113. pulumi_alicloud/sddp/outputs.py +14 -14
  114. pulumi_alicloud/vpc/get_peer_connections.py +17 -2
  115. pulumi_alicloud/vpc/network.py +293 -40
  116. pulumi_alicloud/vpc/outputs.py +2 -2
  117. pulumi_alicloud/vpc/peer_connection.py +239 -132
  118. pulumi_alicloud/vpc/peer_connection_accepter.py +85 -6
  119. pulumi_alicloud/waf/domain.py +2 -2
  120. pulumi_alicloud/waf/get_certificates.py +14 -2
  121. pulumi_alicloud/waf/get_domains.py +6 -4
  122. pulumi_alicloud/waf/get_instances.py +2 -2
  123. pulumi_alicloud/waf/instance.py +0 -64
  124. pulumi_alicloud/waf/outputs.py +2 -4
  125. pulumi_alicloud/wafv3/get_instances.py +10 -4
  126. {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/METADATA +1 -1
  127. {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/RECORD +129 -114
  128. {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/WHEEL +0 -0
  129. {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/top_level.txt +0 -0
@@ -1055,7 +1055,7 @@ class GetAclsAclResult(dict):
1055
1055
  :param str acl_name: The name of the acl.
1056
1056
  :param str address_ip_version: The address ip version.
1057
1057
  :param str id: The ID of the Acl. Its value is same as `acl_id`.
1058
- :param str status: The status of the resource.
1058
+ :param str status: The status of the resource. Valid values: `active`, `configuring`, `deleting`, `init`.
1059
1059
  """
1060
1060
  pulumi.set(__self__, "acl_entries", acl_entries)
1061
1061
  pulumi.set(__self__, "acl_id", acl_id)
@@ -1108,7 +1108,7 @@ class GetAclsAclResult(dict):
1108
1108
  @pulumi.getter
1109
1109
  def status(self) -> str:
1110
1110
  """
1111
- The status of the resource.
1111
+ The status of the resource. Valid values: `active`, `configuring`, `deleting`, `init`.
1112
1112
  """
1113
1113
  return pulumi.get(self, "status")
1114
1114
 
@@ -1230,8 +1230,8 @@ class GetBandwidthPackagesPackageResult(dict):
1230
1230
  :param str expired_time: Bandwidth package expiration time.
1231
1231
  :param str id: The ID of the Bandwidth Package.
1232
1232
  :param str payment_type: The payment type of the bandwidth.
1233
- :param str status: The status of the bandwidth plan.
1234
- :param str type: The type of the bandwidth packet. China station only supports return to basic.
1233
+ :param str status: The status of the bandwidth plan. Valid values: `active`, `binded`, `binding`, `finacialLocked`, `init`, `unbinding`, `updating`.
1234
+ :param str type: The type of the bandwidth plan. Valid values: `Basic`, `CrossDomain`.
1235
1235
  """
1236
1236
  pulumi.set(__self__, "bandwidth", bandwidth)
1237
1237
  pulumi.set(__self__, "bandwidth_package_id", bandwidth_package_id)
@@ -1330,7 +1330,7 @@ class GetBandwidthPackagesPackageResult(dict):
1330
1330
  @pulumi.getter
1331
1331
  def status(self) -> str:
1332
1332
  """
1333
- The status of the bandwidth plan.
1333
+ The status of the bandwidth plan. Valid values: `active`, `binded`, `binding`, `finacialLocked`, `init`, `unbinding`, `updating`.
1334
1334
  """
1335
1335
  return pulumi.get(self, "status")
1336
1336
 
@@ -1338,7 +1338,7 @@ class GetBandwidthPackagesPackageResult(dict):
1338
1338
  @pulumi.getter
1339
1339
  def type(self) -> str:
1340
1340
  """
1341
- The type of the bandwidth packet. China station only supports return to basic.
1341
+ The type of the bandwidth plan. Valid values: `Basic`, `CrossDomain`.
1342
1342
  """
1343
1343
  return pulumi.get(self, "type")
1344
1344
 
@@ -2884,17 +2884,7 @@ class GetForwardingRulesForwardingRuleResult(dict):
2884
2884
  :param str listener_id: The ID of the listener.
2885
2885
  :param int priority: Forwarding policy priority.
2886
2886
  :param Sequence['GetForwardingRulesForwardingRuleRuleActionArgs'] rule_actions: The IP protocol used by the GA instance.
2887
- `order` - Forwarding priority.
2888
- `rule_action_type` - Forward action type.
2889
- `forward_group_config` - Forwarding configuration.
2890
- `server_group_tuples` - Terminal node group configuration.
2891
- `endpoint_group_id` - Terminal node group ID.
2892
2887
  :param Sequence['GetForwardingRulesForwardingRuleRuleConditionArgs'] rule_conditions: Forward action.
2893
- `rule_condition_type` - Forwarding condition type.
2894
- `path_config` - Path configuration information.
2895
- `values` - The length of the path is 1-128 characters.
2896
- `host_config` - Domain name configuration information.
2897
- `values` - The domain name is 3-128 characters long.
2898
2888
  """
2899
2889
  pulumi.set(__self__, "forwarding_rule_id", forwarding_rule_id)
2900
2890
  pulumi.set(__self__, "forwarding_rule_name", forwarding_rule_name)
@@ -2955,11 +2945,6 @@ class GetForwardingRulesForwardingRuleResult(dict):
2955
2945
  def rule_actions(self) -> Sequence['outputs.GetForwardingRulesForwardingRuleRuleActionResult']:
2956
2946
  """
2957
2947
  The IP protocol used by the GA instance.
2958
- `order` - Forwarding priority.
2959
- `rule_action_type` - Forward action type.
2960
- `forward_group_config` - Forwarding configuration.
2961
- `server_group_tuples` - Terminal node group configuration.
2962
- `endpoint_group_id` - Terminal node group ID.
2963
2948
  """
2964
2949
  return pulumi.get(self, "rule_actions")
2965
2950
 
@@ -2968,11 +2953,6 @@ class GetForwardingRulesForwardingRuleResult(dict):
2968
2953
  def rule_conditions(self) -> Sequence['outputs.GetForwardingRulesForwardingRuleRuleConditionResult']:
2969
2954
  """
2970
2955
  Forward action.
2971
- `rule_condition_type` - Forwarding condition type.
2972
- `path_config` - Path configuration information.
2973
- `values` - The length of the path is 1-128 characters.
2974
- `host_config` - Domain name configuration information.
2975
- `values` - The domain name is 3-128 characters long.
2976
2956
  """
2977
2957
  return pulumi.get(self, "rule_conditions")
2978
2958
 
@@ -2983,6 +2963,11 @@ class GetForwardingRulesForwardingRuleRuleActionResult(dict):
2983
2963
  forward_group_configs: Sequence['outputs.GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigResult'],
2984
2964
  order: int,
2985
2965
  rule_action_type: str):
2966
+ """
2967
+ :param Sequence['GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigArgs'] forward_group_configs: Forwarding configuration.
2968
+ :param int order: Forwarding priority.
2969
+ :param str rule_action_type: Forward action type.
2970
+ """
2986
2971
  pulumi.set(__self__, "forward_group_configs", forward_group_configs)
2987
2972
  pulumi.set(__self__, "order", order)
2988
2973
  pulumi.set(__self__, "rule_action_type", rule_action_type)
@@ -2990,16 +2975,25 @@ class GetForwardingRulesForwardingRuleRuleActionResult(dict):
2990
2975
  @property
2991
2976
  @pulumi.getter(name="forwardGroupConfigs")
2992
2977
  def forward_group_configs(self) -> Sequence['outputs.GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigResult']:
2978
+ """
2979
+ Forwarding configuration.
2980
+ """
2993
2981
  return pulumi.get(self, "forward_group_configs")
2994
2982
 
2995
2983
  @property
2996
2984
  @pulumi.getter
2997
2985
  def order(self) -> int:
2986
+ """
2987
+ Forwarding priority.
2988
+ """
2998
2989
  return pulumi.get(self, "order")
2999
2990
 
3000
2991
  @property
3001
2992
  @pulumi.getter(name="ruleActionType")
3002
2993
  def rule_action_type(self) -> str:
2994
+ """
2995
+ Forward action type.
2996
+ """
3003
2997
  return pulumi.get(self, "rule_action_type")
3004
2998
 
3005
2999
 
@@ -3007,11 +3001,17 @@ class GetForwardingRulesForwardingRuleRuleActionResult(dict):
3007
3001
  class GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigResult(dict):
3008
3002
  def __init__(__self__, *,
3009
3003
  server_group_tuples: Sequence['outputs.GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigServerGroupTupleResult']):
3004
+ """
3005
+ :param Sequence['GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigServerGroupTupleArgs'] server_group_tuples: Terminal node group configuration.
3006
+ """
3010
3007
  pulumi.set(__self__, "server_group_tuples", server_group_tuples)
3011
3008
 
3012
3009
  @property
3013
3010
  @pulumi.getter(name="serverGroupTuples")
3014
3011
  def server_group_tuples(self) -> Sequence['outputs.GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigServerGroupTupleResult']:
3012
+ """
3013
+ Terminal node group configuration.
3014
+ """
3015
3015
  return pulumi.get(self, "server_group_tuples")
3016
3016
 
3017
3017
 
@@ -3019,11 +3019,17 @@ class GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigResult(dict):
3019
3019
  class GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigServerGroupTupleResult(dict):
3020
3020
  def __init__(__self__, *,
3021
3021
  endpoint_group_id: str):
3022
+ """
3023
+ :param str endpoint_group_id: Terminal node group ID.
3024
+ """
3022
3025
  pulumi.set(__self__, "endpoint_group_id", endpoint_group_id)
3023
3026
 
3024
3027
  @property
3025
3028
  @pulumi.getter(name="endpointGroupId")
3026
3029
  def endpoint_group_id(self) -> str:
3030
+ """
3031
+ Terminal node group ID.
3032
+ """
3027
3033
  return pulumi.get(self, "endpoint_group_id")
3028
3034
 
3029
3035
 
@@ -3033,6 +3039,11 @@ class GetForwardingRulesForwardingRuleRuleConditionResult(dict):
3033
3039
  host_configs: Sequence['outputs.GetForwardingRulesForwardingRuleRuleConditionHostConfigResult'],
3034
3040
  path_configs: Sequence['outputs.GetForwardingRulesForwardingRuleRuleConditionPathConfigResult'],
3035
3041
  rule_condition_type: str):
3042
+ """
3043
+ :param Sequence['GetForwardingRulesForwardingRuleRuleConditionHostConfigArgs'] host_configs: Domain name configuration information.
3044
+ :param Sequence['GetForwardingRulesForwardingRuleRuleConditionPathConfigArgs'] path_configs: Path configuration information.
3045
+ :param str rule_condition_type: Forwarding condition type.
3046
+ """
3036
3047
  pulumi.set(__self__, "host_configs", host_configs)
3037
3048
  pulumi.set(__self__, "path_configs", path_configs)
3038
3049
  pulumi.set(__self__, "rule_condition_type", rule_condition_type)
@@ -3040,16 +3051,25 @@ class GetForwardingRulesForwardingRuleRuleConditionResult(dict):
3040
3051
  @property
3041
3052
  @pulumi.getter(name="hostConfigs")
3042
3053
  def host_configs(self) -> Sequence['outputs.GetForwardingRulesForwardingRuleRuleConditionHostConfigResult']:
3054
+ """
3055
+ Domain name configuration information.
3056
+ """
3043
3057
  return pulumi.get(self, "host_configs")
3044
3058
 
3045
3059
  @property
3046
3060
  @pulumi.getter(name="pathConfigs")
3047
3061
  def path_configs(self) -> Sequence['outputs.GetForwardingRulesForwardingRuleRuleConditionPathConfigResult']:
3062
+ """
3063
+ Path configuration information.
3064
+ """
3048
3065
  return pulumi.get(self, "path_configs")
3049
3066
 
3050
3067
  @property
3051
3068
  @pulumi.getter(name="ruleConditionType")
3052
3069
  def rule_condition_type(self) -> str:
3070
+ """
3071
+ Forwarding condition type.
3072
+ """
3053
3073
  return pulumi.get(self, "rule_condition_type")
3054
3074
 
3055
3075
 
@@ -3057,11 +3077,17 @@ class GetForwardingRulesForwardingRuleRuleConditionResult(dict):
3057
3077
  class GetForwardingRulesForwardingRuleRuleConditionHostConfigResult(dict):
3058
3078
  def __init__(__self__, *,
3059
3079
  values: Sequence[str]):
3080
+ """
3081
+ :param Sequence[str] values: The domain name is 3-128 characters long.
3082
+ """
3060
3083
  pulumi.set(__self__, "values", values)
3061
3084
 
3062
3085
  @property
3063
3086
  @pulumi.getter
3064
3087
  def values(self) -> Sequence[str]:
3088
+ """
3089
+ The domain name is 3-128 characters long.
3090
+ """
3065
3091
  return pulumi.get(self, "values")
3066
3092
 
3067
3093
 
@@ -3069,11 +3095,17 @@ class GetForwardingRulesForwardingRuleRuleConditionHostConfigResult(dict):
3069
3095
  class GetForwardingRulesForwardingRuleRuleConditionPathConfigResult(dict):
3070
3096
  def __init__(__self__, *,
3071
3097
  values: Sequence[str]):
3098
+ """
3099
+ :param Sequence[str] values: The domain name is 3-128 characters long.
3100
+ """
3072
3101
  pulumi.set(__self__, "values", values)
3073
3102
 
3074
3103
  @property
3075
3104
  @pulumi.getter
3076
3105
  def values(self) -> Sequence[str]:
3106
+ """
3107
+ The domain name is 3-128 characters long.
3108
+ """
3077
3109
  return pulumi.get(self, "values")
3078
3110
 
3079
3111
 
@@ -3094,7 +3126,7 @@ class GetIpSetsSetResult(dict):
3094
3126
  :param Sequence[str] ip_address_lists: The list of accelerated IP addresses in the acceleration region.
3095
3127
  :param str ip_set_id: Accelerated area ID.
3096
3128
  :param str ip_version: The IP protocol used by the GA instance.
3097
- :param str status: The status of the acceleration region.
3129
+ :param str status: The status of the acceleration region. Valid values: `active`, `deleting`, `init`, `updating`.
3098
3130
  """
3099
3131
  pulumi.set(__self__, "accelerate_region_id", accelerate_region_id)
3100
3132
  pulumi.set(__self__, "bandwidth", bandwidth)
@@ -3156,7 +3188,7 @@ class GetIpSetsSetResult(dict):
3156
3188
  @pulumi.getter
3157
3189
  def status(self) -> str:
3158
3190
  """
3159
- The status of the acceleration region.
3191
+ The status of the acceleration region. Valid values: `active`, `deleting`, `init`, `updating`.
3160
3192
  """
3161
3193
  return pulumi.get(self, "status")
3162
3194
 
@@ -3182,7 +3214,7 @@ class GetListenersListenerResult(dict):
3182
3214
  :param str name: The name of the listener. The length of the name is 2-128 characters. It starts with uppercase and lowercase letters or Chinese characters. It can contain numbers and underscores and dashes.
3183
3215
  :param Sequence['GetListenersListenerPortRangeArgs'] port_ranges: The portRanges of the listener.
3184
3216
  :param str protocol: Type of network transport protocol monitored.
3185
- :param str status: The status of the listener.
3217
+ :param str status: The status of the listener. Valid values: `active`, `configuring`, `creating`.
3186
3218
  """
3187
3219
  pulumi.set(__self__, "certificates", certificates)
3188
3220
  pulumi.set(__self__, "client_affinity", client_affinity)
@@ -3262,7 +3294,7 @@ class GetListenersListenerResult(dict):
3262
3294
  @pulumi.getter
3263
3295
  def status(self) -> str:
3264
3296
  """
3265
- The status of the listener.
3297
+ The status of the listener. Valid values: `active`, `configuring`, `creating`.
3266
3298
  """
3267
3299
  return pulumi.get(self, "status")
3268
3300
 
@@ -3273,7 +3305,7 @@ class GetListenersListenerCertificateResult(dict):
3273
3305
  id: str,
3274
3306
  type: str):
3275
3307
  """
3276
- :param str id: The id of the certificate.
3308
+ :param str id: The ID of the Listener.
3277
3309
  :param str type: The type of the certificate.
3278
3310
  """
3279
3311
  pulumi.set(__self__, "id", id)
@@ -3283,7 +3315,7 @@ class GetListenersListenerCertificateResult(dict):
3283
3315
  @pulumi.getter
3284
3316
  def id(self) -> str:
3285
3317
  """
3286
- The id of the certificate.
3318
+ The ID of the Listener.
3287
3319
  """
3288
3320
  return pulumi.get(self, "id")
3289
3321
 
@@ -83,7 +83,7 @@ def get_msc_sub_contact_verification_message(contact_id: Optional[str] = None,
83
83
  type: Optional[int] = None,
84
84
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMscSubContactVerificationMessageResult:
85
85
  """
86
- > **NOTE:** Available in v1.156.0+.
86
+ > **NOTE:** Available since v1.156.0.
87
87
 
88
88
  ## Example Usage
89
89
 
@@ -121,7 +121,7 @@ def get_msc_sub_contact_verification_message_output(contact_id: Optional[pulumi.
121
121
  type: Optional[pulumi.Input[int]] = None,
122
122
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMscSubContactVerificationMessageResult]:
123
123
  """
124
- > **NOTE:** Available in v1.156.0+.
124
+ > **NOTE:** Available since v1.156.0.
125
125
 
126
126
  ## Example Usage
127
127
 
@@ -50,6 +50,9 @@ class GetMscSubContactsResult:
50
50
  @property
51
51
  @pulumi.getter
52
52
  def contacts(self) -> Sequence['outputs.GetMscSubContactsContactResult']:
53
+ """
54
+ A list of Msc Sub Contacts. Each element contains the following attributes:
55
+ """
53
56
  return pulumi.get(self, "contacts")
54
57
 
55
58
  @property
@@ -73,6 +76,9 @@ class GetMscSubContactsResult:
73
76
  @property
74
77
  @pulumi.getter
75
78
  def names(self) -> Sequence[str]:
79
+ """
80
+ A list of Contact names.
81
+ """
76
82
  return pulumi.get(self, "names")
77
83
 
78
84
  @property
@@ -102,7 +108,7 @@ def get_msc_sub_contacts(ids: Optional[Sequence[str]] = None,
102
108
  """
103
109
  This data source provides the Message Center Contacts of the current Alibaba Cloud user.
104
110
 
105
- > **NOTE:** Available in v1.132.0+.
111
+ > **NOTE:** Available since v1.132.0.
106
112
 
107
113
  ## Example Usage
108
114
 
@@ -144,7 +150,7 @@ def get_msc_sub_contacts_output(ids: Optional[pulumi.Input[Optional[Sequence[str
144
150
  """
145
151
  This data source provides the Message Center Contacts of the current Alibaba Cloud user.
146
152
 
147
- > **NOTE:** Available in v1.132.0+.
153
+ > **NOTE:** Available since v1.132.0.
148
154
 
149
155
  ## Example Usage
150
156
 
@@ -54,6 +54,9 @@ class GetMscSubSubscriptionsResult:
54
54
  @property
55
55
  @pulumi.getter
56
56
  def subscriptions(self) -> Sequence['outputs.GetMscSubSubscriptionsSubscriptionResult']:
57
+ """
58
+ A list of Msc Sub Subscriptions. Each element contains the following attributes:
59
+ """
57
60
  return pulumi.get(self, "subscriptions")
58
61
 
59
62
 
@@ -73,7 +76,7 @@ def get_msc_sub_subscriptions(output_file: Optional[str] = None,
73
76
  """
74
77
  This data source provides the Message Center Subscriptions of the current Alibaba Cloud user.
75
78
 
76
- > **NOTE:** Available in v1.135.0+.
79
+ > **NOTE:** Available since v1.135.0.
77
80
 
78
81
  ## Example Usage
79
82
 
@@ -104,7 +107,7 @@ def get_msc_sub_subscriptions_output(output_file: Optional[pulumi.Input[Optional
104
107
  """
105
108
  This data source provides the Message Center Subscriptions of the current Alibaba Cloud user.
106
109
 
107
- > **NOTE:** Available in v1.135.0+.
110
+ > **NOTE:** Available since v1.135.0.
108
111
 
109
112
  ## Example Usage
110
113
 
@@ -68,6 +68,9 @@ class GetMscSubWebhooksResult:
68
68
  @property
69
69
  @pulumi.getter
70
70
  def names(self) -> Sequence[str]:
71
+ """
72
+ A list of Webhook names.
73
+ """
71
74
  return pulumi.get(self, "names")
72
75
 
73
76
  @property
@@ -78,6 +81,9 @@ class GetMscSubWebhooksResult:
78
81
  @property
79
82
  @pulumi.getter
80
83
  def webhooks(self) -> Sequence['outputs.GetMscSubWebhooksWebhookResult']:
84
+ """
85
+ A list of Msc Sub Webhooks. Each element contains the following attributes:
86
+ """
81
87
  return pulumi.get(self, "webhooks")
82
88
 
83
89
 
@@ -102,7 +108,7 @@ def get_msc_sub_webhooks(ids: Optional[Sequence[str]] = None,
102
108
  """
103
109
  This data source provides the Msc Sub Webhooks of the current Alibaba Cloud user.
104
110
 
105
- > **NOTE:** Available in v1.141.0+.
111
+ > **NOTE:** Available since v1.141.0.
106
112
 
107
113
  ## Example Usage
108
114
 
@@ -144,7 +150,7 @@ def get_msc_sub_webhooks_output(ids: Optional[pulumi.Input[Optional[Sequence[str
144
150
  """
145
151
  This data source provides the Msc Sub Webhooks of the current Alibaba Cloud user.
146
152
 
147
- > **NOTE:** Available in v1.141.0+.
153
+ > **NOTE:** Available since v1.141.0.
148
154
 
149
155
  ## Example Usage
150
156