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
|
@@ -0,0 +1,267 @@
|
|
|
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
|
+
'GetMtlstruststoreCaSetResult',
|
|
20
|
+
'AwaitableGetMtlstruststoreCaSetResult',
|
|
21
|
+
'get_mtlstruststore_ca_set',
|
|
22
|
+
'get_mtlstruststore_ca_set_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetMtlstruststoreCaSetResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getMtlstruststoreCaSet.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, account_id=None, allow_insecure_sha1=None, certificates=None, created_by=None, created_date=None, deleted_by=None, deleted_date=None, description=None, id=None, name=None, production_version=None, staging_version=None, version=None, version_created_by=None, version_created_date=None, version_description=None, version_modified_by=None, version_modified_date=None):
|
|
31
|
+
if account_id and not isinstance(account_id, str):
|
|
32
|
+
raise TypeError("Expected argument 'account_id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "account_id", account_id)
|
|
34
|
+
if allow_insecure_sha1 and not isinstance(allow_insecure_sha1, bool):
|
|
35
|
+
raise TypeError("Expected argument 'allow_insecure_sha1' to be a bool")
|
|
36
|
+
pulumi.set(__self__, "allow_insecure_sha1", allow_insecure_sha1)
|
|
37
|
+
if certificates and not isinstance(certificates, list):
|
|
38
|
+
raise TypeError("Expected argument 'certificates' to be a list")
|
|
39
|
+
pulumi.set(__self__, "certificates", certificates)
|
|
40
|
+
if created_by and not isinstance(created_by, str):
|
|
41
|
+
raise TypeError("Expected argument 'created_by' to be a str")
|
|
42
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
43
|
+
if created_date and not isinstance(created_date, str):
|
|
44
|
+
raise TypeError("Expected argument 'created_date' to be a str")
|
|
45
|
+
pulumi.set(__self__, "created_date", created_date)
|
|
46
|
+
if deleted_by and not isinstance(deleted_by, str):
|
|
47
|
+
raise TypeError("Expected argument 'deleted_by' to be a str")
|
|
48
|
+
pulumi.set(__self__, "deleted_by", deleted_by)
|
|
49
|
+
if deleted_date and not isinstance(deleted_date, str):
|
|
50
|
+
raise TypeError("Expected argument 'deleted_date' to be a str")
|
|
51
|
+
pulumi.set(__self__, "deleted_date", deleted_date)
|
|
52
|
+
if description and not isinstance(description, str):
|
|
53
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
54
|
+
pulumi.set(__self__, "description", description)
|
|
55
|
+
if id and not isinstance(id, str):
|
|
56
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
57
|
+
pulumi.set(__self__, "id", id)
|
|
58
|
+
if name and not isinstance(name, str):
|
|
59
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
60
|
+
pulumi.set(__self__, "name", name)
|
|
61
|
+
if production_version and not isinstance(production_version, int):
|
|
62
|
+
raise TypeError("Expected argument 'production_version' to be a int")
|
|
63
|
+
pulumi.set(__self__, "production_version", production_version)
|
|
64
|
+
if staging_version and not isinstance(staging_version, int):
|
|
65
|
+
raise TypeError("Expected argument 'staging_version' to be a int")
|
|
66
|
+
pulumi.set(__self__, "staging_version", staging_version)
|
|
67
|
+
if version and not isinstance(version, int):
|
|
68
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
69
|
+
pulumi.set(__self__, "version", version)
|
|
70
|
+
if version_created_by and not isinstance(version_created_by, str):
|
|
71
|
+
raise TypeError("Expected argument 'version_created_by' to be a str")
|
|
72
|
+
pulumi.set(__self__, "version_created_by", version_created_by)
|
|
73
|
+
if version_created_date and not isinstance(version_created_date, str):
|
|
74
|
+
raise TypeError("Expected argument 'version_created_date' to be a str")
|
|
75
|
+
pulumi.set(__self__, "version_created_date", version_created_date)
|
|
76
|
+
if version_description and not isinstance(version_description, str):
|
|
77
|
+
raise TypeError("Expected argument 'version_description' to be a str")
|
|
78
|
+
pulumi.set(__self__, "version_description", version_description)
|
|
79
|
+
if version_modified_by and not isinstance(version_modified_by, str):
|
|
80
|
+
raise TypeError("Expected argument 'version_modified_by' to be a str")
|
|
81
|
+
pulumi.set(__self__, "version_modified_by", version_modified_by)
|
|
82
|
+
if version_modified_date and not isinstance(version_modified_date, str):
|
|
83
|
+
raise TypeError("Expected argument 'version_modified_date' to be a str")
|
|
84
|
+
pulumi.set(__self__, "version_modified_date", version_modified_date)
|
|
85
|
+
|
|
86
|
+
@_builtins.property
|
|
87
|
+
@pulumi.getter(name="accountId")
|
|
88
|
+
def account_id(self) -> _builtins.str:
|
|
89
|
+
return pulumi.get(self, "account_id")
|
|
90
|
+
|
|
91
|
+
@_builtins.property
|
|
92
|
+
@pulumi.getter(name="allowInsecureSha1")
|
|
93
|
+
def allow_insecure_sha1(self) -> _builtins.bool:
|
|
94
|
+
return pulumi.get(self, "allow_insecure_sha1")
|
|
95
|
+
|
|
96
|
+
@_builtins.property
|
|
97
|
+
@pulumi.getter
|
|
98
|
+
def certificates(self) -> Sequence['outputs.GetMtlstruststoreCaSetCertificateResult']:
|
|
99
|
+
return pulumi.get(self, "certificates")
|
|
100
|
+
|
|
101
|
+
@_builtins.property
|
|
102
|
+
@pulumi.getter(name="createdBy")
|
|
103
|
+
def created_by(self) -> _builtins.str:
|
|
104
|
+
return pulumi.get(self, "created_by")
|
|
105
|
+
|
|
106
|
+
@_builtins.property
|
|
107
|
+
@pulumi.getter(name="createdDate")
|
|
108
|
+
def created_date(self) -> _builtins.str:
|
|
109
|
+
return pulumi.get(self, "created_date")
|
|
110
|
+
|
|
111
|
+
@_builtins.property
|
|
112
|
+
@pulumi.getter(name="deletedBy")
|
|
113
|
+
def deleted_by(self) -> _builtins.str:
|
|
114
|
+
return pulumi.get(self, "deleted_by")
|
|
115
|
+
|
|
116
|
+
@_builtins.property
|
|
117
|
+
@pulumi.getter(name="deletedDate")
|
|
118
|
+
def deleted_date(self) -> _builtins.str:
|
|
119
|
+
return pulumi.get(self, "deleted_date")
|
|
120
|
+
|
|
121
|
+
@_builtins.property
|
|
122
|
+
@pulumi.getter
|
|
123
|
+
def description(self) -> _builtins.str:
|
|
124
|
+
return pulumi.get(self, "description")
|
|
125
|
+
|
|
126
|
+
@_builtins.property
|
|
127
|
+
@pulumi.getter
|
|
128
|
+
def id(self) -> _builtins.str:
|
|
129
|
+
return pulumi.get(self, "id")
|
|
130
|
+
|
|
131
|
+
@_builtins.property
|
|
132
|
+
@pulumi.getter
|
|
133
|
+
def name(self) -> _builtins.str:
|
|
134
|
+
return pulumi.get(self, "name")
|
|
135
|
+
|
|
136
|
+
@_builtins.property
|
|
137
|
+
@pulumi.getter(name="productionVersion")
|
|
138
|
+
def production_version(self) -> _builtins.int:
|
|
139
|
+
return pulumi.get(self, "production_version")
|
|
140
|
+
|
|
141
|
+
@_builtins.property
|
|
142
|
+
@pulumi.getter(name="stagingVersion")
|
|
143
|
+
def staging_version(self) -> _builtins.int:
|
|
144
|
+
return pulumi.get(self, "staging_version")
|
|
145
|
+
|
|
146
|
+
@_builtins.property
|
|
147
|
+
@pulumi.getter
|
|
148
|
+
def version(self) -> _builtins.int:
|
|
149
|
+
return pulumi.get(self, "version")
|
|
150
|
+
|
|
151
|
+
@_builtins.property
|
|
152
|
+
@pulumi.getter(name="versionCreatedBy")
|
|
153
|
+
def version_created_by(self) -> _builtins.str:
|
|
154
|
+
return pulumi.get(self, "version_created_by")
|
|
155
|
+
|
|
156
|
+
@_builtins.property
|
|
157
|
+
@pulumi.getter(name="versionCreatedDate")
|
|
158
|
+
def version_created_date(self) -> _builtins.str:
|
|
159
|
+
return pulumi.get(self, "version_created_date")
|
|
160
|
+
|
|
161
|
+
@_builtins.property
|
|
162
|
+
@pulumi.getter(name="versionDescription")
|
|
163
|
+
def version_description(self) -> _builtins.str:
|
|
164
|
+
return pulumi.get(self, "version_description")
|
|
165
|
+
|
|
166
|
+
@_builtins.property
|
|
167
|
+
@pulumi.getter(name="versionModifiedBy")
|
|
168
|
+
def version_modified_by(self) -> _builtins.str:
|
|
169
|
+
return pulumi.get(self, "version_modified_by")
|
|
170
|
+
|
|
171
|
+
@_builtins.property
|
|
172
|
+
@pulumi.getter(name="versionModifiedDate")
|
|
173
|
+
def version_modified_date(self) -> _builtins.str:
|
|
174
|
+
return pulumi.get(self, "version_modified_date")
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
class AwaitableGetMtlstruststoreCaSetResult(GetMtlstruststoreCaSetResult):
|
|
178
|
+
# pylint: disable=using-constant-test
|
|
179
|
+
def __await__(self):
|
|
180
|
+
if False:
|
|
181
|
+
yield self
|
|
182
|
+
return GetMtlstruststoreCaSetResult(
|
|
183
|
+
account_id=self.account_id,
|
|
184
|
+
allow_insecure_sha1=self.allow_insecure_sha1,
|
|
185
|
+
certificates=self.certificates,
|
|
186
|
+
created_by=self.created_by,
|
|
187
|
+
created_date=self.created_date,
|
|
188
|
+
deleted_by=self.deleted_by,
|
|
189
|
+
deleted_date=self.deleted_date,
|
|
190
|
+
description=self.description,
|
|
191
|
+
id=self.id,
|
|
192
|
+
name=self.name,
|
|
193
|
+
production_version=self.production_version,
|
|
194
|
+
staging_version=self.staging_version,
|
|
195
|
+
version=self.version,
|
|
196
|
+
version_created_by=self.version_created_by,
|
|
197
|
+
version_created_date=self.version_created_date,
|
|
198
|
+
version_description=self.version_description,
|
|
199
|
+
version_modified_by=self.version_modified_by,
|
|
200
|
+
version_modified_date=self.version_modified_date)
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
def get_mtlstruststore_ca_set(id: Optional[_builtins.str] = None,
|
|
204
|
+
name: Optional[_builtins.str] = None,
|
|
205
|
+
version: Optional[_builtins.int] = None,
|
|
206
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMtlstruststoreCaSetResult:
|
|
207
|
+
"""
|
|
208
|
+
Use this data source to access information about an existing resource.
|
|
209
|
+
"""
|
|
210
|
+
__args__ = dict()
|
|
211
|
+
__args__['id'] = id
|
|
212
|
+
__args__['name'] = name
|
|
213
|
+
__args__['version'] = version
|
|
214
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
215
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getMtlstruststoreCaSet:getMtlstruststoreCaSet', __args__, opts=opts, typ=GetMtlstruststoreCaSetResult).value
|
|
216
|
+
|
|
217
|
+
return AwaitableGetMtlstruststoreCaSetResult(
|
|
218
|
+
account_id=pulumi.get(__ret__, 'account_id'),
|
|
219
|
+
allow_insecure_sha1=pulumi.get(__ret__, 'allow_insecure_sha1'),
|
|
220
|
+
certificates=pulumi.get(__ret__, 'certificates'),
|
|
221
|
+
created_by=pulumi.get(__ret__, 'created_by'),
|
|
222
|
+
created_date=pulumi.get(__ret__, 'created_date'),
|
|
223
|
+
deleted_by=pulumi.get(__ret__, 'deleted_by'),
|
|
224
|
+
deleted_date=pulumi.get(__ret__, 'deleted_date'),
|
|
225
|
+
description=pulumi.get(__ret__, 'description'),
|
|
226
|
+
id=pulumi.get(__ret__, 'id'),
|
|
227
|
+
name=pulumi.get(__ret__, 'name'),
|
|
228
|
+
production_version=pulumi.get(__ret__, 'production_version'),
|
|
229
|
+
staging_version=pulumi.get(__ret__, 'staging_version'),
|
|
230
|
+
version=pulumi.get(__ret__, 'version'),
|
|
231
|
+
version_created_by=pulumi.get(__ret__, 'version_created_by'),
|
|
232
|
+
version_created_date=pulumi.get(__ret__, 'version_created_date'),
|
|
233
|
+
version_description=pulumi.get(__ret__, 'version_description'),
|
|
234
|
+
version_modified_by=pulumi.get(__ret__, 'version_modified_by'),
|
|
235
|
+
version_modified_date=pulumi.get(__ret__, 'version_modified_date'))
|
|
236
|
+
def get_mtlstruststore_ca_set_output(id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
237
|
+
name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
238
|
+
version: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
239
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMtlstruststoreCaSetResult]:
|
|
240
|
+
"""
|
|
241
|
+
Use this data source to access information about an existing resource.
|
|
242
|
+
"""
|
|
243
|
+
__args__ = dict()
|
|
244
|
+
__args__['id'] = id
|
|
245
|
+
__args__['name'] = name
|
|
246
|
+
__args__['version'] = version
|
|
247
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
248
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getMtlstruststoreCaSet:getMtlstruststoreCaSet', __args__, opts=opts, typ=GetMtlstruststoreCaSetResult)
|
|
249
|
+
return __ret__.apply(lambda __response__: GetMtlstruststoreCaSetResult(
|
|
250
|
+
account_id=pulumi.get(__response__, 'account_id'),
|
|
251
|
+
allow_insecure_sha1=pulumi.get(__response__, 'allow_insecure_sha1'),
|
|
252
|
+
certificates=pulumi.get(__response__, 'certificates'),
|
|
253
|
+
created_by=pulumi.get(__response__, 'created_by'),
|
|
254
|
+
created_date=pulumi.get(__response__, 'created_date'),
|
|
255
|
+
deleted_by=pulumi.get(__response__, 'deleted_by'),
|
|
256
|
+
deleted_date=pulumi.get(__response__, 'deleted_date'),
|
|
257
|
+
description=pulumi.get(__response__, 'description'),
|
|
258
|
+
id=pulumi.get(__response__, 'id'),
|
|
259
|
+
name=pulumi.get(__response__, 'name'),
|
|
260
|
+
production_version=pulumi.get(__response__, 'production_version'),
|
|
261
|
+
staging_version=pulumi.get(__response__, 'staging_version'),
|
|
262
|
+
version=pulumi.get(__response__, 'version'),
|
|
263
|
+
version_created_by=pulumi.get(__response__, 'version_created_by'),
|
|
264
|
+
version_created_date=pulumi.get(__response__, 'version_created_date'),
|
|
265
|
+
version_description=pulumi.get(__response__, 'version_description'),
|
|
266
|
+
version_modified_by=pulumi.get(__response__, 'version_modified_by'),
|
|
267
|
+
version_modified_date=pulumi.get(__response__, 'version_modified_date')))
|
|
@@ -0,0 +1,189 @@
|
|
|
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
|
+
'GetMtlstruststoreCaSetActivationResult',
|
|
19
|
+
'AwaitableGetMtlstruststoreCaSetActivationResult',
|
|
20
|
+
'get_mtlstruststore_ca_set_activation',
|
|
21
|
+
'get_mtlstruststore_ca_set_activation_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetMtlstruststoreCaSetActivationResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getMtlstruststoreCaSetActivation.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, ca_set_id=None, ca_set_name=None, created_by=None, created_date=None, id=None, modified_by=None, modified_date=None, network=None, status=None, type=None, version=None):
|
|
30
|
+
if ca_set_id and not isinstance(ca_set_id, str):
|
|
31
|
+
raise TypeError("Expected argument 'ca_set_id' to be a str")
|
|
32
|
+
pulumi.set(__self__, "ca_set_id", ca_set_id)
|
|
33
|
+
if ca_set_name and not isinstance(ca_set_name, str):
|
|
34
|
+
raise TypeError("Expected argument 'ca_set_name' to be a str")
|
|
35
|
+
pulumi.set(__self__, "ca_set_name", ca_set_name)
|
|
36
|
+
if created_by and not isinstance(created_by, str):
|
|
37
|
+
raise TypeError("Expected argument 'created_by' to be a str")
|
|
38
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
39
|
+
if created_date and not isinstance(created_date, str):
|
|
40
|
+
raise TypeError("Expected argument 'created_date' to be a str")
|
|
41
|
+
pulumi.set(__self__, "created_date", created_date)
|
|
42
|
+
if id and not isinstance(id, int):
|
|
43
|
+
raise TypeError("Expected argument 'id' to be a int")
|
|
44
|
+
pulumi.set(__self__, "id", id)
|
|
45
|
+
if modified_by and not isinstance(modified_by, str):
|
|
46
|
+
raise TypeError("Expected argument 'modified_by' to be a str")
|
|
47
|
+
pulumi.set(__self__, "modified_by", modified_by)
|
|
48
|
+
if modified_date and not isinstance(modified_date, str):
|
|
49
|
+
raise TypeError("Expected argument 'modified_date' to be a str")
|
|
50
|
+
pulumi.set(__self__, "modified_date", modified_date)
|
|
51
|
+
if network and not isinstance(network, str):
|
|
52
|
+
raise TypeError("Expected argument 'network' to be a str")
|
|
53
|
+
pulumi.set(__self__, "network", network)
|
|
54
|
+
if status and not isinstance(status, str):
|
|
55
|
+
raise TypeError("Expected argument 'status' to be a str")
|
|
56
|
+
pulumi.set(__self__, "status", status)
|
|
57
|
+
if type and not isinstance(type, str):
|
|
58
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
59
|
+
pulumi.set(__self__, "type", type)
|
|
60
|
+
if version and not isinstance(version, int):
|
|
61
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
62
|
+
pulumi.set(__self__, "version", version)
|
|
63
|
+
|
|
64
|
+
@_builtins.property
|
|
65
|
+
@pulumi.getter(name="caSetId")
|
|
66
|
+
def ca_set_id(self) -> _builtins.str:
|
|
67
|
+
return pulumi.get(self, "ca_set_id")
|
|
68
|
+
|
|
69
|
+
@_builtins.property
|
|
70
|
+
@pulumi.getter(name="caSetName")
|
|
71
|
+
def ca_set_name(self) -> _builtins.str:
|
|
72
|
+
return pulumi.get(self, "ca_set_name")
|
|
73
|
+
|
|
74
|
+
@_builtins.property
|
|
75
|
+
@pulumi.getter(name="createdBy")
|
|
76
|
+
def created_by(self) -> _builtins.str:
|
|
77
|
+
return pulumi.get(self, "created_by")
|
|
78
|
+
|
|
79
|
+
@_builtins.property
|
|
80
|
+
@pulumi.getter(name="createdDate")
|
|
81
|
+
def created_date(self) -> _builtins.str:
|
|
82
|
+
return pulumi.get(self, "created_date")
|
|
83
|
+
|
|
84
|
+
@_builtins.property
|
|
85
|
+
@pulumi.getter
|
|
86
|
+
def id(self) -> _builtins.int:
|
|
87
|
+
return pulumi.get(self, "id")
|
|
88
|
+
|
|
89
|
+
@_builtins.property
|
|
90
|
+
@pulumi.getter(name="modifiedBy")
|
|
91
|
+
def modified_by(self) -> _builtins.str:
|
|
92
|
+
return pulumi.get(self, "modified_by")
|
|
93
|
+
|
|
94
|
+
@_builtins.property
|
|
95
|
+
@pulumi.getter(name="modifiedDate")
|
|
96
|
+
def modified_date(self) -> _builtins.str:
|
|
97
|
+
return pulumi.get(self, "modified_date")
|
|
98
|
+
|
|
99
|
+
@_builtins.property
|
|
100
|
+
@pulumi.getter
|
|
101
|
+
def network(self) -> _builtins.str:
|
|
102
|
+
return pulumi.get(self, "network")
|
|
103
|
+
|
|
104
|
+
@_builtins.property
|
|
105
|
+
@pulumi.getter
|
|
106
|
+
def status(self) -> _builtins.str:
|
|
107
|
+
return pulumi.get(self, "status")
|
|
108
|
+
|
|
109
|
+
@_builtins.property
|
|
110
|
+
@pulumi.getter
|
|
111
|
+
def type(self) -> _builtins.str:
|
|
112
|
+
return pulumi.get(self, "type")
|
|
113
|
+
|
|
114
|
+
@_builtins.property
|
|
115
|
+
@pulumi.getter
|
|
116
|
+
def version(self) -> _builtins.int:
|
|
117
|
+
return pulumi.get(self, "version")
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
class AwaitableGetMtlstruststoreCaSetActivationResult(GetMtlstruststoreCaSetActivationResult):
|
|
121
|
+
# pylint: disable=using-constant-test
|
|
122
|
+
def __await__(self):
|
|
123
|
+
if False:
|
|
124
|
+
yield self
|
|
125
|
+
return GetMtlstruststoreCaSetActivationResult(
|
|
126
|
+
ca_set_id=self.ca_set_id,
|
|
127
|
+
ca_set_name=self.ca_set_name,
|
|
128
|
+
created_by=self.created_by,
|
|
129
|
+
created_date=self.created_date,
|
|
130
|
+
id=self.id,
|
|
131
|
+
modified_by=self.modified_by,
|
|
132
|
+
modified_date=self.modified_date,
|
|
133
|
+
network=self.network,
|
|
134
|
+
status=self.status,
|
|
135
|
+
type=self.type,
|
|
136
|
+
version=self.version)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
def get_mtlstruststore_ca_set_activation(ca_set_id: Optional[_builtins.str] = None,
|
|
140
|
+
ca_set_name: Optional[_builtins.str] = None,
|
|
141
|
+
id: Optional[_builtins.int] = None,
|
|
142
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMtlstruststoreCaSetActivationResult:
|
|
143
|
+
"""
|
|
144
|
+
Use this data source to access information about an existing resource.
|
|
145
|
+
"""
|
|
146
|
+
__args__ = dict()
|
|
147
|
+
__args__['caSetId'] = ca_set_id
|
|
148
|
+
__args__['caSetName'] = ca_set_name
|
|
149
|
+
__args__['id'] = id
|
|
150
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
151
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getMtlstruststoreCaSetActivation:getMtlstruststoreCaSetActivation', __args__, opts=opts, typ=GetMtlstruststoreCaSetActivationResult).value
|
|
152
|
+
|
|
153
|
+
return AwaitableGetMtlstruststoreCaSetActivationResult(
|
|
154
|
+
ca_set_id=pulumi.get(__ret__, 'ca_set_id'),
|
|
155
|
+
ca_set_name=pulumi.get(__ret__, 'ca_set_name'),
|
|
156
|
+
created_by=pulumi.get(__ret__, 'created_by'),
|
|
157
|
+
created_date=pulumi.get(__ret__, 'created_date'),
|
|
158
|
+
id=pulumi.get(__ret__, 'id'),
|
|
159
|
+
modified_by=pulumi.get(__ret__, 'modified_by'),
|
|
160
|
+
modified_date=pulumi.get(__ret__, 'modified_date'),
|
|
161
|
+
network=pulumi.get(__ret__, 'network'),
|
|
162
|
+
status=pulumi.get(__ret__, 'status'),
|
|
163
|
+
type=pulumi.get(__ret__, 'type'),
|
|
164
|
+
version=pulumi.get(__ret__, 'version'))
|
|
165
|
+
def get_mtlstruststore_ca_set_activation_output(ca_set_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
166
|
+
ca_set_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
167
|
+
id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
168
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMtlstruststoreCaSetActivationResult]:
|
|
169
|
+
"""
|
|
170
|
+
Use this data source to access information about an existing resource.
|
|
171
|
+
"""
|
|
172
|
+
__args__ = dict()
|
|
173
|
+
__args__['caSetId'] = ca_set_id
|
|
174
|
+
__args__['caSetName'] = ca_set_name
|
|
175
|
+
__args__['id'] = id
|
|
176
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
177
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getMtlstruststoreCaSetActivation:getMtlstruststoreCaSetActivation', __args__, opts=opts, typ=GetMtlstruststoreCaSetActivationResult)
|
|
178
|
+
return __ret__.apply(lambda __response__: GetMtlstruststoreCaSetActivationResult(
|
|
179
|
+
ca_set_id=pulumi.get(__response__, 'ca_set_id'),
|
|
180
|
+
ca_set_name=pulumi.get(__response__, 'ca_set_name'),
|
|
181
|
+
created_by=pulumi.get(__response__, 'created_by'),
|
|
182
|
+
created_date=pulumi.get(__response__, 'created_date'),
|
|
183
|
+
id=pulumi.get(__response__, 'id'),
|
|
184
|
+
modified_by=pulumi.get(__response__, 'modified_by'),
|
|
185
|
+
modified_date=pulumi.get(__response__, 'modified_date'),
|
|
186
|
+
network=pulumi.get(__response__, 'network'),
|
|
187
|
+
status=pulumi.get(__response__, 'status'),
|
|
188
|
+
type=pulumi.get(__response__, 'type'),
|
|
189
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -0,0 +1,172 @@
|
|
|
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
|
+
'GetMtlstruststoreCaSetActivationsResult',
|
|
20
|
+
'AwaitableGetMtlstruststoreCaSetActivationsResult',
|
|
21
|
+
'get_mtlstruststore_ca_set_activations',
|
|
22
|
+
'get_mtlstruststore_ca_set_activations_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetMtlstruststoreCaSetActivationsResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getMtlstruststoreCaSetActivations.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, activations=None, ca_set_id=None, ca_set_name=None, id=None, network=None, status=None, type=None, version=None):
|
|
31
|
+
if activations and not isinstance(activations, list):
|
|
32
|
+
raise TypeError("Expected argument 'activations' to be a list")
|
|
33
|
+
pulumi.set(__self__, "activations", activations)
|
|
34
|
+
if ca_set_id and not isinstance(ca_set_id, str):
|
|
35
|
+
raise TypeError("Expected argument 'ca_set_id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "ca_set_id", ca_set_id)
|
|
37
|
+
if ca_set_name and not isinstance(ca_set_name, str):
|
|
38
|
+
raise TypeError("Expected argument 'ca_set_name' to be a str")
|
|
39
|
+
pulumi.set(__self__, "ca_set_name", ca_set_name)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if network and not isinstance(network, str):
|
|
44
|
+
raise TypeError("Expected argument 'network' to be a str")
|
|
45
|
+
pulumi.set(__self__, "network", network)
|
|
46
|
+
if status and not isinstance(status, str):
|
|
47
|
+
raise TypeError("Expected argument 'status' to be a str")
|
|
48
|
+
pulumi.set(__self__, "status", status)
|
|
49
|
+
if type and not isinstance(type, str):
|
|
50
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
51
|
+
pulumi.set(__self__, "type", type)
|
|
52
|
+
if version and not isinstance(version, int):
|
|
53
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
54
|
+
pulumi.set(__self__, "version", version)
|
|
55
|
+
|
|
56
|
+
@_builtins.property
|
|
57
|
+
@pulumi.getter
|
|
58
|
+
def activations(self) -> Sequence['outputs.GetMtlstruststoreCaSetActivationsActivationResult']:
|
|
59
|
+
return pulumi.get(self, "activations")
|
|
60
|
+
|
|
61
|
+
@_builtins.property
|
|
62
|
+
@pulumi.getter(name="caSetId")
|
|
63
|
+
def ca_set_id(self) -> _builtins.str:
|
|
64
|
+
return pulumi.get(self, "ca_set_id")
|
|
65
|
+
|
|
66
|
+
@_builtins.property
|
|
67
|
+
@pulumi.getter(name="caSetName")
|
|
68
|
+
def ca_set_name(self) -> _builtins.str:
|
|
69
|
+
return pulumi.get(self, "ca_set_name")
|
|
70
|
+
|
|
71
|
+
@_builtins.property
|
|
72
|
+
@pulumi.getter
|
|
73
|
+
def id(self) -> _builtins.str:
|
|
74
|
+
"""
|
|
75
|
+
The provider-assigned unique ID for this managed resource.
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "id")
|
|
78
|
+
|
|
79
|
+
@_builtins.property
|
|
80
|
+
@pulumi.getter
|
|
81
|
+
def network(self) -> Optional[_builtins.str]:
|
|
82
|
+
return pulumi.get(self, "network")
|
|
83
|
+
|
|
84
|
+
@_builtins.property
|
|
85
|
+
@pulumi.getter
|
|
86
|
+
def status(self) -> Optional[_builtins.str]:
|
|
87
|
+
return pulumi.get(self, "status")
|
|
88
|
+
|
|
89
|
+
@_builtins.property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def type(self) -> Optional[_builtins.str]:
|
|
92
|
+
return pulumi.get(self, "type")
|
|
93
|
+
|
|
94
|
+
@_builtins.property
|
|
95
|
+
@pulumi.getter
|
|
96
|
+
def version(self) -> Optional[_builtins.int]:
|
|
97
|
+
return pulumi.get(self, "version")
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
class AwaitableGetMtlstruststoreCaSetActivationsResult(GetMtlstruststoreCaSetActivationsResult):
|
|
101
|
+
# pylint: disable=using-constant-test
|
|
102
|
+
def __await__(self):
|
|
103
|
+
if False:
|
|
104
|
+
yield self
|
|
105
|
+
return GetMtlstruststoreCaSetActivationsResult(
|
|
106
|
+
activations=self.activations,
|
|
107
|
+
ca_set_id=self.ca_set_id,
|
|
108
|
+
ca_set_name=self.ca_set_name,
|
|
109
|
+
id=self.id,
|
|
110
|
+
network=self.network,
|
|
111
|
+
status=self.status,
|
|
112
|
+
type=self.type,
|
|
113
|
+
version=self.version)
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
def get_mtlstruststore_ca_set_activations(ca_set_id: Optional[_builtins.str] = None,
|
|
117
|
+
ca_set_name: Optional[_builtins.str] = None,
|
|
118
|
+
network: Optional[_builtins.str] = None,
|
|
119
|
+
status: Optional[_builtins.str] = None,
|
|
120
|
+
type: Optional[_builtins.str] = None,
|
|
121
|
+
version: Optional[_builtins.int] = None,
|
|
122
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMtlstruststoreCaSetActivationsResult:
|
|
123
|
+
"""
|
|
124
|
+
Use this data source to access information about an existing resource.
|
|
125
|
+
"""
|
|
126
|
+
__args__ = dict()
|
|
127
|
+
__args__['caSetId'] = ca_set_id
|
|
128
|
+
__args__['caSetName'] = ca_set_name
|
|
129
|
+
__args__['network'] = network
|
|
130
|
+
__args__['status'] = status
|
|
131
|
+
__args__['type'] = type
|
|
132
|
+
__args__['version'] = version
|
|
133
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
134
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getMtlstruststoreCaSetActivations:getMtlstruststoreCaSetActivations', __args__, opts=opts, typ=GetMtlstruststoreCaSetActivationsResult).value
|
|
135
|
+
|
|
136
|
+
return AwaitableGetMtlstruststoreCaSetActivationsResult(
|
|
137
|
+
activations=pulumi.get(__ret__, 'activations'),
|
|
138
|
+
ca_set_id=pulumi.get(__ret__, 'ca_set_id'),
|
|
139
|
+
ca_set_name=pulumi.get(__ret__, 'ca_set_name'),
|
|
140
|
+
id=pulumi.get(__ret__, 'id'),
|
|
141
|
+
network=pulumi.get(__ret__, 'network'),
|
|
142
|
+
status=pulumi.get(__ret__, 'status'),
|
|
143
|
+
type=pulumi.get(__ret__, 'type'),
|
|
144
|
+
version=pulumi.get(__ret__, 'version'))
|
|
145
|
+
def get_mtlstruststore_ca_set_activations_output(ca_set_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
146
|
+
ca_set_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
147
|
+
network: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
148
|
+
status: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
149
|
+
type: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
150
|
+
version: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
151
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMtlstruststoreCaSetActivationsResult]:
|
|
152
|
+
"""
|
|
153
|
+
Use this data source to access information about an existing resource.
|
|
154
|
+
"""
|
|
155
|
+
__args__ = dict()
|
|
156
|
+
__args__['caSetId'] = ca_set_id
|
|
157
|
+
__args__['caSetName'] = ca_set_name
|
|
158
|
+
__args__['network'] = network
|
|
159
|
+
__args__['status'] = status
|
|
160
|
+
__args__['type'] = type
|
|
161
|
+
__args__['version'] = version
|
|
162
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
163
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getMtlstruststoreCaSetActivations:getMtlstruststoreCaSetActivations', __args__, opts=opts, typ=GetMtlstruststoreCaSetActivationsResult)
|
|
164
|
+
return __ret__.apply(lambda __response__: GetMtlstruststoreCaSetActivationsResult(
|
|
165
|
+
activations=pulumi.get(__response__, 'activations'),
|
|
166
|
+
ca_set_id=pulumi.get(__response__, 'ca_set_id'),
|
|
167
|
+
ca_set_name=pulumi.get(__response__, 'ca_set_name'),
|
|
168
|
+
id=pulumi.get(__response__, 'id'),
|
|
169
|
+
network=pulumi.get(__response__, 'network'),
|
|
170
|
+
status=pulumi.get(__response__, 'status'),
|
|
171
|
+
type=pulumi.get(__response__, 'type'),
|
|
172
|
+
version=pulumi.get(__response__, 'version')))
|