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
pulumi_akamai/property.py
CHANGED
|
@@ -40,8 +40,7 @@ class PropertyArgs:
|
|
|
40
40
|
:param pulumi.Input[_builtins.str] property_id: Property ID
|
|
41
41
|
:param pulumi.Input[_builtins.str] rule_format: Specify the rule format version (defaults to latest version available when created)
|
|
42
42
|
:param pulumi.Input[_builtins.str] rules: Property Rules as JSON
|
|
43
|
-
:param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
|
|
44
|
-
incrementing property versions.
|
|
43
|
+
:param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
|
|
45
44
|
:param pulumi.Input[_builtins.str] version_notes: Property version notes
|
|
46
45
|
"""
|
|
47
46
|
pulumi.set(__self__, "contract_id", contract_id)
|
|
@@ -159,8 +158,7 @@ class PropertyArgs:
|
|
|
159
158
|
@pulumi.getter(name="useHostnameBucket")
|
|
160
159
|
def use_hostname_bucket(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
161
160
|
"""
|
|
162
|
-
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
|
|
163
|
-
incrementing property versions.
|
|
161
|
+
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
|
|
164
162
|
"""
|
|
165
163
|
return pulumi.get(self, "use_hostname_bucket")
|
|
166
164
|
|
|
@@ -216,8 +214,7 @@ class _PropertyState:
|
|
|
216
214
|
:param pulumi.Input[Sequence[pulumi.Input['PropertyRuleWarningArgs']]] rule_warnings: Rule validation warnings
|
|
217
215
|
:param pulumi.Input[_builtins.str] rules: Property Rules as JSON
|
|
218
216
|
:param pulumi.Input[_builtins.int] staging_version: Property's version currently activated in staging (zero when not active in staging)
|
|
219
|
-
:param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
|
|
220
|
-
incrementing property versions.
|
|
217
|
+
:param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
|
|
221
218
|
:param pulumi.Input[_builtins.str] version_notes: Property version notes
|
|
222
219
|
"""
|
|
223
220
|
if asset_id is not None:
|
|
@@ -433,8 +430,7 @@ class _PropertyState:
|
|
|
433
430
|
@pulumi.getter(name="useHostnameBucket")
|
|
434
431
|
def use_hostname_bucket(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
435
432
|
"""
|
|
436
|
-
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
|
|
437
|
-
incrementing property versions.
|
|
433
|
+
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
|
|
438
434
|
"""
|
|
439
435
|
return pulumi.get(self, "use_hostname_bucket")
|
|
440
436
|
|
|
@@ -483,8 +479,7 @@ class Property(pulumi.CustomResource):
|
|
|
483
479
|
:param pulumi.Input[_builtins.str] property_id: Property ID
|
|
484
480
|
:param pulumi.Input[_builtins.str] rule_format: Specify the rule format version (defaults to latest version available when created)
|
|
485
481
|
:param pulumi.Input[_builtins.str] rules: Property Rules as JSON
|
|
486
|
-
:param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
|
|
487
|
-
incrementing property versions.
|
|
482
|
+
:param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
|
|
488
483
|
:param pulumi.Input[_builtins.str] version_notes: Property version notes
|
|
489
484
|
"""
|
|
490
485
|
...
|
|
@@ -601,8 +596,7 @@ class Property(pulumi.CustomResource):
|
|
|
601
596
|
:param pulumi.Input[Sequence[pulumi.Input[Union['PropertyRuleWarningArgs', 'PropertyRuleWarningArgsDict']]]] rule_warnings: Rule validation warnings
|
|
602
597
|
:param pulumi.Input[_builtins.str] rules: Property Rules as JSON
|
|
603
598
|
:param pulumi.Input[_builtins.int] staging_version: Property's version currently activated in staging (zero when not active in staging)
|
|
604
|
-
:param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
|
|
605
|
-
incrementing property versions.
|
|
599
|
+
:param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
|
|
606
600
|
:param pulumi.Input[_builtins.str] version_notes: Property version notes
|
|
607
601
|
"""
|
|
608
602
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -746,8 +740,7 @@ class Property(pulumi.CustomResource):
|
|
|
746
740
|
@pulumi.getter(name="useHostnameBucket")
|
|
747
741
|
def use_hostname_bucket(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
748
742
|
"""
|
|
749
|
-
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
|
|
750
|
-
incrementing property versions.
|
|
743
|
+
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
|
|
751
744
|
"""
|
|
752
745
|
return pulumi.get(self, "use_hostname_bucket")
|
|
753
746
|
|
|
@@ -30,8 +30,7 @@ class PropertyBootstrapArgs:
|
|
|
30
30
|
:param pulumi.Input[_builtins.str] group_id: Group ID to be assigned to the Property
|
|
31
31
|
:param pulumi.Input[_builtins.str] product_id: Product ID to be assigned to the Property
|
|
32
32
|
:param pulumi.Input[_builtins.str] name: Name to give to the Property (must be unique)
|
|
33
|
-
:param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
|
|
34
|
-
incrementing property versions.
|
|
33
|
+
:param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
|
|
35
34
|
"""
|
|
36
35
|
pulumi.set(__self__, "contract_id", contract_id)
|
|
37
36
|
pulumi.set(__self__, "group_id", group_id)
|
|
@@ -93,8 +92,7 @@ class PropertyBootstrapArgs:
|
|
|
93
92
|
@pulumi.getter(name="useHostnameBucket")
|
|
94
93
|
def use_hostname_bucket(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
95
94
|
"""
|
|
96
|
-
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
|
|
97
|
-
incrementing property versions.
|
|
95
|
+
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
|
|
98
96
|
"""
|
|
99
97
|
return pulumi.get(self, "use_hostname_bucket")
|
|
100
98
|
|
|
@@ -119,8 +117,7 @@ class _PropertyBootstrapState:
|
|
|
119
117
|
:param pulumi.Input[_builtins.str] group_id: Group ID to be assigned to the Property
|
|
120
118
|
:param pulumi.Input[_builtins.str] name: Name to give to the Property (must be unique)
|
|
121
119
|
:param pulumi.Input[_builtins.str] product_id: Product ID to be assigned to the Property
|
|
122
|
-
:param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
|
|
123
|
-
incrementing property versions.
|
|
120
|
+
:param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
|
|
124
121
|
"""
|
|
125
122
|
if asset_id is not None:
|
|
126
123
|
pulumi.set(__self__, "asset_id", asset_id)
|
|
@@ -199,8 +196,7 @@ class _PropertyBootstrapState:
|
|
|
199
196
|
@pulumi.getter(name="useHostnameBucket")
|
|
200
197
|
def use_hostname_bucket(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
201
198
|
"""
|
|
202
|
-
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
|
|
203
|
-
incrementing property versions.
|
|
199
|
+
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
|
|
204
200
|
"""
|
|
205
201
|
return pulumi.get(self, "use_hostname_bucket")
|
|
206
202
|
|
|
@@ -229,8 +225,7 @@ class PropertyBootstrap(pulumi.CustomResource):
|
|
|
229
225
|
:param pulumi.Input[_builtins.str] group_id: Group ID to be assigned to the Property
|
|
230
226
|
:param pulumi.Input[_builtins.str] name: Name to give to the Property (must be unique)
|
|
231
227
|
:param pulumi.Input[_builtins.str] product_id: Product ID to be assigned to the Property
|
|
232
|
-
:param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
|
|
233
|
-
incrementing property versions.
|
|
228
|
+
:param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
|
|
234
229
|
"""
|
|
235
230
|
...
|
|
236
231
|
@overload
|
|
@@ -309,8 +304,7 @@ class PropertyBootstrap(pulumi.CustomResource):
|
|
|
309
304
|
:param pulumi.Input[_builtins.str] group_id: Group ID to be assigned to the Property
|
|
310
305
|
:param pulumi.Input[_builtins.str] name: Name to give to the Property (must be unique)
|
|
311
306
|
:param pulumi.Input[_builtins.str] product_id: Product ID to be assigned to the Property
|
|
312
|
-
:param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
|
|
313
|
-
incrementing property versions.
|
|
307
|
+
:param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
|
|
314
308
|
"""
|
|
315
309
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
316
310
|
|
|
@@ -368,8 +362,7 @@ class PropertyBootstrap(pulumi.CustomResource):
|
|
|
368
362
|
@pulumi.getter(name="useHostnameBucket")
|
|
369
363
|
def use_hostname_bucket(self) -> pulumi.Output[_builtins.bool]:
|
|
370
364
|
"""
|
|
371
|
-
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
|
|
372
|
-
incrementing property versions.
|
|
365
|
+
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
|
|
373
366
|
"""
|
|
374
367
|
return pulumi.get(self, "use_hostname_bucket")
|
|
375
368
|
|
|
@@ -0,0 +1,152 @@
|
|
|
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
|
+
from ._inputs import *
|
|
18
|
+
|
|
19
|
+
__all__ = ['PropertyDomainownershipDomainsArgs', 'PropertyDomainownershipDomains']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class PropertyDomainownershipDomainsArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
domains: pulumi.Input[Sequence[pulumi.Input['PropertyDomainownershipDomainsDomainArgs']]]):
|
|
25
|
+
"""
|
|
26
|
+
The set of arguments for constructing a PropertyDomainownershipDomains resource.
|
|
27
|
+
:param pulumi.Input[Sequence[pulumi.Input['PropertyDomainownershipDomainsDomainArgs']]] domains: List of domains.
|
|
28
|
+
"""
|
|
29
|
+
pulumi.set(__self__, "domains", domains)
|
|
30
|
+
|
|
31
|
+
@_builtins.property
|
|
32
|
+
@pulumi.getter
|
|
33
|
+
def domains(self) -> pulumi.Input[Sequence[pulumi.Input['PropertyDomainownershipDomainsDomainArgs']]]:
|
|
34
|
+
"""
|
|
35
|
+
List of domains.
|
|
36
|
+
"""
|
|
37
|
+
return pulumi.get(self, "domains")
|
|
38
|
+
|
|
39
|
+
@domains.setter
|
|
40
|
+
def domains(self, value: pulumi.Input[Sequence[pulumi.Input['PropertyDomainownershipDomainsDomainArgs']]]):
|
|
41
|
+
pulumi.set(self, "domains", value)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
@pulumi.input_type
|
|
45
|
+
class _PropertyDomainownershipDomainsState:
|
|
46
|
+
def __init__(__self__, *,
|
|
47
|
+
domains: Optional[pulumi.Input[Sequence[pulumi.Input['PropertyDomainownershipDomainsDomainArgs']]]] = None):
|
|
48
|
+
"""
|
|
49
|
+
Input properties used for looking up and filtering PropertyDomainownershipDomains resources.
|
|
50
|
+
:param pulumi.Input[Sequence[pulumi.Input['PropertyDomainownershipDomainsDomainArgs']]] domains: List of domains.
|
|
51
|
+
"""
|
|
52
|
+
if domains is not None:
|
|
53
|
+
pulumi.set(__self__, "domains", domains)
|
|
54
|
+
|
|
55
|
+
@_builtins.property
|
|
56
|
+
@pulumi.getter
|
|
57
|
+
def domains(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PropertyDomainownershipDomainsDomainArgs']]]]:
|
|
58
|
+
"""
|
|
59
|
+
List of domains.
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "domains")
|
|
62
|
+
|
|
63
|
+
@domains.setter
|
|
64
|
+
def domains(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PropertyDomainownershipDomainsDomainArgs']]]]):
|
|
65
|
+
pulumi.set(self, "domains", value)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
@pulumi.type_token("akamai:index/propertyDomainownershipDomains:PropertyDomainownershipDomains")
|
|
69
|
+
class PropertyDomainownershipDomains(pulumi.CustomResource):
|
|
70
|
+
@overload
|
|
71
|
+
def __init__(__self__,
|
|
72
|
+
resource_name: str,
|
|
73
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
74
|
+
domains: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PropertyDomainownershipDomainsDomainArgs', 'PropertyDomainownershipDomainsDomainArgsDict']]]]] = None,
|
|
75
|
+
__props__=None):
|
|
76
|
+
"""
|
|
77
|
+
Create a PropertyDomainownershipDomains resource with the given unique name, props, and options.
|
|
78
|
+
:param str resource_name: The name of the resource.
|
|
79
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
80
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['PropertyDomainownershipDomainsDomainArgs', 'PropertyDomainownershipDomainsDomainArgsDict']]]] domains: List of domains.
|
|
81
|
+
"""
|
|
82
|
+
...
|
|
83
|
+
@overload
|
|
84
|
+
def __init__(__self__,
|
|
85
|
+
resource_name: str,
|
|
86
|
+
args: PropertyDomainownershipDomainsArgs,
|
|
87
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
88
|
+
"""
|
|
89
|
+
Create a PropertyDomainownershipDomains resource with the given unique name, props, and options.
|
|
90
|
+
:param str resource_name: The name of the resource.
|
|
91
|
+
:param PropertyDomainownershipDomainsArgs args: The arguments to use to populate this resource's properties.
|
|
92
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
93
|
+
"""
|
|
94
|
+
...
|
|
95
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
96
|
+
resource_args, opts = _utilities.get_resource_args_opts(PropertyDomainownershipDomainsArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
97
|
+
if resource_args is not None:
|
|
98
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
99
|
+
else:
|
|
100
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
101
|
+
|
|
102
|
+
def _internal_init(__self__,
|
|
103
|
+
resource_name: str,
|
|
104
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
105
|
+
domains: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PropertyDomainownershipDomainsDomainArgs', 'PropertyDomainownershipDomainsDomainArgsDict']]]]] = None,
|
|
106
|
+
__props__=None):
|
|
107
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
108
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
109
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
110
|
+
if opts.id is None:
|
|
111
|
+
if __props__ is not None:
|
|
112
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
113
|
+
__props__ = PropertyDomainownershipDomainsArgs.__new__(PropertyDomainownershipDomainsArgs)
|
|
114
|
+
|
|
115
|
+
if domains is None and not opts.urn:
|
|
116
|
+
raise TypeError("Missing required property 'domains'")
|
|
117
|
+
__props__.__dict__["domains"] = domains
|
|
118
|
+
super(PropertyDomainownershipDomains, __self__).__init__(
|
|
119
|
+
'akamai:index/propertyDomainownershipDomains:PropertyDomainownershipDomains',
|
|
120
|
+
resource_name,
|
|
121
|
+
__props__,
|
|
122
|
+
opts)
|
|
123
|
+
|
|
124
|
+
@staticmethod
|
|
125
|
+
def get(resource_name: str,
|
|
126
|
+
id: pulumi.Input[str],
|
|
127
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
128
|
+
domains: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PropertyDomainownershipDomainsDomainArgs', 'PropertyDomainownershipDomainsDomainArgsDict']]]]] = None) -> 'PropertyDomainownershipDomains':
|
|
129
|
+
"""
|
|
130
|
+
Get an existing PropertyDomainownershipDomains resource's state with the given name, id, and optional extra
|
|
131
|
+
properties used to qualify the lookup.
|
|
132
|
+
|
|
133
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
134
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
135
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
136
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['PropertyDomainownershipDomainsDomainArgs', 'PropertyDomainownershipDomainsDomainArgsDict']]]] domains: List of domains.
|
|
137
|
+
"""
|
|
138
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
139
|
+
|
|
140
|
+
__props__ = _PropertyDomainownershipDomainsState.__new__(_PropertyDomainownershipDomainsState)
|
|
141
|
+
|
|
142
|
+
__props__.__dict__["domains"] = domains
|
|
143
|
+
return PropertyDomainownershipDomains(resource_name, opts=opts, __props__=__props__)
|
|
144
|
+
|
|
145
|
+
@_builtins.property
|
|
146
|
+
@pulumi.getter
|
|
147
|
+
def domains(self) -> pulumi.Output[Sequence['outputs.PropertyDomainownershipDomainsDomain']]:
|
|
148
|
+
"""
|
|
149
|
+
List of domains.
|
|
150
|
+
"""
|
|
151
|
+
return pulumi.get(self, "domains")
|
|
152
|
+
|
|
@@ -0,0 +1,186 @@
|
|
|
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
|
+
from ._inputs import *
|
|
18
|
+
|
|
19
|
+
__all__ = ['PropertyDomainownershipValidationArgs', 'PropertyDomainownershipValidation']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class PropertyDomainownershipValidationArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
domains: pulumi.Input[Sequence[pulumi.Input['PropertyDomainownershipValidationDomainArgs']]],
|
|
25
|
+
timeouts: Optional[pulumi.Input['PropertyDomainownershipValidationTimeoutsArgs']] = None):
|
|
26
|
+
"""
|
|
27
|
+
The set of arguments for constructing a PropertyDomainownershipValidation resource.
|
|
28
|
+
:param pulumi.Input[Sequence[pulumi.Input['PropertyDomainownershipValidationDomainArgs']]] domains: List of domains to be validated.
|
|
29
|
+
"""
|
|
30
|
+
pulumi.set(__self__, "domains", domains)
|
|
31
|
+
if timeouts is not None:
|
|
32
|
+
pulumi.set(__self__, "timeouts", timeouts)
|
|
33
|
+
|
|
34
|
+
@_builtins.property
|
|
35
|
+
@pulumi.getter
|
|
36
|
+
def domains(self) -> pulumi.Input[Sequence[pulumi.Input['PropertyDomainownershipValidationDomainArgs']]]:
|
|
37
|
+
"""
|
|
38
|
+
List of domains to be validated.
|
|
39
|
+
"""
|
|
40
|
+
return pulumi.get(self, "domains")
|
|
41
|
+
|
|
42
|
+
@domains.setter
|
|
43
|
+
def domains(self, value: pulumi.Input[Sequence[pulumi.Input['PropertyDomainownershipValidationDomainArgs']]]):
|
|
44
|
+
pulumi.set(self, "domains", value)
|
|
45
|
+
|
|
46
|
+
@_builtins.property
|
|
47
|
+
@pulumi.getter
|
|
48
|
+
def timeouts(self) -> Optional[pulumi.Input['PropertyDomainownershipValidationTimeoutsArgs']]:
|
|
49
|
+
return pulumi.get(self, "timeouts")
|
|
50
|
+
|
|
51
|
+
@timeouts.setter
|
|
52
|
+
def timeouts(self, value: Optional[pulumi.Input['PropertyDomainownershipValidationTimeoutsArgs']]):
|
|
53
|
+
pulumi.set(self, "timeouts", value)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
@pulumi.input_type
|
|
57
|
+
class _PropertyDomainownershipValidationState:
|
|
58
|
+
def __init__(__self__, *,
|
|
59
|
+
domains: Optional[pulumi.Input[Sequence[pulumi.Input['PropertyDomainownershipValidationDomainArgs']]]] = None,
|
|
60
|
+
timeouts: Optional[pulumi.Input['PropertyDomainownershipValidationTimeoutsArgs']] = None):
|
|
61
|
+
"""
|
|
62
|
+
Input properties used for looking up and filtering PropertyDomainownershipValidation resources.
|
|
63
|
+
:param pulumi.Input[Sequence[pulumi.Input['PropertyDomainownershipValidationDomainArgs']]] domains: List of domains to be validated.
|
|
64
|
+
"""
|
|
65
|
+
if domains is not None:
|
|
66
|
+
pulumi.set(__self__, "domains", domains)
|
|
67
|
+
if timeouts is not None:
|
|
68
|
+
pulumi.set(__self__, "timeouts", timeouts)
|
|
69
|
+
|
|
70
|
+
@_builtins.property
|
|
71
|
+
@pulumi.getter
|
|
72
|
+
def domains(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PropertyDomainownershipValidationDomainArgs']]]]:
|
|
73
|
+
"""
|
|
74
|
+
List of domains to be validated.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "domains")
|
|
77
|
+
|
|
78
|
+
@domains.setter
|
|
79
|
+
def domains(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PropertyDomainownershipValidationDomainArgs']]]]):
|
|
80
|
+
pulumi.set(self, "domains", value)
|
|
81
|
+
|
|
82
|
+
@_builtins.property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def timeouts(self) -> Optional[pulumi.Input['PropertyDomainownershipValidationTimeoutsArgs']]:
|
|
85
|
+
return pulumi.get(self, "timeouts")
|
|
86
|
+
|
|
87
|
+
@timeouts.setter
|
|
88
|
+
def timeouts(self, value: Optional[pulumi.Input['PropertyDomainownershipValidationTimeoutsArgs']]):
|
|
89
|
+
pulumi.set(self, "timeouts", value)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
@pulumi.type_token("akamai:index/propertyDomainownershipValidation:PropertyDomainownershipValidation")
|
|
93
|
+
class PropertyDomainownershipValidation(pulumi.CustomResource):
|
|
94
|
+
@overload
|
|
95
|
+
def __init__(__self__,
|
|
96
|
+
resource_name: str,
|
|
97
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
98
|
+
domains: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PropertyDomainownershipValidationDomainArgs', 'PropertyDomainownershipValidationDomainArgsDict']]]]] = None,
|
|
99
|
+
timeouts: Optional[pulumi.Input[Union['PropertyDomainownershipValidationTimeoutsArgs', 'PropertyDomainownershipValidationTimeoutsArgsDict']]] = None,
|
|
100
|
+
__props__=None):
|
|
101
|
+
"""
|
|
102
|
+
Create a PropertyDomainownershipValidation resource with the given unique name, props, and options.
|
|
103
|
+
:param str resource_name: The name of the resource.
|
|
104
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
105
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['PropertyDomainownershipValidationDomainArgs', 'PropertyDomainownershipValidationDomainArgsDict']]]] domains: List of domains to be validated.
|
|
106
|
+
"""
|
|
107
|
+
...
|
|
108
|
+
@overload
|
|
109
|
+
def __init__(__self__,
|
|
110
|
+
resource_name: str,
|
|
111
|
+
args: PropertyDomainownershipValidationArgs,
|
|
112
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
113
|
+
"""
|
|
114
|
+
Create a PropertyDomainownershipValidation resource with the given unique name, props, and options.
|
|
115
|
+
:param str resource_name: The name of the resource.
|
|
116
|
+
:param PropertyDomainownershipValidationArgs args: The arguments to use to populate this resource's properties.
|
|
117
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
118
|
+
"""
|
|
119
|
+
...
|
|
120
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
121
|
+
resource_args, opts = _utilities.get_resource_args_opts(PropertyDomainownershipValidationArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
122
|
+
if resource_args is not None:
|
|
123
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
124
|
+
else:
|
|
125
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
126
|
+
|
|
127
|
+
def _internal_init(__self__,
|
|
128
|
+
resource_name: str,
|
|
129
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
130
|
+
domains: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PropertyDomainownershipValidationDomainArgs', 'PropertyDomainownershipValidationDomainArgsDict']]]]] = None,
|
|
131
|
+
timeouts: Optional[pulumi.Input[Union['PropertyDomainownershipValidationTimeoutsArgs', 'PropertyDomainownershipValidationTimeoutsArgsDict']]] = None,
|
|
132
|
+
__props__=None):
|
|
133
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
134
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
135
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
136
|
+
if opts.id is None:
|
|
137
|
+
if __props__ is not None:
|
|
138
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
139
|
+
__props__ = PropertyDomainownershipValidationArgs.__new__(PropertyDomainownershipValidationArgs)
|
|
140
|
+
|
|
141
|
+
if domains is None and not opts.urn:
|
|
142
|
+
raise TypeError("Missing required property 'domains'")
|
|
143
|
+
__props__.__dict__["domains"] = domains
|
|
144
|
+
__props__.__dict__["timeouts"] = timeouts
|
|
145
|
+
super(PropertyDomainownershipValidation, __self__).__init__(
|
|
146
|
+
'akamai:index/propertyDomainownershipValidation:PropertyDomainownershipValidation',
|
|
147
|
+
resource_name,
|
|
148
|
+
__props__,
|
|
149
|
+
opts)
|
|
150
|
+
|
|
151
|
+
@staticmethod
|
|
152
|
+
def get(resource_name: str,
|
|
153
|
+
id: pulumi.Input[str],
|
|
154
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
155
|
+
domains: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PropertyDomainownershipValidationDomainArgs', 'PropertyDomainownershipValidationDomainArgsDict']]]]] = None,
|
|
156
|
+
timeouts: Optional[pulumi.Input[Union['PropertyDomainownershipValidationTimeoutsArgs', 'PropertyDomainownershipValidationTimeoutsArgsDict']]] = None) -> 'PropertyDomainownershipValidation':
|
|
157
|
+
"""
|
|
158
|
+
Get an existing PropertyDomainownershipValidation resource's state with the given name, id, and optional extra
|
|
159
|
+
properties used to qualify the lookup.
|
|
160
|
+
|
|
161
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
162
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
163
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
164
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['PropertyDomainownershipValidationDomainArgs', 'PropertyDomainownershipValidationDomainArgsDict']]]] domains: List of domains to be validated.
|
|
165
|
+
"""
|
|
166
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
167
|
+
|
|
168
|
+
__props__ = _PropertyDomainownershipValidationState.__new__(_PropertyDomainownershipValidationState)
|
|
169
|
+
|
|
170
|
+
__props__.__dict__["domains"] = domains
|
|
171
|
+
__props__.__dict__["timeouts"] = timeouts
|
|
172
|
+
return PropertyDomainownershipValidation(resource_name, opts=opts, __props__=__props__)
|
|
173
|
+
|
|
174
|
+
@_builtins.property
|
|
175
|
+
@pulumi.getter
|
|
176
|
+
def domains(self) -> pulumi.Output[Sequence['outputs.PropertyDomainownershipValidationDomain']]:
|
|
177
|
+
"""
|
|
178
|
+
List of domains to be validated.
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "domains")
|
|
181
|
+
|
|
182
|
+
@_builtins.property
|
|
183
|
+
@pulumi.getter
|
|
184
|
+
def timeouts(self) -> pulumi.Output[Optional['outputs.PropertyDomainownershipValidationTimeouts']]:
|
|
185
|
+
return pulumi.get(self, "timeouts")
|
|
186
|
+
|