pulumi-alicloud 3.71.0a1735362939__py3-none-any.whl → 3.72.0__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 (142) hide show
  1. pulumi_alicloud/__init__.py +83 -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/ecs_snapshot.py +65 -9
  47. pulumi_alicloud/ecs/get_ecs_disks.py +103 -14
  48. pulumi_alicloud/ecs/get_instance_types.py +1 -1
  49. pulumi_alicloud/ecs/outputs.py +168 -37
  50. pulumi_alicloud/ecs/security_group.py +161 -81
  51. pulumi_alicloud/ecs/snapshot.py +40 -0
  52. pulumi_alicloud/eds/ram_directory.py +4 -0
  53. pulumi_alicloud/esa/__init__.py +3 -0
  54. pulumi_alicloud/esa/_inputs.py +456 -0
  55. pulumi_alicloud/esa/outputs.py +321 -0
  56. pulumi_alicloud/esa/record.py +798 -0
  57. pulumi_alicloud/ess/get_scaling_configurations.py +116 -10
  58. pulumi_alicloud/ess/notification.py +50 -3
  59. pulumi_alicloud/ess/outputs.py +104 -8
  60. pulumi_alicloud/ess/scheduled_task.py +7 -7
  61. pulumi_alicloud/expressconnect/__init__.py +1 -0
  62. pulumi_alicloud/expressconnect/router_grant_association.py +477 -0
  63. pulumi_alicloud/fc/v3_trigger.py +1 -1
  64. pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +11 -2
  65. pulumi_alicloud/ga/get_acls.py +14 -2
  66. pulumi_alicloud/ga/get_additional_certificates.py +11 -2
  67. pulumi_alicloud/ga/get_bandwidth_packages.py +14 -2
  68. pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +2 -2
  69. pulumi_alicloud/ga/get_basic_accelerate_ips.py +2 -2
  70. pulumi_alicloud/ga/get_basic_accelerators.py +2 -2
  71. pulumi_alicloud/ga/get_basic_endpoints.py +2 -2
  72. pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +2 -2
  73. pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +2 -2
  74. pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +2 -2
  75. pulumi_alicloud/ga/get_custom_routing_endpoints.py +2 -2
  76. pulumi_alicloud/ga/get_custom_routing_port_mappings.py +2 -2
  77. pulumi_alicloud/ga/get_domains.py +2 -2
  78. pulumi_alicloud/ga/get_forwarding_rules.py +8 -2
  79. pulumi_alicloud/ga/get_ip_sets.py +8 -2
  80. pulumi_alicloud/ga/get_listeners.py +11 -2
  81. pulumi_alicloud/ga/outputs.py +64 -32
  82. pulumi_alicloud/get_msc_sub_contact_verification_message.py +2 -2
  83. pulumi_alicloud/get_msc_sub_contacts.py +8 -2
  84. pulumi_alicloud/get_msc_sub_subscriptions.py +5 -2
  85. pulumi_alicloud/get_msc_sub_webhooks.py +8 -2
  86. pulumi_alicloud/kms/key.py +108 -28
  87. pulumi_alicloud/kvstore/backup_policy.py +32 -24
  88. pulumi_alicloud/kvstore/get_instances.py +14 -3
  89. pulumi_alicloud/kvstore/outputs.py +48 -4
  90. pulumi_alicloud/marketplace/order.py +2 -2
  91. pulumi_alicloud/mongodb/__init__.py +1 -0
  92. pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
  93. pulumi_alicloud/oss/__init__.py +2 -0
  94. pulumi_alicloud/oss/_inputs.py +68 -0
  95. pulumi_alicloud/oss/access_point.py +463 -0
  96. pulumi_alicloud/oss/bucket_worm.py +327 -0
  97. pulumi_alicloud/oss/outputs.py +74 -0
  98. pulumi_alicloud/polardb/cluster.py +47 -0
  99. pulumi_alicloud/privatelink/get_service.py +2 -2
  100. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +14 -2
  101. pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +8 -2
  102. pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +11 -2
  103. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +11 -2
  104. pulumi_alicloud/privatelink/get_vpc_endpoints.py +23 -2
  105. pulumi_alicloud/privatelink/outputs.py +6 -6
  106. pulumi_alicloud/privatelink/vpc_endpoint.py +143 -69
  107. pulumi_alicloud/privatelink/vpc_endpoint_service.py +47 -0
  108. pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +2 -2
  109. pulumi_alicloud/provider.py +20 -0
  110. pulumi_alicloud/pulumi-plugin.json +1 -1
  111. pulumi_alicloud/ram/get_policies.py +66 -8
  112. pulumi_alicloud/rds/instance.py +211 -14
  113. pulumi_alicloud/redis/tair_instance.py +47 -0
  114. pulumi_alicloud/resourcemanager/control_policy_attachment.py +28 -28
  115. pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
  116. pulumi_alicloud/schedulerx/__init__.py +3 -0
  117. pulumi_alicloud/schedulerx/_inputs.py +542 -0
  118. pulumi_alicloud/schedulerx/app_group.py +952 -0
  119. pulumi_alicloud/schedulerx/job.py +1454 -0
  120. pulumi_alicloud/schedulerx/namespace.py +64 -51
  121. pulumi_alicloud/schedulerx/outputs.py +425 -0
  122. pulumi_alicloud/sddp/get_configs.py +5 -2
  123. pulumi_alicloud/sddp/get_data_limits.py +11 -2
  124. pulumi_alicloud/sddp/get_instances.py +5 -2
  125. pulumi_alicloud/sddp/get_rules.py +29 -2
  126. pulumi_alicloud/sddp/outputs.py +14 -14
  127. pulumi_alicloud/vpc/get_peer_connections.py +17 -2
  128. pulumi_alicloud/vpc/network.py +293 -40
  129. pulumi_alicloud/vpc/outputs.py +2 -2
  130. pulumi_alicloud/vpc/peer_connection.py +239 -132
  131. pulumi_alicloud/vpc/peer_connection_accepter.py +85 -6
  132. pulumi_alicloud/waf/domain.py +2 -2
  133. pulumi_alicloud/waf/get_certificates.py +14 -2
  134. pulumi_alicloud/waf/get_domains.py +6 -4
  135. pulumi_alicloud/waf/get_instances.py +2 -2
  136. pulumi_alicloud/waf/instance.py +0 -64
  137. pulumi_alicloud/waf/outputs.py +2 -4
  138. pulumi_alicloud/wafv3/get_instances.py +10 -4
  139. {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/METADATA +1 -1
  140. {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/RECORD +142 -126
  141. {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/WHEEL +1 -1
  142. {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,321 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+
17
+ __all__ = [
18
+ 'RecordAuthConf',
19
+ 'RecordData',
20
+ ]
21
+
22
+ @pulumi.output_type
23
+ class RecordAuthConf(dict):
24
+ @staticmethod
25
+ def __key_warning(key: str):
26
+ suggest = None
27
+ if key == "accessKey":
28
+ suggest = "access_key"
29
+ elif key == "authType":
30
+ suggest = "auth_type"
31
+ elif key == "secretKey":
32
+ suggest = "secret_key"
33
+
34
+ if suggest:
35
+ pulumi.log.warn(f"Key '{key}' not found in RecordAuthConf. Access the value via the '{suggest}' property getter instead.")
36
+
37
+ def __getitem__(self, key: str) -> Any:
38
+ RecordAuthConf.__key_warning(key)
39
+ return super().__getitem__(key)
40
+
41
+ def get(self, key: str, default = None) -> Any:
42
+ RecordAuthConf.__key_warning(key)
43
+ return super().get(key, default)
44
+
45
+ def __init__(__self__, *,
46
+ access_key: Optional[str] = None,
47
+ auth_type: Optional[str] = None,
48
+ region: Optional[str] = None,
49
+ secret_key: Optional[str] = None,
50
+ version: Optional[str] = None):
51
+ """
52
+ :param str access_key: The access key of the account to which the origin server belongs. This parameter is required when the SourceType is OSS, and AuthType is private_same_account, or when the SourceType is S3 and AuthType is private.
53
+ :param str auth_type: The authentication type of the origin server. Different origins support different authentication types. The type of origin refers to the SourceType parameter in this operation. If the type of origin is OSS or S3, you must specify the authentication type of the origin. Valid values:
54
+ :param str region: The version of the signature algorithm. This parameter is required when the origin type is S3 and AuthType is private. The following two types are supported:
55
+ :param str secret_key: The secret access key of the account to which the origin server belongs. This parameter is required when the SourceType is OSS, and AuthType is private_same_account, or when the SourceType is S3 and AuthType is private.
56
+ :param str version: The region of the origin. If the origin type is S3, you must specify this value. You can get the region information from the official website of S3.
57
+ """
58
+ if access_key is not None:
59
+ pulumi.set(__self__, "access_key", access_key)
60
+ if auth_type is not None:
61
+ pulumi.set(__self__, "auth_type", auth_type)
62
+ if region is not None:
63
+ pulumi.set(__self__, "region", region)
64
+ if secret_key is not None:
65
+ pulumi.set(__self__, "secret_key", secret_key)
66
+ if version is not None:
67
+ pulumi.set(__self__, "version", version)
68
+
69
+ @property
70
+ @pulumi.getter(name="accessKey")
71
+ def access_key(self) -> Optional[str]:
72
+ """
73
+ The access key of the account to which the origin server belongs. This parameter is required when the SourceType is OSS, and AuthType is private_same_account, or when the SourceType is S3 and AuthType is private.
74
+ """
75
+ return pulumi.get(self, "access_key")
76
+
77
+ @property
78
+ @pulumi.getter(name="authType")
79
+ def auth_type(self) -> Optional[str]:
80
+ """
81
+ The authentication type of the origin server. Different origins support different authentication types. The type of origin refers to the SourceType parameter in this operation. If the type of origin is OSS or S3, you must specify the authentication type of the origin. Valid values:
82
+ """
83
+ return pulumi.get(self, "auth_type")
84
+
85
+ @property
86
+ @pulumi.getter
87
+ def region(self) -> Optional[str]:
88
+ """
89
+ The version of the signature algorithm. This parameter is required when the origin type is S3 and AuthType is private. The following two types are supported:
90
+ """
91
+ return pulumi.get(self, "region")
92
+
93
+ @property
94
+ @pulumi.getter(name="secretKey")
95
+ def secret_key(self) -> Optional[str]:
96
+ """
97
+ The secret access key of the account to which the origin server belongs. This parameter is required when the SourceType is OSS, and AuthType is private_same_account, or when the SourceType is S3 and AuthType is private.
98
+ """
99
+ return pulumi.get(self, "secret_key")
100
+
101
+ @property
102
+ @pulumi.getter
103
+ def version(self) -> Optional[str]:
104
+ """
105
+ The region of the origin. If the origin type is S3, you must specify this value. You can get the region information from the official website of S3.
106
+ """
107
+ return pulumi.get(self, "version")
108
+
109
+
110
+ @pulumi.output_type
111
+ class RecordData(dict):
112
+ @staticmethod
113
+ def __key_warning(key: str):
114
+ suggest = None
115
+ if key == "keyTag":
116
+ suggest = "key_tag"
117
+ elif key == "matchingType":
118
+ suggest = "matching_type"
119
+
120
+ if suggest:
121
+ pulumi.log.warn(f"Key '{key}' not found in RecordData. Access the value via the '{suggest}' property getter instead.")
122
+
123
+ def __getitem__(self, key: str) -> Any:
124
+ RecordData.__key_warning(key)
125
+ return super().__getitem__(key)
126
+
127
+ def get(self, key: str, default = None) -> Any:
128
+ RecordData.__key_warning(key)
129
+ return super().get(key, default)
130
+
131
+ def __init__(__self__, *,
132
+ algorithm: Optional[int] = None,
133
+ certificate: Optional[str] = None,
134
+ fingerprint: Optional[str] = None,
135
+ flag: Optional[int] = None,
136
+ key_tag: Optional[int] = None,
137
+ matching_type: Optional[int] = None,
138
+ port: Optional[int] = None,
139
+ priority: Optional[int] = None,
140
+ selector: Optional[int] = None,
141
+ tag: Optional[str] = None,
142
+ type: Optional[int] = None,
143
+ usage: Optional[int] = None,
144
+ value: Optional[str] = None,
145
+ weight: Optional[int] = None):
146
+ """
147
+ :param int algorithm: The encryption algorithm used for the record, specified within the range from 0 to 255. This parameter is required when you add CERT or SSHFP records.
148
+ :param str certificate: The public key of the certificate. This parameter is required when you add CERT, SMIMEA, or TLSA records.
149
+ :param str fingerprint: The public key fingerprint of the record. This parameter is required when you add a SSHFP record.
150
+ :param int flag: The flag bit of the record. The Flag for a CAA record indicates its priority and how it is processed, specified within the range of 0 to 255. This parameter is required when you add a CAA record.
151
+ :param int key_tag: The public key identification for the record, specified within the range of 0 to 65,535. This parameter is required when you add a CAA record.
152
+ :param int matching_type: The algorithm policy used to match or validate the certificate, specified within the range 0 to 255. This parameter is required when you add SMIMEA or TLSA records.
153
+ :param int port: The port of the record, specified within the range of 0 to 65,535. This parameter is required when you add an SRV record.
154
+ :param int priority: The priority of the record, specified within the range of 0 to 65,535. A smaller value indicates a higher priority. This parameter is required when you add MX, SRV, and URI records.
155
+ :param int selector: The type of certificate or public key, specified within the range of 0 to 255. This parameter is required when you add SMIMEA or TLSA records.
156
+ :param str tag: The label of the record. The Tag of a CAA record indicate its specific type and usage. This parameter is required when you add a CAA record.
157
+ :param int type: The certificate type of the record (in CERT records), or the public key type (in SSHFP records). This parameter is required when you add CERT or SSHFP records.
158
+ :param int usage: The usage identifier of the record, specified within the range of 0 to 255. This parameter is required when you add SMIMEA or TLSA records.
159
+ :param str value: The record value or part of the record content. This parameter is required when you add A/AAAA, CNAME, NS, MX, TXT, CAA, SRV, and URI records. It has different meanings based on different types of records:
160
+
161
+ - **A/AAAA**: the IP address(es). Separate multiple IPs with commas (,). You must have at least one IPv4 address.
162
+ - `CNAME`: the target domain name.
163
+ - `NS`: the name servers for the domain name.
164
+ - `MX`: a valid domain name of the target mail server.
165
+ - `TXT`: a valid text string.
166
+ - `CAA`: a valid domain name of the certificate authority.
167
+ - `SRV`: a valid domain name of the target host.
168
+ - `URI`: a valid URI string.
169
+ :param int weight: The weight of the record, specified within the range of 0 to 65,535. This parameter is required when you add SRV or URI records.
170
+ """
171
+ if algorithm is not None:
172
+ pulumi.set(__self__, "algorithm", algorithm)
173
+ if certificate is not None:
174
+ pulumi.set(__self__, "certificate", certificate)
175
+ if fingerprint is not None:
176
+ pulumi.set(__self__, "fingerprint", fingerprint)
177
+ if flag is not None:
178
+ pulumi.set(__self__, "flag", flag)
179
+ if key_tag is not None:
180
+ pulumi.set(__self__, "key_tag", key_tag)
181
+ if matching_type is not None:
182
+ pulumi.set(__self__, "matching_type", matching_type)
183
+ if port is not None:
184
+ pulumi.set(__self__, "port", port)
185
+ if priority is not None:
186
+ pulumi.set(__self__, "priority", priority)
187
+ if selector is not None:
188
+ pulumi.set(__self__, "selector", selector)
189
+ if tag is not None:
190
+ pulumi.set(__self__, "tag", tag)
191
+ if type is not None:
192
+ pulumi.set(__self__, "type", type)
193
+ if usage is not None:
194
+ pulumi.set(__self__, "usage", usage)
195
+ if value is not None:
196
+ pulumi.set(__self__, "value", value)
197
+ if weight is not None:
198
+ pulumi.set(__self__, "weight", weight)
199
+
200
+ @property
201
+ @pulumi.getter
202
+ def algorithm(self) -> Optional[int]:
203
+ """
204
+ The encryption algorithm used for the record, specified within the range from 0 to 255. This parameter is required when you add CERT or SSHFP records.
205
+ """
206
+ return pulumi.get(self, "algorithm")
207
+
208
+ @property
209
+ @pulumi.getter
210
+ def certificate(self) -> Optional[str]:
211
+ """
212
+ The public key of the certificate. This parameter is required when you add CERT, SMIMEA, or TLSA records.
213
+ """
214
+ return pulumi.get(self, "certificate")
215
+
216
+ @property
217
+ @pulumi.getter
218
+ def fingerprint(self) -> Optional[str]:
219
+ """
220
+ The public key fingerprint of the record. This parameter is required when you add a SSHFP record.
221
+ """
222
+ return pulumi.get(self, "fingerprint")
223
+
224
+ @property
225
+ @pulumi.getter
226
+ def flag(self) -> Optional[int]:
227
+ """
228
+ The flag bit of the record. The Flag for a CAA record indicates its priority and how it is processed, specified within the range of 0 to 255. This parameter is required when you add a CAA record.
229
+ """
230
+ return pulumi.get(self, "flag")
231
+
232
+ @property
233
+ @pulumi.getter(name="keyTag")
234
+ def key_tag(self) -> Optional[int]:
235
+ """
236
+ The public key identification for the record, specified within the range of 0 to 65,535. This parameter is required when you add a CAA record.
237
+ """
238
+ return pulumi.get(self, "key_tag")
239
+
240
+ @property
241
+ @pulumi.getter(name="matchingType")
242
+ def matching_type(self) -> Optional[int]:
243
+ """
244
+ The algorithm policy used to match or validate the certificate, specified within the range 0 to 255. This parameter is required when you add SMIMEA or TLSA records.
245
+ """
246
+ return pulumi.get(self, "matching_type")
247
+
248
+ @property
249
+ @pulumi.getter
250
+ def port(self) -> Optional[int]:
251
+ """
252
+ The port of the record, specified within the range of 0 to 65,535. This parameter is required when you add an SRV record.
253
+ """
254
+ return pulumi.get(self, "port")
255
+
256
+ @property
257
+ @pulumi.getter
258
+ def priority(self) -> Optional[int]:
259
+ """
260
+ The priority of the record, specified within the range of 0 to 65,535. A smaller value indicates a higher priority. This parameter is required when you add MX, SRV, and URI records.
261
+ """
262
+ return pulumi.get(self, "priority")
263
+
264
+ @property
265
+ @pulumi.getter
266
+ def selector(self) -> Optional[int]:
267
+ """
268
+ The type of certificate or public key, specified within the range of 0 to 255. This parameter is required when you add SMIMEA or TLSA records.
269
+ """
270
+ return pulumi.get(self, "selector")
271
+
272
+ @property
273
+ @pulumi.getter
274
+ def tag(self) -> Optional[str]:
275
+ """
276
+ The label of the record. The Tag of a CAA record indicate its specific type and usage. This parameter is required when you add a CAA record.
277
+ """
278
+ return pulumi.get(self, "tag")
279
+
280
+ @property
281
+ @pulumi.getter
282
+ def type(self) -> Optional[int]:
283
+ """
284
+ The certificate type of the record (in CERT records), or the public key type (in SSHFP records). This parameter is required when you add CERT or SSHFP records.
285
+ """
286
+ return pulumi.get(self, "type")
287
+
288
+ @property
289
+ @pulumi.getter
290
+ def usage(self) -> Optional[int]:
291
+ """
292
+ The usage identifier of the record, specified within the range of 0 to 255. This parameter is required when you add SMIMEA or TLSA records.
293
+ """
294
+ return pulumi.get(self, "usage")
295
+
296
+ @property
297
+ @pulumi.getter
298
+ def value(self) -> Optional[str]:
299
+ """
300
+ The record value or part of the record content. This parameter is required when you add A/AAAA, CNAME, NS, MX, TXT, CAA, SRV, and URI records. It has different meanings based on different types of records:
301
+
302
+ - **A/AAAA**: the IP address(es). Separate multiple IPs with commas (,). You must have at least one IPv4 address.
303
+ - `CNAME`: the target domain name.
304
+ - `NS`: the name servers for the domain name.
305
+ - `MX`: a valid domain name of the target mail server.
306
+ - `TXT`: a valid text string.
307
+ - `CAA`: a valid domain name of the certificate authority.
308
+ - `SRV`: a valid domain name of the target host.
309
+ - `URI`: a valid URI string.
310
+ """
311
+ return pulumi.get(self, "value")
312
+
313
+ @property
314
+ @pulumi.getter
315
+ def weight(self) -> Optional[int]:
316
+ """
317
+ The weight of the record, specified within the range of 0 to 65,535. This parameter is required when you add SRV or URI records.
318
+ """
319
+ return pulumi.get(self, "weight")
320
+
321
+