pulumi-alicloud 3.65.0a1730179089__py3-none-any.whl → 3.65.0a1730385290__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/governance/baseline.py +18 -18
- pulumi_alicloud/governance/get_baselines.py +18 -18
- pulumi_alicloud/log/alert.py +14 -14
- pulumi_alicloud/pulumi-plugin.json +1 -1
- {pulumi_alicloud-3.65.0a1730179089.dist-info → pulumi_alicloud-3.65.0a1730385290.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.65.0a1730179089.dist-info → pulumi_alicloud-3.65.0a1730385290.dist-info}/RECORD +8 -8
- {pulumi_alicloud-3.65.0a1730179089.dist-info → pulumi_alicloud-3.65.0a1730385290.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.65.0a1730179089.dist-info → pulumi_alicloud-3.65.0a1730385290.dist-info}/top_level.txt +0 -0
|
@@ -193,15 +193,15 @@ class Baseline(pulumi.CustomResource):
|
|
|
193
193
|
"version": "1.0",
|
|
194
194
|
"name": item_password_policy,
|
|
195
195
|
"config": json.dumps({
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"
|
|
196
|
+
"MinimumPasswordLength": 8,
|
|
197
|
+
"RequireLowercaseCharacters": True,
|
|
198
|
+
"RequireUppercaseCharacters": True,
|
|
199
|
+
"RequireNumbers": True,
|
|
200
|
+
"RequireSymbols": True,
|
|
201
|
+
"MaxPasswordAge": 0,
|
|
202
|
+
"HardExpiry": False,
|
|
203
|
+
"PasswordReusePrevention": 0,
|
|
204
|
+
"MaxLoginAttempts": 0,
|
|
205
205
|
}),
|
|
206
206
|
}],
|
|
207
207
|
description=name,
|
|
@@ -276,15 +276,15 @@ class Baseline(pulumi.CustomResource):
|
|
|
276
276
|
"version": "1.0",
|
|
277
277
|
"name": item_password_policy,
|
|
278
278
|
"config": json.dumps({
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
"
|
|
279
|
+
"MinimumPasswordLength": 8,
|
|
280
|
+
"RequireLowercaseCharacters": True,
|
|
281
|
+
"RequireUppercaseCharacters": True,
|
|
282
|
+
"RequireNumbers": True,
|
|
283
|
+
"RequireSymbols": True,
|
|
284
|
+
"MaxPasswordAge": 0,
|
|
285
|
+
"HardExpiry": False,
|
|
286
|
+
"PasswordReusePrevention": 0,
|
|
287
|
+
"MaxLoginAttempts": 0,
|
|
288
288
|
}),
|
|
289
289
|
}],
|
|
290
290
|
description=name,
|
|
@@ -142,15 +142,15 @@ def get_baselines(ids: Optional[Sequence[str]] = None,
|
|
|
142
142
|
"version": "1.0",
|
|
143
143
|
"name": item_password_policy,
|
|
144
144
|
"config": json.dumps({
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
145
|
+
"MinimumPasswordLength": 8,
|
|
146
|
+
"RequireLowercaseCharacters": True,
|
|
147
|
+
"RequireUppercaseCharacters": True,
|
|
148
|
+
"RequireNumbers": True,
|
|
149
|
+
"RequireSymbols": True,
|
|
150
|
+
"MaxPasswordAge": 0,
|
|
151
|
+
"HardExpiry": False,
|
|
152
|
+
"PasswordReusePrevention": 0,
|
|
153
|
+
"MaxLoginAttempts": 0,
|
|
154
154
|
}),
|
|
155
155
|
}],
|
|
156
156
|
description=name,
|
|
@@ -221,15 +221,15 @@ def get_baselines_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] =
|
|
|
221
221
|
"version": "1.0",
|
|
222
222
|
"name": item_password_policy,
|
|
223
223
|
"config": json.dumps({
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
"
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
-
"
|
|
224
|
+
"MinimumPasswordLength": 8,
|
|
225
|
+
"RequireLowercaseCharacters": True,
|
|
226
|
+
"RequireUppercaseCharacters": True,
|
|
227
|
+
"RequireNumbers": True,
|
|
228
|
+
"RequireSymbols": True,
|
|
229
|
+
"MaxPasswordAge": 0,
|
|
230
|
+
"HardExpiry": False,
|
|
231
|
+
"PasswordReusePrevention": 0,
|
|
232
|
+
"MaxLoginAttempts": 0,
|
|
233
233
|
}),
|
|
234
234
|
}],
|
|
235
235
|
description=name,
|
pulumi_alicloud/log/alert.py
CHANGED
|
@@ -1251,14 +1251,14 @@ class Alert(pulumi.CustomResource):
|
|
|
1251
1251
|
"annotations": {},
|
|
1252
1252
|
"tokens": {
|
|
1253
1253
|
"interval_minute": "5",
|
|
1254
|
-
"
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1259
|
-
"
|
|
1254
|
+
"default.action_policy": "sls.app.ack.builtin",
|
|
1255
|
+
"default.severity": "6",
|
|
1256
|
+
"sendResolved": "false",
|
|
1257
|
+
"default.project": example.project_name,
|
|
1258
|
+
"default.logstore": "k8s-event",
|
|
1259
|
+
"default.repeatInterval": "4h",
|
|
1260
1260
|
"trigger_threshold": "1",
|
|
1261
|
-
"
|
|
1261
|
+
"default.clusterId": "example-cluster-id",
|
|
1262
1262
|
},
|
|
1263
1263
|
})
|
|
1264
1264
|
```
|
|
@@ -1549,14 +1549,14 @@ class Alert(pulumi.CustomResource):
|
|
|
1549
1549
|
"annotations": {},
|
|
1550
1550
|
"tokens": {
|
|
1551
1551
|
"interval_minute": "5",
|
|
1552
|
-
"
|
|
1553
|
-
"
|
|
1554
|
-
"
|
|
1555
|
-
"
|
|
1556
|
-
"
|
|
1557
|
-
"
|
|
1552
|
+
"default.action_policy": "sls.app.ack.builtin",
|
|
1553
|
+
"default.severity": "6",
|
|
1554
|
+
"sendResolved": "false",
|
|
1555
|
+
"default.project": example.project_name,
|
|
1556
|
+
"default.logstore": "k8s-event",
|
|
1557
|
+
"default.repeatInterval": "4h",
|
|
1558
1558
|
"trigger_threshold": "1",
|
|
1559
|
-
"
|
|
1559
|
+
"default.clusterId": "example-cluster-id",
|
|
1560
1560
|
},
|
|
1561
1561
|
})
|
|
1562
1562
|
```
|
{pulumi_alicloud-3.65.0a1730179089.dist-info → pulumi_alicloud-3.65.0a1730385290.dist-info}/RECORD
RENAMED
|
@@ -15,7 +15,7 @@ pulumi_alicloud/msc_sub_subscription.py,sha256=1-grKtZ2ey63cHgJihtGYjOA5IuwxLkok
|
|
|
15
15
|
pulumi_alicloud/msc_sub_webhook.py,sha256=9ICYaR2a3-CqsYhRjyOIlshabYQS149rSLBJEandV3I,9477
|
|
16
16
|
pulumi_alicloud/outputs.py,sha256=uzdE9IMaqfEMfRUUJe3CWHZt1e1liZMwnyNV2jojIyo,17952
|
|
17
17
|
pulumi_alicloud/provider.py,sha256=ijpIJQd4oeCka59QE6F2ccWzNK6AaS9bO-s3AvWqwSs,37098
|
|
18
|
-
pulumi_alicloud/pulumi-plugin.json,sha256=
|
|
18
|
+
pulumi_alicloud/pulumi-plugin.json,sha256=ShIvTpH5RtjP7OY1Moo04V3zTLuq9vFAlwBpu_6b4qM,85
|
|
19
19
|
pulumi_alicloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
20
|
pulumi_alicloud/ackone/__init__.py,sha256=mxlpat-GXfINngjl5TQN27S3HQtTmRaroFpyxP5TgWc,337
|
|
21
21
|
pulumi_alicloud/ackone/_inputs.py,sha256=Dlr3TL6DuO8dLZjDCSV1UXfWYuyU-olyhFADU-J52Xc,3092
|
|
@@ -1069,8 +1069,8 @@ pulumi_alicloud/ga/outputs.py,sha256=7qeS0Z_SQxgpajrPAVZnf73jUz4qdIobzdPpJyxH-OU
|
|
|
1069
1069
|
pulumi_alicloud/governance/__init__.py,sha256=C1crUcIEIqISje6CGclCRokGorfULbQgPtzYs7M1fWs,390
|
|
1070
1070
|
pulumi_alicloud/governance/_inputs.py,sha256=j4Zs5QKZfwSLapN8bWx-VQZS3pvGoZqambuQ2zuzl68,2813
|
|
1071
1071
|
pulumi_alicloud/governance/account.py,sha256=Who_Tdiz2pu9e4iyP5C3Ky8quAtyPfUAkkuPq3PvTIw,29327
|
|
1072
|
-
pulumi_alicloud/governance/baseline.py,sha256=
|
|
1073
|
-
pulumi_alicloud/governance/get_baselines.py,sha256=
|
|
1072
|
+
pulumi_alicloud/governance/baseline.py,sha256=oN3xi245mg_jKWXV-Nvk-df2zdZbNUsQbsxVnBkDsBU,17164
|
|
1073
|
+
pulumi_alicloud/governance/get_baselines.py,sha256=FFTnBXETnrNcq8EvPYzC_IFzHWodK-QEuQag1tAS9Eo,10234
|
|
1074
1074
|
pulumi_alicloud/governance/outputs.py,sha256=y0O97MZG6d4B03PR2_w9HbfmeZZh-XLngDKYXqVQZQ4,2907
|
|
1075
1075
|
pulumi_alicloud/gpdb/__init__.py,sha256=WWzNE_6J5C5CDJy2AwfJj3Y12U4E_evShOT-PFgok08,1000
|
|
1076
1076
|
pulumi_alicloud/gpdb/_inputs.py,sha256=wrmYGXaEOX8YTVdEYNot8eqGR544_riDEEg7IE_Nv0s,35453
|
|
@@ -1204,7 +1204,7 @@ pulumi_alicloud/lindorm/instance.py,sha256=8OtTNlVNRMsIZRHHkQCy4voyYOmwQReuSLOLr
|
|
|
1204
1204
|
pulumi_alicloud/lindorm/outputs.py,sha256=olyNyHPaVW2QL6_3g01L9k5CqFqOIMynbvQKGd1cupg,16037
|
|
1205
1205
|
pulumi_alicloud/log/__init__.py,sha256=eJhcdJtbpQyIEdjTodfOMfSuNbc3rYrpj33MiDGM8lY,844
|
|
1206
1206
|
pulumi_alicloud/log/_inputs.py,sha256=Y8LQ6RqobwY7N9-gqvKnMa7aPao7ny_p8b7MH224ETQ,66185
|
|
1207
|
-
pulumi_alicloud/log/alert.py,sha256=
|
|
1207
|
+
pulumi_alicloud/log/alert.py,sha256=kt_FnUJ0jEIjd9pYrbx-xnxtpwvwHBjDORn0NneaWPw,93994
|
|
1208
1208
|
pulumi_alicloud/log/alert_resource.py,sha256=A05ULVE5BQy2axnpdFH63TZ1gbBtguBB6xXac_xfwvc,12359
|
|
1209
1209
|
pulumi_alicloud/log/audit.py,sha256=aNJ1Z3cjngZWVkFCJ8D06xEAjWY1fEpejBRIOJe73CY,28186
|
|
1210
1210
|
pulumi_alicloud/log/dashboard.py,sha256=3UVXK09EArjqkSISpzRjkXDj3cfkUNriKxpSTOyfRpA,18758
|
|
@@ -1946,7 +1946,7 @@ pulumi_alicloud/yundun/db_audit_instance.py,sha256=lq83P6OBRCVz4Fy_VaKhnwVbyoXT1
|
|
|
1946
1946
|
pulumi_alicloud/yundun/get_bastion_host_instances.py,sha256=1BEF0_FWaO3PSJKzIjKEZZ7ypZjVPnX0tu0WQXHW2Oc,6586
|
|
1947
1947
|
pulumi_alicloud/yundun/get_db_audit_instance.py,sha256=gvpNiZXzV4XXHYLyQyD2qBPh4QVMAxWOOtaOWOyCz50,6436
|
|
1948
1948
|
pulumi_alicloud/yundun/outputs.py,sha256=V91-G8d3crwy7RTyrQP5TZu7P5o9eQP_-qvbC4HQhfM,13469
|
|
1949
|
-
pulumi_alicloud-3.65.
|
|
1950
|
-
pulumi_alicloud-3.65.
|
|
1951
|
-
pulumi_alicloud-3.65.
|
|
1952
|
-
pulumi_alicloud-3.65.
|
|
1949
|
+
pulumi_alicloud-3.65.0a1730385290.dist-info/METADATA,sha256=cLr_53vXKOUX_WHr2mNKALUGh3mwvXUsKUi-8OCf69M,4416
|
|
1950
|
+
pulumi_alicloud-3.65.0a1730385290.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
|
1951
|
+
pulumi_alicloud-3.65.0a1730385290.dist-info/top_level.txt,sha256=U6LUZaKkW6MfUdVdxwspCksOWCBCMIWK24oo93s1Up8,16
|
|
1952
|
+
pulumi_alicloud-3.65.0a1730385290.dist-info/RECORD,,
|
|
File without changes
|