pulumi-alicloud 3.71.0a1735362939__py3-none-any.whl → 3.72.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +83 -0
- pulumi_alicloud/_inputs.py +471 -0
- pulumi_alicloud/adb/cluster.py +68 -0
- pulumi_alicloud/adb/db_cluster.py +94 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +39 -4
- pulumi_alicloud/adb/outputs.py +106 -2
- pulumi_alicloud/apig/__init__.py +12 -0
- pulumi_alicloud/apig/_inputs.py +263 -0
- pulumi_alicloud/apig/environment.py +317 -0
- pulumi_alicloud/apig/gateway.py +645 -0
- pulumi_alicloud/apig/http_api.py +465 -0
- pulumi_alicloud/apig/outputs.py +213 -0
- pulumi_alicloud/cfg/get_aggregate_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_aggregate_config_rules.py +4 -4
- pulumi_alicloud/cfg/get_aggregate_deliveries.py +16 -2
- pulumi_alicloud/cfg/get_aggregators.py +2 -2
- pulumi_alicloud/cfg/get_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_configuration_recorders.py +2 -6
- pulumi_alicloud/cfg/get_deliveries.py +11 -2
- pulumi_alicloud/cfg/get_delivery_channels.py +0 -4
- pulumi_alicloud/cfg/get_rules.py +3 -7
- pulumi_alicloud/cfg/outputs.py +28 -20
- pulumi_alicloud/cloudfirewall/get_instance_members.py +2 -2
- pulumi_alicloud/cloudfirewall/get_instances.py +23 -6
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_cens.py +2 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +32 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewalls.py +2 -2
- pulumi_alicloud/cloudfirewall/instance.py +1 -1
- pulumi_alicloud/cloudfirewall/outputs.py +16 -4
- pulumi_alicloud/config/__init__.pyi +2 -0
- pulumi_alicloud/config/outputs.py +284 -0
- pulumi_alicloud/config/vars.py +4 -0
- pulumi_alicloud/cr/_inputs.py +128 -0
- pulumi_alicloud/cr/outputs.py +93 -0
- pulumi_alicloud/cr/registry_enterprise_instance.py +86 -63
- pulumi_alicloud/cs/registry_enterprise_sync_rule.py +331 -38
- pulumi_alicloud/dcdn/get_domains.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +14 -2
- pulumi_alicloud/dcdn/get_waf_domains.py +5 -2
- pulumi_alicloud/dcdn/get_waf_policies.py +8 -2
- pulumi_alicloud/dcdn/outputs.py +6 -6
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +8 -2
- pulumi_alicloud/ddos/get_ddos_coo_ports.py +16 -4
- pulumi_alicloud/ddos/outputs.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +9 -0
- pulumi_alicloud/ecs/ecs_snapshot.py +65 -9
- pulumi_alicloud/ecs/get_ecs_disks.py +103 -14
- pulumi_alicloud/ecs/get_instance_types.py +1 -1
- pulumi_alicloud/ecs/outputs.py +168 -37
- pulumi_alicloud/ecs/security_group.py +161 -81
- pulumi_alicloud/ecs/snapshot.py +40 -0
- pulumi_alicloud/eds/ram_directory.py +4 -0
- pulumi_alicloud/esa/__init__.py +3 -0
- pulumi_alicloud/esa/_inputs.py +456 -0
- pulumi_alicloud/esa/outputs.py +321 -0
- pulumi_alicloud/esa/record.py +798 -0
- pulumi_alicloud/ess/get_scaling_configurations.py +116 -10
- pulumi_alicloud/ess/notification.py +50 -3
- pulumi_alicloud/ess/outputs.py +104 -8
- pulumi_alicloud/ess/scheduled_task.py +7 -7
- pulumi_alicloud/expressconnect/__init__.py +1 -0
- pulumi_alicloud/expressconnect/router_grant_association.py +477 -0
- pulumi_alicloud/fc/v3_trigger.py +1 -1
- pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +11 -2
- pulumi_alicloud/ga/get_acls.py +14 -2
- pulumi_alicloud/ga/get_additional_certificates.py +11 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +14 -2
- pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerate_ips.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerators.py +2 -2
- pulumi_alicloud/ga/get_basic_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_port_mappings.py +2 -2
- pulumi_alicloud/ga/get_domains.py +2 -2
- pulumi_alicloud/ga/get_forwarding_rules.py +8 -2
- pulumi_alicloud/ga/get_ip_sets.py +8 -2
- pulumi_alicloud/ga/get_listeners.py +11 -2
- pulumi_alicloud/ga/outputs.py +64 -32
- pulumi_alicloud/get_msc_sub_contact_verification_message.py +2 -2
- pulumi_alicloud/get_msc_sub_contacts.py +8 -2
- pulumi_alicloud/get_msc_sub_subscriptions.py +5 -2
- pulumi_alicloud/get_msc_sub_webhooks.py +8 -2
- pulumi_alicloud/kms/key.py +108 -28
- pulumi_alicloud/kvstore/backup_policy.py +32 -24
- pulumi_alicloud/kvstore/get_instances.py +14 -3
- pulumi_alicloud/kvstore/outputs.py +48 -4
- pulumi_alicloud/marketplace/order.py +2 -2
- pulumi_alicloud/mongodb/__init__.py +1 -0
- pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
- pulumi_alicloud/oss/__init__.py +2 -0
- pulumi_alicloud/oss/_inputs.py +68 -0
- pulumi_alicloud/oss/access_point.py +463 -0
- pulumi_alicloud/oss/bucket_worm.py +327 -0
- pulumi_alicloud/oss/outputs.py +74 -0
- pulumi_alicloud/polardb/cluster.py +47 -0
- pulumi_alicloud/privatelink/get_service.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +14 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +8 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +23 -2
- pulumi_alicloud/privatelink/outputs.py +6 -6
- pulumi_alicloud/privatelink/vpc_endpoint.py +143 -69
- pulumi_alicloud/privatelink/vpc_endpoint_service.py +47 -0
- pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +2 -2
- pulumi_alicloud/provider.py +20 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/get_policies.py +66 -8
- pulumi_alicloud/rds/instance.py +211 -14
- pulumi_alicloud/redis/tair_instance.py +47 -0
- pulumi_alicloud/resourcemanager/control_policy_attachment.py +28 -28
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/schedulerx/__init__.py +3 -0
- pulumi_alicloud/schedulerx/_inputs.py +542 -0
- pulumi_alicloud/schedulerx/app_group.py +952 -0
- pulumi_alicloud/schedulerx/job.py +1454 -0
- pulumi_alicloud/schedulerx/namespace.py +64 -51
- pulumi_alicloud/schedulerx/outputs.py +425 -0
- pulumi_alicloud/sddp/get_configs.py +5 -2
- pulumi_alicloud/sddp/get_data_limits.py +11 -2
- pulumi_alicloud/sddp/get_instances.py +5 -2
- pulumi_alicloud/sddp/get_rules.py +29 -2
- pulumi_alicloud/sddp/outputs.py +14 -14
- pulumi_alicloud/vpc/get_peer_connections.py +17 -2
- pulumi_alicloud/vpc/network.py +293 -40
- pulumi_alicloud/vpc/outputs.py +2 -2
- pulumi_alicloud/vpc/peer_connection.py +239 -132
- pulumi_alicloud/vpc/peer_connection_accepter.py +85 -6
- pulumi_alicloud/waf/domain.py +2 -2
- pulumi_alicloud/waf/get_certificates.py +14 -2
- pulumi_alicloud/waf/get_domains.py +6 -4
- pulumi_alicloud/waf/get_instances.py +2 -2
- pulumi_alicloud/waf/instance.py +0 -64
- pulumi_alicloud/waf/outputs.py +2 -4
- pulumi_alicloud/wafv3/get_instances.py +10 -4
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/RECORD +142 -126
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/top_level.txt +0 -0
|
@@ -47,6 +47,9 @@ class GetConfigsResult:
|
|
|
47
47
|
@property
|
|
48
48
|
@pulumi.getter
|
|
49
49
|
def configs(self) -> Sequence['outputs.GetConfigsConfigResult']:
|
|
50
|
+
"""
|
|
51
|
+
A list of Sddp Configs. Each element contains the following attributes:
|
|
52
|
+
"""
|
|
50
53
|
return pulumi.get(self, "configs")
|
|
51
54
|
|
|
52
55
|
@property
|
|
@@ -93,7 +96,7 @@ def get_configs(ids: Optional[Sequence[str]] = None,
|
|
|
93
96
|
"""
|
|
94
97
|
This data source provides the Sddp Configs of the current Alibaba Cloud user.
|
|
95
98
|
|
|
96
|
-
> **NOTE:** Available
|
|
99
|
+
> **NOTE:** Available since v1.133.0.
|
|
97
100
|
|
|
98
101
|
## Example Usage
|
|
99
102
|
|
|
@@ -135,7 +138,7 @@ def get_configs_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = No
|
|
|
135
138
|
"""
|
|
136
139
|
This data source provides the Sddp Configs of the current Alibaba Cloud user.
|
|
137
140
|
|
|
138
|
-
> **NOTE:** Available
|
|
141
|
+
> **NOTE:** Available since v1.133.0.
|
|
139
142
|
|
|
140
143
|
## Example Usage
|
|
141
144
|
|
|
@@ -63,6 +63,9 @@ class GetDataLimitsResult:
|
|
|
63
63
|
@property
|
|
64
64
|
@pulumi.getter
|
|
65
65
|
def limits(self) -> Sequence['outputs.GetDataLimitsLimitResult']:
|
|
66
|
+
"""
|
|
67
|
+
A list of Sddp Data Limits. Each element contains the following attributes:
|
|
68
|
+
"""
|
|
66
69
|
return pulumi.get(self, "limits")
|
|
67
70
|
|
|
68
71
|
@property
|
|
@@ -73,11 +76,17 @@ class GetDataLimitsResult:
|
|
|
73
76
|
@property
|
|
74
77
|
@pulumi.getter(name="parentId")
|
|
75
78
|
def parent_id(self) -> Optional[str]:
|
|
79
|
+
"""
|
|
80
|
+
The ID of the data asset.
|
|
81
|
+
"""
|
|
76
82
|
return pulumi.get(self, "parent_id")
|
|
77
83
|
|
|
78
84
|
@property
|
|
79
85
|
@pulumi.getter(name="resourceType")
|
|
80
86
|
def resource_type(self) -> Optional[str]:
|
|
87
|
+
"""
|
|
88
|
+
The type of the service to which the data asset belongs.
|
|
89
|
+
"""
|
|
81
90
|
return pulumi.get(self, "resource_type")
|
|
82
91
|
|
|
83
92
|
|
|
@@ -103,7 +112,7 @@ def get_data_limits(ids: Optional[Sequence[str]] = None,
|
|
|
103
112
|
"""
|
|
104
113
|
This data source provides the Sddp Data Limits of the current Alibaba Cloud user.
|
|
105
114
|
|
|
106
|
-
> **NOTE:** Available
|
|
115
|
+
> **NOTE:** Available since v1.159.0.
|
|
107
116
|
|
|
108
117
|
## Example Usage
|
|
109
118
|
|
|
@@ -146,7 +155,7 @@ def get_data_limits_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]]
|
|
|
146
155
|
"""
|
|
147
156
|
This data source provides the Sddp Data Limits of the current Alibaba Cloud user.
|
|
148
157
|
|
|
149
|
-
> **NOTE:** Available
|
|
158
|
+
> **NOTE:** Available since v1.159.0.
|
|
150
159
|
|
|
151
160
|
## Example Usage
|
|
152
161
|
|
|
@@ -49,6 +49,9 @@ class GetInstancesResult:
|
|
|
49
49
|
@property
|
|
50
50
|
@pulumi.getter
|
|
51
51
|
def instances(self) -> Sequence['outputs.GetInstancesInstanceResult']:
|
|
52
|
+
"""
|
|
53
|
+
A list of Sddp Instances. Each element contains the following attributes:
|
|
54
|
+
"""
|
|
52
55
|
return pulumi.get(self, "instances")
|
|
53
56
|
|
|
54
57
|
@property
|
|
@@ -73,7 +76,7 @@ def get_instances(output_file: Optional[str] = None,
|
|
|
73
76
|
"""
|
|
74
77
|
This data source provides the Sddp Instances of the current Alibaba Cloud user.
|
|
75
78
|
|
|
76
|
-
> **NOTE:** Available
|
|
79
|
+
> **NOTE:** Available since v1.136.0.
|
|
77
80
|
|
|
78
81
|
## Example Usage
|
|
79
82
|
|
|
@@ -104,7 +107,7 @@ def get_instances_output(output_file: Optional[pulumi.Input[Optional[str]]] = No
|
|
|
104
107
|
"""
|
|
105
108
|
This data source provides the Sddp Instances of the current Alibaba Cloud user.
|
|
106
109
|
|
|
107
|
-
> **NOTE:** Available
|
|
110
|
+
> **NOTE:** Available since v1.136.0.
|
|
108
111
|
|
|
109
112
|
## Example Usage
|
|
110
113
|
|
|
@@ -80,16 +80,25 @@ class GetRulesResult:
|
|
|
80
80
|
@property
|
|
81
81
|
@pulumi.getter
|
|
82
82
|
def category(self) -> Optional[int]:
|
|
83
|
+
"""
|
|
84
|
+
Sensitive Data Identification Rules for the Type of.
|
|
85
|
+
"""
|
|
83
86
|
return pulumi.get(self, "category")
|
|
84
87
|
|
|
85
88
|
@property
|
|
86
89
|
@pulumi.getter(name="contentCategory")
|
|
87
90
|
def content_category(self) -> Optional[str]:
|
|
91
|
+
"""
|
|
92
|
+
The Content Classification.
|
|
93
|
+
"""
|
|
88
94
|
return pulumi.get(self, "content_category")
|
|
89
95
|
|
|
90
96
|
@property
|
|
91
97
|
@pulumi.getter(name="customType")
|
|
92
98
|
def custom_type(self) -> Optional[int]:
|
|
99
|
+
"""
|
|
100
|
+
Sensitive Data Identification Rules of Type. 0: the Built-in 1: The User-Defined.
|
|
101
|
+
"""
|
|
93
102
|
return pulumi.get(self, "custom_type")
|
|
94
103
|
|
|
95
104
|
@property
|
|
@@ -123,6 +132,9 @@ class GetRulesResult:
|
|
|
123
132
|
@property
|
|
124
133
|
@pulumi.getter
|
|
125
134
|
def names(self) -> Sequence[str]:
|
|
135
|
+
"""
|
|
136
|
+
A list of Rule names.
|
|
137
|
+
"""
|
|
126
138
|
return pulumi.get(self, "names")
|
|
127
139
|
|
|
128
140
|
@property
|
|
@@ -133,11 +145,17 @@ class GetRulesResult:
|
|
|
133
145
|
@property
|
|
134
146
|
@pulumi.getter(name="productId")
|
|
135
147
|
def product_id(self) -> Optional[str]:
|
|
148
|
+
"""
|
|
149
|
+
Product ID.
|
|
150
|
+
"""
|
|
136
151
|
return pulumi.get(self, "product_id")
|
|
137
152
|
|
|
138
153
|
@property
|
|
139
154
|
@pulumi.getter(name="riskLevelId")
|
|
140
155
|
def risk_level_id(self) -> Optional[str]:
|
|
156
|
+
"""
|
|
157
|
+
Sensitive Data Identification Rules of Risk Level ID. Valid values:1:S1, Weak Risk Level. 2:S2, Medium Risk Level. 3:S3 High Risk Level. 4:S4, the Highest Risk Level.
|
|
158
|
+
"""
|
|
141
159
|
return pulumi.get(self, "risk_level_id")
|
|
142
160
|
|
|
143
161
|
@property
|
|
@@ -148,16 +166,25 @@ class GetRulesResult:
|
|
|
148
166
|
@property
|
|
149
167
|
@pulumi.getter
|
|
150
168
|
def rules(self) -> Sequence['outputs.GetRulesRuleResult']:
|
|
169
|
+
"""
|
|
170
|
+
A list of Sddp Rules. Each element contains the following attributes:
|
|
171
|
+
"""
|
|
151
172
|
return pulumi.get(self, "rules")
|
|
152
173
|
|
|
153
174
|
@property
|
|
154
175
|
@pulumi.getter
|
|
155
176
|
def status(self) -> Optional[str]:
|
|
177
|
+
"""
|
|
178
|
+
Sensitive Data Identification Rules Detection State of.
|
|
179
|
+
"""
|
|
156
180
|
return pulumi.get(self, "status")
|
|
157
181
|
|
|
158
182
|
@property
|
|
159
183
|
@pulumi.getter(name="warnLevel")
|
|
160
184
|
def warn_level(self) -> Optional[int]:
|
|
185
|
+
"""
|
|
186
|
+
The Level of Risk.
|
|
187
|
+
"""
|
|
161
188
|
return pulumi.get(self, "warn_level")
|
|
162
189
|
|
|
163
190
|
|
|
@@ -202,7 +229,7 @@ def get_rules(category: Optional[int] = None,
|
|
|
202
229
|
"""
|
|
203
230
|
This data source provides the Sddp Rules of the current Alibaba Cloud user.
|
|
204
231
|
|
|
205
|
-
> **NOTE:** Available
|
|
232
|
+
> **NOTE:** Available since v1.132.0.
|
|
206
233
|
|
|
207
234
|
## Example Usage
|
|
208
235
|
|
|
@@ -287,7 +314,7 @@ def get_rules_output(category: Optional[pulumi.Input[Optional[int]]] = None,
|
|
|
287
314
|
"""
|
|
288
315
|
This data source provides the Sddp Rules of the current Alibaba Cloud user.
|
|
289
316
|
|
|
290
|
-
> **NOTE:** Available
|
|
317
|
+
> **NOTE:** Available since v1.132.0.
|
|
291
318
|
|
|
292
319
|
## Example Usage
|
|
293
320
|
|
pulumi_alicloud/sddp/outputs.py
CHANGED
|
@@ -116,9 +116,9 @@ class GetDataLimitsLimitResult(dict):
|
|
|
116
116
|
:param str id: The ID of the Data Limit.
|
|
117
117
|
:param str local_name: The name of the service to which the data asset belongs.
|
|
118
118
|
:param int log_store_day: The retention period of raw logs after you enable the log auditing feature.
|
|
119
|
-
:param str parent_id: The ID of the data asset.
|
|
119
|
+
:param str parent_id: The parent asset ID of the data asset.
|
|
120
120
|
:param int port: The port that is used to connect to the database.
|
|
121
|
-
:param str resource_type: The type of the service to which the data asset belongs.
|
|
121
|
+
:param str resource_type: The type of the service to which the data asset belongs. Valid values: `MaxCompute`, `OSS`, `RDS`.
|
|
122
122
|
:param str user_name: The name of the user who owns the data asset.
|
|
123
123
|
"""
|
|
124
124
|
pulumi.set(__self__, "audit_status", audit_status)
|
|
@@ -193,7 +193,7 @@ class GetDataLimitsLimitResult(dict):
|
|
|
193
193
|
@pulumi.getter(name="parentId")
|
|
194
194
|
def parent_id(self) -> str:
|
|
195
195
|
"""
|
|
196
|
-
The ID of the data asset.
|
|
196
|
+
The parent asset ID of the data asset.
|
|
197
197
|
"""
|
|
198
198
|
return pulumi.get(self, "parent_id")
|
|
199
199
|
|
|
@@ -209,7 +209,7 @@ class GetDataLimitsLimitResult(dict):
|
|
|
209
209
|
@pulumi.getter(name="resourceType")
|
|
210
210
|
def resource_type(self) -> str:
|
|
211
211
|
"""
|
|
212
|
-
The type of the service to which the data asset belongs.
|
|
212
|
+
The type of the service to which the data asset belongs. Valid values: `MaxCompute`, `OSS`, `RDS`.
|
|
213
213
|
"""
|
|
214
214
|
return pulumi.get(self, "resource_type")
|
|
215
215
|
|
|
@@ -362,12 +362,12 @@ class GetRulesRuleResult(dict):
|
|
|
362
362
|
user_id: str,
|
|
363
363
|
warn_level: int):
|
|
364
364
|
"""
|
|
365
|
-
:param int category: Sensitive Data Identification Rules for the Type of.
|
|
365
|
+
:param int category: Sensitive Data Identification Rules for the Type of. Valid values:
|
|
366
366
|
:param str category_name: Sensitive Data Identification Rules Belongs Type Name.
|
|
367
367
|
:param str content: Sensitive Data Identification Rules the Content.
|
|
368
368
|
:param str content_category: The Content Classification.
|
|
369
369
|
:param str create_time: Sensitive Data Identification Rules the Creation Time of the Number of Milliseconds.
|
|
370
|
-
:param int custom_type: Sensitive Data Identification Rules of Type.
|
|
370
|
+
:param int custom_type: Sensitive Data Identification Rules of Type. Valid values:
|
|
371
371
|
:param str description: Sensitive Data Identification a Description of the Rule Information.
|
|
372
372
|
:param str display_name: Sensitive Data Identification Rules, Founder of Account Display Name.
|
|
373
373
|
:param str gmt_modified: Sensitive Data Identification Rules to the Modified Time of the Number of Milliseconds.
|
|
@@ -376,15 +376,15 @@ class GetRulesRuleResult(dict):
|
|
|
376
376
|
:param str major_key: The Primary Key.
|
|
377
377
|
:param str name: The name of rule.
|
|
378
378
|
:param str product_code: Product Code.
|
|
379
|
-
:param str product_id: Product ID.
|
|
380
|
-
:param str risk_level_id: Sensitive Data Identification Rules of Risk Level ID. Valid values:
|
|
379
|
+
:param str product_id: Product ID. Valid values:
|
|
380
|
+
:param str risk_level_id: Sensitive Data Identification Rules of Risk Level ID. Valid values:
|
|
381
381
|
:param str risk_level_name: Sensitive Data Identification Rules the Risk Level of. S1: Weak Risk Level S2: Moderate Risk Level S3: High Risk Level S4: the Highest Risk Level.
|
|
382
382
|
:param str rule_id: The first ID of the resource.
|
|
383
383
|
:param str stat_express: Triggered the Alarm Conditions.
|
|
384
384
|
:param int status: Sensitive Data Identification Rules Detection State of.
|
|
385
385
|
:param str target: The Target.
|
|
386
386
|
:param str user_id: The User ID.
|
|
387
|
-
:param int warn_level: The Level of Risk.
|
|
387
|
+
:param int warn_level: The Level of Risk. Valid values:
|
|
388
388
|
"""
|
|
389
389
|
pulumi.set(__self__, "category", category)
|
|
390
390
|
pulumi.set(__self__, "category_name", category_name)
|
|
@@ -414,7 +414,7 @@ class GetRulesRuleResult(dict):
|
|
|
414
414
|
@pulumi.getter
|
|
415
415
|
def category(self) -> int:
|
|
416
416
|
"""
|
|
417
|
-
Sensitive Data Identification Rules for the Type of.
|
|
417
|
+
Sensitive Data Identification Rules for the Type of. Valid values:
|
|
418
418
|
"""
|
|
419
419
|
return pulumi.get(self, "category")
|
|
420
420
|
|
|
@@ -454,7 +454,7 @@ class GetRulesRuleResult(dict):
|
|
|
454
454
|
@pulumi.getter(name="customType")
|
|
455
455
|
def custom_type(self) -> int:
|
|
456
456
|
"""
|
|
457
|
-
Sensitive Data Identification Rules of Type.
|
|
457
|
+
Sensitive Data Identification Rules of Type. Valid values:
|
|
458
458
|
"""
|
|
459
459
|
return pulumi.get(self, "custom_type")
|
|
460
460
|
|
|
@@ -526,7 +526,7 @@ class GetRulesRuleResult(dict):
|
|
|
526
526
|
@pulumi.getter(name="productId")
|
|
527
527
|
def product_id(self) -> str:
|
|
528
528
|
"""
|
|
529
|
-
Product ID.
|
|
529
|
+
Product ID. Valid values:
|
|
530
530
|
"""
|
|
531
531
|
return pulumi.get(self, "product_id")
|
|
532
532
|
|
|
@@ -534,7 +534,7 @@ class GetRulesRuleResult(dict):
|
|
|
534
534
|
@pulumi.getter(name="riskLevelId")
|
|
535
535
|
def risk_level_id(self) -> str:
|
|
536
536
|
"""
|
|
537
|
-
Sensitive Data Identification Rules of Risk Level ID. Valid values:
|
|
537
|
+
Sensitive Data Identification Rules of Risk Level ID. Valid values:
|
|
538
538
|
"""
|
|
539
539
|
return pulumi.get(self, "risk_level_id")
|
|
540
540
|
|
|
@@ -590,7 +590,7 @@ class GetRulesRuleResult(dict):
|
|
|
590
590
|
@pulumi.getter(name="warnLevel")
|
|
591
591
|
def warn_level(self) -> int:
|
|
592
592
|
"""
|
|
593
|
-
The Level of Risk.
|
|
593
|
+
The Level of Risk. Valid values:
|
|
594
594
|
"""
|
|
595
595
|
return pulumi.get(self, "warn_level")
|
|
596
596
|
|
|
@@ -59,6 +59,9 @@ class GetPeerConnectionsResult:
|
|
|
59
59
|
@property
|
|
60
60
|
@pulumi.getter
|
|
61
61
|
def connections(self) -> Sequence['outputs.GetPeerConnectionsConnectionResult']:
|
|
62
|
+
"""
|
|
63
|
+
A list of Vpc Peer Connections. Each element contains the following attributes:
|
|
64
|
+
"""
|
|
62
65
|
return pulumi.get(self, "connections")
|
|
63
66
|
|
|
64
67
|
@property
|
|
@@ -82,6 +85,9 @@ class GetPeerConnectionsResult:
|
|
|
82
85
|
@property
|
|
83
86
|
@pulumi.getter
|
|
84
87
|
def names(self) -> Sequence[str]:
|
|
88
|
+
"""
|
|
89
|
+
A list of PeerConnection names.
|
|
90
|
+
"""
|
|
85
91
|
return pulumi.get(self, "names")
|
|
86
92
|
|
|
87
93
|
@property
|
|
@@ -92,16 +98,25 @@ class GetPeerConnectionsResult:
|
|
|
92
98
|
@property
|
|
93
99
|
@pulumi.getter(name="peerConnectionName")
|
|
94
100
|
def peer_connection_name(self) -> Optional[str]:
|
|
101
|
+
"""
|
|
102
|
+
The name of the resource.
|
|
103
|
+
"""
|
|
95
104
|
return pulumi.get(self, "peer_connection_name")
|
|
96
105
|
|
|
97
106
|
@property
|
|
98
107
|
@pulumi.getter
|
|
99
108
|
def status(self) -> Optional[str]:
|
|
109
|
+
"""
|
|
110
|
+
The status of the resource.
|
|
111
|
+
"""
|
|
100
112
|
return pulumi.get(self, "status")
|
|
101
113
|
|
|
102
114
|
@property
|
|
103
115
|
@pulumi.getter(name="vpcId")
|
|
104
116
|
def vpc_id(self) -> Optional[str]:
|
|
117
|
+
"""
|
|
118
|
+
The ID of the requester VPC.
|
|
119
|
+
"""
|
|
105
120
|
return pulumi.get(self, "vpc_id")
|
|
106
121
|
|
|
107
122
|
|
|
@@ -132,7 +147,7 @@ def get_peer_connections(ids: Optional[Sequence[str]] = None,
|
|
|
132
147
|
"""
|
|
133
148
|
This data source provides the Vpc Peer Connections of the current Alibaba Cloud user.
|
|
134
149
|
|
|
135
|
-
> **NOTE:** Available
|
|
150
|
+
> **NOTE:** Available since v1.186.0.
|
|
136
151
|
|
|
137
152
|
## Example Usage
|
|
138
153
|
|
|
@@ -186,7 +201,7 @@ def get_peer_connections_output(ids: Optional[pulumi.Input[Optional[Sequence[str
|
|
|
186
201
|
"""
|
|
187
202
|
This data source provides the Vpc Peer Connections of the current Alibaba Cloud user.
|
|
188
203
|
|
|
189
|
-
> **NOTE:** Available
|
|
204
|
+
> **NOTE:** Available since v1.186.0.
|
|
190
205
|
|
|
191
206
|
## Example Usage
|
|
192
207
|
|