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.
- pulumi_alicloud/__init__.py +75 -0
- pulumi_alicloud/_inputs.py +471 -0
- pulumi_alicloud/adb/cluster.py +68 -0
- pulumi_alicloud/adb/db_cluster.py +94 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +39 -4
- pulumi_alicloud/adb/outputs.py +106 -2
- pulumi_alicloud/apig/__init__.py +12 -0
- pulumi_alicloud/apig/_inputs.py +263 -0
- pulumi_alicloud/apig/environment.py +317 -0
- pulumi_alicloud/apig/gateway.py +645 -0
- pulumi_alicloud/apig/http_api.py +465 -0
- pulumi_alicloud/apig/outputs.py +213 -0
- pulumi_alicloud/cfg/get_aggregate_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_aggregate_config_rules.py +4 -4
- pulumi_alicloud/cfg/get_aggregate_deliveries.py +16 -2
- pulumi_alicloud/cfg/get_aggregators.py +2 -2
- pulumi_alicloud/cfg/get_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_configuration_recorders.py +2 -6
- pulumi_alicloud/cfg/get_deliveries.py +11 -2
- pulumi_alicloud/cfg/get_delivery_channels.py +0 -4
- pulumi_alicloud/cfg/get_rules.py +3 -7
- pulumi_alicloud/cfg/outputs.py +28 -20
- pulumi_alicloud/cloudfirewall/get_instance_members.py +2 -2
- pulumi_alicloud/cloudfirewall/get_instances.py +23 -6
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_cens.py +2 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +32 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewalls.py +2 -2
- pulumi_alicloud/cloudfirewall/instance.py +1 -1
- pulumi_alicloud/cloudfirewall/outputs.py +16 -4
- pulumi_alicloud/config/__init__.pyi +2 -0
- pulumi_alicloud/config/outputs.py +284 -0
- pulumi_alicloud/config/vars.py +4 -0
- pulumi_alicloud/cr/_inputs.py +128 -0
- pulumi_alicloud/cr/outputs.py +93 -0
- pulumi_alicloud/cr/registry_enterprise_instance.py +86 -63
- pulumi_alicloud/cs/registry_enterprise_sync_rule.py +331 -38
- pulumi_alicloud/dcdn/get_domains.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +14 -2
- pulumi_alicloud/dcdn/get_waf_domains.py +5 -2
- pulumi_alicloud/dcdn/get_waf_policies.py +8 -2
- pulumi_alicloud/dcdn/outputs.py +6 -6
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +8 -2
- pulumi_alicloud/ddos/get_ddos_coo_ports.py +16 -4
- pulumi_alicloud/ddos/outputs.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +9 -0
- pulumi_alicloud/ecs/get_ecs_disks.py +103 -14
- pulumi_alicloud/ecs/outputs.py +90 -36
- pulumi_alicloud/esa/__init__.py +3 -0
- pulumi_alicloud/esa/_inputs.py +456 -0
- pulumi_alicloud/esa/outputs.py +321 -0
- pulumi_alicloud/esa/record.py +798 -0
- pulumi_alicloud/ess/get_scaling_configurations.py +116 -10
- pulumi_alicloud/ess/notification.py +50 -3
- pulumi_alicloud/ess/outputs.py +104 -8
- pulumi_alicloud/ess/scheduled_task.py +7 -7
- pulumi_alicloud/fc/v3_trigger.py +1 -1
- pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +11 -2
- pulumi_alicloud/ga/get_acls.py +14 -2
- pulumi_alicloud/ga/get_additional_certificates.py +11 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +14 -2
- pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerate_ips.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerators.py +2 -2
- pulumi_alicloud/ga/get_basic_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_port_mappings.py +2 -2
- pulumi_alicloud/ga/get_domains.py +2 -2
- pulumi_alicloud/ga/get_forwarding_rules.py +8 -2
- pulumi_alicloud/ga/get_ip_sets.py +8 -2
- pulumi_alicloud/ga/get_listeners.py +11 -2
- pulumi_alicloud/ga/outputs.py +64 -32
- pulumi_alicloud/get_msc_sub_contact_verification_message.py +2 -2
- pulumi_alicloud/get_msc_sub_contacts.py +8 -2
- pulumi_alicloud/get_msc_sub_subscriptions.py +5 -2
- pulumi_alicloud/get_msc_sub_webhooks.py +8 -2
- pulumi_alicloud/kms/key.py +108 -28
- pulumi_alicloud/kvstore/get_instances.py +14 -3
- pulumi_alicloud/kvstore/outputs.py +48 -4
- pulumi_alicloud/marketplace/order.py +2 -2
- pulumi_alicloud/mongodb/__init__.py +1 -0
- pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
- pulumi_alicloud/oss/__init__.py +2 -0
- pulumi_alicloud/oss/_inputs.py +68 -0
- pulumi_alicloud/oss/access_point.py +463 -0
- pulumi_alicloud/oss/bucket_worm.py +327 -0
- pulumi_alicloud/oss/outputs.py +74 -0
- pulumi_alicloud/privatelink/get_service.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +14 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +8 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +23 -2
- pulumi_alicloud/privatelink/outputs.py +6 -6
- pulumi_alicloud/provider.py +20 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/get_policies.py +66 -8
- pulumi_alicloud/rds/instance.py +211 -14
- pulumi_alicloud/resourcemanager/control_policy_attachment.py +28 -28
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/schedulerx/__init__.py +3 -0
- pulumi_alicloud/schedulerx/_inputs.py +542 -0
- pulumi_alicloud/schedulerx/app_group.py +952 -0
- pulumi_alicloud/schedulerx/job.py +1454 -0
- pulumi_alicloud/schedulerx/namespace.py +64 -51
- pulumi_alicloud/schedulerx/outputs.py +425 -0
- pulumi_alicloud/sddp/get_configs.py +5 -2
- pulumi_alicloud/sddp/get_data_limits.py +11 -2
- pulumi_alicloud/sddp/get_instances.py +5 -2
- pulumi_alicloud/sddp/get_rules.py +29 -2
- pulumi_alicloud/sddp/outputs.py +14 -14
- pulumi_alicloud/vpc/get_peer_connections.py +17 -2
- pulumi_alicloud/vpc/network.py +293 -40
- pulumi_alicloud/vpc/outputs.py +2 -2
- pulumi_alicloud/vpc/peer_connection.py +239 -132
- pulumi_alicloud/vpc/peer_connection_accepter.py +85 -6
- pulumi_alicloud/waf/domain.py +2 -2
- pulumi_alicloud/waf/get_certificates.py +14 -2
- pulumi_alicloud/waf/get_domains.py +6 -4
- pulumi_alicloud/waf/get_instances.py +2 -2
- pulumi_alicloud/waf/instance.py +0 -64
- pulumi_alicloud/waf/outputs.py +2 -4
- pulumi_alicloud/wafv3/get_instances.py +10 -4
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/RECORD +129 -114
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,456 @@
|
|
|
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
|
+
'RecordAuthConfArgs',
|
|
19
|
+
'RecordAuthConfArgsDict',
|
|
20
|
+
'RecordDataArgs',
|
|
21
|
+
'RecordDataArgsDict',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
MYPY = False
|
|
25
|
+
|
|
26
|
+
if not MYPY:
|
|
27
|
+
class RecordAuthConfArgsDict(TypedDict):
|
|
28
|
+
access_key: NotRequired[pulumi.Input[str]]
|
|
29
|
+
"""
|
|
30
|
+
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.
|
|
31
|
+
"""
|
|
32
|
+
auth_type: NotRequired[pulumi.Input[str]]
|
|
33
|
+
"""
|
|
34
|
+
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:
|
|
35
|
+
"""
|
|
36
|
+
region: NotRequired[pulumi.Input[str]]
|
|
37
|
+
"""
|
|
38
|
+
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:
|
|
39
|
+
"""
|
|
40
|
+
secret_key: NotRequired[pulumi.Input[str]]
|
|
41
|
+
"""
|
|
42
|
+
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.
|
|
43
|
+
"""
|
|
44
|
+
version: NotRequired[pulumi.Input[str]]
|
|
45
|
+
"""
|
|
46
|
+
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.
|
|
47
|
+
"""
|
|
48
|
+
elif False:
|
|
49
|
+
RecordAuthConfArgsDict: TypeAlias = Mapping[str, Any]
|
|
50
|
+
|
|
51
|
+
@pulumi.input_type
|
|
52
|
+
class RecordAuthConfArgs:
|
|
53
|
+
def __init__(__self__, *,
|
|
54
|
+
access_key: Optional[pulumi.Input[str]] = None,
|
|
55
|
+
auth_type: Optional[pulumi.Input[str]] = None,
|
|
56
|
+
region: Optional[pulumi.Input[str]] = None,
|
|
57
|
+
secret_key: Optional[pulumi.Input[str]] = None,
|
|
58
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
59
|
+
"""
|
|
60
|
+
:param pulumi.Input[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.
|
|
61
|
+
:param pulumi.Input[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:
|
|
62
|
+
:param pulumi.Input[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:
|
|
63
|
+
:param pulumi.Input[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.
|
|
64
|
+
:param pulumi.Input[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.
|
|
65
|
+
"""
|
|
66
|
+
if access_key is not None:
|
|
67
|
+
pulumi.set(__self__, "access_key", access_key)
|
|
68
|
+
if auth_type is not None:
|
|
69
|
+
pulumi.set(__self__, "auth_type", auth_type)
|
|
70
|
+
if region is not None:
|
|
71
|
+
pulumi.set(__self__, "region", region)
|
|
72
|
+
if secret_key is not None:
|
|
73
|
+
pulumi.set(__self__, "secret_key", secret_key)
|
|
74
|
+
if version is not None:
|
|
75
|
+
pulumi.set(__self__, "version", version)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="accessKey")
|
|
79
|
+
def access_key(self) -> Optional[pulumi.Input[str]]:
|
|
80
|
+
"""
|
|
81
|
+
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.
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "access_key")
|
|
84
|
+
|
|
85
|
+
@access_key.setter
|
|
86
|
+
def access_key(self, value: Optional[pulumi.Input[str]]):
|
|
87
|
+
pulumi.set(self, "access_key", value)
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter(name="authType")
|
|
91
|
+
def auth_type(self) -> Optional[pulumi.Input[str]]:
|
|
92
|
+
"""
|
|
93
|
+
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:
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "auth_type")
|
|
96
|
+
|
|
97
|
+
@auth_type.setter
|
|
98
|
+
def auth_type(self, value: Optional[pulumi.Input[str]]):
|
|
99
|
+
pulumi.set(self, "auth_type", value)
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def region(self) -> Optional[pulumi.Input[str]]:
|
|
104
|
+
"""
|
|
105
|
+
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:
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "region")
|
|
108
|
+
|
|
109
|
+
@region.setter
|
|
110
|
+
def region(self, value: Optional[pulumi.Input[str]]):
|
|
111
|
+
pulumi.set(self, "region", value)
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter(name="secretKey")
|
|
115
|
+
def secret_key(self) -> Optional[pulumi.Input[str]]:
|
|
116
|
+
"""
|
|
117
|
+
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.
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "secret_key")
|
|
120
|
+
|
|
121
|
+
@secret_key.setter
|
|
122
|
+
def secret_key(self, value: Optional[pulumi.Input[str]]):
|
|
123
|
+
pulumi.set(self, "secret_key", value)
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter
|
|
127
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
128
|
+
"""
|
|
129
|
+
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.
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "version")
|
|
132
|
+
|
|
133
|
+
@version.setter
|
|
134
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
135
|
+
pulumi.set(self, "version", value)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
if not MYPY:
|
|
139
|
+
class RecordDataArgsDict(TypedDict):
|
|
140
|
+
algorithm: NotRequired[pulumi.Input[int]]
|
|
141
|
+
"""
|
|
142
|
+
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.
|
|
143
|
+
"""
|
|
144
|
+
certificate: NotRequired[pulumi.Input[str]]
|
|
145
|
+
"""
|
|
146
|
+
The public key of the certificate. This parameter is required when you add CERT, SMIMEA, or TLSA records.
|
|
147
|
+
"""
|
|
148
|
+
fingerprint: NotRequired[pulumi.Input[str]]
|
|
149
|
+
"""
|
|
150
|
+
The public key fingerprint of the record. This parameter is required when you add a SSHFP record.
|
|
151
|
+
"""
|
|
152
|
+
flag: NotRequired[pulumi.Input[int]]
|
|
153
|
+
"""
|
|
154
|
+
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.
|
|
155
|
+
"""
|
|
156
|
+
key_tag: NotRequired[pulumi.Input[int]]
|
|
157
|
+
"""
|
|
158
|
+
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.
|
|
159
|
+
"""
|
|
160
|
+
matching_type: NotRequired[pulumi.Input[int]]
|
|
161
|
+
"""
|
|
162
|
+
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.
|
|
163
|
+
"""
|
|
164
|
+
port: NotRequired[pulumi.Input[int]]
|
|
165
|
+
"""
|
|
166
|
+
The port of the record, specified within the range of 0 to 65,535. This parameter is required when you add an SRV record.
|
|
167
|
+
"""
|
|
168
|
+
priority: NotRequired[pulumi.Input[int]]
|
|
169
|
+
"""
|
|
170
|
+
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.
|
|
171
|
+
"""
|
|
172
|
+
selector: NotRequired[pulumi.Input[int]]
|
|
173
|
+
"""
|
|
174
|
+
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.
|
|
175
|
+
"""
|
|
176
|
+
tag: NotRequired[pulumi.Input[str]]
|
|
177
|
+
"""
|
|
178
|
+
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.
|
|
179
|
+
"""
|
|
180
|
+
type: NotRequired[pulumi.Input[int]]
|
|
181
|
+
"""
|
|
182
|
+
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.
|
|
183
|
+
"""
|
|
184
|
+
usage: NotRequired[pulumi.Input[int]]
|
|
185
|
+
"""
|
|
186
|
+
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.
|
|
187
|
+
"""
|
|
188
|
+
value: NotRequired[pulumi.Input[str]]
|
|
189
|
+
"""
|
|
190
|
+
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:
|
|
191
|
+
|
|
192
|
+
- **A/AAAA**: the IP address(es). Separate multiple IPs with commas (,). You must have at least one IPv4 address.
|
|
193
|
+
- `CNAME`: the target domain name.
|
|
194
|
+
- `NS`: the name servers for the domain name.
|
|
195
|
+
- `MX`: a valid domain name of the target mail server.
|
|
196
|
+
- `TXT`: a valid text string.
|
|
197
|
+
- `CAA`: a valid domain name of the certificate authority.
|
|
198
|
+
- `SRV`: a valid domain name of the target host.
|
|
199
|
+
- `URI`: a valid URI string.
|
|
200
|
+
"""
|
|
201
|
+
weight: NotRequired[pulumi.Input[int]]
|
|
202
|
+
"""
|
|
203
|
+
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.
|
|
204
|
+
"""
|
|
205
|
+
elif False:
|
|
206
|
+
RecordDataArgsDict: TypeAlias = Mapping[str, Any]
|
|
207
|
+
|
|
208
|
+
@pulumi.input_type
|
|
209
|
+
class RecordDataArgs:
|
|
210
|
+
def __init__(__self__, *,
|
|
211
|
+
algorithm: Optional[pulumi.Input[int]] = None,
|
|
212
|
+
certificate: Optional[pulumi.Input[str]] = None,
|
|
213
|
+
fingerprint: Optional[pulumi.Input[str]] = None,
|
|
214
|
+
flag: Optional[pulumi.Input[int]] = None,
|
|
215
|
+
key_tag: Optional[pulumi.Input[int]] = None,
|
|
216
|
+
matching_type: Optional[pulumi.Input[int]] = None,
|
|
217
|
+
port: Optional[pulumi.Input[int]] = None,
|
|
218
|
+
priority: Optional[pulumi.Input[int]] = None,
|
|
219
|
+
selector: Optional[pulumi.Input[int]] = None,
|
|
220
|
+
tag: Optional[pulumi.Input[str]] = None,
|
|
221
|
+
type: Optional[pulumi.Input[int]] = None,
|
|
222
|
+
usage: Optional[pulumi.Input[int]] = None,
|
|
223
|
+
value: Optional[pulumi.Input[str]] = None,
|
|
224
|
+
weight: Optional[pulumi.Input[int]] = None):
|
|
225
|
+
"""
|
|
226
|
+
:param pulumi.Input[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.
|
|
227
|
+
:param pulumi.Input[str] certificate: The public key of the certificate. This parameter is required when you add CERT, SMIMEA, or TLSA records.
|
|
228
|
+
:param pulumi.Input[str] fingerprint: The public key fingerprint of the record. This parameter is required when you add a SSHFP record.
|
|
229
|
+
:param pulumi.Input[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.
|
|
230
|
+
:param pulumi.Input[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.
|
|
231
|
+
:param pulumi.Input[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.
|
|
232
|
+
:param pulumi.Input[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.
|
|
233
|
+
:param pulumi.Input[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.
|
|
234
|
+
:param pulumi.Input[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.
|
|
235
|
+
:param pulumi.Input[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.
|
|
236
|
+
:param pulumi.Input[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.
|
|
237
|
+
:param pulumi.Input[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.
|
|
238
|
+
:param pulumi.Input[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:
|
|
239
|
+
|
|
240
|
+
- **A/AAAA**: the IP address(es). Separate multiple IPs with commas (,). You must have at least one IPv4 address.
|
|
241
|
+
- `CNAME`: the target domain name.
|
|
242
|
+
- `NS`: the name servers for the domain name.
|
|
243
|
+
- `MX`: a valid domain name of the target mail server.
|
|
244
|
+
- `TXT`: a valid text string.
|
|
245
|
+
- `CAA`: a valid domain name of the certificate authority.
|
|
246
|
+
- `SRV`: a valid domain name of the target host.
|
|
247
|
+
- `URI`: a valid URI string.
|
|
248
|
+
:param pulumi.Input[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.
|
|
249
|
+
"""
|
|
250
|
+
if algorithm is not None:
|
|
251
|
+
pulumi.set(__self__, "algorithm", algorithm)
|
|
252
|
+
if certificate is not None:
|
|
253
|
+
pulumi.set(__self__, "certificate", certificate)
|
|
254
|
+
if fingerprint is not None:
|
|
255
|
+
pulumi.set(__self__, "fingerprint", fingerprint)
|
|
256
|
+
if flag is not None:
|
|
257
|
+
pulumi.set(__self__, "flag", flag)
|
|
258
|
+
if key_tag is not None:
|
|
259
|
+
pulumi.set(__self__, "key_tag", key_tag)
|
|
260
|
+
if matching_type is not None:
|
|
261
|
+
pulumi.set(__self__, "matching_type", matching_type)
|
|
262
|
+
if port is not None:
|
|
263
|
+
pulumi.set(__self__, "port", port)
|
|
264
|
+
if priority is not None:
|
|
265
|
+
pulumi.set(__self__, "priority", priority)
|
|
266
|
+
if selector is not None:
|
|
267
|
+
pulumi.set(__self__, "selector", selector)
|
|
268
|
+
if tag is not None:
|
|
269
|
+
pulumi.set(__self__, "tag", tag)
|
|
270
|
+
if type is not None:
|
|
271
|
+
pulumi.set(__self__, "type", type)
|
|
272
|
+
if usage is not None:
|
|
273
|
+
pulumi.set(__self__, "usage", usage)
|
|
274
|
+
if value is not None:
|
|
275
|
+
pulumi.set(__self__, "value", value)
|
|
276
|
+
if weight is not None:
|
|
277
|
+
pulumi.set(__self__, "weight", weight)
|
|
278
|
+
|
|
279
|
+
@property
|
|
280
|
+
@pulumi.getter
|
|
281
|
+
def algorithm(self) -> Optional[pulumi.Input[int]]:
|
|
282
|
+
"""
|
|
283
|
+
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.
|
|
284
|
+
"""
|
|
285
|
+
return pulumi.get(self, "algorithm")
|
|
286
|
+
|
|
287
|
+
@algorithm.setter
|
|
288
|
+
def algorithm(self, value: Optional[pulumi.Input[int]]):
|
|
289
|
+
pulumi.set(self, "algorithm", value)
|
|
290
|
+
|
|
291
|
+
@property
|
|
292
|
+
@pulumi.getter
|
|
293
|
+
def certificate(self) -> Optional[pulumi.Input[str]]:
|
|
294
|
+
"""
|
|
295
|
+
The public key of the certificate. This parameter is required when you add CERT, SMIMEA, or TLSA records.
|
|
296
|
+
"""
|
|
297
|
+
return pulumi.get(self, "certificate")
|
|
298
|
+
|
|
299
|
+
@certificate.setter
|
|
300
|
+
def certificate(self, value: Optional[pulumi.Input[str]]):
|
|
301
|
+
pulumi.set(self, "certificate", value)
|
|
302
|
+
|
|
303
|
+
@property
|
|
304
|
+
@pulumi.getter
|
|
305
|
+
def fingerprint(self) -> Optional[pulumi.Input[str]]:
|
|
306
|
+
"""
|
|
307
|
+
The public key fingerprint of the record. This parameter is required when you add a SSHFP record.
|
|
308
|
+
"""
|
|
309
|
+
return pulumi.get(self, "fingerprint")
|
|
310
|
+
|
|
311
|
+
@fingerprint.setter
|
|
312
|
+
def fingerprint(self, value: Optional[pulumi.Input[str]]):
|
|
313
|
+
pulumi.set(self, "fingerprint", value)
|
|
314
|
+
|
|
315
|
+
@property
|
|
316
|
+
@pulumi.getter
|
|
317
|
+
def flag(self) -> Optional[pulumi.Input[int]]:
|
|
318
|
+
"""
|
|
319
|
+
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.
|
|
320
|
+
"""
|
|
321
|
+
return pulumi.get(self, "flag")
|
|
322
|
+
|
|
323
|
+
@flag.setter
|
|
324
|
+
def flag(self, value: Optional[pulumi.Input[int]]):
|
|
325
|
+
pulumi.set(self, "flag", value)
|
|
326
|
+
|
|
327
|
+
@property
|
|
328
|
+
@pulumi.getter(name="keyTag")
|
|
329
|
+
def key_tag(self) -> Optional[pulumi.Input[int]]:
|
|
330
|
+
"""
|
|
331
|
+
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.
|
|
332
|
+
"""
|
|
333
|
+
return pulumi.get(self, "key_tag")
|
|
334
|
+
|
|
335
|
+
@key_tag.setter
|
|
336
|
+
def key_tag(self, value: Optional[pulumi.Input[int]]):
|
|
337
|
+
pulumi.set(self, "key_tag", value)
|
|
338
|
+
|
|
339
|
+
@property
|
|
340
|
+
@pulumi.getter(name="matchingType")
|
|
341
|
+
def matching_type(self) -> Optional[pulumi.Input[int]]:
|
|
342
|
+
"""
|
|
343
|
+
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.
|
|
344
|
+
"""
|
|
345
|
+
return pulumi.get(self, "matching_type")
|
|
346
|
+
|
|
347
|
+
@matching_type.setter
|
|
348
|
+
def matching_type(self, value: Optional[pulumi.Input[int]]):
|
|
349
|
+
pulumi.set(self, "matching_type", value)
|
|
350
|
+
|
|
351
|
+
@property
|
|
352
|
+
@pulumi.getter
|
|
353
|
+
def port(self) -> Optional[pulumi.Input[int]]:
|
|
354
|
+
"""
|
|
355
|
+
The port of the record, specified within the range of 0 to 65,535. This parameter is required when you add an SRV record.
|
|
356
|
+
"""
|
|
357
|
+
return pulumi.get(self, "port")
|
|
358
|
+
|
|
359
|
+
@port.setter
|
|
360
|
+
def port(self, value: Optional[pulumi.Input[int]]):
|
|
361
|
+
pulumi.set(self, "port", value)
|
|
362
|
+
|
|
363
|
+
@property
|
|
364
|
+
@pulumi.getter
|
|
365
|
+
def priority(self) -> Optional[pulumi.Input[int]]:
|
|
366
|
+
"""
|
|
367
|
+
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.
|
|
368
|
+
"""
|
|
369
|
+
return pulumi.get(self, "priority")
|
|
370
|
+
|
|
371
|
+
@priority.setter
|
|
372
|
+
def priority(self, value: Optional[pulumi.Input[int]]):
|
|
373
|
+
pulumi.set(self, "priority", value)
|
|
374
|
+
|
|
375
|
+
@property
|
|
376
|
+
@pulumi.getter
|
|
377
|
+
def selector(self) -> Optional[pulumi.Input[int]]:
|
|
378
|
+
"""
|
|
379
|
+
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.
|
|
380
|
+
"""
|
|
381
|
+
return pulumi.get(self, "selector")
|
|
382
|
+
|
|
383
|
+
@selector.setter
|
|
384
|
+
def selector(self, value: Optional[pulumi.Input[int]]):
|
|
385
|
+
pulumi.set(self, "selector", value)
|
|
386
|
+
|
|
387
|
+
@property
|
|
388
|
+
@pulumi.getter
|
|
389
|
+
def tag(self) -> Optional[pulumi.Input[str]]:
|
|
390
|
+
"""
|
|
391
|
+
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.
|
|
392
|
+
"""
|
|
393
|
+
return pulumi.get(self, "tag")
|
|
394
|
+
|
|
395
|
+
@tag.setter
|
|
396
|
+
def tag(self, value: Optional[pulumi.Input[str]]):
|
|
397
|
+
pulumi.set(self, "tag", value)
|
|
398
|
+
|
|
399
|
+
@property
|
|
400
|
+
@pulumi.getter
|
|
401
|
+
def type(self) -> Optional[pulumi.Input[int]]:
|
|
402
|
+
"""
|
|
403
|
+
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.
|
|
404
|
+
"""
|
|
405
|
+
return pulumi.get(self, "type")
|
|
406
|
+
|
|
407
|
+
@type.setter
|
|
408
|
+
def type(self, value: Optional[pulumi.Input[int]]):
|
|
409
|
+
pulumi.set(self, "type", value)
|
|
410
|
+
|
|
411
|
+
@property
|
|
412
|
+
@pulumi.getter
|
|
413
|
+
def usage(self) -> Optional[pulumi.Input[int]]:
|
|
414
|
+
"""
|
|
415
|
+
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.
|
|
416
|
+
"""
|
|
417
|
+
return pulumi.get(self, "usage")
|
|
418
|
+
|
|
419
|
+
@usage.setter
|
|
420
|
+
def usage(self, value: Optional[pulumi.Input[int]]):
|
|
421
|
+
pulumi.set(self, "usage", value)
|
|
422
|
+
|
|
423
|
+
@property
|
|
424
|
+
@pulumi.getter
|
|
425
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
|
426
|
+
"""
|
|
427
|
+
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:
|
|
428
|
+
|
|
429
|
+
- **A/AAAA**: the IP address(es). Separate multiple IPs with commas (,). You must have at least one IPv4 address.
|
|
430
|
+
- `CNAME`: the target domain name.
|
|
431
|
+
- `NS`: the name servers for the domain name.
|
|
432
|
+
- `MX`: a valid domain name of the target mail server.
|
|
433
|
+
- `TXT`: a valid text string.
|
|
434
|
+
- `CAA`: a valid domain name of the certificate authority.
|
|
435
|
+
- `SRV`: a valid domain name of the target host.
|
|
436
|
+
- `URI`: a valid URI string.
|
|
437
|
+
"""
|
|
438
|
+
return pulumi.get(self, "value")
|
|
439
|
+
|
|
440
|
+
@value.setter
|
|
441
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
|
442
|
+
pulumi.set(self, "value", value)
|
|
443
|
+
|
|
444
|
+
@property
|
|
445
|
+
@pulumi.getter
|
|
446
|
+
def weight(self) -> Optional[pulumi.Input[int]]:
|
|
447
|
+
"""
|
|
448
|
+
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.
|
|
449
|
+
"""
|
|
450
|
+
return pulumi.get(self, "weight")
|
|
451
|
+
|
|
452
|
+
@weight.setter
|
|
453
|
+
def weight(self, value: Optional[pulumi.Input[int]]):
|
|
454
|
+
pulumi.set(self, "weight", value)
|
|
455
|
+
|
|
456
|
+
|