pulumi-akamai 9.2.0a1759209024__py3-none-any.whl → 10.2.0a1762837730__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 +118 -0
- pulumi_akamai/_inputs.py +611 -0
- 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/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 +7 -7
- 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_dns_record_set.py +16 -16
- 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/mtlskeystore_client_certificate_akamai.py +129 -1
- pulumi_akamai/mtlskeystore_client_certificate_third_party.py +56 -0
- pulumi_akamai/mtlstruststore_ca_set.py +654 -0
- pulumi_akamai/mtlstruststore_ca_set_activation.py +394 -0
- pulumi_akamai/outputs.py +12656 -10706
- pulumi_akamai/property_hostname_bucket.py +7 -7
- pulumi_akamai/pulumi-plugin.json +1 -1
- {pulumi_akamai-9.2.0a1759209024.dist-info → pulumi_akamai-10.2.0a1762837730.dist-info}/METADATA +1 -1
- {pulumi_akamai-9.2.0a1759209024.dist-info → pulumi_akamai-10.2.0a1762837730.dist-info}/RECORD +48 -18
- {pulumi_akamai-9.2.0a1759209024.dist-info → pulumi_akamai-10.2.0a1762837730.dist-info}/WHEEL +0 -0
- {pulumi_akamai-9.2.0a1759209024.dist-info → pulumi_akamai-10.2.0a1762837730.dist-info}/top_level.txt +0 -0
|
@@ -13,6 +13,7 @@ if sys.version_info >= (3, 11):
|
|
|
13
13
|
else:
|
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
15
|
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
16
17
|
|
|
17
18
|
__all__ = [
|
|
18
19
|
'GetAppSecIPGeoResult',
|
|
@@ -26,25 +27,28 @@ class GetAppSecIPGeoResult:
|
|
|
26
27
|
"""
|
|
27
28
|
A collection of values returned by getAppSecIPGeo.
|
|
28
29
|
"""
|
|
29
|
-
def __init__(__self__,
|
|
30
|
-
if
|
|
31
|
-
raise TypeError("Expected argument '
|
|
32
|
-
pulumi.set(__self__, "
|
|
30
|
+
def __init__(__self__, asn_controls=None, block_action=None, config_id=None, exception_ip_network_lists=None, geo_controls=None, id=None, ip_controls=None, mode=None, output_text=None, security_policy_id=None, ukraine_geo_control_action=None):
|
|
31
|
+
if asn_controls and not isinstance(asn_controls, list):
|
|
32
|
+
raise TypeError("Expected argument 'asn_controls' to be a list")
|
|
33
|
+
pulumi.set(__self__, "asn_controls", asn_controls)
|
|
34
|
+
if block_action and not isinstance(block_action, str):
|
|
35
|
+
raise TypeError("Expected argument 'block_action' to be a str")
|
|
36
|
+
pulumi.set(__self__, "block_action", block_action)
|
|
33
37
|
if config_id and not isinstance(config_id, int):
|
|
34
38
|
raise TypeError("Expected argument 'config_id' to be a int")
|
|
35
39
|
pulumi.set(__self__, "config_id", config_id)
|
|
36
40
|
if exception_ip_network_lists and not isinstance(exception_ip_network_lists, list):
|
|
37
41
|
raise TypeError("Expected argument 'exception_ip_network_lists' to be a list")
|
|
38
42
|
pulumi.set(__self__, "exception_ip_network_lists", exception_ip_network_lists)
|
|
39
|
-
if
|
|
40
|
-
raise TypeError("Expected argument '
|
|
41
|
-
pulumi.set(__self__, "
|
|
43
|
+
if geo_controls and not isinstance(geo_controls, list):
|
|
44
|
+
raise TypeError("Expected argument 'geo_controls' to be a list")
|
|
45
|
+
pulumi.set(__self__, "geo_controls", geo_controls)
|
|
42
46
|
if id and not isinstance(id, str):
|
|
43
47
|
raise TypeError("Expected argument 'id' to be a str")
|
|
44
48
|
pulumi.set(__self__, "id", id)
|
|
45
|
-
if
|
|
46
|
-
raise TypeError("Expected argument '
|
|
47
|
-
pulumi.set(__self__, "
|
|
49
|
+
if ip_controls and not isinstance(ip_controls, list):
|
|
50
|
+
raise TypeError("Expected argument 'ip_controls' to be a list")
|
|
51
|
+
pulumi.set(__self__, "ip_controls", ip_controls)
|
|
48
52
|
if mode and not isinstance(mode, str):
|
|
49
53
|
raise TypeError("Expected argument 'mode' to be a str")
|
|
50
54
|
pulumi.set(__self__, "mode", mode)
|
|
@@ -59,9 +63,14 @@ class GetAppSecIPGeoResult:
|
|
|
59
63
|
pulumi.set(__self__, "ukraine_geo_control_action", ukraine_geo_control_action)
|
|
60
64
|
|
|
61
65
|
@_builtins.property
|
|
62
|
-
@pulumi.getter(name="
|
|
63
|
-
def
|
|
64
|
-
return pulumi.get(self, "
|
|
66
|
+
@pulumi.getter(name="asnControls")
|
|
67
|
+
def asn_controls(self) -> Sequence['outputs.GetAppSecIPGeoAsnControlResult']:
|
|
68
|
+
return pulumi.get(self, "asn_controls")
|
|
69
|
+
|
|
70
|
+
@_builtins.property
|
|
71
|
+
@pulumi.getter(name="blockAction")
|
|
72
|
+
def block_action(self) -> _builtins.str:
|
|
73
|
+
return pulumi.get(self, "block_action")
|
|
65
74
|
|
|
66
75
|
@_builtins.property
|
|
67
76
|
@pulumi.getter(name="configId")
|
|
@@ -74,9 +83,9 @@ class GetAppSecIPGeoResult:
|
|
|
74
83
|
return pulumi.get(self, "exception_ip_network_lists")
|
|
75
84
|
|
|
76
85
|
@_builtins.property
|
|
77
|
-
@pulumi.getter(name="
|
|
78
|
-
def
|
|
79
|
-
return pulumi.get(self, "
|
|
86
|
+
@pulumi.getter(name="geoControls")
|
|
87
|
+
def geo_controls(self) -> Sequence['outputs.GetAppSecIPGeoGeoControlResult']:
|
|
88
|
+
return pulumi.get(self, "geo_controls")
|
|
80
89
|
|
|
81
90
|
@_builtins.property
|
|
82
91
|
@pulumi.getter
|
|
@@ -87,9 +96,9 @@ class GetAppSecIPGeoResult:
|
|
|
87
96
|
return pulumi.get(self, "id")
|
|
88
97
|
|
|
89
98
|
@_builtins.property
|
|
90
|
-
@pulumi.getter(name="
|
|
91
|
-
def
|
|
92
|
-
return pulumi.get(self, "
|
|
99
|
+
@pulumi.getter(name="ipControls")
|
|
100
|
+
def ip_controls(self) -> Sequence['outputs.GetAppSecIPGeoIpControlResult']:
|
|
101
|
+
return pulumi.get(self, "ip_controls")
|
|
93
102
|
|
|
94
103
|
@_builtins.property
|
|
95
104
|
@pulumi.getter
|
|
@@ -118,12 +127,13 @@ class AwaitableGetAppSecIPGeoResult(GetAppSecIPGeoResult):
|
|
|
118
127
|
if False:
|
|
119
128
|
yield self
|
|
120
129
|
return GetAppSecIPGeoResult(
|
|
121
|
-
|
|
130
|
+
asn_controls=self.asn_controls,
|
|
131
|
+
block_action=self.block_action,
|
|
122
132
|
config_id=self.config_id,
|
|
123
133
|
exception_ip_network_lists=self.exception_ip_network_lists,
|
|
124
|
-
|
|
134
|
+
geo_controls=self.geo_controls,
|
|
125
135
|
id=self.id,
|
|
126
|
-
|
|
136
|
+
ip_controls=self.ip_controls,
|
|
127
137
|
mode=self.mode,
|
|
128
138
|
output_text=self.output_text,
|
|
129
139
|
security_policy_id=self.security_policy_id,
|
|
@@ -143,12 +153,13 @@ def get_app_sec_ip_geo(config_id: Optional[_builtins.int] = None,
|
|
|
143
153
|
__ret__ = pulumi.runtime.invoke('akamai:index/getAppSecIPGeo:getAppSecIPGeo', __args__, opts=opts, typ=GetAppSecIPGeoResult).value
|
|
144
154
|
|
|
145
155
|
return AwaitableGetAppSecIPGeoResult(
|
|
146
|
-
|
|
156
|
+
asn_controls=pulumi.get(__ret__, 'asn_controls'),
|
|
157
|
+
block_action=pulumi.get(__ret__, 'block_action'),
|
|
147
158
|
config_id=pulumi.get(__ret__, 'config_id'),
|
|
148
159
|
exception_ip_network_lists=pulumi.get(__ret__, 'exception_ip_network_lists'),
|
|
149
|
-
|
|
160
|
+
geo_controls=pulumi.get(__ret__, 'geo_controls'),
|
|
150
161
|
id=pulumi.get(__ret__, 'id'),
|
|
151
|
-
|
|
162
|
+
ip_controls=pulumi.get(__ret__, 'ip_controls'),
|
|
152
163
|
mode=pulumi.get(__ret__, 'mode'),
|
|
153
164
|
output_text=pulumi.get(__ret__, 'output_text'),
|
|
154
165
|
security_policy_id=pulumi.get(__ret__, 'security_policy_id'),
|
|
@@ -165,12 +176,13 @@ def get_app_sec_ip_geo_output(config_id: Optional[pulumi.Input[_builtins.int]] =
|
|
|
165
176
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
166
177
|
__ret__ = pulumi.runtime.invoke_output('akamai:index/getAppSecIPGeo:getAppSecIPGeo', __args__, opts=opts, typ=GetAppSecIPGeoResult)
|
|
167
178
|
return __ret__.apply(lambda __response__: GetAppSecIPGeoResult(
|
|
168
|
-
|
|
179
|
+
asn_controls=pulumi.get(__response__, 'asn_controls'),
|
|
180
|
+
block_action=pulumi.get(__response__, 'block_action'),
|
|
169
181
|
config_id=pulumi.get(__response__, 'config_id'),
|
|
170
182
|
exception_ip_network_lists=pulumi.get(__response__, 'exception_ip_network_lists'),
|
|
171
|
-
|
|
183
|
+
geo_controls=pulumi.get(__response__, 'geo_controls'),
|
|
172
184
|
id=pulumi.get(__response__, 'id'),
|
|
173
|
-
|
|
185
|
+
ip_controls=pulumi.get(__response__, 'ip_controls'),
|
|
174
186
|
mode=pulumi.get(__response__, 'mode'),
|
|
175
187
|
output_text=pulumi.get(__response__, 'output_text'),
|
|
176
188
|
security_policy_id=pulumi.get(__response__, 'security_policy_id'),
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins as _builtins
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'GetAppsecAdvancedSettingsAsePenaltyBoxResult',
|
|
19
|
+
'AwaitableGetAppsecAdvancedSettingsAsePenaltyBoxResult',
|
|
20
|
+
'get_appsec_advanced_settings_ase_penalty_box',
|
|
21
|
+
'get_appsec_advanced_settings_ase_penalty_box_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetAppsecAdvancedSettingsAsePenaltyBoxResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getAppsecAdvancedSettingsAsePenaltyBox.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, config_id=None, id=None, json=None, output_text=None):
|
|
30
|
+
if config_id and not isinstance(config_id, int):
|
|
31
|
+
raise TypeError("Expected argument 'config_id' to be a int")
|
|
32
|
+
pulumi.set(__self__, "config_id", config_id)
|
|
33
|
+
if id and not isinstance(id, str):
|
|
34
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
35
|
+
pulumi.set(__self__, "id", id)
|
|
36
|
+
if json and not isinstance(json, str):
|
|
37
|
+
raise TypeError("Expected argument 'json' to be a str")
|
|
38
|
+
pulumi.set(__self__, "json", json)
|
|
39
|
+
if output_text and not isinstance(output_text, str):
|
|
40
|
+
raise TypeError("Expected argument 'output_text' to be a str")
|
|
41
|
+
pulumi.set(__self__, "output_text", output_text)
|
|
42
|
+
|
|
43
|
+
@_builtins.property
|
|
44
|
+
@pulumi.getter(name="configId")
|
|
45
|
+
def config_id(self) -> _builtins.int:
|
|
46
|
+
return pulumi.get(self, "config_id")
|
|
47
|
+
|
|
48
|
+
@_builtins.property
|
|
49
|
+
@pulumi.getter
|
|
50
|
+
def id(self) -> _builtins.str:
|
|
51
|
+
"""
|
|
52
|
+
The provider-assigned unique ID for this managed resource.
|
|
53
|
+
"""
|
|
54
|
+
return pulumi.get(self, "id")
|
|
55
|
+
|
|
56
|
+
@_builtins.property
|
|
57
|
+
@pulumi.getter
|
|
58
|
+
def json(self) -> _builtins.str:
|
|
59
|
+
return pulumi.get(self, "json")
|
|
60
|
+
|
|
61
|
+
@_builtins.property
|
|
62
|
+
@pulumi.getter(name="outputText")
|
|
63
|
+
def output_text(self) -> _builtins.str:
|
|
64
|
+
return pulumi.get(self, "output_text")
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
class AwaitableGetAppsecAdvancedSettingsAsePenaltyBoxResult(GetAppsecAdvancedSettingsAsePenaltyBoxResult):
|
|
68
|
+
# pylint: disable=using-constant-test
|
|
69
|
+
def __await__(self):
|
|
70
|
+
if False:
|
|
71
|
+
yield self
|
|
72
|
+
return GetAppsecAdvancedSettingsAsePenaltyBoxResult(
|
|
73
|
+
config_id=self.config_id,
|
|
74
|
+
id=self.id,
|
|
75
|
+
json=self.json,
|
|
76
|
+
output_text=self.output_text)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
def get_appsec_advanced_settings_ase_penalty_box(config_id: Optional[_builtins.int] = None,
|
|
80
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAppsecAdvancedSettingsAsePenaltyBoxResult:
|
|
81
|
+
"""
|
|
82
|
+
Use this data source to access information about an existing resource.
|
|
83
|
+
"""
|
|
84
|
+
__args__ = dict()
|
|
85
|
+
__args__['configId'] = config_id
|
|
86
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
87
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getAppsecAdvancedSettingsAsePenaltyBox:getAppsecAdvancedSettingsAsePenaltyBox', __args__, opts=opts, typ=GetAppsecAdvancedSettingsAsePenaltyBoxResult).value
|
|
88
|
+
|
|
89
|
+
return AwaitableGetAppsecAdvancedSettingsAsePenaltyBoxResult(
|
|
90
|
+
config_id=pulumi.get(__ret__, 'config_id'),
|
|
91
|
+
id=pulumi.get(__ret__, 'id'),
|
|
92
|
+
json=pulumi.get(__ret__, 'json'),
|
|
93
|
+
output_text=pulumi.get(__ret__, 'output_text'))
|
|
94
|
+
def get_appsec_advanced_settings_ase_penalty_box_output(config_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
95
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAppsecAdvancedSettingsAsePenaltyBoxResult]:
|
|
96
|
+
"""
|
|
97
|
+
Use this data source to access information about an existing resource.
|
|
98
|
+
"""
|
|
99
|
+
__args__ = dict()
|
|
100
|
+
__args__['configId'] = config_id
|
|
101
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
102
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getAppsecAdvancedSettingsAsePenaltyBox:getAppsecAdvancedSettingsAsePenaltyBox', __args__, opts=opts, typ=GetAppsecAdvancedSettingsAsePenaltyBoxResult)
|
|
103
|
+
return __ret__.apply(lambda __response__: GetAppsecAdvancedSettingsAsePenaltyBoxResult(
|
|
104
|
+
config_id=pulumi.get(__response__, 'config_id'),
|
|
105
|
+
id=pulumi.get(__response__, 'id'),
|
|
106
|
+
json=pulumi.get(__response__, 'json'),
|
|
107
|
+
output_text=pulumi.get(__response__, 'output_text')))
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins as _builtins
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'GetAppsecAdvancedSettingsJa4FingerprintResult',
|
|
19
|
+
'AwaitableGetAppsecAdvancedSettingsJa4FingerprintResult',
|
|
20
|
+
'get_appsec_advanced_settings_ja4_fingerprint',
|
|
21
|
+
'get_appsec_advanced_settings_ja4_fingerprint_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetAppsecAdvancedSettingsJa4FingerprintResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getAppsecAdvancedSettingsJa4Fingerprint.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, config_id=None, id=None, json=None, output_text=None):
|
|
30
|
+
if config_id and not isinstance(config_id, int):
|
|
31
|
+
raise TypeError("Expected argument 'config_id' to be a int")
|
|
32
|
+
pulumi.set(__self__, "config_id", config_id)
|
|
33
|
+
if id and not isinstance(id, str):
|
|
34
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
35
|
+
pulumi.set(__self__, "id", id)
|
|
36
|
+
if json and not isinstance(json, str):
|
|
37
|
+
raise TypeError("Expected argument 'json' to be a str")
|
|
38
|
+
pulumi.set(__self__, "json", json)
|
|
39
|
+
if output_text and not isinstance(output_text, str):
|
|
40
|
+
raise TypeError("Expected argument 'output_text' to be a str")
|
|
41
|
+
pulumi.set(__self__, "output_text", output_text)
|
|
42
|
+
|
|
43
|
+
@_builtins.property
|
|
44
|
+
@pulumi.getter(name="configId")
|
|
45
|
+
def config_id(self) -> _builtins.int:
|
|
46
|
+
return pulumi.get(self, "config_id")
|
|
47
|
+
|
|
48
|
+
@_builtins.property
|
|
49
|
+
@pulumi.getter
|
|
50
|
+
def id(self) -> _builtins.str:
|
|
51
|
+
"""
|
|
52
|
+
The provider-assigned unique ID for this managed resource.
|
|
53
|
+
"""
|
|
54
|
+
return pulumi.get(self, "id")
|
|
55
|
+
|
|
56
|
+
@_builtins.property
|
|
57
|
+
@pulumi.getter
|
|
58
|
+
def json(self) -> _builtins.str:
|
|
59
|
+
return pulumi.get(self, "json")
|
|
60
|
+
|
|
61
|
+
@_builtins.property
|
|
62
|
+
@pulumi.getter(name="outputText")
|
|
63
|
+
def output_text(self) -> _builtins.str:
|
|
64
|
+
return pulumi.get(self, "output_text")
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
class AwaitableGetAppsecAdvancedSettingsJa4FingerprintResult(GetAppsecAdvancedSettingsJa4FingerprintResult):
|
|
68
|
+
# pylint: disable=using-constant-test
|
|
69
|
+
def __await__(self):
|
|
70
|
+
if False:
|
|
71
|
+
yield self
|
|
72
|
+
return GetAppsecAdvancedSettingsJa4FingerprintResult(
|
|
73
|
+
config_id=self.config_id,
|
|
74
|
+
id=self.id,
|
|
75
|
+
json=self.json,
|
|
76
|
+
output_text=self.output_text)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
def get_appsec_advanced_settings_ja4_fingerprint(config_id: Optional[_builtins.int] = None,
|
|
80
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAppsecAdvancedSettingsJa4FingerprintResult:
|
|
81
|
+
"""
|
|
82
|
+
Use this data source to access information about an existing resource.
|
|
83
|
+
"""
|
|
84
|
+
__args__ = dict()
|
|
85
|
+
__args__['configId'] = config_id
|
|
86
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
87
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getAppsecAdvancedSettingsJa4Fingerprint:getAppsecAdvancedSettingsJa4Fingerprint', __args__, opts=opts, typ=GetAppsecAdvancedSettingsJa4FingerprintResult).value
|
|
88
|
+
|
|
89
|
+
return AwaitableGetAppsecAdvancedSettingsJa4FingerprintResult(
|
|
90
|
+
config_id=pulumi.get(__ret__, 'config_id'),
|
|
91
|
+
id=pulumi.get(__ret__, 'id'),
|
|
92
|
+
json=pulumi.get(__ret__, 'json'),
|
|
93
|
+
output_text=pulumi.get(__ret__, 'output_text'))
|
|
94
|
+
def get_appsec_advanced_settings_ja4_fingerprint_output(config_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
95
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAppsecAdvancedSettingsJa4FingerprintResult]:
|
|
96
|
+
"""
|
|
97
|
+
Use this data source to access information about an existing resource.
|
|
98
|
+
"""
|
|
99
|
+
__args__ = dict()
|
|
100
|
+
__args__['configId'] = config_id
|
|
101
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
102
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getAppsecAdvancedSettingsJa4Fingerprint:getAppsecAdvancedSettingsJa4Fingerprint', __args__, opts=opts, typ=GetAppsecAdvancedSettingsJa4FingerprintResult)
|
|
103
|
+
return __ret__.apply(lambda __response__: GetAppsecAdvancedSettingsJa4FingerprintResult(
|
|
104
|
+
config_id=pulumi.get(__response__, 'config_id'),
|
|
105
|
+
id=pulumi.get(__response__, 'id'),
|
|
106
|
+
json=pulumi.get(__response__, 'json'),
|
|
107
|
+
output_text=pulumi.get(__response__, 'output_text')))
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins as _builtins
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetAppsecCustomRulesUsageResult',
|
|
20
|
+
'AwaitableGetAppsecCustomRulesUsageResult',
|
|
21
|
+
'get_appsec_custom_rules_usage',
|
|
22
|
+
'get_appsec_custom_rules_usage_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetAppsecCustomRulesUsageResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getAppsecCustomRulesUsage.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, config_id=None, id=None, json=None, output_text=None, rule_ids=None, rules=None):
|
|
31
|
+
if config_id and not isinstance(config_id, int):
|
|
32
|
+
raise TypeError("Expected argument 'config_id' to be a int")
|
|
33
|
+
pulumi.set(__self__, "config_id", config_id)
|
|
34
|
+
if id and not isinstance(id, str):
|
|
35
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "id", id)
|
|
37
|
+
if json and not isinstance(json, str):
|
|
38
|
+
raise TypeError("Expected argument 'json' to be a str")
|
|
39
|
+
pulumi.set(__self__, "json", json)
|
|
40
|
+
if output_text and not isinstance(output_text, str):
|
|
41
|
+
raise TypeError("Expected argument 'output_text' to be a str")
|
|
42
|
+
pulumi.set(__self__, "output_text", output_text)
|
|
43
|
+
if rule_ids and not isinstance(rule_ids, list):
|
|
44
|
+
raise TypeError("Expected argument 'rule_ids' to be a list")
|
|
45
|
+
pulumi.set(__self__, "rule_ids", rule_ids)
|
|
46
|
+
if rules and not isinstance(rules, list):
|
|
47
|
+
raise TypeError("Expected argument 'rules' to be a list")
|
|
48
|
+
pulumi.set(__self__, "rules", rules)
|
|
49
|
+
|
|
50
|
+
@_builtins.property
|
|
51
|
+
@pulumi.getter(name="configId")
|
|
52
|
+
def config_id(self) -> _builtins.int:
|
|
53
|
+
return pulumi.get(self, "config_id")
|
|
54
|
+
|
|
55
|
+
@_builtins.property
|
|
56
|
+
@pulumi.getter
|
|
57
|
+
def id(self) -> _builtins.str:
|
|
58
|
+
"""
|
|
59
|
+
The provider-assigned unique ID for this managed resource.
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "id")
|
|
62
|
+
|
|
63
|
+
@_builtins.property
|
|
64
|
+
@pulumi.getter
|
|
65
|
+
def json(self) -> _builtins.str:
|
|
66
|
+
return pulumi.get(self, "json")
|
|
67
|
+
|
|
68
|
+
@_builtins.property
|
|
69
|
+
@pulumi.getter(name="outputText")
|
|
70
|
+
def output_text(self) -> _builtins.str:
|
|
71
|
+
return pulumi.get(self, "output_text")
|
|
72
|
+
|
|
73
|
+
@_builtins.property
|
|
74
|
+
@pulumi.getter(name="ruleIds")
|
|
75
|
+
def rule_ids(self) -> Sequence[_builtins.int]:
|
|
76
|
+
return pulumi.get(self, "rule_ids")
|
|
77
|
+
|
|
78
|
+
@_builtins.property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def rules(self) -> Sequence['outputs.GetAppsecCustomRulesUsageRuleResult']:
|
|
81
|
+
return pulumi.get(self, "rules")
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
class AwaitableGetAppsecCustomRulesUsageResult(GetAppsecCustomRulesUsageResult):
|
|
85
|
+
# pylint: disable=using-constant-test
|
|
86
|
+
def __await__(self):
|
|
87
|
+
if False:
|
|
88
|
+
yield self
|
|
89
|
+
return GetAppsecCustomRulesUsageResult(
|
|
90
|
+
config_id=self.config_id,
|
|
91
|
+
id=self.id,
|
|
92
|
+
json=self.json,
|
|
93
|
+
output_text=self.output_text,
|
|
94
|
+
rule_ids=self.rule_ids,
|
|
95
|
+
rules=self.rules)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
def get_appsec_custom_rules_usage(config_id: Optional[_builtins.int] = None,
|
|
99
|
+
rule_ids: Optional[Sequence[_builtins.int]] = None,
|
|
100
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAppsecCustomRulesUsageResult:
|
|
101
|
+
"""
|
|
102
|
+
Use this data source to access information about an existing resource.
|
|
103
|
+
"""
|
|
104
|
+
__args__ = dict()
|
|
105
|
+
__args__['configId'] = config_id
|
|
106
|
+
__args__['ruleIds'] = rule_ids
|
|
107
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
108
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getAppsecCustomRulesUsage:getAppsecCustomRulesUsage', __args__, opts=opts, typ=GetAppsecCustomRulesUsageResult).value
|
|
109
|
+
|
|
110
|
+
return AwaitableGetAppsecCustomRulesUsageResult(
|
|
111
|
+
config_id=pulumi.get(__ret__, 'config_id'),
|
|
112
|
+
id=pulumi.get(__ret__, 'id'),
|
|
113
|
+
json=pulumi.get(__ret__, 'json'),
|
|
114
|
+
output_text=pulumi.get(__ret__, 'output_text'),
|
|
115
|
+
rule_ids=pulumi.get(__ret__, 'rule_ids'),
|
|
116
|
+
rules=pulumi.get(__ret__, 'rules'))
|
|
117
|
+
def get_appsec_custom_rules_usage_output(config_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
118
|
+
rule_ids: Optional[pulumi.Input[Sequence[_builtins.int]]] = None,
|
|
119
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAppsecCustomRulesUsageResult]:
|
|
120
|
+
"""
|
|
121
|
+
Use this data source to access information about an existing resource.
|
|
122
|
+
"""
|
|
123
|
+
__args__ = dict()
|
|
124
|
+
__args__['configId'] = config_id
|
|
125
|
+
__args__['ruleIds'] = rule_ids
|
|
126
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
127
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getAppsecCustomRulesUsage:getAppsecCustomRulesUsage', __args__, opts=opts, typ=GetAppsecCustomRulesUsageResult)
|
|
128
|
+
return __ret__.apply(lambda __response__: GetAppsecCustomRulesUsageResult(
|
|
129
|
+
config_id=pulumi.get(__response__, 'config_id'),
|
|
130
|
+
id=pulumi.get(__response__, 'id'),
|
|
131
|
+
json=pulumi.get(__response__, 'json'),
|
|
132
|
+
output_text=pulumi.get(__response__, 'output_text'),
|
|
133
|
+
rule_ids=pulumi.get(__response__, 'rule_ids'),
|
|
134
|
+
rules=pulumi.get(__response__, 'rules')))
|
|
@@ -27,7 +27,7 @@ class GetAppsecRapidRulesResult:
|
|
|
27
27
|
"""
|
|
28
28
|
A collection of values returned by getAppsecRapidRules.
|
|
29
29
|
"""
|
|
30
|
-
def __init__(__self__, config_id=None, default_action=None, enabled=None, id=None, output_text=None, rapid_rules=None, rule_id=None, security_policy_id=None):
|
|
30
|
+
def __init__(__self__, config_id=None, default_action=None, enabled=None, id=None, include_expiry_details=None, output_text=None, rapid_rules=None, rule_id=None, security_policy_id=None):
|
|
31
31
|
if config_id and not isinstance(config_id, int):
|
|
32
32
|
raise TypeError("Expected argument 'config_id' to be a int")
|
|
33
33
|
pulumi.set(__self__, "config_id", config_id)
|
|
@@ -40,6 +40,9 @@ class GetAppsecRapidRulesResult:
|
|
|
40
40
|
if id and not isinstance(id, str):
|
|
41
41
|
raise TypeError("Expected argument 'id' to be a str")
|
|
42
42
|
pulumi.set(__self__, "id", id)
|
|
43
|
+
if include_expiry_details and not isinstance(include_expiry_details, bool):
|
|
44
|
+
raise TypeError("Expected argument 'include_expiry_details' to be a bool")
|
|
45
|
+
pulumi.set(__self__, "include_expiry_details", include_expiry_details)
|
|
43
46
|
if output_text and not isinstance(output_text, str):
|
|
44
47
|
raise TypeError("Expected argument 'output_text' to be a str")
|
|
45
48
|
pulumi.set(__self__, "output_text", output_text)
|
|
@@ -73,6 +76,11 @@ class GetAppsecRapidRulesResult:
|
|
|
73
76
|
def id(self) -> _builtins.str:
|
|
74
77
|
return pulumi.get(self, "id")
|
|
75
78
|
|
|
79
|
+
@_builtins.property
|
|
80
|
+
@pulumi.getter(name="includeExpiryDetails")
|
|
81
|
+
def include_expiry_details(self) -> Optional[_builtins.bool]:
|
|
82
|
+
return pulumi.get(self, "include_expiry_details")
|
|
83
|
+
|
|
76
84
|
@_builtins.property
|
|
77
85
|
@pulumi.getter(name="outputText")
|
|
78
86
|
def output_text(self) -> _builtins.str:
|
|
@@ -104,6 +112,7 @@ class AwaitableGetAppsecRapidRulesResult(GetAppsecRapidRulesResult):
|
|
|
104
112
|
default_action=self.default_action,
|
|
105
113
|
enabled=self.enabled,
|
|
106
114
|
id=self.id,
|
|
115
|
+
include_expiry_details=self.include_expiry_details,
|
|
107
116
|
output_text=self.output_text,
|
|
108
117
|
rapid_rules=self.rapid_rules,
|
|
109
118
|
rule_id=self.rule_id,
|
|
@@ -111,6 +120,7 @@ class AwaitableGetAppsecRapidRulesResult(GetAppsecRapidRulesResult):
|
|
|
111
120
|
|
|
112
121
|
|
|
113
122
|
def get_appsec_rapid_rules(config_id: Optional[_builtins.int] = None,
|
|
123
|
+
include_expiry_details: Optional[_builtins.bool] = None,
|
|
114
124
|
rule_id: Optional[_builtins.int] = None,
|
|
115
125
|
security_policy_id: Optional[_builtins.str] = None,
|
|
116
126
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAppsecRapidRulesResult:
|
|
@@ -119,6 +129,7 @@ def get_appsec_rapid_rules(config_id: Optional[_builtins.int] = None,
|
|
|
119
129
|
"""
|
|
120
130
|
__args__ = dict()
|
|
121
131
|
__args__['configId'] = config_id
|
|
132
|
+
__args__['includeExpiryDetails'] = include_expiry_details
|
|
122
133
|
__args__['ruleId'] = rule_id
|
|
123
134
|
__args__['securityPolicyId'] = security_policy_id
|
|
124
135
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
@@ -129,11 +140,13 @@ def get_appsec_rapid_rules(config_id: Optional[_builtins.int] = None,
|
|
|
129
140
|
default_action=pulumi.get(__ret__, 'default_action'),
|
|
130
141
|
enabled=pulumi.get(__ret__, 'enabled'),
|
|
131
142
|
id=pulumi.get(__ret__, 'id'),
|
|
143
|
+
include_expiry_details=pulumi.get(__ret__, 'include_expiry_details'),
|
|
132
144
|
output_text=pulumi.get(__ret__, 'output_text'),
|
|
133
145
|
rapid_rules=pulumi.get(__ret__, 'rapid_rules'),
|
|
134
146
|
rule_id=pulumi.get(__ret__, 'rule_id'),
|
|
135
147
|
security_policy_id=pulumi.get(__ret__, 'security_policy_id'))
|
|
136
148
|
def get_appsec_rapid_rules_output(config_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
149
|
+
include_expiry_details: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
137
150
|
rule_id: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
138
151
|
security_policy_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
139
152
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAppsecRapidRulesResult]:
|
|
@@ -142,6 +155,7 @@ def get_appsec_rapid_rules_output(config_id: Optional[pulumi.Input[_builtins.int
|
|
|
142
155
|
"""
|
|
143
156
|
__args__ = dict()
|
|
144
157
|
__args__['configId'] = config_id
|
|
158
|
+
__args__['includeExpiryDetails'] = include_expiry_details
|
|
145
159
|
__args__['ruleId'] = rule_id
|
|
146
160
|
__args__['securityPolicyId'] = security_policy_id
|
|
147
161
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
@@ -151,6 +165,7 @@ def get_appsec_rapid_rules_output(config_id: Optional[pulumi.Input[_builtins.int
|
|
|
151
165
|
default_action=pulumi.get(__response__, 'default_action'),
|
|
152
166
|
enabled=pulumi.get(__response__, 'enabled'),
|
|
153
167
|
id=pulumi.get(__response__, 'id'),
|
|
168
|
+
include_expiry_details=pulumi.get(__response__, 'include_expiry_details'),
|
|
154
169
|
output_text=pulumi.get(__response__, 'output_text'),
|
|
155
170
|
rapid_rules=pulumi.get(__response__, 'rapid_rules'),
|
|
156
171
|
rule_id=pulumi.get(__response__, 'rule_id'),
|