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.

Files changed (75) hide show
  1. pulumi_akamai/__init__.py +190 -0
  2. pulumi_akamai/_inputs.py +4025 -396
  3. pulumi_akamai/apidefinitions_activation.py +415 -0
  4. pulumi_akamai/apidefinitions_api.py +368 -0
  5. pulumi_akamai/apidefinitions_resource_operations.py +226 -0
  6. pulumi_akamai/app_sec_ip_geo.py +156 -107
  7. pulumi_akamai/app_sec_siem_settings.py +47 -0
  8. pulumi_akamai/app_sec_slow_post.py +7 -14
  9. pulumi_akamai/appsec_advanced_settings_ase_penalty_box.py +248 -0
  10. pulumi_akamai/appsec_advanced_settings_ja4_fingerprint.py +197 -0
  11. pulumi_akamai/apr_general_settings.py +233 -0
  12. pulumi_akamai/apr_protected_operations.py +281 -0
  13. pulumi_akamai/apr_user_allow_list.py +184 -0
  14. pulumi_akamai/apr_user_risk_response_strategy.py +185 -0
  15. pulumi_akamai/clientlist_list.py +7 -7
  16. pulumi_akamai/cloud_access_key.py +21 -56
  17. pulumi_akamai/cloudcertificates_certificate.py +793 -0
  18. pulumi_akamai/cloudcertificates_upload_signed_certificate.py +516 -0
  19. pulumi_akamai/cloudlets_application_load_balancer.py +7 -21
  20. pulumi_akamai/datastream.py +112 -17
  21. pulumi_akamai/edge_host_name.py +7 -14
  22. pulumi_akamai/get_apidefinitions_api.py +152 -0
  23. pulumi_akamai/get_apidefinitions_openapi.py +115 -0
  24. pulumi_akamai/get_apidefinitions_resource_operations.py +137 -0
  25. pulumi_akamai/get_app_sec_ip_geo.py +40 -28
  26. pulumi_akamai/get_appsec_advanced_settings_ase_penalty_box.py +107 -0
  27. pulumi_akamai/get_appsec_advanced_settings_ja4_fingerprint.py +107 -0
  28. pulumi_akamai/get_appsec_custom_rules_usage.py +134 -0
  29. pulumi_akamai/get_appsec_rapid_rules.py +16 -1
  30. pulumi_akamai/get_apr_general_settings.py +111 -0
  31. pulumi_akamai/get_apr_protected_operations.py +126 -0
  32. pulumi_akamai/get_apr_user_allow_list.py +96 -0
  33. pulumi_akamai/get_apr_user_risk_response_strategy.py +96 -0
  34. pulumi_akamai/get_clientlist_list.py +119 -0
  35. pulumi_akamai/get_clientlist_lists.py +0 -3
  36. pulumi_akamai/get_cloudcertificates_certificate.py +365 -0
  37. pulumi_akamai/get_cloudcertificates_certificates.py +232 -0
  38. pulumi_akamai/get_cloudcertificates_hostname_bindings.py +157 -0
  39. pulumi_akamai/get_dns_record_set.py +16 -16
  40. pulumi_akamai/get_edge_worker.py +5 -1
  41. pulumi_akamai/get_mtlskeystore_account_ca_certificates.py +97 -0
  42. pulumi_akamai/get_mtlskeystore_client_certificate.py +233 -0
  43. pulumi_akamai/get_mtlskeystore_client_certificates.py +82 -0
  44. pulumi_akamai/get_mtlstruststore_ca_set.py +267 -0
  45. pulumi_akamai/get_mtlstruststore_ca_set_activation.py +189 -0
  46. pulumi_akamai/get_mtlstruststore_ca_set_activations.py +172 -0
  47. pulumi_akamai/get_mtlstruststore_ca_set_activities.py +183 -0
  48. pulumi_akamai/get_mtlstruststore_ca_set_associations.py +124 -0
  49. pulumi_akamai/get_mtlstruststore_ca_set_certificates.py +173 -0
  50. pulumi_akamai/get_mtlstruststore_ca_set_versions.py +128 -0
  51. pulumi_akamai/get_mtlstruststore_ca_sets.py +112 -0
  52. pulumi_akamai/get_property_domainownership_domain.py +189 -0
  53. pulumi_akamai/get_property_domainownership_domains.py +82 -0
  54. pulumi_akamai/get_property_domainownership_search_domains.py +87 -0
  55. pulumi_akamai/gtm_domain.py +7 -14
  56. pulumi_akamai/iam_api_client.py +25 -50
  57. pulumi_akamai/imaging_policy_image.py +7 -21
  58. pulumi_akamai/imaging_policy_video.py +7 -21
  59. pulumi_akamai/mtlskeystore_client_certificate_akamai.py +782 -0
  60. pulumi_akamai/mtlskeystore_client_certificate_third_party.py +618 -0
  61. pulumi_akamai/mtlskeystore_client_certificate_upload.py +451 -0
  62. pulumi_akamai/mtlstruststore_ca_set.py +654 -0
  63. pulumi_akamai/mtlstruststore_ca_set_activation.py +394 -0
  64. pulumi_akamai/network_list.py +7 -14
  65. pulumi_akamai/outputs.py +19539 -12627
  66. pulumi_akamai/property.py +7 -14
  67. pulumi_akamai/property_bootstrap.py +7 -14
  68. pulumi_akamai/property_domainownership_domains.py +152 -0
  69. pulumi_akamai/property_domainownership_validation.py +186 -0
  70. pulumi_akamai/property_hostname_bucket.py +35 -63
  71. pulumi_akamai/pulumi-plugin.json +1 -1
  72. {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/METADATA +1 -1
  73. {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/RECORD +75 -29
  74. {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/WHEEL +0 -0
  75. {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/top_level.txt +0 -0
@@ -32,19 +32,15 @@ class PropertyHostnameBucketArgs:
32
32
  timeout_for_activation: Optional[pulumi.Input[_builtins.int]] = None):
33
33
  """
34
34
  The set of arguments for constructing a PropertyHostnameBucket resource.
35
- :param pulumi.Input[Mapping[str, pulumi.Input['PropertyHostnameBucketHostnamesArgs']]] hostnames: The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of
36
- certificate provisioning type and edge hostname.
35
+ :param pulumi.Input[Mapping[str, pulumi.Input['PropertyHostnameBucketHostnamesArgs']]] hostnames: The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
37
36
  :param pulumi.Input[_builtins.str] network: The network to activate on, either `STAGING` or `PRODUCTION`.
38
37
  :param pulumi.Input[_builtins.str] property_id: The unique identifier for the property.
39
- :param pulumi.Input[_builtins.str] contract_id: The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not
40
- possible
41
- :param pulumi.Input[_builtins.str] group_id: The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not
42
- possible
43
- :param pulumi.Input[_builtins.int] hostname_count: The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about
44
- the number of hostnames that will be active after making the changes.
38
+ :param pulumi.Input[_builtins.str] contract_id: The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
39
+ :param pulumi.Input[_builtins.str] group_id: The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
40
+ :param pulumi.Input[_builtins.int] hostname_count: The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
45
41
  :param pulumi.Input[_builtins.str] note: Assigns a log message to the request.
46
42
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notify_emails: Email addresses to notify when the activation status changes.
47
- :param pulumi.Input[_builtins.int] timeout_for_activation: The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
43
+ :param pulumi.Input[_builtins.int] timeout_for_activation: The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 120 minutes.
48
44
  """
49
45
  pulumi.set(__self__, "hostnames", hostnames)
50
46
  pulumi.set(__self__, "network", network)
@@ -66,8 +62,7 @@ class PropertyHostnameBucketArgs:
66
62
  @pulumi.getter
67
63
  def hostnames(self) -> pulumi.Input[Mapping[str, pulumi.Input['PropertyHostnameBucketHostnamesArgs']]]:
68
64
  """
69
- The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of
70
- certificate provisioning type and edge hostname.
65
+ The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
71
66
  """
72
67
  return pulumi.get(self, "hostnames")
73
68
 
@@ -103,8 +98,7 @@ class PropertyHostnameBucketArgs:
103
98
  @pulumi.getter(name="contractId")
104
99
  def contract_id(self) -> Optional[pulumi.Input[_builtins.str]]:
105
100
  """
106
- The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not
107
- possible
101
+ The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
108
102
  """
109
103
  return pulumi.get(self, "contract_id")
110
104
 
@@ -116,8 +110,7 @@ class PropertyHostnameBucketArgs:
116
110
  @pulumi.getter(name="groupId")
117
111
  def group_id(self) -> Optional[pulumi.Input[_builtins.str]]:
118
112
  """
119
- The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not
120
- possible
113
+ The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
121
114
  """
122
115
  return pulumi.get(self, "group_id")
123
116
 
@@ -129,8 +122,7 @@ class PropertyHostnameBucketArgs:
129
122
  @pulumi.getter(name="hostnameCount")
130
123
  def hostname_count(self) -> Optional[pulumi.Input[_builtins.int]]:
131
124
  """
132
- The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about
133
- the number of hostnames that will be active after making the changes.
125
+ The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
134
126
  """
135
127
  return pulumi.get(self, "hostname_count")
136
128
 
@@ -166,7 +158,7 @@ class PropertyHostnameBucketArgs:
166
158
  @pulumi.getter(name="timeoutForActivation")
167
159
  def timeout_for_activation(self) -> Optional[pulumi.Input[_builtins.int]]:
168
160
  """
169
- The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
161
+ The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 120 minutes.
170
162
  """
171
163
  return pulumi.get(self, "timeout_for_activation")
172
164
 
@@ -192,20 +184,16 @@ class _PropertyHostnameBucketState:
192
184
  """
193
185
  Input properties used for looking up and filtering PropertyHostnameBucket resources.
194
186
  :param pulumi.Input[_builtins.str] activation_id: The ID of the latest hostname bucket activation.
195
- :param pulumi.Input[_builtins.str] contract_id: The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not
196
- possible
197
- :param pulumi.Input[_builtins.str] group_id: The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not
198
- possible
199
- :param pulumi.Input[_builtins.int] hostname_count: The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about
200
- the number of hostnames that will be active after making the changes.
201
- :param pulumi.Input[Mapping[str, pulumi.Input['PropertyHostnameBucketHostnamesArgs']]] hostnames: The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of
202
- certificate provisioning type and edge hostname.
187
+ :param pulumi.Input[_builtins.str] contract_id: The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
188
+ :param pulumi.Input[_builtins.str] group_id: The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
189
+ :param pulumi.Input[_builtins.int] hostname_count: The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
190
+ :param pulumi.Input[Mapping[str, pulumi.Input['PropertyHostnameBucketHostnamesArgs']]] hostnames: The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
203
191
  :param pulumi.Input[_builtins.str] network: The network to activate on, either `STAGING` or `PRODUCTION`.
204
192
  :param pulumi.Input[_builtins.str] note: Assigns a log message to the request.
205
193
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notify_emails: Email addresses to notify when the activation status changes.
206
194
  :param pulumi.Input[_builtins.int] pending_default_certs: The number of hostnames with a `DEFAULT` certificate type that are still in the `PENDING` state.
207
195
  :param pulumi.Input[_builtins.str] property_id: The unique identifier for the property.
208
- :param pulumi.Input[_builtins.int] timeout_for_activation: The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
196
+ :param pulumi.Input[_builtins.int] timeout_for_activation: The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 120 minutes.
209
197
  """
210
198
  if activation_id is not None:
211
199
  pulumi.set(__self__, "activation_id", activation_id)
@@ -246,8 +234,7 @@ class _PropertyHostnameBucketState:
246
234
  @pulumi.getter(name="contractId")
247
235
  def contract_id(self) -> Optional[pulumi.Input[_builtins.str]]:
248
236
  """
249
- The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not
250
- possible
237
+ The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
251
238
  """
252
239
  return pulumi.get(self, "contract_id")
253
240
 
@@ -259,8 +246,7 @@ class _PropertyHostnameBucketState:
259
246
  @pulumi.getter(name="groupId")
260
247
  def group_id(self) -> Optional[pulumi.Input[_builtins.str]]:
261
248
  """
262
- The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not
263
- possible
249
+ The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
264
250
  """
265
251
  return pulumi.get(self, "group_id")
266
252
 
@@ -272,8 +258,7 @@ class _PropertyHostnameBucketState:
272
258
  @pulumi.getter(name="hostnameCount")
273
259
  def hostname_count(self) -> Optional[pulumi.Input[_builtins.int]]:
274
260
  """
275
- The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about
276
- the number of hostnames that will be active after making the changes.
261
+ The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
277
262
  """
278
263
  return pulumi.get(self, "hostname_count")
279
264
 
@@ -285,8 +270,7 @@ class _PropertyHostnameBucketState:
285
270
  @pulumi.getter
286
271
  def hostnames(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['PropertyHostnameBucketHostnamesArgs']]]]:
287
272
  """
288
- The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of
289
- certificate provisioning type and edge hostname.
273
+ The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
290
274
  """
291
275
  return pulumi.get(self, "hostnames")
292
276
 
@@ -358,7 +342,7 @@ class _PropertyHostnameBucketState:
358
342
  @pulumi.getter(name="timeoutForActivation")
359
343
  def timeout_for_activation(self) -> Optional[pulumi.Input[_builtins.int]]:
360
344
  """
361
- The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
345
+ The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 120 minutes.
362
346
  """
363
347
  return pulumi.get(self, "timeout_for_activation")
364
348
 
@@ -387,19 +371,15 @@ class PropertyHostnameBucket(pulumi.CustomResource):
387
371
  Create a PropertyHostnameBucket resource with the given unique name, props, and options.
388
372
  :param str resource_name: The name of the resource.
389
373
  :param pulumi.ResourceOptions opts: Options for the resource.
390
- :param pulumi.Input[_builtins.str] contract_id: The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not
391
- possible
392
- :param pulumi.Input[_builtins.str] group_id: The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not
393
- possible
394
- :param pulumi.Input[_builtins.int] hostname_count: The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about
395
- the number of hostnames that will be active after making the changes.
396
- :param pulumi.Input[Mapping[str, pulumi.Input[Union['PropertyHostnameBucketHostnamesArgs', 'PropertyHostnameBucketHostnamesArgsDict']]]] hostnames: The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of
397
- certificate provisioning type and edge hostname.
374
+ :param pulumi.Input[_builtins.str] contract_id: The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
375
+ :param pulumi.Input[_builtins.str] group_id: The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
376
+ :param pulumi.Input[_builtins.int] hostname_count: The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
377
+ :param pulumi.Input[Mapping[str, pulumi.Input[Union['PropertyHostnameBucketHostnamesArgs', 'PropertyHostnameBucketHostnamesArgsDict']]]] hostnames: The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
398
378
  :param pulumi.Input[_builtins.str] network: The network to activate on, either `STAGING` or `PRODUCTION`.
399
379
  :param pulumi.Input[_builtins.str] note: Assigns a log message to the request.
400
380
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notify_emails: Email addresses to notify when the activation status changes.
401
381
  :param pulumi.Input[_builtins.str] property_id: The unique identifier for the property.
402
- :param pulumi.Input[_builtins.int] timeout_for_activation: The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
382
+ :param pulumi.Input[_builtins.int] timeout_for_activation: The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 120 minutes.
403
383
  """
404
384
  ...
405
385
  @overload
@@ -488,20 +468,16 @@ class PropertyHostnameBucket(pulumi.CustomResource):
488
468
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
489
469
  :param pulumi.ResourceOptions opts: Options for the resource.
490
470
  :param pulumi.Input[_builtins.str] activation_id: The ID of the latest hostname bucket activation.
491
- :param pulumi.Input[_builtins.str] contract_id: The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not
492
- possible
493
- :param pulumi.Input[_builtins.str] group_id: The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not
494
- possible
495
- :param pulumi.Input[_builtins.int] hostname_count: The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about
496
- the number of hostnames that will be active after making the changes.
497
- :param pulumi.Input[Mapping[str, pulumi.Input[Union['PropertyHostnameBucketHostnamesArgs', 'PropertyHostnameBucketHostnamesArgsDict']]]] hostnames: The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of
498
- certificate provisioning type and edge hostname.
471
+ :param pulumi.Input[_builtins.str] contract_id: The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
472
+ :param pulumi.Input[_builtins.str] group_id: The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
473
+ :param pulumi.Input[_builtins.int] hostname_count: The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
474
+ :param pulumi.Input[Mapping[str, pulumi.Input[Union['PropertyHostnameBucketHostnamesArgs', 'PropertyHostnameBucketHostnamesArgsDict']]]] hostnames: The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
499
475
  :param pulumi.Input[_builtins.str] network: The network to activate on, either `STAGING` or `PRODUCTION`.
500
476
  :param pulumi.Input[_builtins.str] note: Assigns a log message to the request.
501
477
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notify_emails: Email addresses to notify when the activation status changes.
502
478
  :param pulumi.Input[_builtins.int] pending_default_certs: The number of hostnames with a `DEFAULT` certificate type that are still in the `PENDING` state.
503
479
  :param pulumi.Input[_builtins.str] property_id: The unique identifier for the property.
504
- :param pulumi.Input[_builtins.int] timeout_for_activation: The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
480
+ :param pulumi.Input[_builtins.int] timeout_for_activation: The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 120 minutes.
505
481
  """
506
482
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
507
483
 
@@ -532,8 +508,7 @@ class PropertyHostnameBucket(pulumi.CustomResource):
532
508
  @pulumi.getter(name="contractId")
533
509
  def contract_id(self) -> pulumi.Output[_builtins.str]:
534
510
  """
535
- The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not
536
- possible
511
+ The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
537
512
  """
538
513
  return pulumi.get(self, "contract_id")
539
514
 
@@ -541,8 +516,7 @@ class PropertyHostnameBucket(pulumi.CustomResource):
541
516
  @pulumi.getter(name="groupId")
542
517
  def group_id(self) -> pulumi.Output[_builtins.str]:
543
518
  """
544
- The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not
545
- possible
519
+ The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
546
520
  """
547
521
  return pulumi.get(self, "group_id")
548
522
 
@@ -550,8 +524,7 @@ class PropertyHostnameBucket(pulumi.CustomResource):
550
524
  @pulumi.getter(name="hostnameCount")
551
525
  def hostname_count(self) -> pulumi.Output[_builtins.int]:
552
526
  """
553
- The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about
554
- the number of hostnames that will be active after making the changes.
527
+ The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
555
528
  """
556
529
  return pulumi.get(self, "hostname_count")
557
530
 
@@ -559,8 +532,7 @@ class PropertyHostnameBucket(pulumi.CustomResource):
559
532
  @pulumi.getter
560
533
  def hostnames(self) -> pulumi.Output[Mapping[str, 'outputs.PropertyHostnameBucketHostnames']]:
561
534
  """
562
- The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of
563
- certificate provisioning type and edge hostname.
535
+ The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
564
536
  """
565
537
  return pulumi.get(self, "hostnames")
566
538
 
@@ -608,7 +580,7 @@ class PropertyHostnameBucket(pulumi.CustomResource):
608
580
  @pulumi.getter(name="timeoutForActivation")
609
581
  def timeout_for_activation(self) -> pulumi.Output[_builtins.int]:
610
582
  """
611
- The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
583
+ The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 120 minutes.
612
584
  """
613
585
  return pulumi.get(self, "timeout_for_activation")
614
586
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "akamai",
4
- "version": "9.1.0-alpha.1754716222"
4
+ "version": "10.3.0-alpha.1766467020"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_akamai
3
- Version: 9.1.0a1754716222
3
+ Version: 10.3.0a1766467020
4
4
  Summary: A Pulumi package for creating and managing akamai cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -1,6 +1,9 @@
1
- pulumi_akamai/__init__.py,sha256=5FYkYYQzihYEDcUBOvrOjCMmj81fcemT72YKApMnhL0,38863
2
- pulumi_akamai/_inputs.py,sha256=601SHz8Wdfm115KvyDBnexmzAct7ihQFlPBHuq6sb5o,1579226
1
+ pulumi_akamai/__init__.py,sha256=yWeTx2zJMHvbKtAbfEwcRkMBPR6JT3qhSXBsmziKdLI,45206
2
+ pulumi_akamai/_inputs.py,sha256=0NnQjVHVYe1fDFZ8t579lI5j3HDPH-Y61pL6e47QAps,1750324
3
3
  pulumi_akamai/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
+ pulumi_akamai/apidefinitions_activation.py,sha256=Tzrb_mYAXMBqFiCQhxPdWmVK5TXpNeKnc4VV0q3n33s,19110
5
+ pulumi_akamai/apidefinitions_api.py,sha256=iHovoQSRprTkFRwga5_ZXlOvnMQMPfHC2CrLXzsEEyw,16835
6
+ pulumi_akamai/apidefinitions_resource_operations.py,sha256=xIi75IQl0ekbAHG51GASSuoooUWWcASJzBpdyck8uDE,10017
4
7
  pulumi_akamai/app_sec_activations.py,sha256=fQVb5b-EdSVkg7tNrRho6_8aRg4b5GrB_01xJBwFITo,16662
5
8
  pulumi_akamai/app_sec_advanced_settings_evasive_path_match.py,sha256=LRxf6ovryOnZEE9AkZX6ix4CrPh83ms77E1zPaW4LaI,11569
6
9
  pulumi_akamai/app_sec_advanced_settings_logging.py,sha256=_s1pL3z8r_IZse8UoxcK28y12IaxuHNuZUSMc6vIAR0,11073
@@ -19,7 +22,7 @@ pulumi_akamai/app_sec_eval.py,sha256=X-WDq9fkApuhci5qp5H-L1vHcrULpCnUmePbCV1KwiA
19
22
  pulumi_akamai/app_sec_eval_group.py,sha256=PJvDzAa2uGTaVSW1ryzWqb546iCcx3K3Wdh9l6fyyKM,16193
20
23
  pulumi_akamai/app_sec_eval_penalty_box.py,sha256=yctLe_0G3XF-qOfSHLTO6iDBiIvwIvdHDRUZj25tI8o,14019
21
24
  pulumi_akamai/app_sec_eval_rule.py,sha256=K_rB_Ii1lNheHwiRtnuILARyF8xXg15YtPY-rCxo_rA,15626
22
- pulumi_akamai/app_sec_ip_geo.py,sha256=6gh7kVP6RM_VkHaCgbAUxLvf_-X38MOUGZwvr6AXcdo,23987
25
+ pulumi_akamai/app_sec_ip_geo.py,sha256=PTSfLsLq3zkwEibBfpSkb-IpTGtXZvKdwdpWY7rlt0I,27477
23
26
  pulumi_akamai/app_sec_ip_geo_protection.py,sha256=NK6SZuAmvfVmm3M9uOSCx3nWyPR4DTekVUjllJkRNdY,11827
24
27
  pulumi_akamai/app_sec_malware_policy.py,sha256=wlIxBRCArTpy1R6XBUL8kfP_amN0dXe2Q0nTfmYgIY4,9931
25
28
  pulumi_akamai/app_sec_malware_policy_action.py,sha256=PZfyuoZzhWE8ze-jiojIZZ7tEDzJ-2QJlWkErKz-Rb4,15964
@@ -39,21 +42,27 @@ pulumi_akamai/app_sec_rule.py,sha256=RY69qfhHnj05x5XWjGMSN7DjkPn72eHGzzuKhSN1Gbw
39
42
  pulumi_akamai/app_sec_rule_upgrade.py,sha256=IBxvS6jWV6Fql8jOUofF7YMNQnJDzEpGyO9g33ZBaJ4,14742
40
43
  pulumi_akamai/app_sec_security_policy.py,sha256=q0E5TE1wAxwgiIQfxnCC4HjX559a6R-rI938hDuJQYU,18272
41
44
  pulumi_akamai/app_sec_security_policy_rename.py,sha256=1-Q5e1pi96AlyAnXGhtkvjGxPtOymMlAMKqdOJGUdA4,11385
42
- pulumi_akamai/app_sec_siem_settings.py,sha256=iEnBfZJHTsyzNmGEvHRBgZwJAYes_hD-lyPici296WQ,21592
43
- pulumi_akamai/app_sec_slow_post.py,sha256=Xo4ttQQ2v4204GEbxS33F0pvALjS9dPgXOqc_igvjvc,20631
45
+ pulumi_akamai/app_sec_siem_settings.py,sha256=qoGAdAb2hVOls8yKao5JDjbs36hCvJ-YTQsf_EtSXCo,24513
46
+ pulumi_akamai/app_sec_slow_post.py,sha256=BlDb5f3z9i--N4dN-9epu-rkibTmaxGKnBcTlGUKvGE,20547
44
47
  pulumi_akamai/app_sec_slow_post_protection.py,sha256=SRWk6ZP-wYHy5cbbeafnUBkyLkMZrqLOIWIqC0ZjuQ4,11920
45
48
  pulumi_akamai/app_sec_threat_intel.py,sha256=5bs-MTbJ7hzWZY0-XeDfSstyC9Xw84OuCMfsD9VHb0M,10997
46
49
  pulumi_akamai/app_sec_version_nodes.py,sha256=Y4PVMIGwuu7lw3DX2ELqRehIQstmshTtE6WAao9UryA,9736
47
50
  pulumi_akamai/app_sec_waf_mode.py,sha256=7RiUQ5gXeAC5FajnUw16ogTMUxndRLrUxiuEpWfmaAQ,17095
48
51
  pulumi_akamai/app_sec_waf_protection.py,sha256=K6ovOnYx2bD4Oyv-An_OkER5I9i1-VE-3J4ihFpajx8,11758
49
52
  pulumi_akamai/appsec_aap_selected_hostnames.py,sha256=NXx8Cwc50rtnMpgJTo6EQQE5wPnhGfytpwkk3XTBjAM,13946
53
+ pulumi_akamai/appsec_advanced_settings_ase_penalty_box.py,sha256=7qEDpeVerFobQlHELAfnZrS9KfORu7dyGtTQpmBEqhg,13056
50
54
  pulumi_akamai/appsec_advanced_settings_attack_payload_logging.py,sha256=gVuJ1ieduOm8TaVqtghvvwNO_T2fnmZBtoKKoG2iH38,11973
55
+ pulumi_akamai/appsec_advanced_settings_ja4_fingerprint.py,sha256=w6thoroOgUTXjATZJDaskm1Go6dsTvPz9Ibeu94uNLM,9270
51
56
  pulumi_akamai/appsec_advanced_settings_pii_learning.py,sha256=Ub2AQWaF_Acj39khWq60s4YvHdNld5qlksS96C7IFMg,9188
52
57
  pulumi_akamai/appsec_advanced_settings_request_body.py,sha256=P922nrx9erfC0M6uWxj6xt7SEneuQI47DSaWp7YpVTM,15368
53
58
  pulumi_akamai/appsec_eval_penalty_box_conditions.py,sha256=fUwDu9K_p1J0R9ZFlDjrZe6YUKaH8BB5mzRse5VJe3I,11586
54
59
  pulumi_akamai/appsec_penalty_box_conditions.py,sha256=Gu652Hz5piorCs1R0295v4bJnrdLDJ3S9zygo-74lgQ,11651
55
60
  pulumi_akamai/appsec_rapid_rules.py,sha256=VlkLjGUa6lDtPZSyZS8iE2n3LQA0oxWGzLu04hLnBCg,14796
56
61
  pulumi_akamai/appsec_security_policy_default_protections.py,sha256=7Zrqrkvp7LxevHiAGfDoHtp_qUQ-hrB5SuDX9YpuTsk,13348
62
+ pulumi_akamai/apr_general_settings.py,sha256=-tLJ7P6pZ26oXb4cxvswNuPZLWEuWSKHP3d83Y1OpHo,10254
63
+ pulumi_akamai/apr_protected_operations.py,sha256=LfcnAw8t2FhTIVYoPjGL8o6ipcVg5nSP2mKzFz2BzF0,12580
64
+ pulumi_akamai/apr_user_allow_list.py,sha256=-tJlCF2TlhQHB74BRKmQIFSpB0ZpJhOga9qvd-qUBsw,7804
65
+ pulumi_akamai/apr_user_risk_response_strategy.py,sha256=Fn42wVHfFYKy-_1jlc8e20SgaklEh8T49MEMqu6dcKg,8482
57
66
  pulumi_akamai/botman_akamai_bot_category_action.py,sha256=n7AjWUFGKStMFO1WoMFBii3zsGGLEJMOC-tJmGeMM_o,11244
58
67
  pulumi_akamai/botman_bot_analytics_cookie.py,sha256=ntvQfsOp3NPylRkSrQn8xmzRmngvLvYLeo8DmqJaBf4,7625
59
68
  pulumi_akamai/botman_bot_category_exception.py,sha256=p7kPNiQnVcRB5i5TzyykLpM6ghurlI253wUxUATNWLE,9500
@@ -81,9 +90,11 @@ pulumi_akamai/botman_serve_alternate_action.py,sha256=rxXoSnLqNPG-OMrgYOLBPlrtQC
81
90
  pulumi_akamai/botman_transactional_endpoint.py,sha256=EsZgOWHVijbG5VeP8IBhIdEHVg1HvFpDpbfHla5aF_8,11109
82
91
  pulumi_akamai/botman_transactional_endpoint_protection.py,sha256=A8DFoinUlp1tHkkgEWINkIY3neEW2DDeoNtAlhcjVtU,8340
83
92
  pulumi_akamai/clientlist_activation.py,sha256=xN3PBZPkVMH2XCCaIlBd5f24iTzFrpkxnGUq_YEHP5Q,18915
84
- pulumi_akamai/clientlist_list.py,sha256=L5FhXQGK8MKrlw-iy3EannDj86O01ARGvvF2SLIBEdY,21965
85
- pulumi_akamai/cloud_access_key.py,sha256=r-Z7e448l88WCi0hvtDSZggAJ5nR23hAJqxHRo7ksVQ,30791
86
- pulumi_akamai/cloudlets_application_load_balancer.py,sha256=7Pw4v_oHGrBU3GmusMGUG0yj-rrSOTwUnc5XQDryDxU,23413
93
+ pulumi_akamai/clientlist_list.py,sha256=26wrgYZf_16DN4XQ-jrlht8PpGdJ2x8mhSMzJLM9OFk,22021
94
+ pulumi_akamai/cloud_access_key.py,sha256=an6QlX-5TBc1uvvaAhA_KLK04bQpqz1ETppWEPSP1g8,30525
95
+ pulumi_akamai/cloudcertificates_certificate.py,sha256=tooUkLiAh7vFIxzNQHoUqYRBafTcrjhHxuvh-vyj1HI,38154
96
+ pulumi_akamai/cloudcertificates_upload_signed_certificate.py,sha256=J_cKJJAA5xv0pyAt6vlpVzgVHa8ArBOvR-c7liuce8o,27351
97
+ pulumi_akamai/cloudlets_application_load_balancer.py,sha256=P9XeYgkFMaf4lQqAKGo2FSSggbbaK67ZLDCp4SWmFnE,23245
87
98
  pulumi_akamai/cloudlets_application_load_balancer_activation.py,sha256=Zw_vCFN9cub5ZHassowGxKImHklG4Sgdx3byjB6t58g,15513
88
99
  pulumi_akamai/cloudlets_policy.py,sha256=8NSFm9y89nYRZwx1PRHbxikDFMKz3OGXtHnQpOm539I,25535
89
100
  pulumi_akamai/cloudlets_policy_activation.py,sha256=w7SQYJ64vCMfTEYi3JW7IM3KkYMDse3Lu9VAO3fB6RY,18886
@@ -94,14 +105,17 @@ pulumi_akamai/cps_dv_enrollment.py,sha256=evRVhETFxzXRwtM813tUzJ1YR1zAZhXyxspJx1
94
105
  pulumi_akamai/cps_dv_validation.py,sha256=0jNK-AErWMBN0fPOmNdrLQchyyGNeMi270jAuaI0y_E,14800
95
106
  pulumi_akamai/cps_third_party_enrollment.py,sha256=n3xHQsBSjIFFT-n9dax_kc4dJVEU6Mh64zOWR_SXjI4,50167
96
107
  pulumi_akamai/cps_upload_certificate.py,sha256=nJwHgqvaKwgOOKfivbPKaBqsJSO0xKOlbJ2dewOESYE,30165
97
- pulumi_akamai/datastream.py,sha256=lHodsAkFBcZVsgHcd2WxmLa-9CG0rYYlFRNWXeTESk0,60050
108
+ pulumi_akamai/datastream.py,sha256=Q3UMYvl-OWbc_cYOFIEesQhiPPPBtNRG8zVeIlVUIcI,66523
98
109
  pulumi_akamai/dns_record.py,sha256=HWNx6QaXuRn29zaZrBMiihScDyv6pQDSJKqO1MBG_ac,85097
99
110
  pulumi_akamai/dns_zone.py,sha256=DekSBVAzoy5sppvtUeXMSSieDEgbB9aQ5gWXT15dlbI,25931
100
- pulumi_akamai/edge_host_name.py,sha256=4268bXrLtBe2ski-cmZb-FNZig6VSrNDA9zBDkKJqJc,23276
111
+ pulumi_akamai/edge_host_name.py,sha256=CtWqvCd3jmNx3_tAYEkTSENQghVl1tCUXzwswBVJZvQ,23192
101
112
  pulumi_akamai/edge_kv.py,sha256=qz1FVfXvvP_qf0AJ8pDfPZ10US3it-GUye0_GywPNlE,15312
102
113
  pulumi_akamai/edge_worker.py,sha256=oyNRBt0x-Xdbecgp-5I9y_VP2Y5-78SUsajsmzxud08,19417
103
114
  pulumi_akamai/edge_workers_activation.py,sha256=d2dKMjon9Ly0OHsSNob0ha7liyWivjJoeUC95awBNCk,16050
104
115
  pulumi_akamai/edgekv_group_items.py,sha256=fqXcNZ7lwgL0gM4D7RY7mzWaObPIxjVhWDftX9uxCnE,15526
116
+ pulumi_akamai/get_apidefinitions_api.py,sha256=Fud66M1_U4Jpkg5QjzEAAMk8OK-EnAEquH9AMrPfxfM,6568
117
+ pulumi_akamai/get_apidefinitions_openapi.py,sha256=pRIwyBa2J4HKN3ghkoXRz8EGovAZCPqdCXNsF2YtJX4,4913
118
+ pulumi_akamai/get_apidefinitions_resource_operations.py,sha256=loalg3npY-1ShOrCCDVKd__TU0ctLl4nw2jlwiZjH_0,6472
105
119
  pulumi_akamai/get_app_sec_advanced_settings_evasive_path_match.py,sha256=fQJ2Q_wBxLVDhmedEOAX9YnGWNhaUBddXS57FCAK0h0,5792
106
120
  pulumi_akamai/get_app_sec_advanced_settings_logging.py,sha256=qCuyS-T5L4Rijp-VwggfdSOwJLci67M94w9Cj26seVA,5551
107
121
  pulumi_akamai/get_app_sec_advanced_settings_pragma_header.py,sha256=558rhkt1tJRWMrC5wdoAthFrPmPrpnbLzhJykoAHJiE,5684
@@ -125,7 +139,7 @@ pulumi_akamai/get_app_sec_failover_hostnames.py,sha256=2wEgi6BDm4bDpLcAjyt4FqSRM
125
139
  pulumi_akamai/get_app_sec_hostname_coverage.py,sha256=cXUIjqDUnndNkC_42rYu6uUtrCBsaVVXIr9Jeg78CDY,3676
126
140
  pulumi_akamai/get_app_sec_hostname_coverage_match_targets.py,sha256=RFELqJj0PBP5F4ylN_bD8BmtbrK_3ODxLAHvQtsXb9A,5443
127
141
  pulumi_akamai/get_app_sec_hostname_coverage_overlapping.py,sha256=GAyEDMnX69zs3cqGFwzjeDQF-oAmM-sqIDyWtNldaJ4,5410
128
- pulumi_akamai/get_app_sec_ip_geo.py,sha256=u6tQJRV9YNG25BPQ7GScY4w4qnIgZ8xE3aOLP7U9lSk,8439
142
+ pulumi_akamai/get_app_sec_ip_geo.py,sha256=iH6dysmG8H0DSMJFSV_L3CB9dM-iw1B8PF1hYyIB3YE,8858
129
143
  pulumi_akamai/get_app_sec_malware_content_types.py,sha256=Wf-j56p7slWIHOYRnLBVrXOyDnDY1Upa-WawsQYWIg4,4494
130
144
  pulumi_akamai/get_app_sec_malware_policies.py,sha256=oPB_UEKiBtnAjQ_fog8y9ZtOv7Xq3LU2eAwKY3Ee3qk,5322
131
145
  pulumi_akamai/get_app_sec_malware_policy_actions.py,sha256=Ye0BJtkYE1qoprTAZDiHl25RhjKxCSY8s9pVClnoFcw,5987
@@ -149,12 +163,19 @@ pulumi_akamai/get_app_sec_tuning_recommendations.py,sha256=FoQoKZ3bzD3nXzapIlJ6f
149
163
  pulumi_akamai/get_app_sec_version_notes.py,sha256=tjgKi6sYvNOQ4zEXrf01YXjV6L09xMWLrcvf_qKFnUI,4327
150
164
  pulumi_akamai/get_app_sec_waf_mode.py,sha256=XBv0_qzJaI98qjh-JpVexHYhqTReeFvQYpujFDYiDNA,7835
151
165
  pulumi_akamai/get_appsec_aap_selected_hostnames.py,sha256=l859r-uzDeRvgmRd068m8VBkaX4OPcGbQhvetfuCGoM,7775
166
+ pulumi_akamai/get_appsec_advanced_settings_ase_penalty_box.py,sha256=8pPU2b26M_VSfaEfDQ4rVE0ezvvm4wQ8lFE1qHR2PbU,4730
152
167
  pulumi_akamai/get_appsec_advanced_settings_attack_payload_logging.py,sha256=s_bece4tdsI10CYHtTgXJ9I_EnmVBGD7Y8nrIRWqU0w,5884
168
+ pulumi_akamai/get_appsec_advanced_settings_ja4_fingerprint.py,sha256=YMfkFsDZGN8lEq2zhwa0tRWJ1A4IKCG7j4qwuTtWc6I,4747
153
169
  pulumi_akamai/get_appsec_advanced_settings_pii_learning.py,sha256=-tLzPbGjSuKp9Nkc_223t6S6rFt_zqkDJlVgjKTwP7g,4678
154
170
  pulumi_akamai/get_appsec_advanced_settings_request_body.py,sha256=93KFIzjqB85tZBjX3olPfvTKLUGOz-aSkMVAg8noVBw,5651
171
+ pulumi_akamai/get_appsec_custom_rules_usage.py,sha256=DeXApkxuA9IeIj1Oyye6bWmg72Sjgq69GMI1ym9UUfQ,5660
155
172
  pulumi_akamai/get_appsec_eval_penalty_box_conditions.py,sha256=-FIBsyh5nqjAEcOFy0xhmpSbUduoD1ravusyseCkrO4,5556
156
173
  pulumi_akamai/get_appsec_penalty_box_conditions.py,sha256=EKKVRisrjW5FDKiN0hwNJuyA-449JeXijUAqYnopstM,5448
157
- pulumi_akamai/get_appsec_rapid_rules.py,sha256=6RltNfrNot9viZKDPmoXdBFEnjJosRJl_H69wNyKfbA,7009
174
+ pulumi_akamai/get_appsec_rapid_rules.py,sha256=jsFEAAuxG5V1T9UrC1oc3U8mYrxrWj4Ts8zoTRTeqgY,8033
175
+ pulumi_akamai/get_apr_general_settings.py,sha256=KjKEwALNa-2RvrXrZj_88MjYBq8AXVoZLTMiVS88_vQ,4716
176
+ pulumi_akamai/get_apr_protected_operations.py,sha256=HOVDNwPfcawmhgODDYT8Rg-i4wdKKT4Dga04y0Xr6lc,5640
177
+ pulumi_akamai/get_apr_user_allow_list.py,sha256=R5PewNQ0bcZYjrTxV3kH8HIwklWfBpF9Lf7yorolpJc,3757
178
+ pulumi_akamai/get_apr_user_risk_response_strategy.py,sha256=xfCdXI-4qvfY_z_rKbfrt2-2pUbpRnbWcejn-NnbIPE,4016
158
179
  pulumi_akamai/get_authorities_set.py,sha256=i6i_KPzeO9VzTN8i8fomRu8Sj2FJHDvJVdgfYcnl6dQ,3774
159
180
  pulumi_akamai/get_botman_akamai_bot_category.py,sha256=MzPGNOdmQoSmMzkESWLtho67jZ7h5wtMlVVnyW1noPg,4022
160
181
  pulumi_akamai/get_botman_akamai_bot_category_action.py,sha256=I_wjmtks6XAFj4GzGhvwzg6PjFcQ4LXWZho2bYHCKdc,5828
@@ -188,11 +209,15 @@ pulumi_akamai/get_botman_response_action.py,sha256=zXmEJOXRIe2arvS61QdRyeNrBJSlJ
188
209
  pulumi_akamai/get_botman_serve_alternate_action.py,sha256=HDgwStkg7Cfixxfyw-EEBvHpQH48kmKubHsxxn6jPsc,4758
189
210
  pulumi_akamai/get_botman_transactional_endpoint.py,sha256=5D9TMxPaDbx-u3VE3MPHDIg_78aSmlj3dR9Zar9eCvY,5775
190
211
  pulumi_akamai/get_botman_transactional_endpoint_protection.py,sha256=GF7jhnPvOmZHuRR3JMqQB0XQkLY3JR-wI9orF9xNA90,4240
191
- pulumi_akamai/get_clientlist_lists.py,sha256=k3DvzAcR-yHIqigg_53iz55SrkVQJzODvwe3GINgOWg,5804
212
+ pulumi_akamai/get_clientlist_list.py,sha256=qMvylsYMTWKOjq5pSwdJeZv9FYxTYkOIsafY3lBgf30,4636
213
+ pulumi_akamai/get_clientlist_lists.py,sha256=POHT_xVDfbEpzRh_SYVeGuvQDeTkAmoSlPnp5q4qTN4,5713
192
214
  pulumi_akamai/get_cloudaccess_key.py,sha256=o7IZCqphZk1jJkL21-irIPvNRQCiKlUJPw_u3QbfhkQ,7484
193
215
  pulumi_akamai/get_cloudaccess_key_properties.py,sha256=k-tioItDRcnW7fkEKm8Fwg2PERY_4hgWUOfqM1EsLr4,4782
194
216
  pulumi_akamai/get_cloudaccess_key_versions.py,sha256=SjOyKQGz9oCHXrPUdTEadEGXphYmihu9a32A3BxwEQ0,4894
195
217
  pulumi_akamai/get_cloudaccess_keys.py,sha256=N31wggOa9d4pnsCPQvl24-ws5G8WqcX1NTJsYomgCM4,3178
218
+ pulumi_akamai/get_cloudcertificates_certificate.py,sha256=Xg-GzkaOAvwCJAmT-nas9gAe_kBvK9MsHcW99WUX6Cw,19545
219
+ pulumi_akamai/get_cloudcertificates_certificates.py,sha256=68m1TTorfCQ-9v5Hfs93-9yQyQcN6tUrtKTW2J5dj50,11924
220
+ pulumi_akamai/get_cloudcertificates_hostname_bindings.py,sha256=T_MsM7dfnQinwBthfYRUYHHxJgX-StCJszsdM92S_QE,7465
196
221
  pulumi_akamai/get_cloudlets_api_prioritization_match_rule.py,sha256=Tl-8g1FRmo74H02Yjvp5IvuY8KZDNFVMMX1PbTycjNg,4601
197
222
  pulumi_akamai/get_cloudlets_application_load_balancer.py,sha256=vCYY38DQnk5_D2eSqYaEhhyLQ3pjRcV3beJtPlLxHQ8,10896
198
223
  pulumi_akamai/get_cloudlets_application_load_balancer_match_rule.py,sha256=GqypLauCDvJB3B7uf60ytViHeTL_Tuf0Ggw7j0bdNpE,4775
@@ -223,8 +248,8 @@ pulumi_akamai/get_cps_warnings.py,sha256=OJeDhgzaUSJfJT5HIZBvJjhsh0Y2rd-ANtiJcsi
223
248
  pulumi_akamai/get_datastream_activation_history.py,sha256=mTSeYVzOJu2uPD6kW4aacs2XYAPOH-OmTlnQ_yrwwWM,4179
224
249
  pulumi_akamai/get_datastream_dataset_fields.py,sha256=54EpQhcCBayC6wEZp0FG0aPpoVASqPDy9Q0aqNxMLC8,4190
225
250
  pulumi_akamai/get_datastreams.py,sha256=AhYvBjflum7MphmyzOg9nWANZzzOOcM4n7Ap0Hj2X3E,3864
226
- pulumi_akamai/get_dns_record_set.py,sha256=fQB6DHedWCTyI132RyEpM4myHVzdBnH_yAc9hnvZjag,4953
227
- pulumi_akamai/get_edge_worker.py,sha256=HE-Q-F7OzvoqNs1FMhxbJSymy6_7Ldp0AcLMPc3ExxU,7103
251
+ pulumi_akamai/get_dns_record_set.py,sha256=hBbON6MD-WX-e_VoEmmucEqrSIv8XefS4mhz3BhRs0w,4953
252
+ pulumi_akamai/get_edge_worker.py,sha256=9dnrWZpNYLRnC0URHVX-1ujk_c0JZ03Gr895jHEL_dA,7316
228
253
  pulumi_akamai/get_edge_worker_activation.py,sha256=UBIUJZEE5oEX0efN17IH3exqcNZpX-hbp__Xah-sEbo,5205
229
254
  pulumi_akamai/get_edge_workers_property_rules.py,sha256=vQbaaXTdUQd4Rh3kD1FotDqGKMbB40WCUdUYQy6MnJg,4025
230
255
  pulumi_akamai/get_edge_workers_resource_tier.py,sha256=oWQNeilzH-v0z-5Bra5qRSNRYvtOHcDHwA2t4-wJPvM,5082
@@ -264,11 +289,25 @@ pulumi_akamai/get_iam_timezones.py,sha256=jn6BvKYwEuAPPlqfWaAKucN3PfDhifTxzkblXI
264
289
  pulumi_akamai/get_iam_users_affected_by_moving_group.py,sha256=480ik4uf3iM8qqCcaunU5LlLdQqXyP6BLVNBykFBnTg,6048
265
290
  pulumi_akamai/get_imaging_policy_image.py,sha256=V-MBXrnuYpCRVut1mw5zP5JgElz2l_2aAbEMaymW89s,3931
266
291
  pulumi_akamai/get_imaging_policy_video.py,sha256=OBYDsgT8h0ToryCllP6u6eXbgI5ttgrr30U55CrKFSw,3931
292
+ pulumi_akamai/get_mtlskeystore_account_ca_certificates.py,sha256=s7iWRXibZt7hwtE-xIy3eNjWaa9bt7Uo4m9RovdyotM,4361
293
+ pulumi_akamai/get_mtlskeystore_client_certificate.py,sha256=qrtvOQPPZoPM-LMu67tM8SUghzapDJvRW4qFezaN00w,11272
294
+ pulumi_akamai/get_mtlskeystore_client_certificates.py,sha256=y-6WNGWo_3Uid6thrZOFtkEb9ezQml5Ge4h834MJ0lU,3509
295
+ pulumi_akamai/get_mtlstruststore_ca_set.py,sha256=-kA8LTa9Vr5HEQ0EnFma4Gv6MyD0YI_lXkUJuUmn8Qk,12922
296
+ pulumi_akamai/get_mtlstruststore_ca_set_activation.py,sha256=iykm8x-1oIXoW2PGD80zMXwHynP4b45Pean1qjzo2Zk,8460
297
+ pulumi_akamai/get_mtlstruststore_ca_set_activations.py,sha256=zdbh84HDHBfUKKuZB4Kyn-hEoBxWesPFJ1caBmtwswA,7888
298
+ pulumi_akamai/get_mtlstruststore_ca_set_activities.py,sha256=EsrEL-E1xChlDke4Du3V5m_dbzw4ESVlQ8kl7c6P458,8109
299
+ pulumi_akamai/get_mtlstruststore_ca_set_associations.py,sha256=7SL2GkLDFwxPZxqoelrHwsrBVLmrq0H4dF_RhHrLXp8,5798
300
+ pulumi_akamai/get_mtlstruststore_ca_set_certificates.py,sha256=fnQp7kUdDOK2YHtZdwOvN4EFlykz8DCQLg7P_5m70sk,9036
301
+ pulumi_akamai/get_mtlstruststore_ca_set_versions.py,sha256=StLPHZxYrgwOTlyjgLISn7BEkoSUcnT5uducvDkZyY8,6188
302
+ pulumi_akamai/get_mtlstruststore_ca_sets.py,sha256=NpW-fDVdIYdNbLRlrVGDJ012zakTcvSq_7i9R2tGz8w,4847
267
303
  pulumi_akamai/get_network_lists.py,sha256=jaRniL_KY-_UR35IVTKLsO8JtqBdtxYXzU2dfUO9sts,7503
268
304
  pulumi_akamai/get_properties.py,sha256=WVu6TQ0RENfOUTTITGvlj7wW2ydNdY6bCgJtxejgPFw,4477
269
305
  pulumi_akamai/get_properties_search.py,sha256=nTKg6xk1TYWeIR5oOyNpOS3so_yqwxezTeS5AsCBTkg,4390
270
306
  pulumi_akamai/get_property.py,sha256=EqIMyOUYLI1XHsyBdS1d5fmlS4Cu8RhFItGfj7_9wE4,9910
271
307
  pulumi_akamai/get_property_activation.py,sha256=aIz1yGPZswIr8syacxq-0Tqwqu6J90Dnn2ZYTmlmFbE,7587
308
+ pulumi_akamai/get_property_domainownership_domain.py,sha256=lvRwcr8VgmTv0H6_7ig6wA5soz4saAmPXMotiPJyoIg,9939
309
+ pulumi_akamai/get_property_domainownership_domains.py,sha256=NDWlfVeqMwszlr53UcLln8fNXT1yxNNlfiPi70Hy5Ok,3434
310
+ pulumi_akamai/get_property_domainownership_search_domains.py,sha256=_4rYo6scP7ro_jEnFrmSW8oMA2NYPTyX4aRXYoKIg0E,4084
272
311
  pulumi_akamai/get_property_hostname_activation.py,sha256=S8TY8LSIBP_YU_KdpJQB1YEENt5g8zVQVr167eYU7hI,12219
273
312
  pulumi_akamai/get_property_hostname_activations.py,sha256=gmKUV3Wru0yzorkYN-f9jjS5lWu43zCKLAx2Vv3Rb-M,7705
274
313
  pulumi_akamai/get_property_hostnames.py,sha256=CqdAfFpGb4Jq2a2x1C9RoMNwq6Ck8k1GbEzVvYEl7zI,7903
@@ -286,39 +325,46 @@ pulumi_akamai/get_zone_dnssec_status.py,sha256=svvokJDRsr5a_dcrGtbUGRVbgkvjzQZ1v
286
325
  pulumi_akamai/gtm_asmap.py,sha256=cUpzD4u55ggZ6jUy7wRqLTRnRCIhWeHXifjV3gL1FwA,12415
287
326
  pulumi_akamai/gtm_cidrmap.py,sha256=-dpQMVQ81zEDk5KU2l4kcUsfxMogNTbOhC5u5ewGhfU,12519
288
327
  pulumi_akamai/gtm_datacenter.py,sha256=O-tbf8KlKooCB49J2ywfUtTbwM0qWwdYqGxGI-73OCo,32224
289
- pulumi_akamai/gtm_domain.py,sha256=8AuGMaY4IZ3RpNvoF8S5Z8KcughbAE7FeuHxDn3yVY4,54609
328
+ pulumi_akamai/gtm_domain.py,sha256=WrLk6haJeqg0pPCdnv9KEsFONWAPjaAP9IRPcogF3LU,54525
290
329
  pulumi_akamai/gtm_geomap.py,sha256=pK-SHbc8mtTjdn4Vi7i4qUHKlTosRPThDMPljyT8NAU,12467
291
330
  pulumi_akamai/gtm_property.py,sha256=VdNg82bDnV97zKKOtrlDJbRCLCZg22epEkxzA37Mf2k,58264
292
331
  pulumi_akamai/gtm_resource.py,sha256=tZKHuo6LMqvw2Y-kWxof85UJhPs1Ff6Xkur8QFvu1N0,28928
293
- pulumi_akamai/iam_api_client.py,sha256=gHaV3uJUaAgGZ9d2IJmmJoHdJy3_WmonlDWH0U1tLBs,47638
332
+ pulumi_akamai/iam_api_client.py,sha256=-SQjCVePTHtLv8j62sAah13cAiC5VEfyfziYR3NxD5k,47340
294
333
  pulumi_akamai/iam_blocked_user_properties.py,sha256=qwkOxr3-2LGXijCPQP5Bbzo4-l-JIEx8QKwE0RWb5dA,11602
295
334
  pulumi_akamai/iam_cidr_block.py,sha256=o2SmJ3h_dJTruoQDpr6f2gPrybv0t7gyv0gwfA9kbrg,17699
296
335
  pulumi_akamai/iam_group.py,sha256=04_yM4UT6rQxYT37kJBDy0Ja_GImq2vID-Pzi0oSnvQ,9206
297
336
  pulumi_akamai/iam_ip_allowlist.py,sha256=Pgro9-U1_vfdWm7vAeo2URpwptfo4NFQFSv3pwRn0aY,6045
298
337
  pulumi_akamai/iam_role.py,sha256=M5dxpNlra8din2QuksRuE5m1XsW0vaYisKN9sPsSN94,12715
299
338
  pulumi_akamai/iam_user.py,sha256=wOkTXqa5F1a8wZQpsPDIG3LwwLQnEUnOg2oYcXSlvyU,58007
300
- pulumi_akamai/imaging_policy_image.py,sha256=2MQM4WpXMf4MmknJngOTAGGKU7X8BurlXI1rFxKcDYg,18810
339
+ pulumi_akamai/imaging_policy_image.py,sha256=sqobvgBmUNa7xbAUMARnn5Io0VnTXkIoQRQwVu2aRcY,18642
301
340
  pulumi_akamai/imaging_policy_set.py,sha256=Qz93fITORv6r7PO4zS7JNZlG5l8rgmn-7jmjpNDlkV8,12353
302
- pulumi_akamai/imaging_policy_video.py,sha256=1NASu6M62eImAGN7w9lkXhLrS5rsE8VvJwjdWf1VrTg,18810
303
- pulumi_akamai/network_list.py,sha256=gXk7ZAMdlYMXy4oFd7xrac1YL9bLLWDh2gz670xWP8M,21974
341
+ pulumi_akamai/imaging_policy_video.py,sha256=ekXC2m_Qu3lhhdfwhNzkfRJ-0xYFcg9VneExaVgRi4M,18642
342
+ pulumi_akamai/mtlskeystore_client_certificate_akamai.py,sha256=mKBd95dINX1zWhJqi43s9FHcVoAIAh7MfRBDJGLJtEs,41948
343
+ pulumi_akamai/mtlskeystore_client_certificate_third_party.py,sha256=ZyJpj7WXYCtzXWrpXmcB7In1FiUXBUio34-LhAhkvF8,34570
344
+ pulumi_akamai/mtlskeystore_client_certificate_upload.py,sha256=d3onIDNOEW2IyV8lAkssLYw8TtSDkxpLwLDA_JAgauE,23462
345
+ pulumi_akamai/mtlstruststore_ca_set.py,sha256=4LjuhJCVjDP2b_Ga4lQOUfUM3JJqBIkTWMnDMvPBHz4,30753
346
+ pulumi_akamai/mtlstruststore_ca_set_activation.py,sha256=Yq5O9OPJV9TowoG5-n7NwcQlB2JAVz7zKrWbSRY5f-8,17571
347
+ pulumi_akamai/network_list.py,sha256=vm2DrnzpateXGeGC9PHZ3jhLcbkLGYZy0qF-J1nGVD0,21890
304
348
  pulumi_akamai/network_list_activations.py,sha256=BAWx_dM4uZrO-nsxUsYrS-31GqFZWRoWmZFxiN0cHqo,17416
305
349
  pulumi_akamai/network_list_description.py,sha256=DTr9mSo__MkiCrxniju9t28hU27sZHfJi6D_o--N_HI,8681
306
350
  pulumi_akamai/network_list_subscription.py,sha256=8X_FTBjmrgF7tbVjTpl-6dpXBmrxhAU7Wk737-n08rE,7816
307
- pulumi_akamai/outputs.py,sha256=0B5WDuYEXUq8RjJS0d1TX1gdviSiV-PSeau320abToI,1291589
308
- pulumi_akamai/property.py,sha256=eOOdTPi2WE9r9CRnWs-XlWumQT3Z29vz8ar8w-IicEE,34670
351
+ pulumi_akamai/outputs.py,sha256=I2zrDupYxA65-fjhTIyHWeiQD2UjbjdUn55v5fPC_Hk,1589368
352
+ pulumi_akamai/property.py,sha256=hP0hcOJKoMpZaHHsGBwsbv2Evm0N2DsfNwJ1z47StUY,34586
309
353
  pulumi_akamai/property_activation.py,sha256=BH1KpM3Vz2zErVf0UzyoBC-quvRw2xh2GKvOvGFHqts,31210
310
- pulumi_akamai/property_bootstrap.py,sha256=dshDs4FDfs2JrFhXLEfE8RFk5d63UNJgEwTkT2ogoqs,16820
311
- pulumi_akamai/property_hostname_bucket.py,sha256=Oq8gpekbcNnbBinTUt_VZa6B8NVictJnShenBCYndeY,31609
354
+ pulumi_akamai/property_bootstrap.py,sha256=Q9bqhYGn96sRll-Nx2C6l5lvQXy8DGGu-Qja_rjMKFY,16736
355
+ pulumi_akamai/property_domainownership_domains.py,sha256=WB9AYsMaz2z46PV_nUik-_wPqZPQSH6_oJW9yLjxKf0,7310
356
+ pulumi_akamai/property_domainownership_validation.py,sha256=ajwh5-tXmHDoLcbeE9o9WjUdc-VxP6KwCb7FghTSKFU,9447
357
+ pulumi_akamai/property_hostname_bucket.py,sha256=rx1LVln2c2zjfClhC_UwdTgAHo0smJTAbEmcVtidhu0,31280
312
358
  pulumi_akamai/property_include.py,sha256=23-MxQmrrfYw3c-DxXVTammrrEJNFSJKKjBs4JI_Wk4,25990
313
359
  pulumi_akamai/property_include_activation.py,sha256=2qw66YjgXXRrFc8yBh_ShYv5mKvVl5n2e5LRLq6MaPA,29495
314
360
  pulumi_akamai/provider.py,sha256=BjZvGH07MSFd7BvO_02llgZotn4lIzfC549Tj_pRvHk,14237
315
- pulumi_akamai/pulumi-plugin.json,sha256=xogY0jniOecQyTGaFGweTAy98SfUapJ9ThebyMn6zkE,82
361
+ pulumi_akamai/pulumi-plugin.json,sha256=yiKuUqL4uYIU3q4VSMBMBSUq1sNGrz4pkyPyyujOnFs,83
316
362
  pulumi_akamai/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
317
363
  pulumi_akamai/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
318
364
  pulumi_akamai/config/__init__.pyi,sha256=SJqpKnoj7URVVed49JnP6ImsPa-Vn4LfJD7eyyOgoM8,1245
319
365
  pulumi_akamai/config/outputs.py,sha256=q965HuUGKV7vEQXwheFZVctS1ZPPrJuinQbkO1alE-k,2239
320
366
  pulumi_akamai/config/vars.py,sha256=J4QRr0ZpCCwsJlU98QNpqsWoNzUVTr6-CZ2WgrvbKr0,2289
321
- pulumi_akamai-9.1.0a1754716222.dist-info/METADATA,sha256=q7Ll1P410d9XVLBibFYrpha5M5bPOGufornk0RhP7ag,2640
322
- pulumi_akamai-9.1.0a1754716222.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
323
- pulumi_akamai-9.1.0a1754716222.dist-info/top_level.txt,sha256=EvyTMGuBJb5olnB8z5jYPg5Q7wUuF44xkc_CkZQqJ8I,14
324
- pulumi_akamai-9.1.0a1754716222.dist-info/RECORD,,
367
+ pulumi_akamai-10.3.0a1766467020.dist-info/METADATA,sha256=PN_wH28XCCxIG1pauKnYxan4AHZTXzzOZsGGOVDKaCA,2641
368
+ pulumi_akamai-10.3.0a1766467020.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
369
+ pulumi_akamai-10.3.0a1766467020.dist-info/top_level.txt,sha256=EvyTMGuBJb5olnB8z5jYPg5Q7wUuF44xkc_CkZQqJ8I,14
370
+ pulumi_akamai-10.3.0a1766467020.dist-info/RECORD,,