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,115 @@
|
|
|
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
|
+
'GetApidefinitionsOpenapiResult',
|
|
19
|
+
'AwaitableGetApidefinitionsOpenapiResult',
|
|
20
|
+
'get_apidefinitions_openapi',
|
|
21
|
+
'get_apidefinitions_openapi_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetApidefinitionsOpenapiResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getApidefinitionsOpenapi.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, api=None, api_file_name=None, file_path=None, id=None):
|
|
30
|
+
if api and not isinstance(api, str):
|
|
31
|
+
raise TypeError("Expected argument 'api' to be a str")
|
|
32
|
+
pulumi.set(__self__, "api", api)
|
|
33
|
+
if api_file_name and not isinstance(api_file_name, str):
|
|
34
|
+
raise TypeError("Expected argument 'api_file_name' to be a str")
|
|
35
|
+
pulumi.set(__self__, "api_file_name", api_file_name)
|
|
36
|
+
if file_path and not isinstance(file_path, str):
|
|
37
|
+
raise TypeError("Expected argument 'file_path' to be a str")
|
|
38
|
+
pulumi.set(__self__, "file_path", file_path)
|
|
39
|
+
if id and not isinstance(id, str):
|
|
40
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
41
|
+
pulumi.set(__self__, "id", id)
|
|
42
|
+
|
|
43
|
+
@_builtins.property
|
|
44
|
+
@pulumi.getter
|
|
45
|
+
def api(self) -> Optional[_builtins.str]:
|
|
46
|
+
return pulumi.get(self, "api")
|
|
47
|
+
|
|
48
|
+
@_builtins.property
|
|
49
|
+
@pulumi.getter(name="apiFileName")
|
|
50
|
+
def api_file_name(self) -> Optional[_builtins.str]:
|
|
51
|
+
return pulumi.get(self, "api_file_name")
|
|
52
|
+
|
|
53
|
+
@_builtins.property
|
|
54
|
+
@pulumi.getter(name="filePath")
|
|
55
|
+
def file_path(self) -> _builtins.str:
|
|
56
|
+
return pulumi.get(self, "file_path")
|
|
57
|
+
|
|
58
|
+
@_builtins.property
|
|
59
|
+
@pulumi.getter
|
|
60
|
+
def id(self) -> _builtins.str:
|
|
61
|
+
"""
|
|
62
|
+
The provider-assigned unique ID for this managed resource.
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "id")
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
class AwaitableGetApidefinitionsOpenapiResult(GetApidefinitionsOpenapiResult):
|
|
68
|
+
# pylint: disable=using-constant-test
|
|
69
|
+
def __await__(self):
|
|
70
|
+
if False:
|
|
71
|
+
yield self
|
|
72
|
+
return GetApidefinitionsOpenapiResult(
|
|
73
|
+
api=self.api,
|
|
74
|
+
api_file_name=self.api_file_name,
|
|
75
|
+
file_path=self.file_path,
|
|
76
|
+
id=self.id)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
def get_apidefinitions_openapi(api: Optional[_builtins.str] = None,
|
|
80
|
+
api_file_name: Optional[_builtins.str] = None,
|
|
81
|
+
file_path: Optional[_builtins.str] = None,
|
|
82
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetApidefinitionsOpenapiResult:
|
|
83
|
+
"""
|
|
84
|
+
Use this data source to access information about an existing resource.
|
|
85
|
+
"""
|
|
86
|
+
__args__ = dict()
|
|
87
|
+
__args__['api'] = api
|
|
88
|
+
__args__['apiFileName'] = api_file_name
|
|
89
|
+
__args__['filePath'] = file_path
|
|
90
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
91
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getApidefinitionsOpenapi:getApidefinitionsOpenapi', __args__, opts=opts, typ=GetApidefinitionsOpenapiResult).value
|
|
92
|
+
|
|
93
|
+
return AwaitableGetApidefinitionsOpenapiResult(
|
|
94
|
+
api=pulumi.get(__ret__, 'api'),
|
|
95
|
+
api_file_name=pulumi.get(__ret__, 'api_file_name'),
|
|
96
|
+
file_path=pulumi.get(__ret__, 'file_path'),
|
|
97
|
+
id=pulumi.get(__ret__, 'id'))
|
|
98
|
+
def get_apidefinitions_openapi_output(api: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
99
|
+
api_file_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
100
|
+
file_path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
101
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetApidefinitionsOpenapiResult]:
|
|
102
|
+
"""
|
|
103
|
+
Use this data source to access information about an existing resource.
|
|
104
|
+
"""
|
|
105
|
+
__args__ = dict()
|
|
106
|
+
__args__['api'] = api
|
|
107
|
+
__args__['apiFileName'] = api_file_name
|
|
108
|
+
__args__['filePath'] = file_path
|
|
109
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
110
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getApidefinitionsOpenapi:getApidefinitionsOpenapi', __args__, opts=opts, typ=GetApidefinitionsOpenapiResult)
|
|
111
|
+
return __ret__.apply(lambda __response__: GetApidefinitionsOpenapiResult(
|
|
112
|
+
api=pulumi.get(__response__, 'api'),
|
|
113
|
+
api_file_name=pulumi.get(__response__, 'api_file_name'),
|
|
114
|
+
file_path=pulumi.get(__response__, 'file_path'),
|
|
115
|
+
id=pulumi.get(__response__, 'id')))
|
|
@@ -0,0 +1,137 @@
|
|
|
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
|
+
'GetApidefinitionsResourceOperationsResult',
|
|
19
|
+
'AwaitableGetApidefinitionsResourceOperationsResult',
|
|
20
|
+
'get_apidefinitions_resource_operations',
|
|
21
|
+
'get_apidefinitions_resource_operations_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetApidefinitionsResourceOperationsResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getApidefinitionsResourceOperations.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, api_id=None, id=None, resource_name=None, resource_operations=None, resource_path=None, version=None):
|
|
30
|
+
if api_id and not isinstance(api_id, int):
|
|
31
|
+
raise TypeError("Expected argument 'api_id' to be a int")
|
|
32
|
+
pulumi.set(__self__, "api_id", api_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 resource_name and not isinstance(resource_name, str):
|
|
37
|
+
raise TypeError("Expected argument 'resource_name' to be a str")
|
|
38
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
39
|
+
if resource_operations and not isinstance(resource_operations, str):
|
|
40
|
+
raise TypeError("Expected argument 'resource_operations' to be a str")
|
|
41
|
+
pulumi.set(__self__, "resource_operations", resource_operations)
|
|
42
|
+
if resource_path and not isinstance(resource_path, str):
|
|
43
|
+
raise TypeError("Expected argument 'resource_path' to be a str")
|
|
44
|
+
pulumi.set(__self__, "resource_path", resource_path)
|
|
45
|
+
if version and not isinstance(version, int):
|
|
46
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
47
|
+
pulumi.set(__self__, "version", version)
|
|
48
|
+
|
|
49
|
+
@_builtins.property
|
|
50
|
+
@pulumi.getter(name="apiId")
|
|
51
|
+
def api_id(self) -> _builtins.int:
|
|
52
|
+
return pulumi.get(self, "api_id")
|
|
53
|
+
|
|
54
|
+
@_builtins.property
|
|
55
|
+
@pulumi.getter
|
|
56
|
+
def id(self) -> _builtins.str:
|
|
57
|
+
"""
|
|
58
|
+
The provider-assigned unique ID for this managed resource.
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "id")
|
|
61
|
+
|
|
62
|
+
@_builtins.property
|
|
63
|
+
@pulumi.getter(name="resourceName")
|
|
64
|
+
def resource_name(self) -> Optional[_builtins.str]:
|
|
65
|
+
return pulumi.get(self, "resource_name")
|
|
66
|
+
|
|
67
|
+
@_builtins.property
|
|
68
|
+
@pulumi.getter(name="resourceOperations")
|
|
69
|
+
def resource_operations(self) -> _builtins.str:
|
|
70
|
+
return pulumi.get(self, "resource_operations")
|
|
71
|
+
|
|
72
|
+
@_builtins.property
|
|
73
|
+
@pulumi.getter(name="resourcePath")
|
|
74
|
+
def resource_path(self) -> Optional[_builtins.str]:
|
|
75
|
+
return pulumi.get(self, "resource_path")
|
|
76
|
+
|
|
77
|
+
@_builtins.property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def version(self) -> _builtins.int:
|
|
80
|
+
return pulumi.get(self, "version")
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
class AwaitableGetApidefinitionsResourceOperationsResult(GetApidefinitionsResourceOperationsResult):
|
|
84
|
+
# pylint: disable=using-constant-test
|
|
85
|
+
def __await__(self):
|
|
86
|
+
if False:
|
|
87
|
+
yield self
|
|
88
|
+
return GetApidefinitionsResourceOperationsResult(
|
|
89
|
+
api_id=self.api_id,
|
|
90
|
+
id=self.id,
|
|
91
|
+
resource_name=self.resource_name,
|
|
92
|
+
resource_operations=self.resource_operations,
|
|
93
|
+
resource_path=self.resource_path,
|
|
94
|
+
version=self.version)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
def get_apidefinitions_resource_operations(api_id: Optional[_builtins.int] = None,
|
|
98
|
+
resource_name: Optional[_builtins.str] = None,
|
|
99
|
+
resource_path: Optional[_builtins.str] = None,
|
|
100
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetApidefinitionsResourceOperationsResult:
|
|
101
|
+
"""
|
|
102
|
+
Use this data source to access information about an existing resource.
|
|
103
|
+
"""
|
|
104
|
+
__args__ = dict()
|
|
105
|
+
__args__['apiId'] = api_id
|
|
106
|
+
__args__['resourceName'] = resource_name
|
|
107
|
+
__args__['resourcePath'] = resource_path
|
|
108
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
109
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getApidefinitionsResourceOperations:getApidefinitionsResourceOperations', __args__, opts=opts, typ=GetApidefinitionsResourceOperationsResult).value
|
|
110
|
+
|
|
111
|
+
return AwaitableGetApidefinitionsResourceOperationsResult(
|
|
112
|
+
api_id=pulumi.get(__ret__, 'api_id'),
|
|
113
|
+
id=pulumi.get(__ret__, 'id'),
|
|
114
|
+
resource_name=pulumi.get(__ret__, 'resource_name'),
|
|
115
|
+
resource_operations=pulumi.get(__ret__, 'resource_operations'),
|
|
116
|
+
resource_path=pulumi.get(__ret__, 'resource_path'),
|
|
117
|
+
version=pulumi.get(__ret__, 'version'))
|
|
118
|
+
def get_apidefinitions_resource_operations_output(api_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
119
|
+
resource_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
120
|
+
resource_path: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
121
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetApidefinitionsResourceOperationsResult]:
|
|
122
|
+
"""
|
|
123
|
+
Use this data source to access information about an existing resource.
|
|
124
|
+
"""
|
|
125
|
+
__args__ = dict()
|
|
126
|
+
__args__['apiId'] = api_id
|
|
127
|
+
__args__['resourceName'] = resource_name
|
|
128
|
+
__args__['resourcePath'] = resource_path
|
|
129
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
130
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getApidefinitionsResourceOperations:getApidefinitionsResourceOperations', __args__, opts=opts, typ=GetApidefinitionsResourceOperationsResult)
|
|
131
|
+
return __ret__.apply(lambda __response__: GetApidefinitionsResourceOperationsResult(
|
|
132
|
+
api_id=pulumi.get(__response__, 'api_id'),
|
|
133
|
+
id=pulumi.get(__response__, 'id'),
|
|
134
|
+
resource_name=pulumi.get(__response__, 'resource_name'),
|
|
135
|
+
resource_operations=pulumi.get(__response__, 'resource_operations'),
|
|
136
|
+
resource_path=pulumi.get(__response__, 'resource_path'),
|
|
137
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -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')))
|