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
|
@@ -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'),
|
|
@@ -0,0 +1,111 @@
|
|
|
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
|
+
'GetAprGeneralSettingsResult',
|
|
19
|
+
'AwaitableGetAprGeneralSettingsResult',
|
|
20
|
+
'get_apr_general_settings',
|
|
21
|
+
'get_apr_general_settings_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetAprGeneralSettingsResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getAprGeneralSettings.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, config_id=None, id=None, json=None, security_policy_id=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 security_policy_id and not isinstance(security_policy_id, str):
|
|
40
|
+
raise TypeError("Expected argument 'security_policy_id' to be a str")
|
|
41
|
+
pulumi.set(__self__, "security_policy_id", security_policy_id)
|
|
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="securityPolicyId")
|
|
63
|
+
def security_policy_id(self) -> _builtins.str:
|
|
64
|
+
return pulumi.get(self, "security_policy_id")
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
class AwaitableGetAprGeneralSettingsResult(GetAprGeneralSettingsResult):
|
|
68
|
+
# pylint: disable=using-constant-test
|
|
69
|
+
def __await__(self):
|
|
70
|
+
if False:
|
|
71
|
+
yield self
|
|
72
|
+
return GetAprGeneralSettingsResult(
|
|
73
|
+
config_id=self.config_id,
|
|
74
|
+
id=self.id,
|
|
75
|
+
json=self.json,
|
|
76
|
+
security_policy_id=self.security_policy_id)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
def get_apr_general_settings(config_id: Optional[_builtins.int] = None,
|
|
80
|
+
security_policy_id: Optional[_builtins.str] = None,
|
|
81
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAprGeneralSettingsResult:
|
|
82
|
+
"""
|
|
83
|
+
Use this data source to access information about an existing resource.
|
|
84
|
+
"""
|
|
85
|
+
__args__ = dict()
|
|
86
|
+
__args__['configId'] = config_id
|
|
87
|
+
__args__['securityPolicyId'] = security_policy_id
|
|
88
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
89
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getAprGeneralSettings:getAprGeneralSettings', __args__, opts=opts, typ=GetAprGeneralSettingsResult).value
|
|
90
|
+
|
|
91
|
+
return AwaitableGetAprGeneralSettingsResult(
|
|
92
|
+
config_id=pulumi.get(__ret__, 'config_id'),
|
|
93
|
+
id=pulumi.get(__ret__, 'id'),
|
|
94
|
+
json=pulumi.get(__ret__, 'json'),
|
|
95
|
+
security_policy_id=pulumi.get(__ret__, 'security_policy_id'))
|
|
96
|
+
def get_apr_general_settings_output(config_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
97
|
+
security_policy_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
98
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAprGeneralSettingsResult]:
|
|
99
|
+
"""
|
|
100
|
+
Use this data source to access information about an existing resource.
|
|
101
|
+
"""
|
|
102
|
+
__args__ = dict()
|
|
103
|
+
__args__['configId'] = config_id
|
|
104
|
+
__args__['securityPolicyId'] = security_policy_id
|
|
105
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
106
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getAprGeneralSettings:getAprGeneralSettings', __args__, opts=opts, typ=GetAprGeneralSettingsResult)
|
|
107
|
+
return __ret__.apply(lambda __response__: GetAprGeneralSettingsResult(
|
|
108
|
+
config_id=pulumi.get(__response__, 'config_id'),
|
|
109
|
+
id=pulumi.get(__response__, 'id'),
|
|
110
|
+
json=pulumi.get(__response__, 'json'),
|
|
111
|
+
security_policy_id=pulumi.get(__response__, 'security_policy_id')))
|
|
@@ -0,0 +1,126 @@
|
|
|
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
|
+
'GetAprProtectedOperationsResult',
|
|
19
|
+
'AwaitableGetAprProtectedOperationsResult',
|
|
20
|
+
'get_apr_protected_operations',
|
|
21
|
+
'get_apr_protected_operations_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetAprProtectedOperationsResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getAprProtectedOperations.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, config_id=None, id=None, json=None, operation_id=None, security_policy_id=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 operation_id and not isinstance(operation_id, str):
|
|
40
|
+
raise TypeError("Expected argument 'operation_id' to be a str")
|
|
41
|
+
pulumi.set(__self__, "operation_id", operation_id)
|
|
42
|
+
if security_policy_id and not isinstance(security_policy_id, str):
|
|
43
|
+
raise TypeError("Expected argument 'security_policy_id' to be a str")
|
|
44
|
+
pulumi.set(__self__, "security_policy_id", security_policy_id)
|
|
45
|
+
|
|
46
|
+
@_builtins.property
|
|
47
|
+
@pulumi.getter(name="configId")
|
|
48
|
+
def config_id(self) -> _builtins.int:
|
|
49
|
+
return pulumi.get(self, "config_id")
|
|
50
|
+
|
|
51
|
+
@_builtins.property
|
|
52
|
+
@pulumi.getter
|
|
53
|
+
def id(self) -> _builtins.str:
|
|
54
|
+
"""
|
|
55
|
+
The provider-assigned unique ID for this managed resource.
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "id")
|
|
58
|
+
|
|
59
|
+
@_builtins.property
|
|
60
|
+
@pulumi.getter
|
|
61
|
+
def json(self) -> _builtins.str:
|
|
62
|
+
return pulumi.get(self, "json")
|
|
63
|
+
|
|
64
|
+
@_builtins.property
|
|
65
|
+
@pulumi.getter(name="operationId")
|
|
66
|
+
def operation_id(self) -> Optional[_builtins.str]:
|
|
67
|
+
return pulumi.get(self, "operation_id")
|
|
68
|
+
|
|
69
|
+
@_builtins.property
|
|
70
|
+
@pulumi.getter(name="securityPolicyId")
|
|
71
|
+
def security_policy_id(self) -> _builtins.str:
|
|
72
|
+
return pulumi.get(self, "security_policy_id")
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
class AwaitableGetAprProtectedOperationsResult(GetAprProtectedOperationsResult):
|
|
76
|
+
# pylint: disable=using-constant-test
|
|
77
|
+
def __await__(self):
|
|
78
|
+
if False:
|
|
79
|
+
yield self
|
|
80
|
+
return GetAprProtectedOperationsResult(
|
|
81
|
+
config_id=self.config_id,
|
|
82
|
+
id=self.id,
|
|
83
|
+
json=self.json,
|
|
84
|
+
operation_id=self.operation_id,
|
|
85
|
+
security_policy_id=self.security_policy_id)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
def get_apr_protected_operations(config_id: Optional[_builtins.int] = None,
|
|
89
|
+
operation_id: Optional[_builtins.str] = None,
|
|
90
|
+
security_policy_id: Optional[_builtins.str] = None,
|
|
91
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAprProtectedOperationsResult:
|
|
92
|
+
"""
|
|
93
|
+
Use this data source to access information about an existing resource.
|
|
94
|
+
"""
|
|
95
|
+
__args__ = dict()
|
|
96
|
+
__args__['configId'] = config_id
|
|
97
|
+
__args__['operationId'] = operation_id
|
|
98
|
+
__args__['securityPolicyId'] = security_policy_id
|
|
99
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
100
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getAprProtectedOperations:getAprProtectedOperations', __args__, opts=opts, typ=GetAprProtectedOperationsResult).value
|
|
101
|
+
|
|
102
|
+
return AwaitableGetAprProtectedOperationsResult(
|
|
103
|
+
config_id=pulumi.get(__ret__, 'config_id'),
|
|
104
|
+
id=pulumi.get(__ret__, 'id'),
|
|
105
|
+
json=pulumi.get(__ret__, 'json'),
|
|
106
|
+
operation_id=pulumi.get(__ret__, 'operation_id'),
|
|
107
|
+
security_policy_id=pulumi.get(__ret__, 'security_policy_id'))
|
|
108
|
+
def get_apr_protected_operations_output(config_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
109
|
+
operation_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
110
|
+
security_policy_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
111
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAprProtectedOperationsResult]:
|
|
112
|
+
"""
|
|
113
|
+
Use this data source to access information about an existing resource.
|
|
114
|
+
"""
|
|
115
|
+
__args__ = dict()
|
|
116
|
+
__args__['configId'] = config_id
|
|
117
|
+
__args__['operationId'] = operation_id
|
|
118
|
+
__args__['securityPolicyId'] = security_policy_id
|
|
119
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
120
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getAprProtectedOperations:getAprProtectedOperations', __args__, opts=opts, typ=GetAprProtectedOperationsResult)
|
|
121
|
+
return __ret__.apply(lambda __response__: GetAprProtectedOperationsResult(
|
|
122
|
+
config_id=pulumi.get(__response__, 'config_id'),
|
|
123
|
+
id=pulumi.get(__response__, 'id'),
|
|
124
|
+
json=pulumi.get(__response__, 'json'),
|
|
125
|
+
operation_id=pulumi.get(__response__, 'operation_id'),
|
|
126
|
+
security_policy_id=pulumi.get(__response__, 'security_policy_id')))
|
|
@@ -0,0 +1,96 @@
|
|
|
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
|
+
'GetAprUserAllowListResult',
|
|
19
|
+
'AwaitableGetAprUserAllowListResult',
|
|
20
|
+
'get_apr_user_allow_list',
|
|
21
|
+
'get_apr_user_allow_list_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetAprUserAllowListResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getAprUserAllowList.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, config_id=None, id=None, json=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
|
+
|
|
40
|
+
@_builtins.property
|
|
41
|
+
@pulumi.getter(name="configId")
|
|
42
|
+
def config_id(self) -> _builtins.int:
|
|
43
|
+
return pulumi.get(self, "config_id")
|
|
44
|
+
|
|
45
|
+
@_builtins.property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def id(self) -> _builtins.str:
|
|
48
|
+
"""
|
|
49
|
+
The provider-assigned unique ID for this managed resource.
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "id")
|
|
52
|
+
|
|
53
|
+
@_builtins.property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def json(self) -> _builtins.str:
|
|
56
|
+
return pulumi.get(self, "json")
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
class AwaitableGetAprUserAllowListResult(GetAprUserAllowListResult):
|
|
60
|
+
# pylint: disable=using-constant-test
|
|
61
|
+
def __await__(self):
|
|
62
|
+
if False:
|
|
63
|
+
yield self
|
|
64
|
+
return GetAprUserAllowListResult(
|
|
65
|
+
config_id=self.config_id,
|
|
66
|
+
id=self.id,
|
|
67
|
+
json=self.json)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
def get_apr_user_allow_list(config_id: Optional[_builtins.int] = None,
|
|
71
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAprUserAllowListResult:
|
|
72
|
+
"""
|
|
73
|
+
Use this data source to access information about an existing resource.
|
|
74
|
+
"""
|
|
75
|
+
__args__ = dict()
|
|
76
|
+
__args__['configId'] = config_id
|
|
77
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
78
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getAprUserAllowList:getAprUserAllowList', __args__, opts=opts, typ=GetAprUserAllowListResult).value
|
|
79
|
+
|
|
80
|
+
return AwaitableGetAprUserAllowListResult(
|
|
81
|
+
config_id=pulumi.get(__ret__, 'config_id'),
|
|
82
|
+
id=pulumi.get(__ret__, 'id'),
|
|
83
|
+
json=pulumi.get(__ret__, 'json'))
|
|
84
|
+
def get_apr_user_allow_list_output(config_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
85
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAprUserAllowListResult]:
|
|
86
|
+
"""
|
|
87
|
+
Use this data source to access information about an existing resource.
|
|
88
|
+
"""
|
|
89
|
+
__args__ = dict()
|
|
90
|
+
__args__['configId'] = config_id
|
|
91
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
92
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getAprUserAllowList:getAprUserAllowList', __args__, opts=opts, typ=GetAprUserAllowListResult)
|
|
93
|
+
return __ret__.apply(lambda __response__: GetAprUserAllowListResult(
|
|
94
|
+
config_id=pulumi.get(__response__, 'config_id'),
|
|
95
|
+
id=pulumi.get(__response__, 'id'),
|
|
96
|
+
json=pulumi.get(__response__, 'json')))
|
|
@@ -0,0 +1,96 @@
|
|
|
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
|
+
'GetAprUserRiskResponseStrategyResult',
|
|
19
|
+
'AwaitableGetAprUserRiskResponseStrategyResult',
|
|
20
|
+
'get_apr_user_risk_response_strategy',
|
|
21
|
+
'get_apr_user_risk_response_strategy_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetAprUserRiskResponseStrategyResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getAprUserRiskResponseStrategy.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, config_id=None, id=None, json=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
|
+
|
|
40
|
+
@_builtins.property
|
|
41
|
+
@pulumi.getter(name="configId")
|
|
42
|
+
def config_id(self) -> _builtins.int:
|
|
43
|
+
return pulumi.get(self, "config_id")
|
|
44
|
+
|
|
45
|
+
@_builtins.property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def id(self) -> _builtins.str:
|
|
48
|
+
"""
|
|
49
|
+
The provider-assigned unique ID for this managed resource.
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "id")
|
|
52
|
+
|
|
53
|
+
@_builtins.property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def json(self) -> _builtins.str:
|
|
56
|
+
return pulumi.get(self, "json")
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
class AwaitableGetAprUserRiskResponseStrategyResult(GetAprUserRiskResponseStrategyResult):
|
|
60
|
+
# pylint: disable=using-constant-test
|
|
61
|
+
def __await__(self):
|
|
62
|
+
if False:
|
|
63
|
+
yield self
|
|
64
|
+
return GetAprUserRiskResponseStrategyResult(
|
|
65
|
+
config_id=self.config_id,
|
|
66
|
+
id=self.id,
|
|
67
|
+
json=self.json)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
def get_apr_user_risk_response_strategy(config_id: Optional[_builtins.int] = None,
|
|
71
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAprUserRiskResponseStrategyResult:
|
|
72
|
+
"""
|
|
73
|
+
Use this data source to access information about an existing resource.
|
|
74
|
+
"""
|
|
75
|
+
__args__ = dict()
|
|
76
|
+
__args__['configId'] = config_id
|
|
77
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
78
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getAprUserRiskResponseStrategy:getAprUserRiskResponseStrategy', __args__, opts=opts, typ=GetAprUserRiskResponseStrategyResult).value
|
|
79
|
+
|
|
80
|
+
return AwaitableGetAprUserRiskResponseStrategyResult(
|
|
81
|
+
config_id=pulumi.get(__ret__, 'config_id'),
|
|
82
|
+
id=pulumi.get(__ret__, 'id'),
|
|
83
|
+
json=pulumi.get(__ret__, 'json'))
|
|
84
|
+
def get_apr_user_risk_response_strategy_output(config_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
85
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAprUserRiskResponseStrategyResult]:
|
|
86
|
+
"""
|
|
87
|
+
Use this data source to access information about an existing resource.
|
|
88
|
+
"""
|
|
89
|
+
__args__ = dict()
|
|
90
|
+
__args__['configId'] = config_id
|
|
91
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
92
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getAprUserRiskResponseStrategy:getAprUserRiskResponseStrategy', __args__, opts=opts, typ=GetAprUserRiskResponseStrategyResult)
|
|
93
|
+
return __ret__.apply(lambda __response__: GetAprUserRiskResponseStrategyResult(
|
|
94
|
+
config_id=pulumi.get(__response__, 'config_id'),
|
|
95
|
+
id=pulumi.get(__response__, 'id'),
|
|
96
|
+
json=pulumi.get(__response__, 'json')))
|