pulumi-alicloud 3.61.2a1725006221__py3-none-any.whl → 3.62.0a1724476801__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/brain/get_industrial_pid_loops.py +2 -18
- pulumi_alicloud/brain/get_industrial_pid_organizations.py +2 -12
- pulumi_alicloud/brain/get_industrial_pid_projects.py +2 -18
- pulumi_alicloud/brain/get_industrial_serice.py +2 -6
- pulumi_alicloud/brain/industrial_pid_loop.py +2 -6
- pulumi_alicloud/brain/industrial_pid_organization.py +4 -4
- pulumi_alicloud/brain/industrial_pid_project.py +4 -4
- pulumi_alicloud/cas/certificate.py +13 -155
- pulumi_alicloud/cas/service_certificate.py +30 -9
- pulumi_alicloud/cdn/real_time_log_delivery.py +2 -2
- pulumi_alicloud/cen/get_transit_router_route_tables.py +14 -81
- pulumi_alicloud/cen/outputs.py +2 -6
- pulumi_alicloud/cfg/remediation.py +2 -6
- pulumi_alicloud/clickhouse/account.py +2 -2
- pulumi_alicloud/clickhouse/backup_policy.py +2 -2
- pulumi_alicloud/cloudfirewall/instance.py +0 -2
- pulumi_alicloud/cs/_inputs.py +21 -141
- pulumi_alicloud/cs/kubernetes.py +7 -7
- pulumi_alicloud/cs/managed_kubernetes.py +45 -506
- pulumi_alicloud/cs/outputs.py +21 -148
- pulumi_alicloud/cs/registry_enterprise_namespace.py +72 -92
- pulumi_alicloud/cs/registry_enterprise_repo.py +74 -96
- pulumi_alicloud/cs/registry_enterprise_sync_rule.py +101 -105
- pulumi_alicloud/cs/serverless_kubernetes.py +206 -174
- pulumi_alicloud/databasefilesystem/instance.py +2 -2
- pulumi_alicloud/dts/consumer_channel.py +2 -2
- pulumi_alicloud/dts/subscription_job.py +2 -2
- pulumi_alicloud/ecs/auto_provisioning_group.py +2 -2
- pulumi_alicloud/ehpc/get_clusters.py +2 -11
- pulumi_alicloud/ehpc/get_job_templates.py +2 -5
- pulumi_alicloud/ehpc/job_template.py +2 -2
- pulumi_alicloud/ehpc/outputs.py +2 -34
- pulumi_alicloud/fc/function.py +6 -6
- pulumi_alicloud/fc/function_async_invoke_config.py +2 -2
- pulumi_alicloud/fc/trigger.py +2 -2
- pulumi_alicloud/gpdb/account.py +4 -0
- pulumi_alicloud/gpdb/connection.py +4 -0
- pulumi_alicloud/log/alert.py +28 -30
- pulumi_alicloud/log/audit.py +0 -2
- pulumi_alicloud/log/dashboard.py +8 -8
- pulumi_alicloud/log/etl.py +26 -26
- pulumi_alicloud/log/ingestion.py +10 -10
- pulumi_alicloud/log/log_tail_attachment.py +14 -14
- pulumi_alicloud/log/log_tail_config.py +10 -10
- pulumi_alicloud/log/machine_group.py +4 -4
- pulumi_alicloud/log/oss_export.py +10 -10
- pulumi_alicloud/log/project.py +4 -4
- pulumi_alicloud/log/store_index.py +10 -10
- pulumi_alicloud/nlb/server_group.py +2 -2
- pulumi_alicloud/oos/service_setting.py +8 -10
- pulumi_alicloud/oss/bucket.py +10 -18
- pulumi_alicloud/oss/bucket_object.py +8 -12
- pulumi_alicloud/oss/bucket_replication.py +2 -2
- pulumi_alicloud/polardb/cluster.py +21 -75
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/zone_record.py +2 -2
- pulumi_alicloud/ram/access_key.py +0 -4
- pulumi_alicloud/rds/account_privilege.py +2 -2
- pulumi_alicloud/rds/backup_policy.py +12 -270
- pulumi_alicloud/rds/database.py +7 -49
- pulumi_alicloud/rds/instance.py +2 -4
- pulumi_alicloud/rocketmq/group.py +2 -2
- pulumi_alicloud/rocketmq/topic.py +2 -2
- pulumi_alicloud/sls/alert.py +6 -6
- pulumi_alicloud/sls/scheduled_sql.py +10 -10
- pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
- pulumi_alicloud/vpc/ipv6_internet_bandwidth.py +4 -4
- pulumi_alicloud/vpc/route_table_attachment.py +4 -4
- pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +2 -2
- {pulumi_alicloud-3.61.2a1725006221.dist-info → pulumi_alicloud-3.62.0a1724476801.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.61.2a1725006221.dist-info → pulumi_alicloud-3.62.0a1724476801.dist-info}/RECORD +73 -73
- {pulumi_alicloud-3.61.2a1725006221.dist-info → pulumi_alicloud-3.62.0a1724476801.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.61.2a1725006221.dist-info → pulumi_alicloud-3.62.0a1724476801.dist-info}/top_level.txt +0 -0
|
@@ -75,9 +75,6 @@ class GetIndustrialPidLoopsResult:
|
|
|
75
75
|
@property
|
|
76
76
|
@pulumi.getter
|
|
77
77
|
def loops(self) -> Sequence['outputs.GetIndustrialPidLoopsLoopResult']:
|
|
78
|
-
"""
|
|
79
|
-
A list of Brain Industrial Pid Loops. Each element contains the following attributes:
|
|
80
|
-
"""
|
|
81
78
|
return pulumi.get(self, "loops")
|
|
82
79
|
|
|
83
80
|
@property
|
|
@@ -88,9 +85,6 @@ class GetIndustrialPidLoopsResult:
|
|
|
88
85
|
@property
|
|
89
86
|
@pulumi.getter
|
|
90
87
|
def names(self) -> Sequence[str]:
|
|
91
|
-
"""
|
|
92
|
-
A list of Pid Loop names.
|
|
93
|
-
"""
|
|
94
88
|
return pulumi.get(self, "names")
|
|
95
89
|
|
|
96
90
|
@property
|
|
@@ -101,9 +95,6 @@ class GetIndustrialPidLoopsResult:
|
|
|
101
95
|
@property
|
|
102
96
|
@pulumi.getter(name="pidLoopName")
|
|
103
97
|
def pid_loop_name(self) -> Optional[str]:
|
|
104
|
-
"""
|
|
105
|
-
The name of Pid Loop.
|
|
106
|
-
"""
|
|
107
98
|
return pulumi.get(self, "pid_loop_name")
|
|
108
99
|
|
|
109
100
|
@property
|
|
@@ -114,9 +105,6 @@ class GetIndustrialPidLoopsResult:
|
|
|
114
105
|
@property
|
|
115
106
|
@pulumi.getter
|
|
116
107
|
def status(self) -> Optional[str]:
|
|
117
|
-
"""
|
|
118
|
-
The status of Pid Loop.
|
|
119
|
-
"""
|
|
120
108
|
return pulumi.get(self, "status")
|
|
121
109
|
|
|
122
110
|
|
|
@@ -149,9 +137,7 @@ def get_industrial_pid_loops(enable_details: Optional[bool] = None,
|
|
|
149
137
|
"""
|
|
150
138
|
This data source provides the Brain Industrial Pid Loops of the current Alibaba Cloud user.
|
|
151
139
|
|
|
152
|
-
> **NOTE:** Available
|
|
153
|
-
|
|
154
|
-
> **DEPRECATED:** This data source has been deprecated from version `1.229.1`.
|
|
140
|
+
> **NOTE:** Available in v1.117.0+.
|
|
155
141
|
|
|
156
142
|
## Example Usage
|
|
157
143
|
|
|
@@ -211,9 +197,7 @@ def get_industrial_pid_loops_output(enable_details: Optional[pulumi.Input[Option
|
|
|
211
197
|
"""
|
|
212
198
|
This data source provides the Brain Industrial Pid Loops of the current Alibaba Cloud user.
|
|
213
199
|
|
|
214
|
-
> **NOTE:** Available
|
|
215
|
-
|
|
216
|
-
> **DEPRECATED:** This data source has been deprecated from version `1.229.1`.
|
|
200
|
+
> **NOTE:** Available in v1.117.0+.
|
|
217
201
|
|
|
218
202
|
## Example Usage
|
|
219
203
|
|
|
@@ -66,17 +66,11 @@ class GetIndustrialPidOrganizationsResult:
|
|
|
66
66
|
@property
|
|
67
67
|
@pulumi.getter
|
|
68
68
|
def names(self) -> Sequence[str]:
|
|
69
|
-
"""
|
|
70
|
-
A list of Pid Organization names.
|
|
71
|
-
"""
|
|
72
69
|
return pulumi.get(self, "names")
|
|
73
70
|
|
|
74
71
|
@property
|
|
75
72
|
@pulumi.getter
|
|
76
73
|
def organizations(self) -> Sequence['outputs.GetIndustrialPidOrganizationsOrganizationResult']:
|
|
77
|
-
"""
|
|
78
|
-
A list of Brain Industrial Pid Organizations. Each element contains the following attributes:
|
|
79
|
-
"""
|
|
80
74
|
return pulumi.get(self, "organizations")
|
|
81
75
|
|
|
82
76
|
@property
|
|
@@ -113,9 +107,7 @@ def get_industrial_pid_organizations(ids: Optional[Sequence[str]] = None,
|
|
|
113
107
|
"""
|
|
114
108
|
This data source provides the Brain Industrial Pid Organizations of the current Alibaba Cloud user.
|
|
115
109
|
|
|
116
|
-
> **NOTE:** Available
|
|
117
|
-
|
|
118
|
-
> **DEPRECATED:** This data source has been deprecated from version `1.229.1`.
|
|
110
|
+
> **NOTE:** Available in v1.113.0+.
|
|
119
111
|
|
|
120
112
|
## Example Usage
|
|
121
113
|
|
|
@@ -163,9 +155,7 @@ def get_industrial_pid_organizations_output(ids: Optional[pulumi.Input[Optional[
|
|
|
163
155
|
"""
|
|
164
156
|
This data source provides the Brain Industrial Pid Organizations of the current Alibaba Cloud user.
|
|
165
157
|
|
|
166
|
-
> **NOTE:** Available
|
|
167
|
-
|
|
168
|
-
> **DEPRECATED:** This data source has been deprecated from version `1.229.1`.
|
|
158
|
+
> **NOTE:** Available in v1.113.0+.
|
|
169
159
|
|
|
170
160
|
## Example Usage
|
|
171
161
|
|
|
@@ -69,9 +69,6 @@ class GetIndustrialPidProjectsResult:
|
|
|
69
69
|
@property
|
|
70
70
|
@pulumi.getter
|
|
71
71
|
def names(self) -> Sequence[str]:
|
|
72
|
-
"""
|
|
73
|
-
A list of Pid Project names.
|
|
74
|
-
"""
|
|
75
72
|
return pulumi.get(self, "names")
|
|
76
73
|
|
|
77
74
|
@property
|
|
@@ -82,25 +79,16 @@ class GetIndustrialPidProjectsResult:
|
|
|
82
79
|
@property
|
|
83
80
|
@pulumi.getter(name="pidOrganizationId")
|
|
84
81
|
def pid_organization_id(self) -> Optional[str]:
|
|
85
|
-
"""
|
|
86
|
-
The ID of Pid Organization.
|
|
87
|
-
"""
|
|
88
82
|
return pulumi.get(self, "pid_organization_id")
|
|
89
83
|
|
|
90
84
|
@property
|
|
91
85
|
@pulumi.getter(name="pidProjectName")
|
|
92
86
|
def pid_project_name(self) -> Optional[str]:
|
|
93
|
-
"""
|
|
94
|
-
The name of Pid Project.
|
|
95
|
-
"""
|
|
96
87
|
return pulumi.get(self, "pid_project_name")
|
|
97
88
|
|
|
98
89
|
@property
|
|
99
90
|
@pulumi.getter
|
|
100
91
|
def projects(self) -> Sequence['outputs.GetIndustrialPidProjectsProjectResult']:
|
|
101
|
-
"""
|
|
102
|
-
A list of Brain Industrial Pid Projects. Each element contains the following attributes:
|
|
103
|
-
"""
|
|
104
92
|
return pulumi.get(self, "projects")
|
|
105
93
|
|
|
106
94
|
|
|
@@ -129,9 +117,7 @@ def get_industrial_pid_projects(ids: Optional[Sequence[str]] = None,
|
|
|
129
117
|
"""
|
|
130
118
|
This data source provides the Brain Industrial Pid Projects of the current Alibaba Cloud user.
|
|
131
119
|
|
|
132
|
-
> **NOTE:** Available
|
|
133
|
-
|
|
134
|
-
> **DEPRECATED:** This data source has been deprecated from version `1.229.1`.
|
|
120
|
+
> **NOTE:** Available in v1.113.0+.
|
|
135
121
|
|
|
136
122
|
## Example Usage
|
|
137
123
|
|
|
@@ -183,9 +169,7 @@ def get_industrial_pid_projects_output(ids: Optional[pulumi.Input[Optional[Seque
|
|
|
183
169
|
"""
|
|
184
170
|
This data source provides the Brain Industrial Pid Projects of the current Alibaba Cloud user.
|
|
185
171
|
|
|
186
|
-
> **NOTE:** Available
|
|
187
|
-
|
|
188
|
-
> **DEPRECATED:** This data source has been deprecated from version `1.229.1`.
|
|
172
|
+
> **NOTE:** Available in v1.113.0+.
|
|
189
173
|
|
|
190
174
|
## Example Usage
|
|
191
175
|
|
|
@@ -70,12 +70,10 @@ def get_industrial_serice(enable: Optional[str] = None,
|
|
|
70
70
|
"""
|
|
71
71
|
Using this data source can open Brain Industrial service automatically. If the service has been opened, it will return opened.
|
|
72
72
|
|
|
73
|
-
> **NOTE:** Available
|
|
73
|
+
> **NOTE:** Available in v1.115.0+
|
|
74
74
|
|
|
75
75
|
> **NOTE:** The Brain Industrial service is not support in the international site.
|
|
76
76
|
|
|
77
|
-
> **DEPRECATED:** This data source has been deprecated from version `1.229.1`.
|
|
78
|
-
|
|
79
77
|
## Example Usage
|
|
80
78
|
|
|
81
79
|
```python
|
|
@@ -107,12 +105,10 @@ def get_industrial_serice_output(enable: Optional[pulumi.Input[Optional[str]]] =
|
|
|
107
105
|
"""
|
|
108
106
|
Using this data source can open Brain Industrial service automatically. If the service has been opened, it will return opened.
|
|
109
107
|
|
|
110
|
-
> **NOTE:** Available
|
|
108
|
+
> **NOTE:** Available in v1.115.0+
|
|
111
109
|
|
|
112
110
|
> **NOTE:** The Brain Industrial service is not support in the international site.
|
|
113
111
|
|
|
114
|
-
> **DEPRECATED:** This data source has been deprecated from version `1.229.1`.
|
|
115
|
-
|
|
116
112
|
## Example Usage
|
|
117
113
|
|
|
118
114
|
```python
|
|
@@ -277,9 +277,7 @@ class IndustrialPidLoop(pulumi.CustomResource):
|
|
|
277
277
|
"""
|
|
278
278
|
Provides a Brain Industrial Pid Loop resource.
|
|
279
279
|
|
|
280
|
-
> **NOTE:** Available
|
|
281
|
-
|
|
282
|
-
> **DEPRECATED:** This resource has been deprecated from version `1.229.1`.
|
|
280
|
+
> **NOTE:** Available in v1.117.0+.
|
|
283
281
|
|
|
284
282
|
## Example Usage
|
|
285
283
|
|
|
@@ -325,9 +323,7 @@ class IndustrialPidLoop(pulumi.CustomResource):
|
|
|
325
323
|
"""
|
|
326
324
|
Provides a Brain Industrial Pid Loop resource.
|
|
327
325
|
|
|
328
|
-
> **NOTE:** Available
|
|
329
|
-
|
|
330
|
-
> **DEPRECATED:** This resource has been deprecated from version `1.229.1`.
|
|
326
|
+
> **NOTE:** Available in v1.117.0+.
|
|
331
327
|
|
|
332
328
|
## Example Usage
|
|
333
329
|
|
|
@@ -101,9 +101,9 @@ class IndustrialPidOrganization(pulumi.CustomResource):
|
|
|
101
101
|
"""
|
|
102
102
|
Provides a Brain Industrial Pid Organization resource.
|
|
103
103
|
|
|
104
|
-
> **NOTE:** Available
|
|
104
|
+
> **NOTE:** Available in v1.113.0+.
|
|
105
105
|
|
|
106
|
-
> **DEPRECATED:** This resource has been
|
|
106
|
+
> **DEPRECATED:** This resource has been from version `1.222.0`.
|
|
107
107
|
|
|
108
108
|
## Example Usage
|
|
109
109
|
|
|
@@ -138,9 +138,9 @@ class IndustrialPidOrganization(pulumi.CustomResource):
|
|
|
138
138
|
"""
|
|
139
139
|
Provides a Brain Industrial Pid Organization resource.
|
|
140
140
|
|
|
141
|
-
> **NOTE:** Available
|
|
141
|
+
> **NOTE:** Available in v1.113.0+.
|
|
142
142
|
|
|
143
|
-
> **DEPRECATED:** This resource has been
|
|
143
|
+
> **DEPRECATED:** This resource has been from version `1.222.0`.
|
|
144
144
|
|
|
145
145
|
## Example Usage
|
|
146
146
|
|
|
@@ -133,9 +133,9 @@ class IndustrialPidProject(pulumi.CustomResource):
|
|
|
133
133
|
"""
|
|
134
134
|
Provides a Brain Industrial Pid Project resource.
|
|
135
135
|
|
|
136
|
-
> **NOTE:** Available
|
|
136
|
+
> **NOTE:** Available in v1.113.0+.
|
|
137
137
|
|
|
138
|
-
> **DEPRECATED:** This resource has been
|
|
138
|
+
> **DEPRECATED:** This resource has been from version `1.222.0`.
|
|
139
139
|
|
|
140
140
|
## Example Usage
|
|
141
141
|
|
|
@@ -173,9 +173,9 @@ class IndustrialPidProject(pulumi.CustomResource):
|
|
|
173
173
|
"""
|
|
174
174
|
Provides a Brain Industrial Pid Project resource.
|
|
175
175
|
|
|
176
|
-
> **NOTE:** Available
|
|
176
|
+
> **NOTE:** Available in v1.113.0+.
|
|
177
177
|
|
|
178
|
-
> **DEPRECATED:** This resource has been
|
|
178
|
+
> **DEPRECATED:** This resource has been from version `1.222.0`.
|
|
179
179
|
|
|
180
180
|
## Example Usage
|
|
181
181
|
|
|
@@ -23,7 +23,7 @@ class CertificateArgs:
|
|
|
23
23
|
The set of arguments for constructing a Certificate resource.
|
|
24
24
|
:param pulumi.Input[str] cert: Cert of the Certificate in which the Certificate will add.
|
|
25
25
|
:param pulumi.Input[str] key: Key of the Certificate in which the Certificate will add.
|
|
26
|
-
:param pulumi.Input[str] name: Name of the Certificate. This name must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
|
|
26
|
+
:param pulumi.Input[str] name: Name of the Certificate. This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
|
|
27
27
|
"""
|
|
28
28
|
pulumi.set(__self__, "cert", cert)
|
|
29
29
|
pulumi.set(__self__, "key", key)
|
|
@@ -84,7 +84,7 @@ class CertificateArgs:
|
|
|
84
84
|
@_utilities.deprecated("""attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""")
|
|
85
85
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
86
86
|
"""
|
|
87
|
-
Name of the Certificate. This name must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
|
|
87
|
+
Name of the Certificate. This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
|
|
88
88
|
"""
|
|
89
89
|
return pulumi.get(self, "name")
|
|
90
90
|
|
|
@@ -105,7 +105,7 @@ class _CertificateState:
|
|
|
105
105
|
Input properties used for looking up and filtering Certificate resources.
|
|
106
106
|
:param pulumi.Input[str] cert: Cert of the Certificate in which the Certificate will add.
|
|
107
107
|
:param pulumi.Input[str] key: Key of the Certificate in which the Certificate will add.
|
|
108
|
-
:param pulumi.Input[str] name: Name of the Certificate. This name must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
|
|
108
|
+
:param pulumi.Input[str] name: Name of the Certificate. This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
|
|
109
109
|
"""
|
|
110
110
|
if cert is not None:
|
|
111
111
|
pulumi.set(__self__, "cert", cert)
|
|
@@ -168,7 +168,7 @@ class _CertificateState:
|
|
|
168
168
|
@_utilities.deprecated("""attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""")
|
|
169
169
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
170
170
|
"""
|
|
171
|
-
Name of the Certificate. This name must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
|
|
171
|
+
Name of the Certificate. This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
|
|
172
172
|
"""
|
|
173
173
|
return pulumi.get(self, "name")
|
|
174
174
|
|
|
@@ -194,92 +194,21 @@ class Certificate(pulumi.CustomResource):
|
|
|
194
194
|
name: Optional[pulumi.Input[str]] = None,
|
|
195
195
|
__props__=None):
|
|
196
196
|
"""
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
For information about SSL Certificates Certificate and how to use it, see [What is Certificate](https://www.alibabacloud.com/help/product/28533.html).
|
|
197
|
+
> **DEPRECATED:** This datasource has been deprecated from version `1.129.0`. Please use new datasource alicloud_ssl_certificates_service_certificate.
|
|
200
198
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
> **NOTE:** Deprecated since v1.129.0.
|
|
199
|
+
Provides a CAS Certificate resource.
|
|
204
200
|
|
|
205
201
|
> **NOTE:** The Certificate name which you want to add must be already registered and had not added by another account. Every Certificate name can only exist in a unique group.
|
|
206
202
|
|
|
207
203
|
> **NOTE:** The Cas Certificate region only support cn-hangzhou, me-east-1, eu-central-1, ap-northeast-1.
|
|
208
204
|
|
|
209
|
-
> **
|
|
210
|
-
|
|
211
|
-
## Example Usage
|
|
212
|
-
|
|
213
|
-
Basic Usage
|
|
214
|
-
|
|
215
|
-
```python
|
|
216
|
-
import pulumi
|
|
217
|
-
import pulumi_alicloud as alicloud
|
|
218
|
-
import pulumi_random as random
|
|
219
|
-
|
|
220
|
-
default = random.index.Integer("default",
|
|
221
|
-
min=10000,
|
|
222
|
-
max=99999)
|
|
223
|
-
default_certificate = alicloud.cas.Certificate("default",
|
|
224
|
-
name=f"tf-example-{default['result']}",
|
|
225
|
-
cert=\"\"\"-----BEGIN CERTIFICATE-----
|
|
226
|
-
MIIDeDCCAmCgAwIBAgIEN3ZT6zANBgkqhkiG9w0BAQsFADBVMQswCQYDVQQGEwJD
|
|
227
|
-
TjEVMBMGA1UEAwwMKi50ZnRlc3QudG9wMRAwDgYDVQQIDAdCZWlKaW5nMRAwDgYD
|
|
228
|
-
VQQHDAdCZWlKaW5nMQswCQYDVQQKDAJBQTAeFw0yMzA4MjgwNjQ5NDNaFw0yNTA4
|
|
229
|
-
MjcwNjQ5NDNaMFUxCzAJBgNVBAYTAkNOMRUwEwYDVQQDDAwqLnRmdGVzdC50b3Ax
|
|
230
|
-
EDAOBgNVBAgMB0JlaUppbmcxEDAOBgNVBAcMB0JlaUppbmcxCzAJBgNVBAoMAkFB
|
|
231
|
-
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzkk9NJUH7PLSQK4RRrGQ
|
|
232
|
-
Y5dVsftkhnKh9HhI6yrnlowWIDPS1PZHOU/5gQ7xPUPGdKQV5S7x8wROnAaXEimx
|
|
233
|
-
N4GdQw25pGhRJvlwme9fzJJiSe6lG49NCxmuBiEdJAzPKaTPpK1cG1f1TqdgCfHR
|
|
234
|
-
HAL6Jxb3ylHG2LlTNFLXikubUi5RT6/9C8psr713Zm4HveCI/cx0WdgZ+fmsc9ft
|
|
235
|
-
rkIB1DdyV1kQ51m8r2rLi3J7aC5ggGOiex/VlGSd4e6SOQLpdQEdDbodtOJ4LgVk
|
|
236
|
-
+arFNCMinUWIOPGFzXhdm6lssPbh4MOBrz8c/M9TcF4hoMn5/o/9johZIZ/DOvXt
|
|
237
|
-
ZQIDAQABo1AwTjAdBgNVHQ4EFgQUOnWiddgeZj17IeysatqhE361o5YwHwYDVR0j
|
|
238
|
-
BBgwFoAUOnWiddgeZj17IeysatqhE361o5YwDAYDVR0TBAUwAwEB/zANBgkqhkiG
|
|
239
|
-
9w0BAQsFAAOCAQEAfh3cnOszHM/5wXjY7BIkmgDOReksS+87ibhBz7T2ddZj+yCF
|
|
240
|
-
9GdIBzXCiHpQFXpW8a3kc3I7l3nGfMTkmF6ld3ot/6SXP17QKJwxtvUA4ib8QkWD
|
|
241
|
-
S7FT+UcHCUHv42Sh1e5uAlQ5pMSul7iKcR7jwlwZGZ0905HOqrmdyUGJ+Ud2uZWD
|
|
242
|
-
AC0dJF6Bv9VhNtci8Imp05PaPH09deXLZu8LRrKRZFy9qLW5R6Swv7nzxckOAqDk
|
|
243
|
-
TTc40xwvQROekWUyxeJL7xaHuylUHE0bxsiIfx5bZsBizRjprIwGlj85CSPuTZyP
|
|
244
|
-
DPfaiZAN/61h5HNAnxLltOZfqabKYYw7l9LBDg==
|
|
245
|
-
-----END CERTIFICATE-----
|
|
246
|
-
\"\"\",
|
|
247
|
-
key=\"\"\"-----BEGIN PRIVATE KEY-----
|
|
248
|
-
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDOST00lQfs8tJA
|
|
249
|
-
rhFGsZBjl1Wx+2SGcqH0eEjrKueWjBYgM9LU9kc5T/mBDvE9Q8Z0pBXlLvHzBE6c
|
|
250
|
-
BpcSKbE3gZ1DDbmkaFEm+XCZ71/MkmJJ7qUbj00LGa4GIR0kDM8ppM+krVwbV/VO
|
|
251
|
-
p2AJ8dEcAvonFvfKUcbYuVM0UteKS5tSLlFPr/0LymyvvXdmbge94Ij9zHRZ2Bn5
|
|
252
|
-
+axz1+2uQgHUN3JXWRDnWbyvasuLcntoLmCAY6J7H9WUZJ3h7pI5Aul1AR0Nuh20
|
|
253
|
-
4nguBWT5qsU0IyKdRYg48YXNeF2bqWyw9uHgw4GvPxz8z1NwXiGgyfn+j/2OiFkh
|
|
254
|
-
n8M69e1lAgMBAAECggEAevPgTTT+0lYwx2h416ACJboP09O5KQGuUl5XaAPcoTjB
|
|
255
|
-
/1OkOFbKQPjQCAJ1+0QoR2F9w2plv6kziX/MD4FWJXVV3J+TpNCgfhBy8u1gNjiR
|
|
256
|
-
6Osa8gBJtXIK7ZBTJCeWWoXnVYoWuh2FEupkLck6D+4eV6oy6x4u3QIo+6jc24n9
|
|
257
|
-
dIXQG6/v/Iao34kB0LUdp/4WNaUDvfI6NDhEwchpKE95dtWIDlIN/YhfiYAdjrnl
|
|
258
|
-
YmH2VDbAGgsdEiHP4wLZfjgsGPPDGS0+qBHoSiJGH0E6wWEZdAE4TsYGRFsO86n3
|
|
259
|
-
LfjEPFGfPlcnZe2cTTe3kmyKq/DTjxtu2rh3I8o2CQKBgQD/5Xe7cenaOBefzPlx
|
|
260
|
-
GOEsB+qv49UmzEPOXDNZe9hmAawuuuxPUM+xlE++P+mEgQm1LPT4WWgtFLPVuwmx
|
|
261
|
-
ncxt4CJNZh+ZGFyAZ4dm4M4ZhIBXNonyIP+yGyAJUUVF9Iy3TYcJNiGzv2Rx9JRQ
|
|
262
|
-
XWJMQnTDILmZbmU+ltTea7/zqwKBgQDOXqCqb17MuLt7OcKWSgthm79OlaOdzZvl
|
|
263
|
-
i9qU6VzZKG7Axc5gA9yq6tHp3vWPI4bNdvwqIIa/nzVILjGA5fcYFbRN+7gHwo8s
|
|
264
|
-
rNAgi5PAoKWqQRovyJRY9Eq/sn6l1jbJZAOUAMZMWDm8z89OqK7PNQSIAtfFSneo
|
|
265
|
-
2QxJkGeTLwKBgGJkafBB8af9b1/7YWISLepPNPbihH/BhMThAMGEdAVs2TaymtA4
|
|
266
|
-
g1OFck/1pSVUtFXcbmjbf8ntruQcYbLQuNz6lFXsUXP9QPwCUrbE85ouL2bZSps2
|
|
267
|
-
AvsJoPzUKe2nBUAp6CUrkjPaAJYsc6ae8X/fAaRRfeu33ef9+OV4yrq3AoGAYFZo
|
|
268
|
-
ZmfrN2Kdkt7Z6dLTEVPlsMfGQ6pyNmxdM9rkzzNC0JcGymfDIb7RE35T3+hTy6La
|
|
269
|
-
AMiCXv3xn6qAzY2NFh87tpPlyymWMOLTnf3Kkcfszlfp45idOBGCu46V9NDVbppT
|
|
270
|
-
2UmrSIR/H5dbTXsNcAlt/hhlpeInjhkU1VqmH10CgYEA7Kk+QhWq705SczpWjm5J
|
|
271
|
-
9kHqfFzJLwAWNBduiia0WypgPhLe/4wT1rYQkBtKMVKrgFo7Cvi4YKlrtlDnXyeU
|
|
272
|
-
CIFqfEL5NriQelqrFsvgHsmD+MpvDoSWm5C8IrTubtlNyWUzXSVT4OIwzPobzPqG
|
|
273
|
-
LILJ+e7bLw8RrM0HfgFnl8c=
|
|
274
|
-
-----END PRIVATE KEY-----
|
|
275
|
-
\"\"\")
|
|
276
|
-
```
|
|
205
|
+
> **NOTE:** Available in 1.35.0+ .
|
|
277
206
|
|
|
278
207
|
:param str resource_name: The name of the resource.
|
|
279
208
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
280
209
|
:param pulumi.Input[str] cert: Cert of the Certificate in which the Certificate will add.
|
|
281
210
|
:param pulumi.Input[str] key: Key of the Certificate in which the Certificate will add.
|
|
282
|
-
:param pulumi.Input[str] name: Name of the Certificate. This name must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
|
|
211
|
+
:param pulumi.Input[str] name: Name of the Certificate. This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
|
|
283
212
|
"""
|
|
284
213
|
...
|
|
285
214
|
@overload
|
|
@@ -288,86 +217,15 @@ class Certificate(pulumi.CustomResource):
|
|
|
288
217
|
args: CertificateArgs,
|
|
289
218
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
290
219
|
"""
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
For information about SSL Certificates Certificate and how to use it, see [What is Certificate](https://www.alibabacloud.com/help/product/28533.html).
|
|
220
|
+
> **DEPRECATED:** This datasource has been deprecated from version `1.129.0`. Please use new datasource alicloud_ssl_certificates_service_certificate.
|
|
294
221
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
> **NOTE:** Deprecated since v1.129.0.
|
|
222
|
+
Provides a CAS Certificate resource.
|
|
298
223
|
|
|
299
224
|
> **NOTE:** The Certificate name which you want to add must be already registered and had not added by another account. Every Certificate name can only exist in a unique group.
|
|
300
225
|
|
|
301
226
|
> **NOTE:** The Cas Certificate region only support cn-hangzhou, me-east-1, eu-central-1, ap-northeast-1.
|
|
302
227
|
|
|
303
|
-
> **
|
|
304
|
-
|
|
305
|
-
## Example Usage
|
|
306
|
-
|
|
307
|
-
Basic Usage
|
|
308
|
-
|
|
309
|
-
```python
|
|
310
|
-
import pulumi
|
|
311
|
-
import pulumi_alicloud as alicloud
|
|
312
|
-
import pulumi_random as random
|
|
313
|
-
|
|
314
|
-
default = random.index.Integer("default",
|
|
315
|
-
min=10000,
|
|
316
|
-
max=99999)
|
|
317
|
-
default_certificate = alicloud.cas.Certificate("default",
|
|
318
|
-
name=f"tf-example-{default['result']}",
|
|
319
|
-
cert=\"\"\"-----BEGIN CERTIFICATE-----
|
|
320
|
-
MIIDeDCCAmCgAwIBAgIEN3ZT6zANBgkqhkiG9w0BAQsFADBVMQswCQYDVQQGEwJD
|
|
321
|
-
TjEVMBMGA1UEAwwMKi50ZnRlc3QudG9wMRAwDgYDVQQIDAdCZWlKaW5nMRAwDgYD
|
|
322
|
-
VQQHDAdCZWlKaW5nMQswCQYDVQQKDAJBQTAeFw0yMzA4MjgwNjQ5NDNaFw0yNTA4
|
|
323
|
-
MjcwNjQ5NDNaMFUxCzAJBgNVBAYTAkNOMRUwEwYDVQQDDAwqLnRmdGVzdC50b3Ax
|
|
324
|
-
EDAOBgNVBAgMB0JlaUppbmcxEDAOBgNVBAcMB0JlaUppbmcxCzAJBgNVBAoMAkFB
|
|
325
|
-
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzkk9NJUH7PLSQK4RRrGQ
|
|
326
|
-
Y5dVsftkhnKh9HhI6yrnlowWIDPS1PZHOU/5gQ7xPUPGdKQV5S7x8wROnAaXEimx
|
|
327
|
-
N4GdQw25pGhRJvlwme9fzJJiSe6lG49NCxmuBiEdJAzPKaTPpK1cG1f1TqdgCfHR
|
|
328
|
-
HAL6Jxb3ylHG2LlTNFLXikubUi5RT6/9C8psr713Zm4HveCI/cx0WdgZ+fmsc9ft
|
|
329
|
-
rkIB1DdyV1kQ51m8r2rLi3J7aC5ggGOiex/VlGSd4e6SOQLpdQEdDbodtOJ4LgVk
|
|
330
|
-
+arFNCMinUWIOPGFzXhdm6lssPbh4MOBrz8c/M9TcF4hoMn5/o/9johZIZ/DOvXt
|
|
331
|
-
ZQIDAQABo1AwTjAdBgNVHQ4EFgQUOnWiddgeZj17IeysatqhE361o5YwHwYDVR0j
|
|
332
|
-
BBgwFoAUOnWiddgeZj17IeysatqhE361o5YwDAYDVR0TBAUwAwEB/zANBgkqhkiG
|
|
333
|
-
9w0BAQsFAAOCAQEAfh3cnOszHM/5wXjY7BIkmgDOReksS+87ibhBz7T2ddZj+yCF
|
|
334
|
-
9GdIBzXCiHpQFXpW8a3kc3I7l3nGfMTkmF6ld3ot/6SXP17QKJwxtvUA4ib8QkWD
|
|
335
|
-
S7FT+UcHCUHv42Sh1e5uAlQ5pMSul7iKcR7jwlwZGZ0905HOqrmdyUGJ+Ud2uZWD
|
|
336
|
-
AC0dJF6Bv9VhNtci8Imp05PaPH09deXLZu8LRrKRZFy9qLW5R6Swv7nzxckOAqDk
|
|
337
|
-
TTc40xwvQROekWUyxeJL7xaHuylUHE0bxsiIfx5bZsBizRjprIwGlj85CSPuTZyP
|
|
338
|
-
DPfaiZAN/61h5HNAnxLltOZfqabKYYw7l9LBDg==
|
|
339
|
-
-----END CERTIFICATE-----
|
|
340
|
-
\"\"\",
|
|
341
|
-
key=\"\"\"-----BEGIN PRIVATE KEY-----
|
|
342
|
-
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDOST00lQfs8tJA
|
|
343
|
-
rhFGsZBjl1Wx+2SGcqH0eEjrKueWjBYgM9LU9kc5T/mBDvE9Q8Z0pBXlLvHzBE6c
|
|
344
|
-
BpcSKbE3gZ1DDbmkaFEm+XCZ71/MkmJJ7qUbj00LGa4GIR0kDM8ppM+krVwbV/VO
|
|
345
|
-
p2AJ8dEcAvonFvfKUcbYuVM0UteKS5tSLlFPr/0LymyvvXdmbge94Ij9zHRZ2Bn5
|
|
346
|
-
+axz1+2uQgHUN3JXWRDnWbyvasuLcntoLmCAY6J7H9WUZJ3h7pI5Aul1AR0Nuh20
|
|
347
|
-
4nguBWT5qsU0IyKdRYg48YXNeF2bqWyw9uHgw4GvPxz8z1NwXiGgyfn+j/2OiFkh
|
|
348
|
-
n8M69e1lAgMBAAECggEAevPgTTT+0lYwx2h416ACJboP09O5KQGuUl5XaAPcoTjB
|
|
349
|
-
/1OkOFbKQPjQCAJ1+0QoR2F9w2plv6kziX/MD4FWJXVV3J+TpNCgfhBy8u1gNjiR
|
|
350
|
-
6Osa8gBJtXIK7ZBTJCeWWoXnVYoWuh2FEupkLck6D+4eV6oy6x4u3QIo+6jc24n9
|
|
351
|
-
dIXQG6/v/Iao34kB0LUdp/4WNaUDvfI6NDhEwchpKE95dtWIDlIN/YhfiYAdjrnl
|
|
352
|
-
YmH2VDbAGgsdEiHP4wLZfjgsGPPDGS0+qBHoSiJGH0E6wWEZdAE4TsYGRFsO86n3
|
|
353
|
-
LfjEPFGfPlcnZe2cTTe3kmyKq/DTjxtu2rh3I8o2CQKBgQD/5Xe7cenaOBefzPlx
|
|
354
|
-
GOEsB+qv49UmzEPOXDNZe9hmAawuuuxPUM+xlE++P+mEgQm1LPT4WWgtFLPVuwmx
|
|
355
|
-
ncxt4CJNZh+ZGFyAZ4dm4M4ZhIBXNonyIP+yGyAJUUVF9Iy3TYcJNiGzv2Rx9JRQ
|
|
356
|
-
XWJMQnTDILmZbmU+ltTea7/zqwKBgQDOXqCqb17MuLt7OcKWSgthm79OlaOdzZvl
|
|
357
|
-
i9qU6VzZKG7Axc5gA9yq6tHp3vWPI4bNdvwqIIa/nzVILjGA5fcYFbRN+7gHwo8s
|
|
358
|
-
rNAgi5PAoKWqQRovyJRY9Eq/sn6l1jbJZAOUAMZMWDm8z89OqK7PNQSIAtfFSneo
|
|
359
|
-
2QxJkGeTLwKBgGJkafBB8af9b1/7YWISLepPNPbihH/BhMThAMGEdAVs2TaymtA4
|
|
360
|
-
g1OFck/1pSVUtFXcbmjbf8ntruQcYbLQuNz6lFXsUXP9QPwCUrbE85ouL2bZSps2
|
|
361
|
-
AvsJoPzUKe2nBUAp6CUrkjPaAJYsc6ae8X/fAaRRfeu33ef9+OV4yrq3AoGAYFZo
|
|
362
|
-
ZmfrN2Kdkt7Z6dLTEVPlsMfGQ6pyNmxdM9rkzzNC0JcGymfDIb7RE35T3+hTy6La
|
|
363
|
-
AMiCXv3xn6qAzY2NFh87tpPlyymWMOLTnf3Kkcfszlfp45idOBGCu46V9NDVbppT
|
|
364
|
-
2UmrSIR/H5dbTXsNcAlt/hhlpeInjhkU1VqmH10CgYEA7Kk+QhWq705SczpWjm5J
|
|
365
|
-
9kHqfFzJLwAWNBduiia0WypgPhLe/4wT1rYQkBtKMVKrgFo7Cvi4YKlrtlDnXyeU
|
|
366
|
-
CIFqfEL5NriQelqrFsvgHsmD+MpvDoSWm5C8IrTubtlNyWUzXSVT4OIwzPobzPqG
|
|
367
|
-
LILJ+e7bLw8RrM0HfgFnl8c=
|
|
368
|
-
-----END PRIVATE KEY-----
|
|
369
|
-
\"\"\")
|
|
370
|
-
```
|
|
228
|
+
> **NOTE:** Available in 1.35.0+ .
|
|
371
229
|
|
|
372
230
|
:param str resource_name: The name of the resource.
|
|
373
231
|
:param CertificateArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -432,7 +290,7 @@ class Certificate(pulumi.CustomResource):
|
|
|
432
290
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
433
291
|
:param pulumi.Input[str] cert: Cert of the Certificate in which the Certificate will add.
|
|
434
292
|
:param pulumi.Input[str] key: Key of the Certificate in which the Certificate will add.
|
|
435
|
-
:param pulumi.Input[str] name: Name of the Certificate. This name must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
|
|
293
|
+
:param pulumi.Input[str] name: Name of the Certificate. This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
|
|
436
294
|
"""
|
|
437
295
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
438
296
|
|
|
@@ -476,7 +334,7 @@ class Certificate(pulumi.CustomResource):
|
|
|
476
334
|
@_utilities.deprecated("""attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""")
|
|
477
335
|
def name(self) -> pulumi.Output[str]:
|
|
478
336
|
"""
|
|
479
|
-
Name of the Certificate. This name must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
|
|
337
|
+
Name of the Certificate. This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
|
|
480
338
|
"""
|
|
481
339
|
return pulumi.get(self, "name")
|
|
482
340
|
|
|
@@ -23,7 +23,10 @@ class ServiceCertificateArgs:
|
|
|
23
23
|
The set of arguments for constructing a ServiceCertificate resource.
|
|
24
24
|
:param pulumi.Input[str] cert: Cert of the Certificate in which the Certificate will add.
|
|
25
25
|
:param pulumi.Input[str] key: Key of the Certificate in which the Certificate will add.
|
|
26
|
-
:param pulumi.Input[str] certificate_name: Name of the Certificate.
|
|
26
|
+
:param pulumi.Input[str] certificate_name: Name of the Certificate.
|
|
27
|
+
This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-",
|
|
28
|
+
and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time.
|
|
29
|
+
Suffix .sh and .tel are not supported.
|
|
27
30
|
**NOTE:** One of `certificate_name` and `name` must be specified.
|
|
28
31
|
:param pulumi.Input[str] lang: The lang.
|
|
29
32
|
:param pulumi.Input[str] name: It has been deprecated from version 1.129.0 and using `certificate_name` instead.
|
|
@@ -68,7 +71,10 @@ class ServiceCertificateArgs:
|
|
|
68
71
|
@pulumi.getter(name="certificateName")
|
|
69
72
|
def certificate_name(self) -> Optional[pulumi.Input[str]]:
|
|
70
73
|
"""
|
|
71
|
-
Name of the Certificate.
|
|
74
|
+
Name of the Certificate.
|
|
75
|
+
This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-",
|
|
76
|
+
and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time.
|
|
77
|
+
Suffix .sh and .tel are not supported.
|
|
72
78
|
**NOTE:** One of `certificate_name` and `name` must be specified.
|
|
73
79
|
"""
|
|
74
80
|
return pulumi.get(self, "certificate_name")
|
|
@@ -114,7 +120,10 @@ class _ServiceCertificateState:
|
|
|
114
120
|
"""
|
|
115
121
|
Input properties used for looking up and filtering ServiceCertificate resources.
|
|
116
122
|
:param pulumi.Input[str] cert: Cert of the Certificate in which the Certificate will add.
|
|
117
|
-
:param pulumi.Input[str] certificate_name: Name of the Certificate.
|
|
123
|
+
:param pulumi.Input[str] certificate_name: Name of the Certificate.
|
|
124
|
+
This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-",
|
|
125
|
+
and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time.
|
|
126
|
+
Suffix .sh and .tel are not supported.
|
|
118
127
|
**NOTE:** One of `certificate_name` and `name` must be specified.
|
|
119
128
|
:param pulumi.Input[str] key: Key of the Certificate in which the Certificate will add.
|
|
120
129
|
:param pulumi.Input[str] lang: The lang.
|
|
@@ -150,7 +159,10 @@ class _ServiceCertificateState:
|
|
|
150
159
|
@pulumi.getter(name="certificateName")
|
|
151
160
|
def certificate_name(self) -> Optional[pulumi.Input[str]]:
|
|
152
161
|
"""
|
|
153
|
-
Name of the Certificate.
|
|
162
|
+
Name of the Certificate.
|
|
163
|
+
This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-",
|
|
164
|
+
and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time.
|
|
165
|
+
Suffix .sh and .tel are not supported.
|
|
154
166
|
**NOTE:** One of `certificate_name` and `name` must be specified.
|
|
155
167
|
"""
|
|
156
168
|
return pulumi.get(self, "certificate_name")
|
|
@@ -228,7 +240,7 @@ class ServiceCertificate(pulumi.CustomResource):
|
|
|
228
240
|
min=10000,
|
|
229
241
|
max=99999)
|
|
230
242
|
default_service_certificate = alicloud.cas.ServiceCertificate("default",
|
|
231
|
-
certificate_name=f"
|
|
243
|
+
certificate_name=f"tf-example-{default['result']}",
|
|
232
244
|
cert=\"\"\"-----BEGIN CERTIFICATE-----
|
|
233
245
|
MIIDeDCCAmCgAwIBAgIEN3ZT6zANBgkqhkiG9w0BAQsFADBVMQswCQYDVQQGEwJD
|
|
234
246
|
TjEVMBMGA1UEAwwMKi50ZnRlc3QudG9wMRAwDgYDVQQIDAdCZWlKaW5nMRAwDgYD
|
|
@@ -293,7 +305,10 @@ class ServiceCertificate(pulumi.CustomResource):
|
|
|
293
305
|
:param str resource_name: The name of the resource.
|
|
294
306
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
295
307
|
:param pulumi.Input[str] cert: Cert of the Certificate in which the Certificate will add.
|
|
296
|
-
:param pulumi.Input[str] certificate_name: Name of the Certificate.
|
|
308
|
+
:param pulumi.Input[str] certificate_name: Name of the Certificate.
|
|
309
|
+
This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-",
|
|
310
|
+
and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time.
|
|
311
|
+
Suffix .sh and .tel are not supported.
|
|
297
312
|
**NOTE:** One of `certificate_name` and `name` must be specified.
|
|
298
313
|
:param pulumi.Input[str] key: Key of the Certificate in which the Certificate will add.
|
|
299
314
|
:param pulumi.Input[str] lang: The lang.
|
|
@@ -325,7 +340,7 @@ class ServiceCertificate(pulumi.CustomResource):
|
|
|
325
340
|
min=10000,
|
|
326
341
|
max=99999)
|
|
327
342
|
default_service_certificate = alicloud.cas.ServiceCertificate("default",
|
|
328
|
-
certificate_name=f"
|
|
343
|
+
certificate_name=f"tf-example-{default['result']}",
|
|
329
344
|
cert=\"\"\"-----BEGIN CERTIFICATE-----
|
|
330
345
|
MIIDeDCCAmCgAwIBAgIEN3ZT6zANBgkqhkiG9w0BAQsFADBVMQswCQYDVQQGEwJD
|
|
331
346
|
TjEVMBMGA1UEAwwMKi50ZnRlc3QudG9wMRAwDgYDVQQIDAdCZWlKaW5nMRAwDgYD
|
|
@@ -448,7 +463,10 @@ class ServiceCertificate(pulumi.CustomResource):
|
|
|
448
463
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
449
464
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
450
465
|
:param pulumi.Input[str] cert: Cert of the Certificate in which the Certificate will add.
|
|
451
|
-
:param pulumi.Input[str] certificate_name: Name of the Certificate.
|
|
466
|
+
:param pulumi.Input[str] certificate_name: Name of the Certificate.
|
|
467
|
+
This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-",
|
|
468
|
+
and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time.
|
|
469
|
+
Suffix .sh and .tel are not supported.
|
|
452
470
|
**NOTE:** One of `certificate_name` and `name` must be specified.
|
|
453
471
|
:param pulumi.Input[str] key: Key of the Certificate in which the Certificate will add.
|
|
454
472
|
:param pulumi.Input[str] lang: The lang.
|
|
@@ -477,7 +495,10 @@ class ServiceCertificate(pulumi.CustomResource):
|
|
|
477
495
|
@pulumi.getter(name="certificateName")
|
|
478
496
|
def certificate_name(self) -> pulumi.Output[str]:
|
|
479
497
|
"""
|
|
480
|
-
Name of the Certificate.
|
|
498
|
+
Name of the Certificate.
|
|
499
|
+
This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-",
|
|
500
|
+
and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time.
|
|
501
|
+
Suffix .sh and .tel are not supported.
|
|
481
502
|
**NOTE:** One of `certificate_name` and `name` must be specified.
|
|
482
503
|
"""
|
|
483
504
|
return pulumi.get(self, "certificate_name")
|
|
@@ -219,7 +219,7 @@ class RealTimeLogDelivery(pulumi.CustomResource):
|
|
|
219
219
|
project_name=f"terraform-example-{default_integer['result']}",
|
|
220
220
|
description="terraform-example")
|
|
221
221
|
default_store = alicloud.log.Store("default",
|
|
222
|
-
project_name=default_project.
|
|
222
|
+
project_name=default_project.name,
|
|
223
223
|
logstore_name="example-store",
|
|
224
224
|
shard_count=3,
|
|
225
225
|
auto_split=True,
|
|
@@ -290,7 +290,7 @@ class RealTimeLogDelivery(pulumi.CustomResource):
|
|
|
290
290
|
project_name=f"terraform-example-{default_integer['result']}",
|
|
291
291
|
description="terraform-example")
|
|
292
292
|
default_store = alicloud.log.Store("default",
|
|
293
|
-
project_name=default_project.
|
|
293
|
+
project_name=default_project.name,
|
|
294
294
|
logstore_name="example-store",
|
|
295
295
|
shard_count=3,
|
|
296
296
|
auto_split=True,
|