pulumi-alicloud 3.76.0a1743571220__py3-none-any.whl → 3.76.0a1744139894__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 +271 -4
- pulumi_alicloud/_inputs.py +20 -0
- pulumi_alicloud/actiontrail/global_events_storage_region.py +2 -2
- pulumi_alicloud/adb/db_cluster_lake_version.py +458 -49
- pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +2 -2
- pulumi_alicloud/alb/server_group.py +2 -2
- pulumi_alicloud/alikafka/sasl_acl.py +7 -7
- pulumi_alicloud/apigateway/_inputs.py +134 -0
- pulumi_alicloud/apigateway/group.py +117 -5
- pulumi_alicloud/apigateway/instance.py +148 -7
- pulumi_alicloud/apigateway/outputs.py +107 -0
- pulumi_alicloud/arms/alert_contact.py +2 -2
- pulumi_alicloud/arms/alert_contact_group.py +2 -2
- pulumi_alicloud/arms/get_prometheus.py +2 -6
- pulumi_alicloud/arms/grafana_workspace.py +511 -69
- pulumi_alicloud/arms/outputs.py +18 -18
- pulumi_alicloud/arms/prometheus_alert_rule.py +2 -2
- pulumi_alicloud/arms/prometheus_monitoring.py +2 -2
- pulumi_alicloud/cdn/domain_new.py +2 -2
- pulumi_alicloud/cen/_inputs.py +6 -3
- pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +131 -19
- pulumi_alicloud/cen/instance.py +101 -59
- pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +126 -81
- pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +93 -47
- pulumi_alicloud/cen/outputs.py +69 -26
- pulumi_alicloud/cen/transit_route_table_aggregation.py +171 -55
- pulumi_alicloud/cen/transit_router.py +127 -53
- pulumi_alicloud/cen/transit_router_cidr.py +53 -35
- pulumi_alicloud/cen/transit_router_ecr_attachment.py +2 -2
- pulumi_alicloud/cen/transit_router_peer_attachment.py +360 -143
- pulumi_alicloud/cen/transit_router_route_table_association.py +33 -43
- pulumi_alicloud/cen/transit_router_vpn_attachment.py +438 -109
- pulumi_alicloud/clickhouse/db_cluster.py +179 -6
- pulumi_alicloud/clickhouseenterprisedbcluster/__init__.py +14 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/_inputs.py +167 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/account.py +554 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/backup_policy.py +407 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/click_house_enterprise_db_cluster.py +641 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/outputs.py +147 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/public_endpoint.py +364 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/security_ip.py +357 -0
- pulumi_alicloud/cloudsso/scim_server_credential.py +178 -11
- pulumi_alicloud/config/outputs.py +12 -0
- pulumi_alicloud/cs/__init__.py +1 -0
- pulumi_alicloud/cs/get_kubernetes_node_pools.py +147 -0
- pulumi_alicloud/cs/managed_kubernetes.py +127 -24
- pulumi_alicloud/cs/node_pool.py +42 -42
- pulumi_alicloud/cs/outputs.py +1782 -4
- pulumi_alicloud/databasefilesystem/service_linked_role.py +2 -2
- pulumi_alicloud/dataworks/data_source.py +2 -2
- pulumi_alicloud/dataworks/data_source_shared_rule.py +2 -2
- pulumi_alicloud/dataworks/di_alarm_rule.py +2 -2
- pulumi_alicloud/dataworks/di_job.py +2 -2
- pulumi_alicloud/dataworks/dw_resource_group.py +2 -2
- pulumi_alicloud/dataworks/network.py +2 -2
- pulumi_alicloud/dataworks/project.py +2 -2
- pulumi_alicloud/dataworks/project_member.py +2 -2
- pulumi_alicloud/dbs/backup_plan.py +2 -2
- pulumi_alicloud/ddos/bgp_policy.py +2 -2
- pulumi_alicloud/eais/__init__.py +2 -0
- pulumi_alicloud/eais/_inputs.py +75 -0
- pulumi_alicloud/eais/client_instance_attachment.py +408 -0
- pulumi_alicloud/eais/instance.py +365 -118
- pulumi_alicloud/eais/outputs.py +32 -0
- pulumi_alicloud/ebs/disk_replica_group.py +512 -30
- pulumi_alicloud/ebs/disk_replica_pair.py +443 -113
- pulumi_alicloud/ebs/enterprise_snapshot_policy.py +2 -2
- pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +2 -2
- pulumi_alicloud/ecp/instance.py +2 -2
- pulumi_alicloud/ecp/key_pair.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +33 -0
- pulumi_alicloud/ecs/disk.py +1 -1
- pulumi_alicloud/ecs/ecs_disk.py +1 -1
- pulumi_alicloud/ecs/ecs_launch_template.py +23 -23
- pulumi_alicloud/ecs/instance.py +1 -1
- pulumi_alicloud/ecs/outputs.py +26 -2
- pulumi_alicloud/eflo/__init__.py +5 -0
- pulumi_alicloud/eflo/_inputs.py +1717 -0
- pulumi_alicloud/eflo/cluster.py +935 -0
- pulumi_alicloud/eflo/invocation.py +1114 -0
- pulumi_alicloud/eflo/node.py +1013 -0
- pulumi_alicloud/eflo/node_group.py +1101 -0
- pulumi_alicloud/eflo/outputs.py +1366 -0
- pulumi_alicloud/ens/eip_instance_attachment.py +2 -2
- pulumi_alicloud/ens/image.py +81 -34
- pulumi_alicloud/esa/__init__.py +4 -0
- pulumi_alicloud/esa/_inputs.py +640 -18
- pulumi_alicloud/esa/cache_reserve_instance.py +522 -0
- pulumi_alicloud/esa/cache_rule.py +193 -179
- pulumi_alicloud/esa/certificate.py +99 -92
- pulumi_alicloud/esa/compression_rule.py +42 -28
- pulumi_alicloud/esa/edge_container_app.py +972 -0
- pulumi_alicloud/esa/edge_container_app_record.py +376 -0
- pulumi_alicloud/esa/http_request_header_modification_rule.py +56 -42
- pulumi_alicloud/esa/http_response_header_modification_rule.py +35 -56
- pulumi_alicloud/esa/https_application_configuration.py +42 -28
- pulumi_alicloud/esa/https_basic_configuration.py +56 -42
- pulumi_alicloud/esa/image_transform.py +42 -28
- pulumi_alicloud/esa/kv_namespace.py +11 -11
- pulumi_alicloud/esa/list.py +28 -28
- pulumi_alicloud/esa/network_optimization.py +56 -126
- pulumi_alicloud/esa/origin_pool.py +19 -19
- pulumi_alicloud/esa/origin_rule.py +67 -39
- pulumi_alicloud/esa/outputs.py +536 -12
- pulumi_alicloud/esa/page.py +28 -49
- pulumi_alicloud/esa/rate_plan_instance.py +86 -159
- pulumi_alicloud/esa/redirect_rule.py +42 -28
- pulumi_alicloud/esa/rewrite_url_rule.py +49 -63
- pulumi_alicloud/esa/site.py +67 -123
- pulumi_alicloud/esa/site_delivery_task.py +841 -0
- pulumi_alicloud/esa/waiting_room.py +269 -319
- pulumi_alicloud/esa/waiting_room_event.py +291 -305
- pulumi_alicloud/esa/waiting_room_rule.py +46 -53
- pulumi_alicloud/ess/_inputs.py +155 -0
- pulumi_alicloud/ess/outputs.py +128 -0
- pulumi_alicloud/ess/scaling_group.py +237 -2
- pulumi_alicloud/ess/scaling_rule.py +143 -2
- pulumi_alicloud/expressconnect/router_grant_association.py +2 -2
- pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
- pulumi_alicloud/gpdb/hadoop_data_source.py +2 -2
- pulumi_alicloud/gpdb/jdbc_data_source.py +2 -2
- pulumi_alicloud/gpdb/remote_adb_data_source.py +6 -6
- pulumi_alicloud/gpdb/streaming_data_source.py +2 -2
- pulumi_alicloud/gpdb/streaming_job.py +2 -2
- pulumi_alicloud/ims/oidc_provider.py +24 -13
- pulumi_alicloud/kvstore/account.py +9 -9
- pulumi_alicloud/kvstore/connection.py +2 -2
- pulumi_alicloud/kvstore/get_instance_classes.py +2 -2
- pulumi_alicloud/kvstore/get_instance_engines.py +2 -2
- pulumi_alicloud/kvstore/instance.py +7 -7
- pulumi_alicloud/kvstore/outputs.py +2 -2
- pulumi_alicloud/live/caster.py +2 -2
- pulumi_alicloud/maxcompute/__init__.py +1 -0
- pulumi_alicloud/maxcompute/_inputs.py +232 -3
- pulumi_alicloud/maxcompute/outputs.py +183 -2
- pulumi_alicloud/maxcompute/project.py +2 -2
- pulumi_alicloud/maxcompute/quota.py +438 -0
- pulumi_alicloud/nas/mount_target.py +149 -54
- pulumi_alicloud/nlb/__init__.py +1 -0
- pulumi_alicloud/nlb/_inputs.py +43 -6
- pulumi_alicloud/nlb/load_balancer.py +212 -24
- pulumi_alicloud/nlb/load_balancer_zone_shifted_attachment.py +397 -0
- pulumi_alicloud/nlb/outputs.py +30 -4
- pulumi_alicloud/nlb/server_group_server_attachment.py +118 -65
- pulumi_alicloud/oss/__init__.py +1 -0
- pulumi_alicloud/oss/_inputs.py +20 -0
- pulumi_alicloud/oss/access_point.py +2 -2
- pulumi_alicloud/oss/bucket_cname.py +2 -2
- pulumi_alicloud/oss/bucket_cors.py +2 -2
- pulumi_alicloud/oss/bucket_style.py +402 -0
- pulumi_alicloud/oss/bucket_website.py +2 -2
- pulumi_alicloud/oss/outputs.py +14 -0
- pulumi_alicloud/pai/service.py +59 -67
- pulumi_alicloud/polardb/cluster.py +75 -28
- pulumi_alicloud/privatelink/vpc_endpoint_zone.py +1 -1
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/__init__.py +3 -0
- pulumi_alicloud/ram/_inputs.py +9 -9
- pulumi_alicloud/ram/access_key.py +77 -31
- pulumi_alicloud/ram/account_alias.py +18 -45
- pulumi_alicloud/ram/get_system_policys.py +189 -0
- pulumi_alicloud/ram/group.py +156 -35
- pulumi_alicloud/ram/group_policy_attachment.py +51 -29
- pulumi_alicloud/ram/login_profile.py +92 -38
- pulumi_alicloud/ram/outputs.py +91 -6
- pulumi_alicloud/ram/password_policy.py +779 -0
- pulumi_alicloud/ram/policy.py +199 -88
- pulumi_alicloud/ram/role_policy_attachment.py +51 -29
- pulumi_alicloud/ram/saml_provider.py +44 -37
- pulumi_alicloud/ram/user_group_attachment.py +273 -0
- pulumi_alicloud/ram/user_policy_attachment.py +49 -27
- pulumi_alicloud/rds/__init__.py +1 -0
- pulumi_alicloud/rds/custom_disk.py +1053 -0
- pulumi_alicloud/rds/instance.py +110 -14
- pulumi_alicloud/redis/tair_instance.py +14 -14
- pulumi_alicloud/resourcemanager/__init__.py +1 -0
- pulumi_alicloud/resourcemanager/_inputs.py +53 -0
- pulumi_alicloud/resourcemanager/auto_grouping_rule.py +796 -0
- pulumi_alicloud/resourcemanager/outputs.py +50 -0
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/rocketmq/__init__.py +1 -1
- pulumi_alicloud/rocketmq/_inputs.py +146 -4
- pulumi_alicloud/rocketmq/account.py +452 -0
- pulumi_alicloud/rocketmq/acl.py +473 -47
- pulumi_alicloud/rocketmq/client_user.py +8 -2
- pulumi_alicloud/rocketmq/consumer_group.py +121 -24
- pulumi_alicloud/rocketmq/dnat_entry.py +8 -2
- pulumi_alicloud/rocketmq/outputs.py +113 -4
- pulumi_alicloud/rocketmq/qos.py +8 -2
- pulumi_alicloud/rocketmq/qos_car.py +10 -4
- pulumi_alicloud/rocketmq/qos_policy.py +6 -0
- pulumi_alicloud/rocketmq/rocket_mq_instance.py +136 -7
- pulumi_alicloud/rocketmq/rocket_mq_topic.py +121 -24
- pulumi_alicloud/rocketmq/snat_entry.py +8 -2
- pulumi_alicloud/sag/__init__.py +8 -0
- pulumi_alicloud/sag/acl.py +200 -0
- pulumi_alicloud/{rocketmq → sag}/acl_rule.py +7 -7
- pulumi_alicloud/sag/client_user.py +560 -0
- pulumi_alicloud/sag/dnat_entry.py +512 -0
- pulumi_alicloud/sag/get_acls.py +2 -2
- pulumi_alicloud/sag/qos.py +202 -0
- pulumi_alicloud/sag/qos_car.py +654 -0
- pulumi_alicloud/sag/qos_policy.py +659 -0
- pulumi_alicloud/sag/snat_entry.py +313 -0
- pulumi_alicloud/securitycenter/group.py +2 -2
- pulumi_alicloud/selectdb/db_instance.py +60 -11
- pulumi_alicloud/slb/server_group_server_attachment.py +101 -111
- pulumi_alicloud/sls/oss_export_sink.py +2 -2
- pulumi_alicloud/threatdetection/__init__.py +3 -0
- pulumi_alicloud/threatdetection/anti_brute_force_rule.py +41 -65
- pulumi_alicloud/threatdetection/asset_bind.py +209 -0
- pulumi_alicloud/threatdetection/asset_selection_config.py +258 -0
- pulumi_alicloud/threatdetection/instance.py +271 -54
- pulumi_alicloud/threatdetection/log_meta.py +351 -0
- pulumi_alicloud/vpc/__init__.py +1 -0
- pulumi_alicloud/vpc/_inputs.py +281 -0
- pulumi_alicloud/vpc/gateway_endpoint.py +85 -27
- pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_pools.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipams.py +2 -2
- pulumi_alicloud/vpc/ipv6_address.py +85 -5
- pulumi_alicloud/vpc/outputs.py +232 -0
- pulumi_alicloud/vpc/peer_connection.py +84 -42
- pulumi_alicloud/vpc/peer_connection_accepter.py +7 -21
- pulumi_alicloud/vpc/route_table.py +100 -45
- pulumi_alicloud/vpc/vpc_route_entry.py +724 -0
- pulumi_alicloud/vpn/_inputs.py +716 -71
- pulumi_alicloud/vpn/gateway_vpn_attachment.py +622 -128
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +20 -63
- pulumi_alicloud/vpn/ipsec_server.py +2 -2
- pulumi_alicloud/vpn/outputs.py +1963 -998
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/RECORD +237 -197
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/top_level.txt +0 -0
|
@@ -31,21 +31,22 @@ class CertificateArgs:
|
|
|
31
31
|
type: Optional[pulumi.Input[str]] = None):
|
|
32
32
|
"""
|
|
33
33
|
The set of arguments for constructing a Certificate resource.
|
|
34
|
-
:param pulumi.Input[str] created_type: The certificate
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
:param pulumi.Input[int] site_id:
|
|
39
|
-
:param pulumi.Input[str] cas_id:
|
|
40
|
-
:param pulumi.Input[str] cert_id: The certificate
|
|
34
|
+
:param pulumi.Input[str] created_type: The certificate type.
|
|
35
|
+
- cas (Certificate Center Certificate)
|
|
36
|
+
- upload (custom upload certificate)
|
|
37
|
+
- free( Free certificate).
|
|
38
|
+
:param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites interface.
|
|
39
|
+
:param pulumi.Input[str] cas_id: Cloud certificate ID.
|
|
40
|
+
:param pulumi.Input[str] cert_id: The certificate Id.
|
|
41
41
|
:param pulumi.Input[str] cert_name: The certificate name.
|
|
42
|
-
:param pulumi.Input[str] certificate: The certificate
|
|
43
|
-
|
|
44
|
-
:param pulumi.Input[str] private_key: The certificate content.
|
|
45
|
-
:param pulumi.Input[str] region: The private key of the certificate.
|
|
46
|
-
:param pulumi.Input[str] type: The certificate type. Valid values:
|
|
42
|
+
:param pulumi.Input[str] certificate: The certificate type. Valid values:
|
|
43
|
+
|
|
47
44
|
- cas: a certificate purchased by using Certificate Management Service.
|
|
48
45
|
- upload: a custom certificate that you upload.
|
|
46
|
+
:param pulumi.Input[str] domains: A list of domain names. Multiple domain names are separated by commas.
|
|
47
|
+
:param pulumi.Input[str] private_key: The certificate private key.
|
|
48
|
+
:param pulumi.Input[str] region: Geographical information.
|
|
49
|
+
:param pulumi.Input[str] type: Certificate type. Possible values: lets_encrypt: Let's Encrypt certificate;
|
|
49
50
|
"""
|
|
50
51
|
pulumi.set(__self__, "created_type", created_type)
|
|
51
52
|
pulumi.set(__self__, "site_id", site_id)
|
|
@@ -70,10 +71,10 @@ class CertificateArgs:
|
|
|
70
71
|
@pulumi.getter(name="createdType")
|
|
71
72
|
def created_type(self) -> pulumi.Input[str]:
|
|
72
73
|
"""
|
|
73
|
-
The certificate
|
|
74
|
-
-
|
|
75
|
-
-
|
|
76
|
-
-
|
|
74
|
+
The certificate type.
|
|
75
|
+
- cas (Certificate Center Certificate)
|
|
76
|
+
- upload (custom upload certificate)
|
|
77
|
+
- free( Free certificate).
|
|
77
78
|
"""
|
|
78
79
|
return pulumi.get(self, "created_type")
|
|
79
80
|
|
|
@@ -85,7 +86,7 @@ class CertificateArgs:
|
|
|
85
86
|
@pulumi.getter(name="siteId")
|
|
86
87
|
def site_id(self) -> pulumi.Input[int]:
|
|
87
88
|
"""
|
|
88
|
-
|
|
89
|
+
The site ID, which can be obtained by calling the ListSites interface.
|
|
89
90
|
"""
|
|
90
91
|
return pulumi.get(self, "site_id")
|
|
91
92
|
|
|
@@ -97,7 +98,7 @@ class CertificateArgs:
|
|
|
97
98
|
@pulumi.getter(name="casId")
|
|
98
99
|
def cas_id(self) -> Optional[pulumi.Input[str]]:
|
|
99
100
|
"""
|
|
100
|
-
|
|
101
|
+
Cloud certificate ID.
|
|
101
102
|
"""
|
|
102
103
|
return pulumi.get(self, "cas_id")
|
|
103
104
|
|
|
@@ -109,7 +110,7 @@ class CertificateArgs:
|
|
|
109
110
|
@pulumi.getter(name="certId")
|
|
110
111
|
def cert_id(self) -> Optional[pulumi.Input[str]]:
|
|
111
112
|
"""
|
|
112
|
-
The certificate
|
|
113
|
+
The certificate Id.
|
|
113
114
|
"""
|
|
114
115
|
return pulumi.get(self, "cert_id")
|
|
115
116
|
|
|
@@ -133,7 +134,10 @@ class CertificateArgs:
|
|
|
133
134
|
@pulumi.getter
|
|
134
135
|
def certificate(self) -> Optional[pulumi.Input[str]]:
|
|
135
136
|
"""
|
|
136
|
-
The certificate
|
|
137
|
+
The certificate type. Valid values:
|
|
138
|
+
|
|
139
|
+
- cas: a certificate purchased by using Certificate Management Service.
|
|
140
|
+
- upload: a custom certificate that you upload.
|
|
137
141
|
"""
|
|
138
142
|
return pulumi.get(self, "certificate")
|
|
139
143
|
|
|
@@ -145,7 +149,7 @@ class CertificateArgs:
|
|
|
145
149
|
@pulumi.getter
|
|
146
150
|
def domains(self) -> Optional[pulumi.Input[str]]:
|
|
147
151
|
"""
|
|
148
|
-
|
|
152
|
+
A list of domain names. Multiple domain names are separated by commas.
|
|
149
153
|
"""
|
|
150
154
|
return pulumi.get(self, "domains")
|
|
151
155
|
|
|
@@ -157,7 +161,7 @@ class CertificateArgs:
|
|
|
157
161
|
@pulumi.getter(name="privateKey")
|
|
158
162
|
def private_key(self) -> Optional[pulumi.Input[str]]:
|
|
159
163
|
"""
|
|
160
|
-
The certificate
|
|
164
|
+
The certificate private key.
|
|
161
165
|
"""
|
|
162
166
|
return pulumi.get(self, "private_key")
|
|
163
167
|
|
|
@@ -169,7 +173,7 @@ class CertificateArgs:
|
|
|
169
173
|
@pulumi.getter
|
|
170
174
|
def region(self) -> Optional[pulumi.Input[str]]:
|
|
171
175
|
"""
|
|
172
|
-
|
|
176
|
+
Geographical information.
|
|
173
177
|
"""
|
|
174
178
|
return pulumi.get(self, "region")
|
|
175
179
|
|
|
@@ -181,9 +185,7 @@ class CertificateArgs:
|
|
|
181
185
|
@pulumi.getter
|
|
182
186
|
def type(self) -> Optional[pulumi.Input[str]]:
|
|
183
187
|
"""
|
|
184
|
-
|
|
185
|
-
- cas: a certificate purchased by using Certificate Management Service.
|
|
186
|
-
- upload: a custom certificate that you upload.
|
|
188
|
+
Certificate type. Possible values: lets_encrypt: Let's Encrypt certificate;
|
|
187
189
|
"""
|
|
188
190
|
return pulumi.get(self, "type")
|
|
189
191
|
|
|
@@ -209,23 +211,24 @@ class _CertificateState:
|
|
|
209
211
|
type: Optional[pulumi.Input[str]] = None):
|
|
210
212
|
"""
|
|
211
213
|
Input properties used for looking up and filtering Certificate resources.
|
|
212
|
-
:param pulumi.Input[str] cas_id:
|
|
213
|
-
:param pulumi.Input[str] cert_id: The certificate
|
|
214
|
+
:param pulumi.Input[str] cas_id: Cloud certificate ID.
|
|
215
|
+
:param pulumi.Input[str] cert_id: The certificate Id.
|
|
214
216
|
:param pulumi.Input[str] cert_name: The certificate name.
|
|
215
|
-
:param pulumi.Input[str] certificate: The certificate
|
|
216
|
-
|
|
217
|
-
:param pulumi.Input[str] created_type: The certificate ID on Certificate Management Service. Valid values:
|
|
218
|
-
- free: a free certificate.
|
|
217
|
+
:param pulumi.Input[str] certificate: The certificate type. Valid values:
|
|
218
|
+
|
|
219
219
|
- cas: a certificate purchased by using Certificate Management Service.
|
|
220
220
|
- upload: a custom certificate that you upload.
|
|
221
|
-
:param pulumi.Input[str]
|
|
222
|
-
:param pulumi.Input[str]
|
|
223
|
-
|
|
224
|
-
|
|
221
|
+
:param pulumi.Input[str] create_time: Creation time.
|
|
222
|
+
:param pulumi.Input[str] created_type: The certificate type.
|
|
223
|
+
- cas (Certificate Center Certificate)
|
|
224
|
+
- upload (custom upload certificate)
|
|
225
|
+
- free( Free certificate).
|
|
226
|
+
:param pulumi.Input[str] domains: A list of domain names. Multiple domain names are separated by commas.
|
|
227
|
+
:param pulumi.Input[str] private_key: The certificate private key.
|
|
228
|
+
:param pulumi.Input[str] region: Geographical information.
|
|
229
|
+
:param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites interface.
|
|
225
230
|
:param pulumi.Input[str] status: Certificate status.(within 30 days).- issued.- applying.- application failed.- canceled.
|
|
226
|
-
:param pulumi.Input[str] type:
|
|
227
|
-
- cas: a certificate purchased by using Certificate Management Service.
|
|
228
|
-
- upload: a custom certificate that you upload.
|
|
231
|
+
:param pulumi.Input[str] type: Certificate type. Possible values: lets_encrypt: Let's Encrypt certificate;
|
|
229
232
|
"""
|
|
230
233
|
if cas_id is not None:
|
|
231
234
|
pulumi.set(__self__, "cas_id", cas_id)
|
|
@@ -256,7 +259,7 @@ class _CertificateState:
|
|
|
256
259
|
@pulumi.getter(name="casId")
|
|
257
260
|
def cas_id(self) -> Optional[pulumi.Input[str]]:
|
|
258
261
|
"""
|
|
259
|
-
|
|
262
|
+
Cloud certificate ID.
|
|
260
263
|
"""
|
|
261
264
|
return pulumi.get(self, "cas_id")
|
|
262
265
|
|
|
@@ -268,7 +271,7 @@ class _CertificateState:
|
|
|
268
271
|
@pulumi.getter(name="certId")
|
|
269
272
|
def cert_id(self) -> Optional[pulumi.Input[str]]:
|
|
270
273
|
"""
|
|
271
|
-
The certificate
|
|
274
|
+
The certificate Id.
|
|
272
275
|
"""
|
|
273
276
|
return pulumi.get(self, "cert_id")
|
|
274
277
|
|
|
@@ -292,7 +295,10 @@ class _CertificateState:
|
|
|
292
295
|
@pulumi.getter
|
|
293
296
|
def certificate(self) -> Optional[pulumi.Input[str]]:
|
|
294
297
|
"""
|
|
295
|
-
The certificate
|
|
298
|
+
The certificate type. Valid values:
|
|
299
|
+
|
|
300
|
+
- cas: a certificate purchased by using Certificate Management Service.
|
|
301
|
+
- upload: a custom certificate that you upload.
|
|
296
302
|
"""
|
|
297
303
|
return pulumi.get(self, "certificate")
|
|
298
304
|
|
|
@@ -316,10 +322,10 @@ class _CertificateState:
|
|
|
316
322
|
@pulumi.getter(name="createdType")
|
|
317
323
|
def created_type(self) -> Optional[pulumi.Input[str]]:
|
|
318
324
|
"""
|
|
319
|
-
The certificate
|
|
320
|
-
-
|
|
321
|
-
-
|
|
322
|
-
-
|
|
325
|
+
The certificate type.
|
|
326
|
+
- cas (Certificate Center Certificate)
|
|
327
|
+
- upload (custom upload certificate)
|
|
328
|
+
- free( Free certificate).
|
|
323
329
|
"""
|
|
324
330
|
return pulumi.get(self, "created_type")
|
|
325
331
|
|
|
@@ -331,7 +337,7 @@ class _CertificateState:
|
|
|
331
337
|
@pulumi.getter
|
|
332
338
|
def domains(self) -> Optional[pulumi.Input[str]]:
|
|
333
339
|
"""
|
|
334
|
-
|
|
340
|
+
A list of domain names. Multiple domain names are separated by commas.
|
|
335
341
|
"""
|
|
336
342
|
return pulumi.get(self, "domains")
|
|
337
343
|
|
|
@@ -343,7 +349,7 @@ class _CertificateState:
|
|
|
343
349
|
@pulumi.getter(name="privateKey")
|
|
344
350
|
def private_key(self) -> Optional[pulumi.Input[str]]:
|
|
345
351
|
"""
|
|
346
|
-
The certificate
|
|
352
|
+
The certificate private key.
|
|
347
353
|
"""
|
|
348
354
|
return pulumi.get(self, "private_key")
|
|
349
355
|
|
|
@@ -355,7 +361,7 @@ class _CertificateState:
|
|
|
355
361
|
@pulumi.getter
|
|
356
362
|
def region(self) -> Optional[pulumi.Input[str]]:
|
|
357
363
|
"""
|
|
358
|
-
|
|
364
|
+
Geographical information.
|
|
359
365
|
"""
|
|
360
366
|
return pulumi.get(self, "region")
|
|
361
367
|
|
|
@@ -367,7 +373,7 @@ class _CertificateState:
|
|
|
367
373
|
@pulumi.getter(name="siteId")
|
|
368
374
|
def site_id(self) -> Optional[pulumi.Input[int]]:
|
|
369
375
|
"""
|
|
370
|
-
|
|
376
|
+
The site ID, which can be obtained by calling the ListSites interface.
|
|
371
377
|
"""
|
|
372
378
|
return pulumi.get(self, "site_id")
|
|
373
379
|
|
|
@@ -391,9 +397,7 @@ class _CertificateState:
|
|
|
391
397
|
@pulumi.getter
|
|
392
398
|
def type(self) -> Optional[pulumi.Input[str]]:
|
|
393
399
|
"""
|
|
394
|
-
|
|
395
|
-
- cas: a certificate purchased by using Certificate Management Service.
|
|
396
|
-
- upload: a custom certificate that you upload.
|
|
400
|
+
Certificate type. Possible values: lets_encrypt: Let's Encrypt certificate;
|
|
397
401
|
"""
|
|
398
402
|
return pulumi.get(self, "type")
|
|
399
403
|
|
|
@@ -452,21 +456,22 @@ class Certificate(pulumi.CustomResource):
|
|
|
452
456
|
|
|
453
457
|
:param str resource_name: The name of the resource.
|
|
454
458
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
455
|
-
:param pulumi.Input[str] cas_id:
|
|
456
|
-
:param pulumi.Input[str] cert_id: The certificate
|
|
459
|
+
:param pulumi.Input[str] cas_id: Cloud certificate ID.
|
|
460
|
+
:param pulumi.Input[str] cert_id: The certificate Id.
|
|
457
461
|
:param pulumi.Input[str] cert_name: The certificate name.
|
|
458
|
-
:param pulumi.Input[str] certificate: The certificate
|
|
459
|
-
|
|
460
|
-
- free: a free certificate.
|
|
461
|
-
- cas: a certificate purchased by using Certificate Management Service.
|
|
462
|
-
- upload: a custom certificate that you upload.
|
|
463
|
-
:param pulumi.Input[str] domains: The Subject Alternative Name (SAN) of the certificate.
|
|
464
|
-
:param pulumi.Input[str] private_key: The certificate content.
|
|
465
|
-
:param pulumi.Input[str] region: The private key of the certificate.
|
|
466
|
-
:param pulumi.Input[int] site_id: Site ID, which can be obtained by calling the [ListSites](https://www.alibabacloud.com/help/en/doc-detail/2850189.html) interface.
|
|
467
|
-
:param pulumi.Input[str] type: The certificate type. Valid values:
|
|
462
|
+
:param pulumi.Input[str] certificate: The certificate type. Valid values:
|
|
463
|
+
|
|
468
464
|
- cas: a certificate purchased by using Certificate Management Service.
|
|
469
465
|
- upload: a custom certificate that you upload.
|
|
466
|
+
:param pulumi.Input[str] created_type: The certificate type.
|
|
467
|
+
- cas (Certificate Center Certificate)
|
|
468
|
+
- upload (custom upload certificate)
|
|
469
|
+
- free( Free certificate).
|
|
470
|
+
:param pulumi.Input[str] domains: A list of domain names. Multiple domain names are separated by commas.
|
|
471
|
+
:param pulumi.Input[str] private_key: The certificate private key.
|
|
472
|
+
:param pulumi.Input[str] region: Geographical information.
|
|
473
|
+
:param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites interface.
|
|
474
|
+
:param pulumi.Input[str] type: Certificate type. Possible values: lets_encrypt: Let's Encrypt certificate;
|
|
470
475
|
"""
|
|
471
476
|
...
|
|
472
477
|
@overload
|
|
@@ -585,23 +590,24 @@ class Certificate(pulumi.CustomResource):
|
|
|
585
590
|
:param str resource_name: The unique name of the resulting resource.
|
|
586
591
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
587
592
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
588
|
-
:param pulumi.Input[str] cas_id:
|
|
589
|
-
:param pulumi.Input[str] cert_id: The certificate
|
|
593
|
+
:param pulumi.Input[str] cas_id: Cloud certificate ID.
|
|
594
|
+
:param pulumi.Input[str] cert_id: The certificate Id.
|
|
590
595
|
:param pulumi.Input[str] cert_name: The certificate name.
|
|
591
|
-
:param pulumi.Input[str] certificate: The certificate
|
|
592
|
-
|
|
593
|
-
:param pulumi.Input[str] created_type: The certificate ID on Certificate Management Service. Valid values:
|
|
594
|
-
- free: a free certificate.
|
|
596
|
+
:param pulumi.Input[str] certificate: The certificate type. Valid values:
|
|
597
|
+
|
|
595
598
|
- cas: a certificate purchased by using Certificate Management Service.
|
|
596
599
|
- upload: a custom certificate that you upload.
|
|
597
|
-
:param pulumi.Input[str]
|
|
598
|
-
:param pulumi.Input[str]
|
|
599
|
-
|
|
600
|
-
|
|
600
|
+
:param pulumi.Input[str] create_time: Creation time.
|
|
601
|
+
:param pulumi.Input[str] created_type: The certificate type.
|
|
602
|
+
- cas (Certificate Center Certificate)
|
|
603
|
+
- upload (custom upload certificate)
|
|
604
|
+
- free( Free certificate).
|
|
605
|
+
:param pulumi.Input[str] domains: A list of domain names. Multiple domain names are separated by commas.
|
|
606
|
+
:param pulumi.Input[str] private_key: The certificate private key.
|
|
607
|
+
:param pulumi.Input[str] region: Geographical information.
|
|
608
|
+
:param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites interface.
|
|
601
609
|
:param pulumi.Input[str] status: Certificate status.(within 30 days).- issued.- applying.- application failed.- canceled.
|
|
602
|
-
:param pulumi.Input[str] type:
|
|
603
|
-
- cas: a certificate purchased by using Certificate Management Service.
|
|
604
|
-
- upload: a custom certificate that you upload.
|
|
610
|
+
:param pulumi.Input[str] type: Certificate type. Possible values: lets_encrypt: Let's Encrypt certificate;
|
|
605
611
|
"""
|
|
606
612
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
607
613
|
|
|
@@ -625,7 +631,7 @@ class Certificate(pulumi.CustomResource):
|
|
|
625
631
|
@pulumi.getter(name="casId")
|
|
626
632
|
def cas_id(self) -> pulumi.Output[Optional[str]]:
|
|
627
633
|
"""
|
|
628
|
-
|
|
634
|
+
Cloud certificate ID.
|
|
629
635
|
"""
|
|
630
636
|
return pulumi.get(self, "cas_id")
|
|
631
637
|
|
|
@@ -633,7 +639,7 @@ class Certificate(pulumi.CustomResource):
|
|
|
633
639
|
@pulumi.getter(name="certId")
|
|
634
640
|
def cert_id(self) -> pulumi.Output[str]:
|
|
635
641
|
"""
|
|
636
|
-
The certificate
|
|
642
|
+
The certificate Id.
|
|
637
643
|
"""
|
|
638
644
|
return pulumi.get(self, "cert_id")
|
|
639
645
|
|
|
@@ -649,7 +655,10 @@ class Certificate(pulumi.CustomResource):
|
|
|
649
655
|
@pulumi.getter
|
|
650
656
|
def certificate(self) -> pulumi.Output[str]:
|
|
651
657
|
"""
|
|
652
|
-
The certificate
|
|
658
|
+
The certificate type. Valid values:
|
|
659
|
+
|
|
660
|
+
- cas: a certificate purchased by using Certificate Management Service.
|
|
661
|
+
- upload: a custom certificate that you upload.
|
|
653
662
|
"""
|
|
654
663
|
return pulumi.get(self, "certificate")
|
|
655
664
|
|
|
@@ -665,10 +674,10 @@ class Certificate(pulumi.CustomResource):
|
|
|
665
674
|
@pulumi.getter(name="createdType")
|
|
666
675
|
def created_type(self) -> pulumi.Output[str]:
|
|
667
676
|
"""
|
|
668
|
-
The certificate
|
|
669
|
-
-
|
|
670
|
-
-
|
|
671
|
-
-
|
|
677
|
+
The certificate type.
|
|
678
|
+
- cas (Certificate Center Certificate)
|
|
679
|
+
- upload (custom upload certificate)
|
|
680
|
+
- free( Free certificate).
|
|
672
681
|
"""
|
|
673
682
|
return pulumi.get(self, "created_type")
|
|
674
683
|
|
|
@@ -676,7 +685,7 @@ class Certificate(pulumi.CustomResource):
|
|
|
676
685
|
@pulumi.getter
|
|
677
686
|
def domains(self) -> pulumi.Output[Optional[str]]:
|
|
678
687
|
"""
|
|
679
|
-
|
|
688
|
+
A list of domain names. Multiple domain names are separated by commas.
|
|
680
689
|
"""
|
|
681
690
|
return pulumi.get(self, "domains")
|
|
682
691
|
|
|
@@ -684,7 +693,7 @@ class Certificate(pulumi.CustomResource):
|
|
|
684
693
|
@pulumi.getter(name="privateKey")
|
|
685
694
|
def private_key(self) -> pulumi.Output[Optional[str]]:
|
|
686
695
|
"""
|
|
687
|
-
The certificate
|
|
696
|
+
The certificate private key.
|
|
688
697
|
"""
|
|
689
698
|
return pulumi.get(self, "private_key")
|
|
690
699
|
|
|
@@ -692,7 +701,7 @@ class Certificate(pulumi.CustomResource):
|
|
|
692
701
|
@pulumi.getter
|
|
693
702
|
def region(self) -> pulumi.Output[str]:
|
|
694
703
|
"""
|
|
695
|
-
|
|
704
|
+
Geographical information.
|
|
696
705
|
"""
|
|
697
706
|
return pulumi.get(self, "region")
|
|
698
707
|
|
|
@@ -700,7 +709,7 @@ class Certificate(pulumi.CustomResource):
|
|
|
700
709
|
@pulumi.getter(name="siteId")
|
|
701
710
|
def site_id(self) -> pulumi.Output[int]:
|
|
702
711
|
"""
|
|
703
|
-
|
|
712
|
+
The site ID, which can be obtained by calling the ListSites interface.
|
|
704
713
|
"""
|
|
705
714
|
return pulumi.get(self, "site_id")
|
|
706
715
|
|
|
@@ -716,9 +725,7 @@ class Certificate(pulumi.CustomResource):
|
|
|
716
725
|
@pulumi.getter
|
|
717
726
|
def type(self) -> pulumi.Output[str]:
|
|
718
727
|
"""
|
|
719
|
-
|
|
720
|
-
- cas: a certificate purchased by using Certificate Management Service.
|
|
721
|
-
- upload: a custom certificate that you upload.
|
|
728
|
+
Certificate type. Possible values: lets_encrypt: Let's Encrypt certificate;
|
|
722
729
|
"""
|
|
723
730
|
return pulumi.get(self, "type")
|
|
724
731
|
|
|
@@ -32,10 +32,12 @@ class CompressionRuleArgs:
|
|
|
32
32
|
:param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
|
|
33
33
|
:param pulumi.Input[str] brotli: Brotli compression. Value range:
|
|
34
34
|
:param pulumi.Input[str] gzip: Gzip compression. Value range:
|
|
35
|
-
:param pulumi.Input[str] rule: Rule
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
:param pulumi.Input[
|
|
35
|
+
:param pulumi.Input[str] rule: Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
|
|
36
|
+
- Match all incoming requests: value set to true
|
|
37
|
+
- Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
|
|
38
|
+
:param pulumi.Input[str] rule_enable: Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
|
|
39
|
+
:param pulumi.Input[str] rule_name: Rule name. When adding global configuration, this parameter does not need to be set.
|
|
40
|
+
:param pulumi.Input[int] site_version: The version number of the site configuration. For sites that have enabled configuration version management, this parameter can be used to specify the effective version of the configuration site, which defaults to version 0.
|
|
39
41
|
:param pulumi.Input[str] zstd: Zstd compression. Value range:
|
|
40
42
|
"""
|
|
41
43
|
pulumi.set(__self__, "site_id", site_id)
|
|
@@ -94,7 +96,9 @@ class CompressionRuleArgs:
|
|
|
94
96
|
@pulumi.getter
|
|
95
97
|
def rule(self) -> Optional[pulumi.Input[str]]:
|
|
96
98
|
"""
|
|
97
|
-
Rule
|
|
99
|
+
Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
|
|
100
|
+
- Match all incoming requests: value set to true
|
|
101
|
+
- Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
|
|
98
102
|
"""
|
|
99
103
|
return pulumi.get(self, "rule")
|
|
100
104
|
|
|
@@ -106,7 +110,7 @@ class CompressionRuleArgs:
|
|
|
106
110
|
@pulumi.getter(name="ruleEnable")
|
|
107
111
|
def rule_enable(self) -> Optional[pulumi.Input[str]]:
|
|
108
112
|
"""
|
|
109
|
-
Rule switch. Value range:
|
|
113
|
+
Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
|
|
110
114
|
"""
|
|
111
115
|
return pulumi.get(self, "rule_enable")
|
|
112
116
|
|
|
@@ -118,7 +122,7 @@ class CompressionRuleArgs:
|
|
|
118
122
|
@pulumi.getter(name="ruleName")
|
|
119
123
|
def rule_name(self) -> Optional[pulumi.Input[str]]:
|
|
120
124
|
"""
|
|
121
|
-
Rule name
|
|
125
|
+
Rule name. When adding global configuration, this parameter does not need to be set.
|
|
122
126
|
"""
|
|
123
127
|
return pulumi.get(self, "rule_name")
|
|
124
128
|
|
|
@@ -130,7 +134,7 @@ class CompressionRuleArgs:
|
|
|
130
134
|
@pulumi.getter(name="siteVersion")
|
|
131
135
|
def site_version(self) -> Optional[pulumi.Input[int]]:
|
|
132
136
|
"""
|
|
133
|
-
The version of the
|
|
137
|
+
The version number of the site configuration. For sites that have enabled configuration version management, this parameter can be used to specify the effective version of the configuration site, which defaults to version 0.
|
|
134
138
|
"""
|
|
135
139
|
return pulumi.get(self, "site_version")
|
|
136
140
|
|
|
@@ -168,11 +172,13 @@ class _CompressionRuleState:
|
|
|
168
172
|
:param pulumi.Input[str] brotli: Brotli compression. Value range:
|
|
169
173
|
:param pulumi.Input[int] config_id: Config Id
|
|
170
174
|
:param pulumi.Input[str] gzip: Gzip compression. Value range:
|
|
171
|
-
:param pulumi.Input[str] rule: Rule
|
|
172
|
-
|
|
173
|
-
|
|
175
|
+
:param pulumi.Input[str] rule: Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
|
|
176
|
+
- Match all incoming requests: value set to true
|
|
177
|
+
- Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
|
|
178
|
+
:param pulumi.Input[str] rule_enable: Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
|
|
179
|
+
:param pulumi.Input[str] rule_name: Rule name. When adding global configuration, this parameter does not need to be set.
|
|
174
180
|
:param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
|
|
175
|
-
:param pulumi.Input[int] site_version: The version of the
|
|
181
|
+
:param pulumi.Input[int] site_version: The version number of the site configuration. For sites that have enabled configuration version management, this parameter can be used to specify the effective version of the configuration site, which defaults to version 0.
|
|
176
182
|
:param pulumi.Input[str] zstd: Zstd compression. Value range:
|
|
177
183
|
"""
|
|
178
184
|
if brotli is not None:
|
|
@@ -234,7 +240,9 @@ class _CompressionRuleState:
|
|
|
234
240
|
@pulumi.getter
|
|
235
241
|
def rule(self) -> Optional[pulumi.Input[str]]:
|
|
236
242
|
"""
|
|
237
|
-
Rule
|
|
243
|
+
Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
|
|
244
|
+
- Match all incoming requests: value set to true
|
|
245
|
+
- Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
|
|
238
246
|
"""
|
|
239
247
|
return pulumi.get(self, "rule")
|
|
240
248
|
|
|
@@ -246,7 +254,7 @@ class _CompressionRuleState:
|
|
|
246
254
|
@pulumi.getter(name="ruleEnable")
|
|
247
255
|
def rule_enable(self) -> Optional[pulumi.Input[str]]:
|
|
248
256
|
"""
|
|
249
|
-
Rule switch. Value range:
|
|
257
|
+
Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
|
|
250
258
|
"""
|
|
251
259
|
return pulumi.get(self, "rule_enable")
|
|
252
260
|
|
|
@@ -258,7 +266,7 @@ class _CompressionRuleState:
|
|
|
258
266
|
@pulumi.getter(name="ruleName")
|
|
259
267
|
def rule_name(self) -> Optional[pulumi.Input[str]]:
|
|
260
268
|
"""
|
|
261
|
-
Rule name
|
|
269
|
+
Rule name. When adding global configuration, this parameter does not need to be set.
|
|
262
270
|
"""
|
|
263
271
|
return pulumi.get(self, "rule_name")
|
|
264
272
|
|
|
@@ -282,7 +290,7 @@ class _CompressionRuleState:
|
|
|
282
290
|
@pulumi.getter(name="siteVersion")
|
|
283
291
|
def site_version(self) -> Optional[pulumi.Input[int]]:
|
|
284
292
|
"""
|
|
285
|
-
The version of the
|
|
293
|
+
The version number of the site configuration. For sites that have enabled configuration version management, this parameter can be used to specify the effective version of the configuration site, which defaults to version 0.
|
|
286
294
|
"""
|
|
287
295
|
return pulumi.get(self, "site_version")
|
|
288
296
|
|
|
@@ -361,11 +369,13 @@ class CompressionRule(pulumi.CustomResource):
|
|
|
361
369
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
362
370
|
:param pulumi.Input[str] brotli: Brotli compression. Value range:
|
|
363
371
|
:param pulumi.Input[str] gzip: Gzip compression. Value range:
|
|
364
|
-
:param pulumi.Input[str] rule: Rule
|
|
365
|
-
|
|
366
|
-
|
|
372
|
+
:param pulumi.Input[str] rule: Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
|
|
373
|
+
- Match all incoming requests: value set to true
|
|
374
|
+
- Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
|
|
375
|
+
:param pulumi.Input[str] rule_enable: Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
|
|
376
|
+
:param pulumi.Input[str] rule_name: Rule name. When adding global configuration, this parameter does not need to be set.
|
|
367
377
|
:param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
|
|
368
|
-
:param pulumi.Input[int] site_version: The version of the
|
|
378
|
+
:param pulumi.Input[int] site_version: The version number of the site configuration. For sites that have enabled configuration version management, this parameter can be used to specify the effective version of the configuration site, which defaults to version 0.
|
|
369
379
|
:param pulumi.Input[str] zstd: Zstd compression. Value range:
|
|
370
380
|
"""
|
|
371
381
|
...
|
|
@@ -486,11 +496,13 @@ class CompressionRule(pulumi.CustomResource):
|
|
|
486
496
|
:param pulumi.Input[str] brotli: Brotli compression. Value range:
|
|
487
497
|
:param pulumi.Input[int] config_id: Config Id
|
|
488
498
|
:param pulumi.Input[str] gzip: Gzip compression. Value range:
|
|
489
|
-
:param pulumi.Input[str] rule: Rule
|
|
490
|
-
|
|
491
|
-
|
|
499
|
+
:param pulumi.Input[str] rule: Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
|
|
500
|
+
- Match all incoming requests: value set to true
|
|
501
|
+
- Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
|
|
502
|
+
:param pulumi.Input[str] rule_enable: Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
|
|
503
|
+
:param pulumi.Input[str] rule_name: Rule name. When adding global configuration, this parameter does not need to be set.
|
|
492
504
|
:param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
|
|
493
|
-
:param pulumi.Input[int] site_version: The version of the
|
|
505
|
+
:param pulumi.Input[int] site_version: The version number of the site configuration. For sites that have enabled configuration version management, this parameter can be used to specify the effective version of the configuration site, which defaults to version 0.
|
|
494
506
|
:param pulumi.Input[str] zstd: Zstd compression. Value range:
|
|
495
507
|
"""
|
|
496
508
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -536,7 +548,9 @@ class CompressionRule(pulumi.CustomResource):
|
|
|
536
548
|
@pulumi.getter
|
|
537
549
|
def rule(self) -> pulumi.Output[Optional[str]]:
|
|
538
550
|
"""
|
|
539
|
-
Rule
|
|
551
|
+
Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
|
|
552
|
+
- Match all incoming requests: value set to true
|
|
553
|
+
- Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
|
|
540
554
|
"""
|
|
541
555
|
return pulumi.get(self, "rule")
|
|
542
556
|
|
|
@@ -544,7 +558,7 @@ class CompressionRule(pulumi.CustomResource):
|
|
|
544
558
|
@pulumi.getter(name="ruleEnable")
|
|
545
559
|
def rule_enable(self) -> pulumi.Output[Optional[str]]:
|
|
546
560
|
"""
|
|
547
|
-
Rule switch. Value range:
|
|
561
|
+
Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
|
|
548
562
|
"""
|
|
549
563
|
return pulumi.get(self, "rule_enable")
|
|
550
564
|
|
|
@@ -552,7 +566,7 @@ class CompressionRule(pulumi.CustomResource):
|
|
|
552
566
|
@pulumi.getter(name="ruleName")
|
|
553
567
|
def rule_name(self) -> pulumi.Output[Optional[str]]:
|
|
554
568
|
"""
|
|
555
|
-
Rule name
|
|
569
|
+
Rule name. When adding global configuration, this parameter does not need to be set.
|
|
556
570
|
"""
|
|
557
571
|
return pulumi.get(self, "rule_name")
|
|
558
572
|
|
|
@@ -568,7 +582,7 @@ class CompressionRule(pulumi.CustomResource):
|
|
|
568
582
|
@pulumi.getter(name="siteVersion")
|
|
569
583
|
def site_version(self) -> pulumi.Output[Optional[int]]:
|
|
570
584
|
"""
|
|
571
|
-
The version of the
|
|
585
|
+
The version number of the site configuration. For sites that have enabled configuration version management, this parameter can be used to specify the effective version of the configuration site, which defaults to version 0.
|
|
572
586
|
"""
|
|
573
587
|
return pulumi.get(self, "site_version")
|
|
574
588
|
|