pulumi-akamai 9.1.0a1754716222__py3-none-any.whl → 10.3.0a1766467020__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-akamai might be problematic. Click here for more details.
- pulumi_akamai/__init__.py +190 -0
- pulumi_akamai/_inputs.py +4025 -396
- pulumi_akamai/apidefinitions_activation.py +415 -0
- pulumi_akamai/apidefinitions_api.py +368 -0
- pulumi_akamai/apidefinitions_resource_operations.py +226 -0
- pulumi_akamai/app_sec_ip_geo.py +156 -107
- pulumi_akamai/app_sec_siem_settings.py +47 -0
- pulumi_akamai/app_sec_slow_post.py +7 -14
- pulumi_akamai/appsec_advanced_settings_ase_penalty_box.py +248 -0
- pulumi_akamai/appsec_advanced_settings_ja4_fingerprint.py +197 -0
- pulumi_akamai/apr_general_settings.py +233 -0
- pulumi_akamai/apr_protected_operations.py +281 -0
- pulumi_akamai/apr_user_allow_list.py +184 -0
- pulumi_akamai/apr_user_risk_response_strategy.py +185 -0
- pulumi_akamai/clientlist_list.py +7 -7
- pulumi_akamai/cloud_access_key.py +21 -56
- pulumi_akamai/cloudcertificates_certificate.py +793 -0
- pulumi_akamai/cloudcertificates_upload_signed_certificate.py +516 -0
- pulumi_akamai/cloudlets_application_load_balancer.py +7 -21
- pulumi_akamai/datastream.py +112 -17
- pulumi_akamai/edge_host_name.py +7 -14
- pulumi_akamai/get_apidefinitions_api.py +152 -0
- pulumi_akamai/get_apidefinitions_openapi.py +115 -0
- pulumi_akamai/get_apidefinitions_resource_operations.py +137 -0
- pulumi_akamai/get_app_sec_ip_geo.py +40 -28
- pulumi_akamai/get_appsec_advanced_settings_ase_penalty_box.py +107 -0
- pulumi_akamai/get_appsec_advanced_settings_ja4_fingerprint.py +107 -0
- pulumi_akamai/get_appsec_custom_rules_usage.py +134 -0
- pulumi_akamai/get_appsec_rapid_rules.py +16 -1
- pulumi_akamai/get_apr_general_settings.py +111 -0
- pulumi_akamai/get_apr_protected_operations.py +126 -0
- pulumi_akamai/get_apr_user_allow_list.py +96 -0
- pulumi_akamai/get_apr_user_risk_response_strategy.py +96 -0
- pulumi_akamai/get_clientlist_list.py +119 -0
- pulumi_akamai/get_clientlist_lists.py +0 -3
- pulumi_akamai/get_cloudcertificates_certificate.py +365 -0
- pulumi_akamai/get_cloudcertificates_certificates.py +232 -0
- pulumi_akamai/get_cloudcertificates_hostname_bindings.py +157 -0
- pulumi_akamai/get_dns_record_set.py +16 -16
- pulumi_akamai/get_edge_worker.py +5 -1
- pulumi_akamai/get_mtlskeystore_account_ca_certificates.py +97 -0
- pulumi_akamai/get_mtlskeystore_client_certificate.py +233 -0
- pulumi_akamai/get_mtlskeystore_client_certificates.py +82 -0
- pulumi_akamai/get_mtlstruststore_ca_set.py +267 -0
- pulumi_akamai/get_mtlstruststore_ca_set_activation.py +189 -0
- pulumi_akamai/get_mtlstruststore_ca_set_activations.py +172 -0
- pulumi_akamai/get_mtlstruststore_ca_set_activities.py +183 -0
- pulumi_akamai/get_mtlstruststore_ca_set_associations.py +124 -0
- pulumi_akamai/get_mtlstruststore_ca_set_certificates.py +173 -0
- pulumi_akamai/get_mtlstruststore_ca_set_versions.py +128 -0
- pulumi_akamai/get_mtlstruststore_ca_sets.py +112 -0
- pulumi_akamai/get_property_domainownership_domain.py +189 -0
- pulumi_akamai/get_property_domainownership_domains.py +82 -0
- pulumi_akamai/get_property_domainownership_search_domains.py +87 -0
- pulumi_akamai/gtm_domain.py +7 -14
- pulumi_akamai/iam_api_client.py +25 -50
- pulumi_akamai/imaging_policy_image.py +7 -21
- pulumi_akamai/imaging_policy_video.py +7 -21
- pulumi_akamai/mtlskeystore_client_certificate_akamai.py +782 -0
- pulumi_akamai/mtlskeystore_client_certificate_third_party.py +618 -0
- pulumi_akamai/mtlskeystore_client_certificate_upload.py +451 -0
- pulumi_akamai/mtlstruststore_ca_set.py +654 -0
- pulumi_akamai/mtlstruststore_ca_set_activation.py +394 -0
- pulumi_akamai/network_list.py +7 -14
- pulumi_akamai/outputs.py +19539 -12627
- pulumi_akamai/property.py +7 -14
- pulumi_akamai/property_bootstrap.py +7 -14
- pulumi_akamai/property_domainownership_domains.py +152 -0
- pulumi_akamai/property_domainownership_validation.py +186 -0
- pulumi_akamai/property_hostname_bucket.py +35 -63
- pulumi_akamai/pulumi-plugin.json +1 -1
- {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/METADATA +1 -1
- {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/RECORD +75 -29
- {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/WHEEL +0 -0
- {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/top_level.txt +0 -0
pulumi_akamai/__init__.py
CHANGED
|
@@ -6,6 +6,9 @@ import builtins as _builtins
|
|
|
6
6
|
from . import _utilities
|
|
7
7
|
import typing
|
|
8
8
|
# Export this package's modules as members:
|
|
9
|
+
from .apidefinitions_activation import *
|
|
10
|
+
from .apidefinitions_api import *
|
|
11
|
+
from .apidefinitions_resource_operations import *
|
|
9
12
|
from .app_sec_activations import *
|
|
10
13
|
from .app_sec_advanced_settings_evasive_path_match import *
|
|
11
14
|
from .app_sec_advanced_settings_logging import *
|
|
@@ -52,13 +55,19 @@ from .app_sec_version_nodes import *
|
|
|
52
55
|
from .app_sec_waf_mode import *
|
|
53
56
|
from .app_sec_waf_protection import *
|
|
54
57
|
from .appsec_aap_selected_hostnames import *
|
|
58
|
+
from .appsec_advanced_settings_ase_penalty_box import *
|
|
55
59
|
from .appsec_advanced_settings_attack_payload_logging import *
|
|
60
|
+
from .appsec_advanced_settings_ja4_fingerprint import *
|
|
56
61
|
from .appsec_advanced_settings_pii_learning import *
|
|
57
62
|
from .appsec_advanced_settings_request_body import *
|
|
58
63
|
from .appsec_eval_penalty_box_conditions import *
|
|
59
64
|
from .appsec_penalty_box_conditions import *
|
|
60
65
|
from .appsec_rapid_rules import *
|
|
61
66
|
from .appsec_security_policy_default_protections import *
|
|
67
|
+
from .apr_general_settings import *
|
|
68
|
+
from .apr_protected_operations import *
|
|
69
|
+
from .apr_user_allow_list import *
|
|
70
|
+
from .apr_user_risk_response_strategy import *
|
|
62
71
|
from .botman_akamai_bot_category_action import *
|
|
63
72
|
from .botman_bot_analytics_cookie import *
|
|
64
73
|
from .botman_bot_category_exception import *
|
|
@@ -88,6 +97,8 @@ from .botman_transactional_endpoint_protection import *
|
|
|
88
97
|
from .clientlist_activation import *
|
|
89
98
|
from .clientlist_list import *
|
|
90
99
|
from .cloud_access_key import *
|
|
100
|
+
from .cloudcertificates_certificate import *
|
|
101
|
+
from .cloudcertificates_upload_signed_certificate import *
|
|
91
102
|
from .cloudlets_application_load_balancer import *
|
|
92
103
|
from .cloudlets_application_load_balancer_activation import *
|
|
93
104
|
from .cloudlets_policy import *
|
|
@@ -107,6 +118,9 @@ from .edge_kv import *
|
|
|
107
118
|
from .edge_worker import *
|
|
108
119
|
from .edge_workers_activation import *
|
|
109
120
|
from .edgekv_group_items import *
|
|
121
|
+
from .get_apidefinitions_api import *
|
|
122
|
+
from .get_apidefinitions_openapi import *
|
|
123
|
+
from .get_apidefinitions_resource_operations import *
|
|
110
124
|
from .get_app_sec_advanced_settings_evasive_path_match import *
|
|
111
125
|
from .get_app_sec_advanced_settings_logging import *
|
|
112
126
|
from .get_app_sec_advanced_settings_pragma_header import *
|
|
@@ -154,12 +168,19 @@ from .get_app_sec_tuning_recommendations import *
|
|
|
154
168
|
from .get_app_sec_version_notes import *
|
|
155
169
|
from .get_app_sec_waf_mode import *
|
|
156
170
|
from .get_appsec_aap_selected_hostnames import *
|
|
171
|
+
from .get_appsec_advanced_settings_ase_penalty_box import *
|
|
157
172
|
from .get_appsec_advanced_settings_attack_payload_logging import *
|
|
173
|
+
from .get_appsec_advanced_settings_ja4_fingerprint import *
|
|
158
174
|
from .get_appsec_advanced_settings_pii_learning import *
|
|
159
175
|
from .get_appsec_advanced_settings_request_body import *
|
|
176
|
+
from .get_appsec_custom_rules_usage import *
|
|
160
177
|
from .get_appsec_eval_penalty_box_conditions import *
|
|
161
178
|
from .get_appsec_penalty_box_conditions import *
|
|
162
179
|
from .get_appsec_rapid_rules import *
|
|
180
|
+
from .get_apr_general_settings import *
|
|
181
|
+
from .get_apr_protected_operations import *
|
|
182
|
+
from .get_apr_user_allow_list import *
|
|
183
|
+
from .get_apr_user_risk_response_strategy import *
|
|
163
184
|
from .get_authorities_set import *
|
|
164
185
|
from .get_botman_akamai_bot_category import *
|
|
165
186
|
from .get_botman_akamai_bot_category_action import *
|
|
@@ -193,11 +214,15 @@ from .get_botman_response_action import *
|
|
|
193
214
|
from .get_botman_serve_alternate_action import *
|
|
194
215
|
from .get_botman_transactional_endpoint import *
|
|
195
216
|
from .get_botman_transactional_endpoint_protection import *
|
|
217
|
+
from .get_clientlist_list import *
|
|
196
218
|
from .get_clientlist_lists import *
|
|
197
219
|
from .get_cloudaccess_key import *
|
|
198
220
|
from .get_cloudaccess_key_properties import *
|
|
199
221
|
from .get_cloudaccess_key_versions import *
|
|
200
222
|
from .get_cloudaccess_keys import *
|
|
223
|
+
from .get_cloudcertificates_certificate import *
|
|
224
|
+
from .get_cloudcertificates_certificates import *
|
|
225
|
+
from .get_cloudcertificates_hostname_bindings import *
|
|
201
226
|
from .get_cloudlets_api_prioritization_match_rule import *
|
|
202
227
|
from .get_cloudlets_application_load_balancer import *
|
|
203
228
|
from .get_cloudlets_application_load_balancer_match_rule import *
|
|
@@ -269,11 +294,25 @@ from .get_iam_timezones import *
|
|
|
269
294
|
from .get_iam_users_affected_by_moving_group import *
|
|
270
295
|
from .get_imaging_policy_image import *
|
|
271
296
|
from .get_imaging_policy_video import *
|
|
297
|
+
from .get_mtlskeystore_account_ca_certificates import *
|
|
298
|
+
from .get_mtlskeystore_client_certificate import *
|
|
299
|
+
from .get_mtlskeystore_client_certificates import *
|
|
300
|
+
from .get_mtlstruststore_ca_set import *
|
|
301
|
+
from .get_mtlstruststore_ca_set_activation import *
|
|
302
|
+
from .get_mtlstruststore_ca_set_activations import *
|
|
303
|
+
from .get_mtlstruststore_ca_set_activities import *
|
|
304
|
+
from .get_mtlstruststore_ca_set_associations import *
|
|
305
|
+
from .get_mtlstruststore_ca_set_certificates import *
|
|
306
|
+
from .get_mtlstruststore_ca_set_versions import *
|
|
307
|
+
from .get_mtlstruststore_ca_sets import *
|
|
272
308
|
from .get_network_lists import *
|
|
273
309
|
from .get_properties import *
|
|
274
310
|
from .get_properties_search import *
|
|
275
311
|
from .get_property import *
|
|
276
312
|
from .get_property_activation import *
|
|
313
|
+
from .get_property_domainownership_domain import *
|
|
314
|
+
from .get_property_domainownership_domains import *
|
|
315
|
+
from .get_property_domainownership_search_domains import *
|
|
277
316
|
from .get_property_hostname_activation import *
|
|
278
317
|
from .get_property_hostname_activations import *
|
|
279
318
|
from .get_property_hostnames import *
|
|
@@ -305,6 +344,11 @@ from .iam_user import *
|
|
|
305
344
|
from .imaging_policy_image import *
|
|
306
345
|
from .imaging_policy_set import *
|
|
307
346
|
from .imaging_policy_video import *
|
|
347
|
+
from .mtlskeystore_client_certificate_akamai import *
|
|
348
|
+
from .mtlskeystore_client_certificate_third_party import *
|
|
349
|
+
from .mtlskeystore_client_certificate_upload import *
|
|
350
|
+
from .mtlstruststore_ca_set import *
|
|
351
|
+
from .mtlstruststore_ca_set_activation import *
|
|
308
352
|
from .network_list import *
|
|
309
353
|
from .network_list_activations import *
|
|
310
354
|
from .network_list_description import *
|
|
@@ -312,6 +356,8 @@ from .network_list_subscription import *
|
|
|
312
356
|
from .property import *
|
|
313
357
|
from .property_activation import *
|
|
314
358
|
from .property_bootstrap import *
|
|
359
|
+
from .property_domainownership_domains import *
|
|
360
|
+
from .property_domainownership_validation import *
|
|
315
361
|
from .property_hostname_bucket import *
|
|
316
362
|
from .property_include import *
|
|
317
363
|
from .property_include_activation import *
|
|
@@ -329,6 +375,30 @@ else:
|
|
|
329
375
|
_utilities.register(
|
|
330
376
|
resource_modules="""
|
|
331
377
|
[
|
|
378
|
+
{
|
|
379
|
+
"pkg": "akamai",
|
|
380
|
+
"mod": "index/apidefinitionsActivation",
|
|
381
|
+
"fqn": "pulumi_akamai",
|
|
382
|
+
"classes": {
|
|
383
|
+
"akamai:index/apidefinitionsActivation:ApidefinitionsActivation": "ApidefinitionsActivation"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"pkg": "akamai",
|
|
388
|
+
"mod": "index/apidefinitionsApi",
|
|
389
|
+
"fqn": "pulumi_akamai",
|
|
390
|
+
"classes": {
|
|
391
|
+
"akamai:index/apidefinitionsApi:ApidefinitionsApi": "ApidefinitionsApi"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"pkg": "akamai",
|
|
396
|
+
"mod": "index/apidefinitionsResourceOperations",
|
|
397
|
+
"fqn": "pulumi_akamai",
|
|
398
|
+
"classes": {
|
|
399
|
+
"akamai:index/apidefinitionsResourceOperations:ApidefinitionsResourceOperations": "ApidefinitionsResourceOperations"
|
|
400
|
+
}
|
|
401
|
+
},
|
|
332
402
|
{
|
|
333
403
|
"pkg": "akamai",
|
|
334
404
|
"mod": "index/appSecActivations",
|
|
@@ -697,6 +767,14 @@ _utilities.register(
|
|
|
697
767
|
"akamai:index/appsecAapSelectedHostnames:AppsecAapSelectedHostnames": "AppsecAapSelectedHostnames"
|
|
698
768
|
}
|
|
699
769
|
},
|
|
770
|
+
{
|
|
771
|
+
"pkg": "akamai",
|
|
772
|
+
"mod": "index/appsecAdvancedSettingsAsePenaltyBox",
|
|
773
|
+
"fqn": "pulumi_akamai",
|
|
774
|
+
"classes": {
|
|
775
|
+
"akamai:index/appsecAdvancedSettingsAsePenaltyBox:AppsecAdvancedSettingsAsePenaltyBox": "AppsecAdvancedSettingsAsePenaltyBox"
|
|
776
|
+
}
|
|
777
|
+
},
|
|
700
778
|
{
|
|
701
779
|
"pkg": "akamai",
|
|
702
780
|
"mod": "index/appsecAdvancedSettingsAttackPayloadLogging",
|
|
@@ -705,6 +783,14 @@ _utilities.register(
|
|
|
705
783
|
"akamai:index/appsecAdvancedSettingsAttackPayloadLogging:AppsecAdvancedSettingsAttackPayloadLogging": "AppsecAdvancedSettingsAttackPayloadLogging"
|
|
706
784
|
}
|
|
707
785
|
},
|
|
786
|
+
{
|
|
787
|
+
"pkg": "akamai",
|
|
788
|
+
"mod": "index/appsecAdvancedSettingsJa4Fingerprint",
|
|
789
|
+
"fqn": "pulumi_akamai",
|
|
790
|
+
"classes": {
|
|
791
|
+
"akamai:index/appsecAdvancedSettingsJa4Fingerprint:AppsecAdvancedSettingsJa4Fingerprint": "AppsecAdvancedSettingsJa4Fingerprint"
|
|
792
|
+
}
|
|
793
|
+
},
|
|
708
794
|
{
|
|
709
795
|
"pkg": "akamai",
|
|
710
796
|
"mod": "index/appsecAdvancedSettingsPiiLearning",
|
|
@@ -753,6 +839,38 @@ _utilities.register(
|
|
|
753
839
|
"akamai:index/appsecSecurityPolicyDefaultProtections:AppsecSecurityPolicyDefaultProtections": "AppsecSecurityPolicyDefaultProtections"
|
|
754
840
|
}
|
|
755
841
|
},
|
|
842
|
+
{
|
|
843
|
+
"pkg": "akamai",
|
|
844
|
+
"mod": "index/aprGeneralSettings",
|
|
845
|
+
"fqn": "pulumi_akamai",
|
|
846
|
+
"classes": {
|
|
847
|
+
"akamai:index/aprGeneralSettings:AprGeneralSettings": "AprGeneralSettings"
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"pkg": "akamai",
|
|
852
|
+
"mod": "index/aprProtectedOperations",
|
|
853
|
+
"fqn": "pulumi_akamai",
|
|
854
|
+
"classes": {
|
|
855
|
+
"akamai:index/aprProtectedOperations:AprProtectedOperations": "AprProtectedOperations"
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"pkg": "akamai",
|
|
860
|
+
"mod": "index/aprUserAllowList",
|
|
861
|
+
"fqn": "pulumi_akamai",
|
|
862
|
+
"classes": {
|
|
863
|
+
"akamai:index/aprUserAllowList:AprUserAllowList": "AprUserAllowList"
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"pkg": "akamai",
|
|
868
|
+
"mod": "index/aprUserRiskResponseStrategy",
|
|
869
|
+
"fqn": "pulumi_akamai",
|
|
870
|
+
"classes": {
|
|
871
|
+
"akamai:index/aprUserRiskResponseStrategy:AprUserRiskResponseStrategy": "AprUserRiskResponseStrategy"
|
|
872
|
+
}
|
|
873
|
+
},
|
|
756
874
|
{
|
|
757
875
|
"pkg": "akamai",
|
|
758
876
|
"mod": "index/botmanAkamaiBotCategoryAction",
|
|
@@ -985,6 +1103,22 @@ _utilities.register(
|
|
|
985
1103
|
"akamai:index/cloudAccessKey:CloudAccessKey": "CloudAccessKey"
|
|
986
1104
|
}
|
|
987
1105
|
},
|
|
1106
|
+
{
|
|
1107
|
+
"pkg": "akamai",
|
|
1108
|
+
"mod": "index/cloudcertificatesCertificate",
|
|
1109
|
+
"fqn": "pulumi_akamai",
|
|
1110
|
+
"classes": {
|
|
1111
|
+
"akamai:index/cloudcertificatesCertificate:CloudcertificatesCertificate": "CloudcertificatesCertificate"
|
|
1112
|
+
}
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"pkg": "akamai",
|
|
1116
|
+
"mod": "index/cloudcertificatesUploadSignedCertificate",
|
|
1117
|
+
"fqn": "pulumi_akamai",
|
|
1118
|
+
"classes": {
|
|
1119
|
+
"akamai:index/cloudcertificatesUploadSignedCertificate:CloudcertificatesUploadSignedCertificate": "CloudcertificatesUploadSignedCertificate"
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
988
1122
|
{
|
|
989
1123
|
"pkg": "akamai",
|
|
990
1124
|
"mod": "index/cloudletsApplicationLoadBalancer",
|
|
@@ -1273,6 +1407,46 @@ _utilities.register(
|
|
|
1273
1407
|
"akamai:index/imagingPolicyVideo:ImagingPolicyVideo": "ImagingPolicyVideo"
|
|
1274
1408
|
}
|
|
1275
1409
|
},
|
|
1410
|
+
{
|
|
1411
|
+
"pkg": "akamai",
|
|
1412
|
+
"mod": "index/mtlskeystoreClientCertificateAkamai",
|
|
1413
|
+
"fqn": "pulumi_akamai",
|
|
1414
|
+
"classes": {
|
|
1415
|
+
"akamai:index/mtlskeystoreClientCertificateAkamai:MtlskeystoreClientCertificateAkamai": "MtlskeystoreClientCertificateAkamai"
|
|
1416
|
+
}
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"pkg": "akamai",
|
|
1420
|
+
"mod": "index/mtlskeystoreClientCertificateThirdParty",
|
|
1421
|
+
"fqn": "pulumi_akamai",
|
|
1422
|
+
"classes": {
|
|
1423
|
+
"akamai:index/mtlskeystoreClientCertificateThirdParty:MtlskeystoreClientCertificateThirdParty": "MtlskeystoreClientCertificateThirdParty"
|
|
1424
|
+
}
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"pkg": "akamai",
|
|
1428
|
+
"mod": "index/mtlskeystoreClientCertificateUpload",
|
|
1429
|
+
"fqn": "pulumi_akamai",
|
|
1430
|
+
"classes": {
|
|
1431
|
+
"akamai:index/mtlskeystoreClientCertificateUpload:MtlskeystoreClientCertificateUpload": "MtlskeystoreClientCertificateUpload"
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"pkg": "akamai",
|
|
1436
|
+
"mod": "index/mtlstruststoreCaSet",
|
|
1437
|
+
"fqn": "pulumi_akamai",
|
|
1438
|
+
"classes": {
|
|
1439
|
+
"akamai:index/mtlstruststoreCaSet:MtlstruststoreCaSet": "MtlstruststoreCaSet"
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"pkg": "akamai",
|
|
1444
|
+
"mod": "index/mtlstruststoreCaSetActivation",
|
|
1445
|
+
"fqn": "pulumi_akamai",
|
|
1446
|
+
"classes": {
|
|
1447
|
+
"akamai:index/mtlstruststoreCaSetActivation:MtlstruststoreCaSetActivation": "MtlstruststoreCaSetActivation"
|
|
1448
|
+
}
|
|
1449
|
+
},
|
|
1276
1450
|
{
|
|
1277
1451
|
"pkg": "akamai",
|
|
1278
1452
|
"mod": "index/networkList",
|
|
@@ -1329,6 +1503,22 @@ _utilities.register(
|
|
|
1329
1503
|
"akamai:index/propertyBootstrap:PropertyBootstrap": "PropertyBootstrap"
|
|
1330
1504
|
}
|
|
1331
1505
|
},
|
|
1506
|
+
{
|
|
1507
|
+
"pkg": "akamai",
|
|
1508
|
+
"mod": "index/propertyDomainownershipDomains",
|
|
1509
|
+
"fqn": "pulumi_akamai",
|
|
1510
|
+
"classes": {
|
|
1511
|
+
"akamai:index/propertyDomainownershipDomains:PropertyDomainownershipDomains": "PropertyDomainownershipDomains"
|
|
1512
|
+
}
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"pkg": "akamai",
|
|
1516
|
+
"mod": "index/propertyDomainownershipValidation",
|
|
1517
|
+
"fqn": "pulumi_akamai",
|
|
1518
|
+
"classes": {
|
|
1519
|
+
"akamai:index/propertyDomainownershipValidation:PropertyDomainownershipValidation": "PropertyDomainownershipValidation"
|
|
1520
|
+
}
|
|
1521
|
+
},
|
|
1332
1522
|
{
|
|
1333
1523
|
"pkg": "akamai",
|
|
1334
1524
|
"mod": "index/propertyHostnameBucket",
|