pulumi-alicloud 3.86.0a1758340042__py3-none-any.whl → 3.89.0a1763702747__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.
- pulumi_alicloud/__init__.py +83 -0
- pulumi_alicloud/actiontrail/get_trails_deprecated.py +20 -0
- pulumi_alicloud/adb/resource_group.py +463 -3
- pulumi_alicloud/alikafka/topic.py +278 -85
- pulumi_alicloud/apig/_inputs.py +80 -6
- pulumi_alicloud/apig/gateway.py +111 -3
- pulumi_alicloud/apig/outputs.py +67 -4
- pulumi_alicloud/cas/certificate.py +248 -35
- pulumi_alicloud/cas/service_certificate.py +454 -168
- pulumi_alicloud/cen/get_transit_router_peer_attachments.py +20 -0
- pulumi_alicloud/cen/get_transit_router_vbr_attachments.py +20 -0
- pulumi_alicloud/cfg/_inputs.py +27 -24
- pulumi_alicloud/cfg/aggregator.py +142 -53
- pulumi_alicloud/cfg/outputs.py +18 -15
- pulumi_alicloud/cloudfirewall/__init__.py +1 -0
- pulumi_alicloud/cloudfirewall/get_nat_firewalls.py +132 -0
- pulumi_alicloud/cloudfirewall/get_tls_inspect_ca_certificates.py +214 -0
- pulumi_alicloud/cloudfirewall/outputs.py +30 -0
- pulumi_alicloud/cloudsso/__init__.py +1 -0
- pulumi_alicloud/cloudsso/get_user_provisioning_events.py +226 -0
- pulumi_alicloud/cloudsso/outputs.py +228 -0
- pulumi_alicloud/cloudsso/user.py +247 -80
- pulumi_alicloud/cms/_inputs.py +870 -10
- pulumi_alicloud/cms/get_site_monitors.py +2 -2
- pulumi_alicloud/cms/outputs.py +606 -6
- pulumi_alicloud/cms/site_monitor.py +360 -89
- pulumi_alicloud/cr/registry_enterprise_instance.py +63 -0
- pulumi_alicloud/cs/managed_kubernetes.py +6 -2
- pulumi_alicloud/ddos/domain_resource.py +89 -0
- pulumi_alicloud/dms/get_enterprise_logic_databases.py +8 -0
- pulumi_alicloud/dts/instance.py +14 -14
- pulumi_alicloud/eais/get_instances.py +8 -0
- pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +32 -0
- pulumi_alicloud/eci/container_group.py +47 -0
- pulumi_alicloud/ecs/elasticity_assurance.py +279 -20
- pulumi_alicloud/ecs/instance.py +7 -7
- pulumi_alicloud/ecs/security_group_rule.py +7 -7
- pulumi_alicloud/edas/get_deploy_groups.py +4 -0
- pulumi_alicloud/eflo/node.py +153 -15
- pulumi_alicloud/emrv2/get_clusters.py +260 -0
- pulumi_alicloud/ens/load_balancer.py +8 -4
- pulumi_alicloud/esa/__init__.py +2 -0
- pulumi_alicloud/esa/_inputs.py +3774 -991
- pulumi_alicloud/esa/cache_rule.py +47 -0
- pulumi_alicloud/esa/certificate.py +21 -54
- pulumi_alicloud/esa/compression_rule.py +47 -0
- pulumi_alicloud/esa/http_response_header_modification_rule.py +89 -28
- pulumi_alicloud/esa/https_application_configuration.py +188 -0
- pulumi_alicloud/esa/https_basic_configuration.py +54 -7
- pulumi_alicloud/esa/image_transform.py +47 -0
- pulumi_alicloud/esa/load_balancer.py +999 -0
- pulumi_alicloud/esa/network_optimization.py +82 -21
- pulumi_alicloud/esa/origin_rule.py +470 -14
- pulumi_alicloud/esa/outputs.py +2080 -0
- pulumi_alicloud/esa/rate_plan_instance.py +64 -39
- pulumi_alicloud/esa/redirect_rule.py +68 -21
- pulumi_alicloud/esa/rewrite_url_rule.py +82 -56
- pulumi_alicloud/esa/waf_rule.py +510 -0
- pulumi_alicloud/ess/__init__.py +1 -0
- pulumi_alicloud/ess/_inputs.py +256 -0
- pulumi_alicloud/ess/alb_server_group_attachment.py +2 -2
- pulumi_alicloud/ess/attachment.py +10 -6
- pulumi_alicloud/ess/instance_refresh.py +760 -0
- pulumi_alicloud/ess/outputs.py +203 -0
- pulumi_alicloud/ess/scaling_configuration.py +2 -2
- pulumi_alicloud/ess/scaling_group.py +94 -0
- pulumi_alicloud/ess/server_group_attachment.py +2 -2
- pulumi_alicloud/ess/suspend_process.py +2 -2
- pulumi_alicloud/eventbridge/event_source.py +57 -57
- pulumi_alicloud/expressconnect/get_virtual_physical_connections.py +4 -0
- pulumi_alicloud/expressconnect/traffic_qos.py +137 -31
- pulumi_alicloud/expressconnect/traffic_qos_queue.py +91 -66
- pulumi_alicloud/expressconnect/traffic_qos_rule.py +307 -261
- pulumi_alicloud/expressconnect/vbr_pconn_association.py +105 -59
- pulumi_alicloud/ga/_inputs.py +56 -16
- pulumi_alicloud/ga/outputs.py +39 -11
- pulumi_alicloud/gpdb/get_zones.py +24 -0
- pulumi_alicloud/hbase/get_instance_types.py +32 -0
- pulumi_alicloud/hbr/policy_binding.py +7 -0
- pulumi_alicloud/kvstore/account.py +18 -18
- pulumi_alicloud/lindorm/instance_v2.py +358 -70
- pulumi_alicloud/log/_inputs.py +29 -9
- pulumi_alicloud/log/etl.py +56 -9
- pulumi_alicloud/log/get_projects.py +24 -0
- pulumi_alicloud/log/outputs.py +18 -6
- pulumi_alicloud/marketplace/get_products.py +26 -0
- pulumi_alicloud/mongodb/get_sharding_network_private_addresses.py +28 -0
- pulumi_alicloud/nas/get_access_rules.py +26 -0
- pulumi_alicloud/oss/_inputs.py +53 -0
- pulumi_alicloud/oss/bucket_logging.py +80 -29
- pulumi_alicloud/oss/bucket_replication.py +55 -8
- pulumi_alicloud/oss/outputs.py +31 -0
- pulumi_alicloud/ots/get_search_indexes.py +26 -0
- pulumi_alicloud/ots/get_secondary_indexes.py +26 -0
- pulumi_alicloud/polardb/__init__.py +3 -0
- pulumi_alicloud/polardb/cluster.py +14 -14
- pulumi_alicloud/polardb/zonal_account.py +449 -0
- pulumi_alicloud/polardb/zonal_db_cluster.py +1255 -0
- pulumi_alicloud/polardb/zonal_endpoint.py +865 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/get_service.py +12 -8
- pulumi_alicloud/ram/get_policies.py +95 -81
- pulumi_alicloud/ram/get_roles.py +108 -31
- pulumi_alicloud/ram/outputs.py +64 -42
- pulumi_alicloud/ram/policy.py +2 -2
- pulumi_alicloud/resourcemanager/__init__.py +2 -0
- pulumi_alicloud/resourcemanager/_inputs.py +799 -0
- pulumi_alicloud/resourcemanager/control_policy.py +169 -31
- pulumi_alicloud/resourcemanager/delivery_channel.py +449 -0
- pulumi_alicloud/resourcemanager/get_policies.py +4 -0
- pulumi_alicloud/resourcemanager/multi_account_delivery_channel.py +470 -0
- pulumi_alicloud/resourcemanager/outputs.py +694 -0
- pulumi_alicloud/resourcemanager/resource_share.py +341 -11
- pulumi_alicloud/sae/_inputs.py +60 -0
- pulumi_alicloud/sae/application.py +1 -1
- pulumi_alicloud/sae/get_ingresses.py +122 -0
- pulumi_alicloud/sae/outputs.py +42 -0
- pulumi_alicloud/scdn/domain_config.py +56 -0
- pulumi_alicloud/servicemesh/extension_provider.py +138 -0
- pulumi_alicloud/servicemesh/user_permission.py +90 -0
- pulumi_alicloud/simpleapplicationserver/get_images.py +24 -0
- pulumi_alicloud/sls/__init__.py +1 -0
- pulumi_alicloud/sls/get_indexs.py +304 -0
- pulumi_alicloud/sls/outputs.py +148 -0
- pulumi_alicloud/star_rocks_instance.py +8 -2
- pulumi_alicloud/starrocks/__init__.py +12 -0
- pulumi_alicloud/starrocks/_inputs.py +656 -0
- pulumi_alicloud/starrocks/instance.py +1427 -0
- pulumi_alicloud/starrocks/node_group.py +1298 -0
- pulumi_alicloud/starrocks/outputs.py +508 -0
- pulumi_alicloud/vpc/_inputs.py +84 -0
- pulumi_alicloud/vpc/bgp_group.py +250 -53
- pulumi_alicloud/vpc/bgp_network.py +83 -36
- pulumi_alicloud/vpc/common_bandwith_package_attachment.py +30 -14
- pulumi_alicloud/vpc/gateway_endpoint.py +8 -8
- pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +3 -3
- pulumi_alicloud/vpc/network_acl_entries.py +16 -20
- pulumi_alicloud/vpc/outputs.py +48 -0
- pulumi_alicloud/vpc/vbr_ha.py +127 -46
- pulumi_alicloud/wafv3/_inputs.py +396 -0
- pulumi_alicloud/wafv3/defense_rule.py +40 -110
- pulumi_alicloud/wafv3/outputs.py +303 -0
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/RECORD +146 -130
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/top_level.txt +0 -0
|
@@ -41,19 +41,28 @@ class RegistryEnterpriseInstanceArgs:
|
|
|
41
41
|
- `Basic`: Basic instance
|
|
42
42
|
- `Standard`: Standard instance
|
|
43
43
|
- `Advanced`: Advanced Edition Instance
|
|
44
|
+
|
|
45
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
44
46
|
:param pulumi.Input[_builtins.str] payment_type: Payment type, value:
|
|
45
47
|
- Subscription: Prepaid.
|
|
46
48
|
:param pulumi.Input[_builtins.str] custom_oss_bucket: Custom OSS Bucket name
|
|
49
|
+
|
|
50
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
47
51
|
:param pulumi.Input[_builtins.str] default_oss_bucket: Whether to use the default OSS Bucket. Value:
|
|
48
52
|
:param pulumi.Input[_builtins.str] image_scanner: The security scan engine used by the Enterprise Edition of Container Image Service. Value:
|
|
49
53
|
- `ACR`: Uses the Trivy scan engine provided by default.
|
|
50
54
|
- `SAS`: uses the enhanced cloud security scan engine.
|
|
55
|
+
|
|
56
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
51
57
|
:param pulumi.Input[_builtins.str] kms_encrypted_password: An KMS encrypts password used to an instance. If the `password` is filled in, this field will be ignored.
|
|
52
58
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating instance with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
53
59
|
:param pulumi.Input[_builtins.str] password: Login password, 8-32 digits, must contain at least two letters, symbols, or numbers
|
|
54
60
|
:param pulumi.Input[_builtins.int] period: Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
|
|
55
61
|
|
|
56
62
|
> **NOTE:** must be set when creating a prepaid instance.
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
57
66
|
:param pulumi.Input[_builtins.int] renew_period: Automatic renewal cycle, in months.
|
|
58
67
|
|
|
59
68
|
> **NOTE:** When `RenewalStatus` is set to `AutoRenewal`, it must be set.
|
|
@@ -110,6 +119,8 @@ class RegistryEnterpriseInstanceArgs:
|
|
|
110
119
|
- `Basic`: Basic instance
|
|
111
120
|
- `Standard`: Standard instance
|
|
112
121
|
- `Advanced`: Advanced Edition Instance
|
|
122
|
+
|
|
123
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
113
124
|
"""
|
|
114
125
|
return pulumi.get(self, "instance_type")
|
|
115
126
|
|
|
@@ -135,6 +146,8 @@ class RegistryEnterpriseInstanceArgs:
|
|
|
135
146
|
def custom_oss_bucket(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
136
147
|
"""
|
|
137
148
|
Custom OSS Bucket name
|
|
149
|
+
|
|
150
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
138
151
|
"""
|
|
139
152
|
return pulumi.get(self, "custom_oss_bucket")
|
|
140
153
|
|
|
@@ -161,6 +174,8 @@ class RegistryEnterpriseInstanceArgs:
|
|
|
161
174
|
The security scan engine used by the Enterprise Edition of Container Image Service. Value:
|
|
162
175
|
- `ACR`: Uses the Trivy scan engine provided by default.
|
|
163
176
|
- `SAS`: uses the enhanced cloud security scan engine.
|
|
177
|
+
|
|
178
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
164
179
|
"""
|
|
165
180
|
return pulumi.get(self, "image_scanner")
|
|
166
181
|
|
|
@@ -211,6 +226,9 @@ class RegistryEnterpriseInstanceArgs:
|
|
|
211
226
|
Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
|
|
212
227
|
|
|
213
228
|
> **NOTE:** must be set when creating a prepaid instance.
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
214
232
|
"""
|
|
215
233
|
return pulumi.get(self, "period")
|
|
216
234
|
|
|
@@ -290,17 +308,23 @@ class _RegistryEnterpriseInstanceState:
|
|
|
290
308
|
:param pulumi.Input[_builtins.str] create_time: The creation time of the resource
|
|
291
309
|
:param pulumi.Input[_builtins.str] created_time: . Field 'created_time' has been deprecated from provider version 1.235.0. New field 'create_time' instead.
|
|
292
310
|
:param pulumi.Input[_builtins.str] custom_oss_bucket: Custom OSS Bucket name
|
|
311
|
+
|
|
312
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
293
313
|
:param pulumi.Input[_builtins.str] default_oss_bucket: Whether to use the default OSS Bucket. Value:
|
|
294
314
|
:param pulumi.Input[_builtins.str] end_time: Expiration Time
|
|
295
315
|
:param pulumi.Input[_builtins.str] image_scanner: The security scan engine used by the Enterprise Edition of Container Image Service. Value:
|
|
296
316
|
- `ACR`: Uses the Trivy scan engine provided by default.
|
|
297
317
|
- `SAS`: uses the enhanced cloud security scan engine.
|
|
318
|
+
|
|
319
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
298
320
|
:param pulumi.Input[Sequence[pulumi.Input['RegistryEnterpriseInstanceInstanceEndpointArgs']]] instance_endpoints: (Available since v1.240.0) Instance Network Access Endpoint List
|
|
299
321
|
:param pulumi.Input[_builtins.str] instance_name: InstanceName
|
|
300
322
|
:param pulumi.Input[_builtins.str] instance_type: The Value configuration of the Group 1 attribute of Container Mirror Service Enterprise Edition. Valid values:
|
|
301
323
|
- `Basic`: Basic instance
|
|
302
324
|
- `Standard`: Standard instance
|
|
303
325
|
- `Advanced`: Advanced Edition Instance
|
|
326
|
+
|
|
327
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
304
328
|
:param pulumi.Input[_builtins.str] kms_encrypted_password: An KMS encrypts password used to an instance. If the `password` is filled in, this field will be ignored.
|
|
305
329
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating instance with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
306
330
|
:param pulumi.Input[_builtins.str] password: Login password, 8-32 digits, must contain at least two letters, symbols, or numbers
|
|
@@ -309,6 +333,9 @@ class _RegistryEnterpriseInstanceState:
|
|
|
309
333
|
:param pulumi.Input[_builtins.int] period: Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
|
|
310
334
|
|
|
311
335
|
> **NOTE:** must be set when creating a prepaid instance.
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
312
339
|
:param pulumi.Input[_builtins.str] region_id: RegionId
|
|
313
340
|
:param pulumi.Input[_builtins.int] renew_period: Automatic renewal cycle, in months.
|
|
314
341
|
|
|
@@ -395,6 +422,8 @@ class _RegistryEnterpriseInstanceState:
|
|
|
395
422
|
def custom_oss_bucket(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
396
423
|
"""
|
|
397
424
|
Custom OSS Bucket name
|
|
425
|
+
|
|
426
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
398
427
|
"""
|
|
399
428
|
return pulumi.get(self, "custom_oss_bucket")
|
|
400
429
|
|
|
@@ -433,6 +462,8 @@ class _RegistryEnterpriseInstanceState:
|
|
|
433
462
|
The security scan engine used by the Enterprise Edition of Container Image Service. Value:
|
|
434
463
|
- `ACR`: Uses the Trivy scan engine provided by default.
|
|
435
464
|
- `SAS`: uses the enhanced cloud security scan engine.
|
|
465
|
+
|
|
466
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
436
467
|
"""
|
|
437
468
|
return pulumi.get(self, "image_scanner")
|
|
438
469
|
|
|
@@ -472,6 +503,8 @@ class _RegistryEnterpriseInstanceState:
|
|
|
472
503
|
- `Basic`: Basic instance
|
|
473
504
|
- `Standard`: Standard instance
|
|
474
505
|
- `Advanced`: Advanced Edition Instance
|
|
506
|
+
|
|
507
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
475
508
|
"""
|
|
476
509
|
return pulumi.get(self, "instance_type")
|
|
477
510
|
|
|
@@ -535,6 +568,9 @@ class _RegistryEnterpriseInstanceState:
|
|
|
535
568
|
Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
|
|
536
569
|
|
|
537
570
|
> **NOTE:** must be set when creating a prepaid instance.
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
538
574
|
"""
|
|
539
575
|
return pulumi.get(self, "period")
|
|
540
576
|
|
|
@@ -674,15 +710,21 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
674
710
|
:param str resource_name: The name of the resource.
|
|
675
711
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
676
712
|
:param pulumi.Input[_builtins.str] custom_oss_bucket: Custom OSS Bucket name
|
|
713
|
+
|
|
714
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
677
715
|
:param pulumi.Input[_builtins.str] default_oss_bucket: Whether to use the default OSS Bucket. Value:
|
|
678
716
|
:param pulumi.Input[_builtins.str] image_scanner: The security scan engine used by the Enterprise Edition of Container Image Service. Value:
|
|
679
717
|
- `ACR`: Uses the Trivy scan engine provided by default.
|
|
680
718
|
- `SAS`: uses the enhanced cloud security scan engine.
|
|
719
|
+
|
|
720
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
681
721
|
:param pulumi.Input[_builtins.str] instance_name: InstanceName
|
|
682
722
|
:param pulumi.Input[_builtins.str] instance_type: The Value configuration of the Group 1 attribute of Container Mirror Service Enterprise Edition. Valid values:
|
|
683
723
|
- `Basic`: Basic instance
|
|
684
724
|
- `Standard`: Standard instance
|
|
685
725
|
- `Advanced`: Advanced Edition Instance
|
|
726
|
+
|
|
727
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
686
728
|
:param pulumi.Input[_builtins.str] kms_encrypted_password: An KMS encrypts password used to an instance. If the `password` is filled in, this field will be ignored.
|
|
687
729
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating instance with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
688
730
|
:param pulumi.Input[_builtins.str] password: Login password, 8-32 digits, must contain at least two letters, symbols, or numbers
|
|
@@ -691,6 +733,9 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
691
733
|
:param pulumi.Input[_builtins.int] period: Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
|
|
692
734
|
|
|
693
735
|
> **NOTE:** must be set when creating a prepaid instance.
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
694
739
|
:param pulumi.Input[_builtins.int] renew_period: Automatic renewal cycle, in months.
|
|
695
740
|
|
|
696
741
|
> **NOTE:** When `RenewalStatus` is set to `AutoRenewal`, it must be set.
|
|
@@ -852,17 +897,23 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
852
897
|
:param pulumi.Input[_builtins.str] create_time: The creation time of the resource
|
|
853
898
|
:param pulumi.Input[_builtins.str] created_time: . Field 'created_time' has been deprecated from provider version 1.235.0. New field 'create_time' instead.
|
|
854
899
|
:param pulumi.Input[_builtins.str] custom_oss_bucket: Custom OSS Bucket name
|
|
900
|
+
|
|
901
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
855
902
|
:param pulumi.Input[_builtins.str] default_oss_bucket: Whether to use the default OSS Bucket. Value:
|
|
856
903
|
:param pulumi.Input[_builtins.str] end_time: Expiration Time
|
|
857
904
|
:param pulumi.Input[_builtins.str] image_scanner: The security scan engine used by the Enterprise Edition of Container Image Service. Value:
|
|
858
905
|
- `ACR`: Uses the Trivy scan engine provided by default.
|
|
859
906
|
- `SAS`: uses the enhanced cloud security scan engine.
|
|
907
|
+
|
|
908
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
860
909
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RegistryEnterpriseInstanceInstanceEndpointArgs', 'RegistryEnterpriseInstanceInstanceEndpointArgsDict']]]] instance_endpoints: (Available since v1.240.0) Instance Network Access Endpoint List
|
|
861
910
|
:param pulumi.Input[_builtins.str] instance_name: InstanceName
|
|
862
911
|
:param pulumi.Input[_builtins.str] instance_type: The Value configuration of the Group 1 attribute of Container Mirror Service Enterprise Edition. Valid values:
|
|
863
912
|
- `Basic`: Basic instance
|
|
864
913
|
- `Standard`: Standard instance
|
|
865
914
|
- `Advanced`: Advanced Edition Instance
|
|
915
|
+
|
|
916
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
866
917
|
:param pulumi.Input[_builtins.str] kms_encrypted_password: An KMS encrypts password used to an instance. If the `password` is filled in, this field will be ignored.
|
|
867
918
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating instance with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
868
919
|
:param pulumi.Input[_builtins.str] password: Login password, 8-32 digits, must contain at least two letters, symbols, or numbers
|
|
@@ -871,6 +922,9 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
871
922
|
:param pulumi.Input[_builtins.int] period: Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
|
|
872
923
|
|
|
873
924
|
> **NOTE:** must be set when creating a prepaid instance.
|
|
925
|
+
|
|
926
|
+
|
|
927
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
874
928
|
:param pulumi.Input[_builtins.str] region_id: RegionId
|
|
875
929
|
:param pulumi.Input[_builtins.int] renew_period: Automatic renewal cycle, in months.
|
|
876
930
|
|
|
@@ -932,6 +986,8 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
932
986
|
def custom_oss_bucket(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
933
987
|
"""
|
|
934
988
|
Custom OSS Bucket name
|
|
989
|
+
|
|
990
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
935
991
|
"""
|
|
936
992
|
return pulumi.get(self, "custom_oss_bucket")
|
|
937
993
|
|
|
@@ -958,6 +1014,8 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
958
1014
|
The security scan engine used by the Enterprise Edition of Container Image Service. Value:
|
|
959
1015
|
- `ACR`: Uses the Trivy scan engine provided by default.
|
|
960
1016
|
- `SAS`: uses the enhanced cloud security scan engine.
|
|
1017
|
+
|
|
1018
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
961
1019
|
"""
|
|
962
1020
|
return pulumi.get(self, "image_scanner")
|
|
963
1021
|
|
|
@@ -985,6 +1043,8 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
985
1043
|
- `Basic`: Basic instance
|
|
986
1044
|
- `Standard`: Standard instance
|
|
987
1045
|
- `Advanced`: Advanced Edition Instance
|
|
1046
|
+
|
|
1047
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
988
1048
|
"""
|
|
989
1049
|
return pulumi.get(self, "instance_type")
|
|
990
1050
|
|
|
@@ -1028,6 +1088,9 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
1028
1088
|
Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
|
|
1029
1089
|
|
|
1030
1090
|
> **NOTE:** must be set when creating a prepaid instance.
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
> **NOTE:** The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
|
|
1031
1094
|
"""
|
|
1032
1095
|
return pulumi.get(self, "period")
|
|
1033
1096
|
|
|
@@ -1947,6 +1947,7 @@ class ManagedKubernetes(pulumi.CustomResource):
|
|
|
1947
1947
|
proxy_mode=proxy_mode,
|
|
1948
1948
|
service_cidr=service_cidr,
|
|
1949
1949
|
ip_stack="ipv4",
|
|
1950
|
+
deletion_protection=True,
|
|
1950
1951
|
auto_mode={
|
|
1951
1952
|
"enabled": True,
|
|
1952
1953
|
},
|
|
@@ -1971,6 +1972,7 @@ class ManagedKubernetes(pulumi.CustomResource):
|
|
|
1971
1972
|
"alb",
|
|
1972
1973
|
"ack-goatscaler",
|
|
1973
1974
|
"coredns",
|
|
1975
|
+
"gatekeeper",
|
|
1974
1976
|
],
|
|
1975
1977
|
control_plane_log_ttl="30",
|
|
1976
1978
|
audit_log_config={
|
|
@@ -1978,7 +1980,7 @@ class ManagedKubernetes(pulumi.CustomResource):
|
|
|
1978
1980
|
},
|
|
1979
1981
|
addons=[
|
|
1980
1982
|
{
|
|
1981
|
-
"name": "
|
|
1983
|
+
"name": "metrics-server",
|
|
1982
1984
|
},
|
|
1983
1985
|
{
|
|
1984
1986
|
"name": "managed-coredns",
|
|
@@ -2324,6 +2326,7 @@ class ManagedKubernetes(pulumi.CustomResource):
|
|
|
2324
2326
|
proxy_mode=proxy_mode,
|
|
2325
2327
|
service_cidr=service_cidr,
|
|
2326
2328
|
ip_stack="ipv4",
|
|
2329
|
+
deletion_protection=True,
|
|
2327
2330
|
auto_mode={
|
|
2328
2331
|
"enabled": True,
|
|
2329
2332
|
},
|
|
@@ -2348,6 +2351,7 @@ class ManagedKubernetes(pulumi.CustomResource):
|
|
|
2348
2351
|
"alb",
|
|
2349
2352
|
"ack-goatscaler",
|
|
2350
2353
|
"coredns",
|
|
2354
|
+
"gatekeeper",
|
|
2351
2355
|
],
|
|
2352
2356
|
control_plane_log_ttl="30",
|
|
2353
2357
|
audit_log_config={
|
|
@@ -2355,7 +2359,7 @@ class ManagedKubernetes(pulumi.CustomResource):
|
|
|
2355
2359
|
},
|
|
2356
2360
|
addons=[
|
|
2357
2361
|
{
|
|
2358
|
-
"name": "
|
|
2362
|
+
"name": "metrics-server",
|
|
2359
2363
|
},
|
|
2360
2364
|
{
|
|
2361
2365
|
"name": "managed-coredns",
|
|
@@ -30,6 +30,7 @@ class DomainResourceArgs:
|
|
|
30
30
|
cert_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
31
31
|
cert_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
32
32
|
cert_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
33
|
+
custom_headers: Optional[pulumi.Input[_builtins.str]] = None,
|
|
33
34
|
https_ext: Optional[pulumi.Input[_builtins.str]] = None,
|
|
34
35
|
key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
35
36
|
ocsp_enabled: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
@@ -52,6 +53,13 @@ class DomainResourceArgs:
|
|
|
52
53
|
|
|
53
54
|
> **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
|
|
54
55
|
:param pulumi.Input[_builtins.str] cert_region: The region of the certificate. `cn-hangzhou` and `ap-southeast-1` are supported. The default value is `cn-hangzhou`.
|
|
56
|
+
:param pulumi.Input[_builtins.str] custom_headers: The key-value pair of the custom header. The key specifies the header name, and the value specifies the header value. You can specify up to five key-value pairs. The key-value pairs can be up to 200 characters in length.
|
|
57
|
+
Take note of the following items:
|
|
58
|
+
- Do not use the following default HTTP headers:
|
|
59
|
+
- X-Forwarded-ClientSrcPort: This header is used to obtain the source ports of clients that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
60
|
+
- X-Forwarded-ProxyPort: This header is used to obtain the ports of listeners that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
61
|
+
- X-Forwarded-For: This header is used to obtain the IP addresses of clients that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
62
|
+
- Do not use standard HTTP headers or specific widely used custom HTTP headers. The standard HTTP headers include Host, User-Agent, Connection, and Upgrade, and the widely used custom HTTP headers include X-Real-IP, X-True-IP, X-Client-IP, Web-Server-Type, WL-Proxy-Client-IP, eEagleEye-RpcID, EagleEye-TraceID, X-Forwarded-Cluster, and X-Forwarded-Proto. If the preceding headers are used, the original content of the headers is overwritten.
|
|
55
63
|
:param pulumi.Input[_builtins.str] https_ext: The advanced HTTPS settings. This parameter takes effect only when the value of the `ProxyType` parameter includes `https`. The value is a string that consists of a JSON struct. The JSON struct contains the following fields:
|
|
56
64
|
|
|
57
65
|
- `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value 0 indicates that Enforce HTTPS Routing is turned off. The value 1 indicates that Enforce HTTPS Routing is turned on. The default value is 0.
|
|
@@ -83,6 +91,8 @@ class DomainResourceArgs:
|
|
|
83
91
|
pulumi.set(__self__, "cert_name", cert_name)
|
|
84
92
|
if cert_region is not None:
|
|
85
93
|
pulumi.set(__self__, "cert_region", cert_region)
|
|
94
|
+
if custom_headers is not None:
|
|
95
|
+
pulumi.set(__self__, "custom_headers", custom_headers)
|
|
86
96
|
if https_ext is not None:
|
|
87
97
|
pulumi.set(__self__, "https_ext", https_ext)
|
|
88
98
|
if key is not None:
|
|
@@ -206,6 +216,24 @@ class DomainResourceArgs:
|
|
|
206
216
|
def cert_region(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
207
217
|
pulumi.set(self, "cert_region", value)
|
|
208
218
|
|
|
219
|
+
@_builtins.property
|
|
220
|
+
@pulumi.getter(name="customHeaders")
|
|
221
|
+
def custom_headers(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
222
|
+
"""
|
|
223
|
+
The key-value pair of the custom header. The key specifies the header name, and the value specifies the header value. You can specify up to five key-value pairs. The key-value pairs can be up to 200 characters in length.
|
|
224
|
+
Take note of the following items:
|
|
225
|
+
- Do not use the following default HTTP headers:
|
|
226
|
+
- X-Forwarded-ClientSrcPort: This header is used to obtain the source ports of clients that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
227
|
+
- X-Forwarded-ProxyPort: This header is used to obtain the ports of listeners that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
228
|
+
- X-Forwarded-For: This header is used to obtain the IP addresses of clients that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
229
|
+
- Do not use standard HTTP headers or specific widely used custom HTTP headers. The standard HTTP headers include Host, User-Agent, Connection, and Upgrade, and the widely used custom HTTP headers include X-Real-IP, X-True-IP, X-Client-IP, Web-Server-Type, WL-Proxy-Client-IP, eEagleEye-RpcID, EagleEye-TraceID, X-Forwarded-Cluster, and X-Forwarded-Proto. If the preceding headers are used, the original content of the headers is overwritten.
|
|
230
|
+
"""
|
|
231
|
+
return pulumi.get(self, "custom_headers")
|
|
232
|
+
|
|
233
|
+
@custom_headers.setter
|
|
234
|
+
def custom_headers(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
235
|
+
pulumi.set(self, "custom_headers", value)
|
|
236
|
+
|
|
209
237
|
@_builtins.property
|
|
210
238
|
@pulumi.getter(name="httpsExt")
|
|
211
239
|
def https_ext(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -265,6 +293,7 @@ class _DomainResourceState:
|
|
|
265
293
|
cert_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
266
294
|
cert_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
267
295
|
cname: Optional[pulumi.Input[_builtins.str]] = None,
|
|
296
|
+
custom_headers: Optional[pulumi.Input[_builtins.str]] = None,
|
|
268
297
|
domain: Optional[pulumi.Input[_builtins.str]] = None,
|
|
269
298
|
https_ext: Optional[pulumi.Input[_builtins.str]] = None,
|
|
270
299
|
instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
@@ -286,6 +315,13 @@ class _DomainResourceState:
|
|
|
286
315
|
> **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
|
|
287
316
|
:param pulumi.Input[_builtins.str] cert_region: The region of the certificate. `cn-hangzhou` and `ap-southeast-1` are supported. The default value is `cn-hangzhou`.
|
|
288
317
|
:param pulumi.Input[_builtins.str] cname: The CNAME address to query.
|
|
318
|
+
:param pulumi.Input[_builtins.str] custom_headers: The key-value pair of the custom header. The key specifies the header name, and the value specifies the header value. You can specify up to five key-value pairs. The key-value pairs can be up to 200 characters in length.
|
|
319
|
+
Take note of the following items:
|
|
320
|
+
- Do not use the following default HTTP headers:
|
|
321
|
+
- X-Forwarded-ClientSrcPort: This header is used to obtain the source ports of clients that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
322
|
+
- X-Forwarded-ProxyPort: This header is used to obtain the ports of listeners that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
323
|
+
- X-Forwarded-For: This header is used to obtain the IP addresses of clients that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
324
|
+
- Do not use standard HTTP headers or specific widely used custom HTTP headers. The standard HTTP headers include Host, User-Agent, Connection, and Upgrade, and the widely used custom HTTP headers include X-Real-IP, X-True-IP, X-Client-IP, Web-Server-Type, WL-Proxy-Client-IP, eEagleEye-RpcID, EagleEye-TraceID, X-Forwarded-Cluster, and X-Forwarded-Proto. If the preceding headers are used, the original content of the headers is overwritten.
|
|
289
325
|
:param pulumi.Input[_builtins.str] domain: The domain name for which you want to configure the Static Page Caching policy.
|
|
290
326
|
|
|
291
327
|
> **NOTE:** You can call the [DescribeDomains](https://www.alibabacloud.com/help/en/doc-detail/91724.html) operation to query all the domain names that are added to Anti-DDoS Pro or Anti-DDoS Premium.
|
|
@@ -321,6 +357,8 @@ class _DomainResourceState:
|
|
|
321
357
|
pulumi.set(__self__, "cert_region", cert_region)
|
|
322
358
|
if cname is not None:
|
|
323
359
|
pulumi.set(__self__, "cname", cname)
|
|
360
|
+
if custom_headers is not None:
|
|
361
|
+
pulumi.set(__self__, "custom_headers", custom_headers)
|
|
324
362
|
if domain is not None:
|
|
325
363
|
pulumi.set(__self__, "domain", domain)
|
|
326
364
|
if https_ext is not None:
|
|
@@ -404,6 +442,24 @@ class _DomainResourceState:
|
|
|
404
442
|
def cname(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
405
443
|
pulumi.set(self, "cname", value)
|
|
406
444
|
|
|
445
|
+
@_builtins.property
|
|
446
|
+
@pulumi.getter(name="customHeaders")
|
|
447
|
+
def custom_headers(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
448
|
+
"""
|
|
449
|
+
The key-value pair of the custom header. The key specifies the header name, and the value specifies the header value. You can specify up to five key-value pairs. The key-value pairs can be up to 200 characters in length.
|
|
450
|
+
Take note of the following items:
|
|
451
|
+
- Do not use the following default HTTP headers:
|
|
452
|
+
- X-Forwarded-ClientSrcPort: This header is used to obtain the source ports of clients that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
453
|
+
- X-Forwarded-ProxyPort: This header is used to obtain the ports of listeners that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
454
|
+
- X-Forwarded-For: This header is used to obtain the IP addresses of clients that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
455
|
+
- Do not use standard HTTP headers or specific widely used custom HTTP headers. The standard HTTP headers include Host, User-Agent, Connection, and Upgrade, and the widely used custom HTTP headers include X-Real-IP, X-True-IP, X-Client-IP, Web-Server-Type, WL-Proxy-Client-IP, eEagleEye-RpcID, EagleEye-TraceID, X-Forwarded-Cluster, and X-Forwarded-Proto. If the preceding headers are used, the original content of the headers is overwritten.
|
|
456
|
+
"""
|
|
457
|
+
return pulumi.get(self, "custom_headers")
|
|
458
|
+
|
|
459
|
+
@custom_headers.setter
|
|
460
|
+
def custom_headers(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
461
|
+
pulumi.set(self, "custom_headers", value)
|
|
462
|
+
|
|
407
463
|
@_builtins.property
|
|
408
464
|
@pulumi.getter
|
|
409
465
|
def domain(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -527,6 +583,7 @@ class DomainResource(pulumi.CustomResource):
|
|
|
527
583
|
cert_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
528
584
|
cert_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
529
585
|
cert_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
586
|
+
custom_headers: Optional[pulumi.Input[_builtins.str]] = None,
|
|
530
587
|
domain: Optional[pulumi.Input[_builtins.str]] = None,
|
|
531
588
|
https_ext: Optional[pulumi.Input[_builtins.str]] = None,
|
|
532
589
|
instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
@@ -604,6 +661,13 @@ class DomainResource(pulumi.CustomResource):
|
|
|
604
661
|
|
|
605
662
|
> **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
|
|
606
663
|
:param pulumi.Input[_builtins.str] cert_region: The region of the certificate. `cn-hangzhou` and `ap-southeast-1` are supported. The default value is `cn-hangzhou`.
|
|
664
|
+
:param pulumi.Input[_builtins.str] custom_headers: The key-value pair of the custom header. The key specifies the header name, and the value specifies the header value. You can specify up to five key-value pairs. The key-value pairs can be up to 200 characters in length.
|
|
665
|
+
Take note of the following items:
|
|
666
|
+
- Do not use the following default HTTP headers:
|
|
667
|
+
- X-Forwarded-ClientSrcPort: This header is used to obtain the source ports of clients that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
668
|
+
- X-Forwarded-ProxyPort: This header is used to obtain the ports of listeners that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
669
|
+
- X-Forwarded-For: This header is used to obtain the IP addresses of clients that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
670
|
+
- Do not use standard HTTP headers or specific widely used custom HTTP headers. The standard HTTP headers include Host, User-Agent, Connection, and Upgrade, and the widely used custom HTTP headers include X-Real-IP, X-True-IP, X-Client-IP, Web-Server-Type, WL-Proxy-Client-IP, eEagleEye-RpcID, EagleEye-TraceID, X-Forwarded-Cluster, and X-Forwarded-Proto. If the preceding headers are used, the original content of the headers is overwritten.
|
|
607
671
|
:param pulumi.Input[_builtins.str] domain: The domain name for which you want to configure the Static Page Caching policy.
|
|
608
672
|
|
|
609
673
|
> **NOTE:** You can call the [DescribeDomains](https://www.alibabacloud.com/help/en/doc-detail/91724.html) operation to query all the domain names that are added to Anti-DDoS Pro or Anti-DDoS Premium.
|
|
@@ -710,6 +774,7 @@ class DomainResource(pulumi.CustomResource):
|
|
|
710
774
|
cert_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
711
775
|
cert_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
712
776
|
cert_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
777
|
+
custom_headers: Optional[pulumi.Input[_builtins.str]] = None,
|
|
713
778
|
domain: Optional[pulumi.Input[_builtins.str]] = None,
|
|
714
779
|
https_ext: Optional[pulumi.Input[_builtins.str]] = None,
|
|
715
780
|
instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
@@ -731,6 +796,7 @@ class DomainResource(pulumi.CustomResource):
|
|
|
731
796
|
__props__.__dict__["cert_identifier"] = cert_identifier
|
|
732
797
|
__props__.__dict__["cert_name"] = cert_name
|
|
733
798
|
__props__.__dict__["cert_region"] = None if cert_region is None else pulumi.Output.secret(cert_region)
|
|
799
|
+
__props__.__dict__["custom_headers"] = custom_headers
|
|
734
800
|
if domain is None and not opts.urn:
|
|
735
801
|
raise TypeError("Missing required property 'domain'")
|
|
736
802
|
__props__.__dict__["domain"] = domain
|
|
@@ -767,6 +833,7 @@ class DomainResource(pulumi.CustomResource):
|
|
|
767
833
|
cert_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
768
834
|
cert_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
769
835
|
cname: Optional[pulumi.Input[_builtins.str]] = None,
|
|
836
|
+
custom_headers: Optional[pulumi.Input[_builtins.str]] = None,
|
|
770
837
|
domain: Optional[pulumi.Input[_builtins.str]] = None,
|
|
771
838
|
https_ext: Optional[pulumi.Input[_builtins.str]] = None,
|
|
772
839
|
instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
@@ -793,6 +860,13 @@ class DomainResource(pulumi.CustomResource):
|
|
|
793
860
|
> **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
|
|
794
861
|
:param pulumi.Input[_builtins.str] cert_region: The region of the certificate. `cn-hangzhou` and `ap-southeast-1` are supported. The default value is `cn-hangzhou`.
|
|
795
862
|
:param pulumi.Input[_builtins.str] cname: The CNAME address to query.
|
|
863
|
+
:param pulumi.Input[_builtins.str] custom_headers: The key-value pair of the custom header. The key specifies the header name, and the value specifies the header value. You can specify up to five key-value pairs. The key-value pairs can be up to 200 characters in length.
|
|
864
|
+
Take note of the following items:
|
|
865
|
+
- Do not use the following default HTTP headers:
|
|
866
|
+
- X-Forwarded-ClientSrcPort: This header is used to obtain the source ports of clients that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
867
|
+
- X-Forwarded-ProxyPort: This header is used to obtain the ports of listeners that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
868
|
+
- X-Forwarded-For: This header is used to obtain the IP addresses of clients that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
869
|
+
- Do not use standard HTTP headers or specific widely used custom HTTP headers. The standard HTTP headers include Host, User-Agent, Connection, and Upgrade, and the widely used custom HTTP headers include X-Real-IP, X-True-IP, X-Client-IP, Web-Server-Type, WL-Proxy-Client-IP, eEagleEye-RpcID, EagleEye-TraceID, X-Forwarded-Cluster, and X-Forwarded-Proto. If the preceding headers are used, the original content of the headers is overwritten.
|
|
796
870
|
:param pulumi.Input[_builtins.str] domain: The domain name for which you want to configure the Static Page Caching policy.
|
|
797
871
|
|
|
798
872
|
> **NOTE:** You can call the [DescribeDomains](https://www.alibabacloud.com/help/en/doc-detail/91724.html) operation to query all the domain names that are added to Anti-DDoS Pro or Anti-DDoS Premium.
|
|
@@ -827,6 +901,7 @@ class DomainResource(pulumi.CustomResource):
|
|
|
827
901
|
__props__.__dict__["cert_name"] = cert_name
|
|
828
902
|
__props__.__dict__["cert_region"] = cert_region
|
|
829
903
|
__props__.__dict__["cname"] = cname
|
|
904
|
+
__props__.__dict__["custom_headers"] = custom_headers
|
|
830
905
|
__props__.__dict__["domain"] = domain
|
|
831
906
|
__props__.__dict__["https_ext"] = https_ext
|
|
832
907
|
__props__.__dict__["instance_ids"] = instance_ids
|
|
@@ -883,6 +958,20 @@ class DomainResource(pulumi.CustomResource):
|
|
|
883
958
|
"""
|
|
884
959
|
return pulumi.get(self, "cname")
|
|
885
960
|
|
|
961
|
+
@_builtins.property
|
|
962
|
+
@pulumi.getter(name="customHeaders")
|
|
963
|
+
def custom_headers(self) -> pulumi.Output[_builtins.str]:
|
|
964
|
+
"""
|
|
965
|
+
The key-value pair of the custom header. The key specifies the header name, and the value specifies the header value. You can specify up to five key-value pairs. The key-value pairs can be up to 200 characters in length.
|
|
966
|
+
Take note of the following items:
|
|
967
|
+
- Do not use the following default HTTP headers:
|
|
968
|
+
- X-Forwarded-ClientSrcPort: This header is used to obtain the source ports of clients that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
969
|
+
- X-Forwarded-ProxyPort: This header is used to obtain the ports of listeners that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
970
|
+
- X-Forwarded-For: This header is used to obtain the IP addresses of clients that access Anti-DDoS Proxy (a Layer 7 proxy).
|
|
971
|
+
- Do not use standard HTTP headers or specific widely used custom HTTP headers. The standard HTTP headers include Host, User-Agent, Connection, and Upgrade, and the widely used custom HTTP headers include X-Real-IP, X-True-IP, X-Client-IP, Web-Server-Type, WL-Proxy-Client-IP, eEagleEye-RpcID, EagleEye-TraceID, X-Forwarded-Cluster, and X-Forwarded-Proto. If the preceding headers are used, the original content of the headers is overwritten.
|
|
972
|
+
"""
|
|
973
|
+
return pulumi.get(self, "custom_headers")
|
|
974
|
+
|
|
886
975
|
@_builtins.property
|
|
887
976
|
@pulumi.getter
|
|
888
977
|
def domain(self) -> pulumi.Output[_builtins.str]:
|
|
@@ -91,6 +91,10 @@ def get_enterprise_logic_databases(ids: Optional[Sequence[_builtins.str]] = None
|
|
|
91
91
|
|
|
92
92
|
> **NOTE:** Available since v1.195.0.
|
|
93
93
|
|
|
94
|
+
## Example Usage
|
|
95
|
+
|
|
96
|
+
Basic Usage
|
|
97
|
+
|
|
94
98
|
|
|
95
99
|
:param Sequence[_builtins.str] ids: A list of Logic Database IDs.
|
|
96
100
|
:param _builtins.str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
@@ -114,6 +118,10 @@ def get_enterprise_logic_databases_output(ids: Optional[pulumi.Input[Optional[Se
|
|
|
114
118
|
|
|
115
119
|
> **NOTE:** Available since v1.195.0.
|
|
116
120
|
|
|
121
|
+
## Example Usage
|
|
122
|
+
|
|
123
|
+
Basic Usage
|
|
124
|
+
|
|
117
125
|
|
|
118
126
|
:param Sequence[_builtins.str] ids: A list of Logic Database IDs.
|
|
119
127
|
:param _builtins.str output_file: File name where to save data source results (after running `pulumi preview`).
|
pulumi_alicloud/dts/instance.py
CHANGED
|
@@ -57,7 +57,7 @@ class InstanceArgs:
|
|
|
57
57
|
- **Redis**:Redis databases (including apsaradb for Redis and user-created Redis).
|
|
58
58
|
- **DRDS**: cloud-native distributed database PolarDB-X 1.0 and 2.0.
|
|
59
59
|
- **PostgreSQL**: User-created PostgreSQL.
|
|
60
|
-
- **
|
|
60
|
+
- **odps**: MaxCompute project.
|
|
61
61
|
- **oracle**: self-built Oracle.
|
|
62
62
|
- **mongodb**:MongoDB databases (including apsaradb for MongoDB and user-created MongoDB).
|
|
63
63
|
- **tidb**:TiDB database.
|
|
@@ -94,7 +94,7 @@ class InstanceArgs:
|
|
|
94
94
|
- **Redis**:Redis databases (including apsaradb for Redis and user-created Redis).
|
|
95
95
|
- **DRDS**: cloud-native distributed database PolarDB-X 1.0 and 2.0.
|
|
96
96
|
- **PostgreSQL**: User-created PostgreSQL.
|
|
97
|
-
- **
|
|
97
|
+
- **odps**: MaxCompute project.
|
|
98
98
|
- **oracle**: self-built Oracle.
|
|
99
99
|
- **mongodb**:MongoDB databases (including apsaradb for MongoDB and user-created MongoDB).
|
|
100
100
|
- **tidb**:TiDB database.
|
|
@@ -238,7 +238,7 @@ class InstanceArgs:
|
|
|
238
238
|
- **Redis**:Redis databases (including apsaradb for Redis and user-created Redis).
|
|
239
239
|
- **DRDS**: cloud-native distributed database PolarDB-X 1.0 and 2.0.
|
|
240
240
|
- **PostgreSQL**: User-created PostgreSQL.
|
|
241
|
-
- **
|
|
241
|
+
- **odps**: MaxCompute project.
|
|
242
242
|
- **oracle**: self-built Oracle.
|
|
243
243
|
- **mongodb**:MongoDB databases (including apsaradb for MongoDB and user-created MongoDB).
|
|
244
244
|
- **tidb**:TiDB database.
|
|
@@ -374,7 +374,7 @@ class InstanceArgs:
|
|
|
374
374
|
- **Redis**:Redis databases (including apsaradb for Redis and user-created Redis).
|
|
375
375
|
- **DRDS**: cloud-native distributed database PolarDB-X 1.0 and 2.0.
|
|
376
376
|
- **PostgreSQL**: User-created PostgreSQL.
|
|
377
|
-
- **
|
|
377
|
+
- **odps**: MaxCompute project.
|
|
378
378
|
- **oracle**: self-built Oracle.
|
|
379
379
|
- **mongodb**:MongoDB databases (including apsaradb for MongoDB and user-created MongoDB).
|
|
380
380
|
- **tidb**:TiDB database.
|
|
@@ -532,7 +532,7 @@ class _InstanceState:
|
|
|
532
532
|
- **Redis**:Redis databases (including apsaradb for Redis and user-created Redis).
|
|
533
533
|
- **DRDS**: cloud-native distributed database PolarDB-X 1.0 and 2.0.
|
|
534
534
|
- **PostgreSQL**: User-created PostgreSQL.
|
|
535
|
-
- **
|
|
535
|
+
- **odps**: MaxCompute project.
|
|
536
536
|
- **oracle**: self-built Oracle.
|
|
537
537
|
- **mongodb**:MongoDB databases (including apsaradb for MongoDB and user-created MongoDB).
|
|
538
538
|
- **tidb**:TiDB database.
|
|
@@ -571,7 +571,7 @@ class _InstanceState:
|
|
|
571
571
|
- **Redis**:Redis databases (including apsaradb for Redis and user-created Redis).
|
|
572
572
|
- **DRDS**: cloud-native distributed database PolarDB-X 1.0 and 2.0.
|
|
573
573
|
- **PostgreSQL**: User-created PostgreSQL.
|
|
574
|
-
- **
|
|
574
|
+
- **odps**: MaxCompute project.
|
|
575
575
|
- **oracle**: self-built Oracle.
|
|
576
576
|
- **mongodb**:MongoDB databases (including apsaradb for MongoDB and user-created MongoDB).
|
|
577
577
|
- **tidb**:TiDB database.
|
|
@@ -736,7 +736,7 @@ class _InstanceState:
|
|
|
736
736
|
- **Redis**:Redis databases (including apsaradb for Redis and user-created Redis).
|
|
737
737
|
- **DRDS**: cloud-native distributed database PolarDB-X 1.0 and 2.0.
|
|
738
738
|
- **PostgreSQL**: User-created PostgreSQL.
|
|
739
|
-
- **
|
|
739
|
+
- **odps**: MaxCompute project.
|
|
740
740
|
- **oracle**: self-built Oracle.
|
|
741
741
|
- **mongodb**:MongoDB databases (including apsaradb for MongoDB and user-created MongoDB).
|
|
742
742
|
- **tidb**:TiDB database.
|
|
@@ -896,7 +896,7 @@ class _InstanceState:
|
|
|
896
896
|
- **Redis**:Redis databases (including apsaradb for Redis and user-created Redis).
|
|
897
897
|
- **DRDS**: cloud-native distributed database PolarDB-X 1.0 and 2.0.
|
|
898
898
|
- **PostgreSQL**: User-created PostgreSQL.
|
|
899
|
-
- **
|
|
899
|
+
- **odps**: MaxCompute project.
|
|
900
900
|
- **oracle**: self-built Oracle.
|
|
901
901
|
- **mongodb**:MongoDB databases (including apsaradb for MongoDB and user-created MongoDB).
|
|
902
902
|
- **tidb**:TiDB database.
|
|
@@ -1101,7 +1101,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1101
1101
|
- **Redis**:Redis databases (including apsaradb for Redis and user-created Redis).
|
|
1102
1102
|
- **DRDS**: cloud-native distributed database PolarDB-X 1.0 and 2.0.
|
|
1103
1103
|
- **PostgreSQL**: User-created PostgreSQL.
|
|
1104
|
-
- **
|
|
1104
|
+
- **odps**: MaxCompute project.
|
|
1105
1105
|
- **oracle**: self-built Oracle.
|
|
1106
1106
|
- **mongodb**:MongoDB databases (including apsaradb for MongoDB and user-created MongoDB).
|
|
1107
1107
|
- **tidb**:TiDB database.
|
|
@@ -1138,7 +1138,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1138
1138
|
- **Redis**:Redis databases (including apsaradb for Redis and user-created Redis).
|
|
1139
1139
|
- **DRDS**: cloud-native distributed database PolarDB-X 1.0 and 2.0.
|
|
1140
1140
|
- **PostgreSQL**: User-created PostgreSQL.
|
|
1141
|
-
- **
|
|
1141
|
+
- **odps**: MaxCompute project.
|
|
1142
1142
|
- **oracle**: self-built Oracle.
|
|
1143
1143
|
- **mongodb**:MongoDB databases (including apsaradb for MongoDB and user-created MongoDB).
|
|
1144
1144
|
- **tidb**:TiDB database.
|
|
@@ -1345,7 +1345,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1345
1345
|
- **Redis**:Redis databases (including apsaradb for Redis and user-created Redis).
|
|
1346
1346
|
- **DRDS**: cloud-native distributed database PolarDB-X 1.0 and 2.0.
|
|
1347
1347
|
- **PostgreSQL**: User-created PostgreSQL.
|
|
1348
|
-
- **
|
|
1348
|
+
- **odps**: MaxCompute project.
|
|
1349
1349
|
- **oracle**: self-built Oracle.
|
|
1350
1350
|
- **mongodb**:MongoDB databases (including apsaradb for MongoDB and user-created MongoDB).
|
|
1351
1351
|
- **tidb**:TiDB database.
|
|
@@ -1384,7 +1384,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1384
1384
|
- **Redis**:Redis databases (including apsaradb for Redis and user-created Redis).
|
|
1385
1385
|
- **DRDS**: cloud-native distributed database PolarDB-X 1.0 and 2.0.
|
|
1386
1386
|
- **PostgreSQL**: User-created PostgreSQL.
|
|
1387
|
-
- **
|
|
1387
|
+
- **odps**: MaxCompute project.
|
|
1388
1388
|
- **oracle**: self-built Oracle.
|
|
1389
1389
|
- **mongodb**:MongoDB databases (including apsaradb for MongoDB and user-created MongoDB).
|
|
1390
1390
|
- **tidb**:TiDB database.
|
|
@@ -1510,7 +1510,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1510
1510
|
- **Redis**:Redis databases (including apsaradb for Redis and user-created Redis).
|
|
1511
1511
|
- **DRDS**: cloud-native distributed database PolarDB-X 1.0 and 2.0.
|
|
1512
1512
|
- **PostgreSQL**: User-created PostgreSQL.
|
|
1513
|
-
- **
|
|
1513
|
+
- **odps**: MaxCompute project.
|
|
1514
1514
|
- **oracle**: self-built Oracle.
|
|
1515
1515
|
- **mongodb**:MongoDB databases (including apsaradb for MongoDB and user-created MongoDB).
|
|
1516
1516
|
- **tidb**:TiDB database.
|
|
@@ -1626,7 +1626,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1626
1626
|
- **Redis**:Redis databases (including apsaradb for Redis and user-created Redis).
|
|
1627
1627
|
- **DRDS**: cloud-native distributed database PolarDB-X 1.0 and 2.0.
|
|
1628
1628
|
- **PostgreSQL**: User-created PostgreSQL.
|
|
1629
|
-
- **
|
|
1629
|
+
- **odps**: MaxCompute project.
|
|
1630
1630
|
- **oracle**: self-built Oracle.
|
|
1631
1631
|
- **mongodb**:MongoDB databases (including apsaradb for MongoDB and user-created MongoDB).
|
|
1632
1632
|
- **tidb**:TiDB database.
|