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,516 @@
|
|
|
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__ = ['CloudcertificatesUploadSignedCertificateArgs', 'CloudcertificatesUploadSignedCertificate']
|
|
18
|
+
|
|
19
|
+
@pulumi.input_type
|
|
20
|
+
class CloudcertificatesUploadSignedCertificateArgs:
|
|
21
|
+
def __init__(__self__, *,
|
|
22
|
+
certificate_id: pulumi.Input[_builtins.str],
|
|
23
|
+
signed_certificate_pem: pulumi.Input[_builtins.str],
|
|
24
|
+
acknowledge_warnings: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
25
|
+
trust_chain_pem: Optional[pulumi.Input[_builtins.str]] = None):
|
|
26
|
+
"""
|
|
27
|
+
The set of arguments for constructing a CloudcertificatesUploadSignedCertificate resource.
|
|
28
|
+
:param pulumi.Input[_builtins.str] certificate_id: Certificate identifier on which to perform the upload operation.
|
|
29
|
+
:param pulumi.Input[_builtins.str] signed_certificate_pem: PEM-encoded signed certificate to upload.
|
|
30
|
+
:param pulumi.Input[_builtins.bool] acknowledge_warnings: Acknowledges warnings and retries certificate upload when the returned response contains warnings for the uploaded certificate.
|
|
31
|
+
:param pulumi.Input[_builtins.str] trust_chain_pem: PEM-encoded trust chain for the signed certificate to upload.
|
|
32
|
+
"""
|
|
33
|
+
pulumi.set(__self__, "certificate_id", certificate_id)
|
|
34
|
+
pulumi.set(__self__, "signed_certificate_pem", signed_certificate_pem)
|
|
35
|
+
if acknowledge_warnings is not None:
|
|
36
|
+
pulumi.set(__self__, "acknowledge_warnings", acknowledge_warnings)
|
|
37
|
+
if trust_chain_pem is not None:
|
|
38
|
+
pulumi.set(__self__, "trust_chain_pem", trust_chain_pem)
|
|
39
|
+
|
|
40
|
+
@_builtins.property
|
|
41
|
+
@pulumi.getter(name="certificateId")
|
|
42
|
+
def certificate_id(self) -> pulumi.Input[_builtins.str]:
|
|
43
|
+
"""
|
|
44
|
+
Certificate identifier on which to perform the upload operation.
|
|
45
|
+
"""
|
|
46
|
+
return pulumi.get(self, "certificate_id")
|
|
47
|
+
|
|
48
|
+
@certificate_id.setter
|
|
49
|
+
def certificate_id(self, value: pulumi.Input[_builtins.str]):
|
|
50
|
+
pulumi.set(self, "certificate_id", value)
|
|
51
|
+
|
|
52
|
+
@_builtins.property
|
|
53
|
+
@pulumi.getter(name="signedCertificatePem")
|
|
54
|
+
def signed_certificate_pem(self) -> pulumi.Input[_builtins.str]:
|
|
55
|
+
"""
|
|
56
|
+
PEM-encoded signed certificate to upload.
|
|
57
|
+
"""
|
|
58
|
+
return pulumi.get(self, "signed_certificate_pem")
|
|
59
|
+
|
|
60
|
+
@signed_certificate_pem.setter
|
|
61
|
+
def signed_certificate_pem(self, value: pulumi.Input[_builtins.str]):
|
|
62
|
+
pulumi.set(self, "signed_certificate_pem", value)
|
|
63
|
+
|
|
64
|
+
@_builtins.property
|
|
65
|
+
@pulumi.getter(name="acknowledgeWarnings")
|
|
66
|
+
def acknowledge_warnings(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
67
|
+
"""
|
|
68
|
+
Acknowledges warnings and retries certificate upload when the returned response contains warnings for the uploaded certificate.
|
|
69
|
+
"""
|
|
70
|
+
return pulumi.get(self, "acknowledge_warnings")
|
|
71
|
+
|
|
72
|
+
@acknowledge_warnings.setter
|
|
73
|
+
def acknowledge_warnings(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
74
|
+
pulumi.set(self, "acknowledge_warnings", value)
|
|
75
|
+
|
|
76
|
+
@_builtins.property
|
|
77
|
+
@pulumi.getter(name="trustChainPem")
|
|
78
|
+
def trust_chain_pem(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
79
|
+
"""
|
|
80
|
+
PEM-encoded trust chain for the signed certificate to upload.
|
|
81
|
+
"""
|
|
82
|
+
return pulumi.get(self, "trust_chain_pem")
|
|
83
|
+
|
|
84
|
+
@trust_chain_pem.setter
|
|
85
|
+
def trust_chain_pem(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
86
|
+
pulumi.set(self, "trust_chain_pem", value)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
@pulumi.input_type
|
|
90
|
+
class _CloudcertificatesUploadSignedCertificateState:
|
|
91
|
+
def __init__(__self__, *,
|
|
92
|
+
acknowledge_warnings: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
93
|
+
certificate_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
94
|
+
certificate_status: Optional[pulumi.Input[_builtins.str]] = None,
|
|
95
|
+
modified_by: Optional[pulumi.Input[_builtins.str]] = None,
|
|
96
|
+
modified_date: Optional[pulumi.Input[_builtins.str]] = None,
|
|
97
|
+
signed_certificate_issuer: Optional[pulumi.Input[_builtins.str]] = None,
|
|
98
|
+
signed_certificate_not_valid_after_date: Optional[pulumi.Input[_builtins.str]] = None,
|
|
99
|
+
signed_certificate_not_valid_before_date: Optional[pulumi.Input[_builtins.str]] = None,
|
|
100
|
+
signed_certificate_pem: Optional[pulumi.Input[_builtins.str]] = None,
|
|
101
|
+
signed_certificate_serial_number: Optional[pulumi.Input[_builtins.str]] = None,
|
|
102
|
+
signed_certificate_sha256_fingerprint: Optional[pulumi.Input[_builtins.str]] = None,
|
|
103
|
+
trust_chain_pem: Optional[pulumi.Input[_builtins.str]] = None):
|
|
104
|
+
"""
|
|
105
|
+
Input properties used for looking up and filtering CloudcertificatesUploadSignedCertificate resources.
|
|
106
|
+
:param pulumi.Input[_builtins.bool] acknowledge_warnings: Acknowledges warnings and retries certificate upload when the returned response contains warnings for the uploaded certificate.
|
|
107
|
+
:param pulumi.Input[_builtins.str] certificate_id: Certificate identifier on which to perform the upload operation.
|
|
108
|
+
:param pulumi.Input[_builtins.str] certificate_status: The status of the certificate. Can be one of 'CSR_READY', 'READY_FOR_USE', 'ACTIVE'.
|
|
109
|
+
:param pulumi.Input[_builtins.str] modified_by: User who last modified the certificate.
|
|
110
|
+
:param pulumi.Input[_builtins.str] modified_date: Date the certificate was last updated.
|
|
111
|
+
:param pulumi.Input[_builtins.str] signed_certificate_issuer: Issuer field of the signed certificate.
|
|
112
|
+
:param pulumi.Input[_builtins.str] signed_certificate_not_valid_after_date: This marks the end of the signed certificate's valid period.
|
|
113
|
+
:param pulumi.Input[_builtins.str] signed_certificate_not_valid_before_date: This marks the start of the signed certificate's valid period.
|
|
114
|
+
:param pulumi.Input[_builtins.str] signed_certificate_pem: PEM-encoded signed certificate to upload.
|
|
115
|
+
:param pulumi.Input[_builtins.str] signed_certificate_serial_number: Signed certificate serial number in hex format.
|
|
116
|
+
:param pulumi.Input[_builtins.str] signed_certificate_sha256_fingerprint: SHA-256 fingerprint of the signed certificate.
|
|
117
|
+
:param pulumi.Input[_builtins.str] trust_chain_pem: PEM-encoded trust chain for the signed certificate to upload.
|
|
118
|
+
"""
|
|
119
|
+
if acknowledge_warnings is not None:
|
|
120
|
+
pulumi.set(__self__, "acknowledge_warnings", acknowledge_warnings)
|
|
121
|
+
if certificate_id is not None:
|
|
122
|
+
pulumi.set(__self__, "certificate_id", certificate_id)
|
|
123
|
+
if certificate_status is not None:
|
|
124
|
+
pulumi.set(__self__, "certificate_status", certificate_status)
|
|
125
|
+
if modified_by is not None:
|
|
126
|
+
pulumi.set(__self__, "modified_by", modified_by)
|
|
127
|
+
if modified_date is not None:
|
|
128
|
+
pulumi.set(__self__, "modified_date", modified_date)
|
|
129
|
+
if signed_certificate_issuer is not None:
|
|
130
|
+
pulumi.set(__self__, "signed_certificate_issuer", signed_certificate_issuer)
|
|
131
|
+
if signed_certificate_not_valid_after_date is not None:
|
|
132
|
+
pulumi.set(__self__, "signed_certificate_not_valid_after_date", signed_certificate_not_valid_after_date)
|
|
133
|
+
if signed_certificate_not_valid_before_date is not None:
|
|
134
|
+
pulumi.set(__self__, "signed_certificate_not_valid_before_date", signed_certificate_not_valid_before_date)
|
|
135
|
+
if signed_certificate_pem is not None:
|
|
136
|
+
pulumi.set(__self__, "signed_certificate_pem", signed_certificate_pem)
|
|
137
|
+
if signed_certificate_serial_number is not None:
|
|
138
|
+
pulumi.set(__self__, "signed_certificate_serial_number", signed_certificate_serial_number)
|
|
139
|
+
if signed_certificate_sha256_fingerprint is not None:
|
|
140
|
+
pulumi.set(__self__, "signed_certificate_sha256_fingerprint", signed_certificate_sha256_fingerprint)
|
|
141
|
+
if trust_chain_pem is not None:
|
|
142
|
+
pulumi.set(__self__, "trust_chain_pem", trust_chain_pem)
|
|
143
|
+
|
|
144
|
+
@_builtins.property
|
|
145
|
+
@pulumi.getter(name="acknowledgeWarnings")
|
|
146
|
+
def acknowledge_warnings(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
147
|
+
"""
|
|
148
|
+
Acknowledges warnings and retries certificate upload when the returned response contains warnings for the uploaded certificate.
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "acknowledge_warnings")
|
|
151
|
+
|
|
152
|
+
@acknowledge_warnings.setter
|
|
153
|
+
def acknowledge_warnings(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
154
|
+
pulumi.set(self, "acknowledge_warnings", value)
|
|
155
|
+
|
|
156
|
+
@_builtins.property
|
|
157
|
+
@pulumi.getter(name="certificateId")
|
|
158
|
+
def certificate_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
159
|
+
"""
|
|
160
|
+
Certificate identifier on which to perform the upload operation.
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "certificate_id")
|
|
163
|
+
|
|
164
|
+
@certificate_id.setter
|
|
165
|
+
def certificate_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
166
|
+
pulumi.set(self, "certificate_id", value)
|
|
167
|
+
|
|
168
|
+
@_builtins.property
|
|
169
|
+
@pulumi.getter(name="certificateStatus")
|
|
170
|
+
def certificate_status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
171
|
+
"""
|
|
172
|
+
The status of the certificate. Can be one of 'CSR_READY', 'READY_FOR_USE', 'ACTIVE'.
|
|
173
|
+
"""
|
|
174
|
+
return pulumi.get(self, "certificate_status")
|
|
175
|
+
|
|
176
|
+
@certificate_status.setter
|
|
177
|
+
def certificate_status(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
178
|
+
pulumi.set(self, "certificate_status", value)
|
|
179
|
+
|
|
180
|
+
@_builtins.property
|
|
181
|
+
@pulumi.getter(name="modifiedBy")
|
|
182
|
+
def modified_by(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
183
|
+
"""
|
|
184
|
+
User who last modified the certificate.
|
|
185
|
+
"""
|
|
186
|
+
return pulumi.get(self, "modified_by")
|
|
187
|
+
|
|
188
|
+
@modified_by.setter
|
|
189
|
+
def modified_by(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
190
|
+
pulumi.set(self, "modified_by", value)
|
|
191
|
+
|
|
192
|
+
@_builtins.property
|
|
193
|
+
@pulumi.getter(name="modifiedDate")
|
|
194
|
+
def modified_date(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
195
|
+
"""
|
|
196
|
+
Date the certificate was last updated.
|
|
197
|
+
"""
|
|
198
|
+
return pulumi.get(self, "modified_date")
|
|
199
|
+
|
|
200
|
+
@modified_date.setter
|
|
201
|
+
def modified_date(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
202
|
+
pulumi.set(self, "modified_date", value)
|
|
203
|
+
|
|
204
|
+
@_builtins.property
|
|
205
|
+
@pulumi.getter(name="signedCertificateIssuer")
|
|
206
|
+
def signed_certificate_issuer(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
207
|
+
"""
|
|
208
|
+
Issuer field of the signed certificate.
|
|
209
|
+
"""
|
|
210
|
+
return pulumi.get(self, "signed_certificate_issuer")
|
|
211
|
+
|
|
212
|
+
@signed_certificate_issuer.setter
|
|
213
|
+
def signed_certificate_issuer(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
214
|
+
pulumi.set(self, "signed_certificate_issuer", value)
|
|
215
|
+
|
|
216
|
+
@_builtins.property
|
|
217
|
+
@pulumi.getter(name="signedCertificateNotValidAfterDate")
|
|
218
|
+
def signed_certificate_not_valid_after_date(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
219
|
+
"""
|
|
220
|
+
This marks the end of the signed certificate's valid period.
|
|
221
|
+
"""
|
|
222
|
+
return pulumi.get(self, "signed_certificate_not_valid_after_date")
|
|
223
|
+
|
|
224
|
+
@signed_certificate_not_valid_after_date.setter
|
|
225
|
+
def signed_certificate_not_valid_after_date(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
226
|
+
pulumi.set(self, "signed_certificate_not_valid_after_date", value)
|
|
227
|
+
|
|
228
|
+
@_builtins.property
|
|
229
|
+
@pulumi.getter(name="signedCertificateNotValidBeforeDate")
|
|
230
|
+
def signed_certificate_not_valid_before_date(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
231
|
+
"""
|
|
232
|
+
This marks the start of the signed certificate's valid period.
|
|
233
|
+
"""
|
|
234
|
+
return pulumi.get(self, "signed_certificate_not_valid_before_date")
|
|
235
|
+
|
|
236
|
+
@signed_certificate_not_valid_before_date.setter
|
|
237
|
+
def signed_certificate_not_valid_before_date(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
238
|
+
pulumi.set(self, "signed_certificate_not_valid_before_date", value)
|
|
239
|
+
|
|
240
|
+
@_builtins.property
|
|
241
|
+
@pulumi.getter(name="signedCertificatePem")
|
|
242
|
+
def signed_certificate_pem(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
243
|
+
"""
|
|
244
|
+
PEM-encoded signed certificate to upload.
|
|
245
|
+
"""
|
|
246
|
+
return pulumi.get(self, "signed_certificate_pem")
|
|
247
|
+
|
|
248
|
+
@signed_certificate_pem.setter
|
|
249
|
+
def signed_certificate_pem(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
250
|
+
pulumi.set(self, "signed_certificate_pem", value)
|
|
251
|
+
|
|
252
|
+
@_builtins.property
|
|
253
|
+
@pulumi.getter(name="signedCertificateSerialNumber")
|
|
254
|
+
def signed_certificate_serial_number(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
255
|
+
"""
|
|
256
|
+
Signed certificate serial number in hex format.
|
|
257
|
+
"""
|
|
258
|
+
return pulumi.get(self, "signed_certificate_serial_number")
|
|
259
|
+
|
|
260
|
+
@signed_certificate_serial_number.setter
|
|
261
|
+
def signed_certificate_serial_number(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
262
|
+
pulumi.set(self, "signed_certificate_serial_number", value)
|
|
263
|
+
|
|
264
|
+
@_builtins.property
|
|
265
|
+
@pulumi.getter(name="signedCertificateSha256Fingerprint")
|
|
266
|
+
def signed_certificate_sha256_fingerprint(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
267
|
+
"""
|
|
268
|
+
SHA-256 fingerprint of the signed certificate.
|
|
269
|
+
"""
|
|
270
|
+
return pulumi.get(self, "signed_certificate_sha256_fingerprint")
|
|
271
|
+
|
|
272
|
+
@signed_certificate_sha256_fingerprint.setter
|
|
273
|
+
def signed_certificate_sha256_fingerprint(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
274
|
+
pulumi.set(self, "signed_certificate_sha256_fingerprint", value)
|
|
275
|
+
|
|
276
|
+
@_builtins.property
|
|
277
|
+
@pulumi.getter(name="trustChainPem")
|
|
278
|
+
def trust_chain_pem(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
279
|
+
"""
|
|
280
|
+
PEM-encoded trust chain for the signed certificate to upload.
|
|
281
|
+
"""
|
|
282
|
+
return pulumi.get(self, "trust_chain_pem")
|
|
283
|
+
|
|
284
|
+
@trust_chain_pem.setter
|
|
285
|
+
def trust_chain_pem(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
286
|
+
pulumi.set(self, "trust_chain_pem", value)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
@pulumi.type_token("akamai:index/cloudcertificatesUploadSignedCertificate:CloudcertificatesUploadSignedCertificate")
|
|
290
|
+
class CloudcertificatesUploadSignedCertificate(pulumi.CustomResource):
|
|
291
|
+
@overload
|
|
292
|
+
def __init__(__self__,
|
|
293
|
+
resource_name: str,
|
|
294
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
295
|
+
acknowledge_warnings: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
296
|
+
certificate_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
297
|
+
signed_certificate_pem: Optional[pulumi.Input[_builtins.str]] = None,
|
|
298
|
+
trust_chain_pem: Optional[pulumi.Input[_builtins.str]] = None,
|
|
299
|
+
__props__=None):
|
|
300
|
+
"""
|
|
301
|
+
Create a CloudcertificatesUploadSignedCertificate resource with the given unique name, props, and options.
|
|
302
|
+
:param str resource_name: The name of the resource.
|
|
303
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
304
|
+
:param pulumi.Input[_builtins.bool] acknowledge_warnings: Acknowledges warnings and retries certificate upload when the returned response contains warnings for the uploaded certificate.
|
|
305
|
+
:param pulumi.Input[_builtins.str] certificate_id: Certificate identifier on which to perform the upload operation.
|
|
306
|
+
:param pulumi.Input[_builtins.str] signed_certificate_pem: PEM-encoded signed certificate to upload.
|
|
307
|
+
:param pulumi.Input[_builtins.str] trust_chain_pem: PEM-encoded trust chain for the signed certificate to upload.
|
|
308
|
+
"""
|
|
309
|
+
...
|
|
310
|
+
@overload
|
|
311
|
+
def __init__(__self__,
|
|
312
|
+
resource_name: str,
|
|
313
|
+
args: CloudcertificatesUploadSignedCertificateArgs,
|
|
314
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
315
|
+
"""
|
|
316
|
+
Create a CloudcertificatesUploadSignedCertificate resource with the given unique name, props, and options.
|
|
317
|
+
:param str resource_name: The name of the resource.
|
|
318
|
+
:param CloudcertificatesUploadSignedCertificateArgs args: The arguments to use to populate this resource's properties.
|
|
319
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
320
|
+
"""
|
|
321
|
+
...
|
|
322
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
323
|
+
resource_args, opts = _utilities.get_resource_args_opts(CloudcertificatesUploadSignedCertificateArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
324
|
+
if resource_args is not None:
|
|
325
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
326
|
+
else:
|
|
327
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
328
|
+
|
|
329
|
+
def _internal_init(__self__,
|
|
330
|
+
resource_name: str,
|
|
331
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
332
|
+
acknowledge_warnings: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
333
|
+
certificate_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
334
|
+
signed_certificate_pem: Optional[pulumi.Input[_builtins.str]] = None,
|
|
335
|
+
trust_chain_pem: Optional[pulumi.Input[_builtins.str]] = None,
|
|
336
|
+
__props__=None):
|
|
337
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
338
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
339
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
340
|
+
if opts.id is None:
|
|
341
|
+
if __props__ is not None:
|
|
342
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
343
|
+
__props__ = CloudcertificatesUploadSignedCertificateArgs.__new__(CloudcertificatesUploadSignedCertificateArgs)
|
|
344
|
+
|
|
345
|
+
__props__.__dict__["acknowledge_warnings"] = acknowledge_warnings
|
|
346
|
+
if certificate_id is None and not opts.urn:
|
|
347
|
+
raise TypeError("Missing required property 'certificate_id'")
|
|
348
|
+
__props__.__dict__["certificate_id"] = certificate_id
|
|
349
|
+
if signed_certificate_pem is None and not opts.urn:
|
|
350
|
+
raise TypeError("Missing required property 'signed_certificate_pem'")
|
|
351
|
+
__props__.__dict__["signed_certificate_pem"] = signed_certificate_pem
|
|
352
|
+
__props__.__dict__["trust_chain_pem"] = trust_chain_pem
|
|
353
|
+
__props__.__dict__["certificate_status"] = None
|
|
354
|
+
__props__.__dict__["modified_by"] = None
|
|
355
|
+
__props__.__dict__["modified_date"] = None
|
|
356
|
+
__props__.__dict__["signed_certificate_issuer"] = None
|
|
357
|
+
__props__.__dict__["signed_certificate_not_valid_after_date"] = None
|
|
358
|
+
__props__.__dict__["signed_certificate_not_valid_before_date"] = None
|
|
359
|
+
__props__.__dict__["signed_certificate_serial_number"] = None
|
|
360
|
+
__props__.__dict__["signed_certificate_sha256_fingerprint"] = None
|
|
361
|
+
super(CloudcertificatesUploadSignedCertificate, __self__).__init__(
|
|
362
|
+
'akamai:index/cloudcertificatesUploadSignedCertificate:CloudcertificatesUploadSignedCertificate',
|
|
363
|
+
resource_name,
|
|
364
|
+
__props__,
|
|
365
|
+
opts)
|
|
366
|
+
|
|
367
|
+
@staticmethod
|
|
368
|
+
def get(resource_name: str,
|
|
369
|
+
id: pulumi.Input[str],
|
|
370
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
371
|
+
acknowledge_warnings: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
372
|
+
certificate_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
373
|
+
certificate_status: Optional[pulumi.Input[_builtins.str]] = None,
|
|
374
|
+
modified_by: Optional[pulumi.Input[_builtins.str]] = None,
|
|
375
|
+
modified_date: Optional[pulumi.Input[_builtins.str]] = None,
|
|
376
|
+
signed_certificate_issuer: Optional[pulumi.Input[_builtins.str]] = None,
|
|
377
|
+
signed_certificate_not_valid_after_date: Optional[pulumi.Input[_builtins.str]] = None,
|
|
378
|
+
signed_certificate_not_valid_before_date: Optional[pulumi.Input[_builtins.str]] = None,
|
|
379
|
+
signed_certificate_pem: Optional[pulumi.Input[_builtins.str]] = None,
|
|
380
|
+
signed_certificate_serial_number: Optional[pulumi.Input[_builtins.str]] = None,
|
|
381
|
+
signed_certificate_sha256_fingerprint: Optional[pulumi.Input[_builtins.str]] = None,
|
|
382
|
+
trust_chain_pem: Optional[pulumi.Input[_builtins.str]] = None) -> 'CloudcertificatesUploadSignedCertificate':
|
|
383
|
+
"""
|
|
384
|
+
Get an existing CloudcertificatesUploadSignedCertificate resource's state with the given name, id, and optional extra
|
|
385
|
+
properties used to qualify the lookup.
|
|
386
|
+
|
|
387
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
388
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
389
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
390
|
+
:param pulumi.Input[_builtins.bool] acknowledge_warnings: Acknowledges warnings and retries certificate upload when the returned response contains warnings for the uploaded certificate.
|
|
391
|
+
:param pulumi.Input[_builtins.str] certificate_id: Certificate identifier on which to perform the upload operation.
|
|
392
|
+
:param pulumi.Input[_builtins.str] certificate_status: The status of the certificate. Can be one of 'CSR_READY', 'READY_FOR_USE', 'ACTIVE'.
|
|
393
|
+
:param pulumi.Input[_builtins.str] modified_by: User who last modified the certificate.
|
|
394
|
+
:param pulumi.Input[_builtins.str] modified_date: Date the certificate was last updated.
|
|
395
|
+
:param pulumi.Input[_builtins.str] signed_certificate_issuer: Issuer field of the signed certificate.
|
|
396
|
+
:param pulumi.Input[_builtins.str] signed_certificate_not_valid_after_date: This marks the end of the signed certificate's valid period.
|
|
397
|
+
:param pulumi.Input[_builtins.str] signed_certificate_not_valid_before_date: This marks the start of the signed certificate's valid period.
|
|
398
|
+
:param pulumi.Input[_builtins.str] signed_certificate_pem: PEM-encoded signed certificate to upload.
|
|
399
|
+
:param pulumi.Input[_builtins.str] signed_certificate_serial_number: Signed certificate serial number in hex format.
|
|
400
|
+
:param pulumi.Input[_builtins.str] signed_certificate_sha256_fingerprint: SHA-256 fingerprint of the signed certificate.
|
|
401
|
+
:param pulumi.Input[_builtins.str] trust_chain_pem: PEM-encoded trust chain for the signed certificate to upload.
|
|
402
|
+
"""
|
|
403
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
404
|
+
|
|
405
|
+
__props__ = _CloudcertificatesUploadSignedCertificateState.__new__(_CloudcertificatesUploadSignedCertificateState)
|
|
406
|
+
|
|
407
|
+
__props__.__dict__["acknowledge_warnings"] = acknowledge_warnings
|
|
408
|
+
__props__.__dict__["certificate_id"] = certificate_id
|
|
409
|
+
__props__.__dict__["certificate_status"] = certificate_status
|
|
410
|
+
__props__.__dict__["modified_by"] = modified_by
|
|
411
|
+
__props__.__dict__["modified_date"] = modified_date
|
|
412
|
+
__props__.__dict__["signed_certificate_issuer"] = signed_certificate_issuer
|
|
413
|
+
__props__.__dict__["signed_certificate_not_valid_after_date"] = signed_certificate_not_valid_after_date
|
|
414
|
+
__props__.__dict__["signed_certificate_not_valid_before_date"] = signed_certificate_not_valid_before_date
|
|
415
|
+
__props__.__dict__["signed_certificate_pem"] = signed_certificate_pem
|
|
416
|
+
__props__.__dict__["signed_certificate_serial_number"] = signed_certificate_serial_number
|
|
417
|
+
__props__.__dict__["signed_certificate_sha256_fingerprint"] = signed_certificate_sha256_fingerprint
|
|
418
|
+
__props__.__dict__["trust_chain_pem"] = trust_chain_pem
|
|
419
|
+
return CloudcertificatesUploadSignedCertificate(resource_name, opts=opts, __props__=__props__)
|
|
420
|
+
|
|
421
|
+
@_builtins.property
|
|
422
|
+
@pulumi.getter(name="acknowledgeWarnings")
|
|
423
|
+
def acknowledge_warnings(self) -> pulumi.Output[_builtins.bool]:
|
|
424
|
+
"""
|
|
425
|
+
Acknowledges warnings and retries certificate upload when the returned response contains warnings for the uploaded certificate.
|
|
426
|
+
"""
|
|
427
|
+
return pulumi.get(self, "acknowledge_warnings")
|
|
428
|
+
|
|
429
|
+
@_builtins.property
|
|
430
|
+
@pulumi.getter(name="certificateId")
|
|
431
|
+
def certificate_id(self) -> pulumi.Output[_builtins.str]:
|
|
432
|
+
"""
|
|
433
|
+
Certificate identifier on which to perform the upload operation.
|
|
434
|
+
"""
|
|
435
|
+
return pulumi.get(self, "certificate_id")
|
|
436
|
+
|
|
437
|
+
@_builtins.property
|
|
438
|
+
@pulumi.getter(name="certificateStatus")
|
|
439
|
+
def certificate_status(self) -> pulumi.Output[_builtins.str]:
|
|
440
|
+
"""
|
|
441
|
+
The status of the certificate. Can be one of 'CSR_READY', 'READY_FOR_USE', 'ACTIVE'.
|
|
442
|
+
"""
|
|
443
|
+
return pulumi.get(self, "certificate_status")
|
|
444
|
+
|
|
445
|
+
@_builtins.property
|
|
446
|
+
@pulumi.getter(name="modifiedBy")
|
|
447
|
+
def modified_by(self) -> pulumi.Output[_builtins.str]:
|
|
448
|
+
"""
|
|
449
|
+
User who last modified the certificate.
|
|
450
|
+
"""
|
|
451
|
+
return pulumi.get(self, "modified_by")
|
|
452
|
+
|
|
453
|
+
@_builtins.property
|
|
454
|
+
@pulumi.getter(name="modifiedDate")
|
|
455
|
+
def modified_date(self) -> pulumi.Output[_builtins.str]:
|
|
456
|
+
"""
|
|
457
|
+
Date the certificate was last updated.
|
|
458
|
+
"""
|
|
459
|
+
return pulumi.get(self, "modified_date")
|
|
460
|
+
|
|
461
|
+
@_builtins.property
|
|
462
|
+
@pulumi.getter(name="signedCertificateIssuer")
|
|
463
|
+
def signed_certificate_issuer(self) -> pulumi.Output[_builtins.str]:
|
|
464
|
+
"""
|
|
465
|
+
Issuer field of the signed certificate.
|
|
466
|
+
"""
|
|
467
|
+
return pulumi.get(self, "signed_certificate_issuer")
|
|
468
|
+
|
|
469
|
+
@_builtins.property
|
|
470
|
+
@pulumi.getter(name="signedCertificateNotValidAfterDate")
|
|
471
|
+
def signed_certificate_not_valid_after_date(self) -> pulumi.Output[_builtins.str]:
|
|
472
|
+
"""
|
|
473
|
+
This marks the end of the signed certificate's valid period.
|
|
474
|
+
"""
|
|
475
|
+
return pulumi.get(self, "signed_certificate_not_valid_after_date")
|
|
476
|
+
|
|
477
|
+
@_builtins.property
|
|
478
|
+
@pulumi.getter(name="signedCertificateNotValidBeforeDate")
|
|
479
|
+
def signed_certificate_not_valid_before_date(self) -> pulumi.Output[_builtins.str]:
|
|
480
|
+
"""
|
|
481
|
+
This marks the start of the signed certificate's valid period.
|
|
482
|
+
"""
|
|
483
|
+
return pulumi.get(self, "signed_certificate_not_valid_before_date")
|
|
484
|
+
|
|
485
|
+
@_builtins.property
|
|
486
|
+
@pulumi.getter(name="signedCertificatePem")
|
|
487
|
+
def signed_certificate_pem(self) -> pulumi.Output[_builtins.str]:
|
|
488
|
+
"""
|
|
489
|
+
PEM-encoded signed certificate to upload.
|
|
490
|
+
"""
|
|
491
|
+
return pulumi.get(self, "signed_certificate_pem")
|
|
492
|
+
|
|
493
|
+
@_builtins.property
|
|
494
|
+
@pulumi.getter(name="signedCertificateSerialNumber")
|
|
495
|
+
def signed_certificate_serial_number(self) -> pulumi.Output[_builtins.str]:
|
|
496
|
+
"""
|
|
497
|
+
Signed certificate serial number in hex format.
|
|
498
|
+
"""
|
|
499
|
+
return pulumi.get(self, "signed_certificate_serial_number")
|
|
500
|
+
|
|
501
|
+
@_builtins.property
|
|
502
|
+
@pulumi.getter(name="signedCertificateSha256Fingerprint")
|
|
503
|
+
def signed_certificate_sha256_fingerprint(self) -> pulumi.Output[_builtins.str]:
|
|
504
|
+
"""
|
|
505
|
+
SHA-256 fingerprint of the signed certificate.
|
|
506
|
+
"""
|
|
507
|
+
return pulumi.get(self, "signed_certificate_sha256_fingerprint")
|
|
508
|
+
|
|
509
|
+
@_builtins.property
|
|
510
|
+
@pulumi.getter(name="trustChainPem")
|
|
511
|
+
def trust_chain_pem(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
512
|
+
"""
|
|
513
|
+
PEM-encoded trust chain for the signed certificate to upload.
|
|
514
|
+
"""
|
|
515
|
+
return pulumi.get(self, "trust_chain_pem")
|
|
516
|
+
|
|
@@ -29,9 +29,7 @@ class CloudletsApplicationLoadBalancerArgs:
|
|
|
29
29
|
origin_description: Optional[pulumi.Input[_builtins.str]] = None):
|
|
30
30
|
"""
|
|
31
31
|
The set of arguments for constructing a CloudletsApplicationLoadBalancer resource.
|
|
32
|
-
:param pulumi.Input[Sequence[pulumi.Input['CloudletsApplicationLoadBalancerDataCenterArgs']]] data_centers: The object containing information on conditional origins being used as data centers for an Application Load Balancer
|
|
33
|
-
implementation. Only Conditional Origins with an originType of CUSTOMER or NETSTORAGE can be used as data centers in an
|
|
34
|
-
application load balancer configuration.
|
|
32
|
+
:param pulumi.Input[Sequence[pulumi.Input['CloudletsApplicationLoadBalancerDataCenterArgs']]] data_centers: The object containing information on conditional origins being used as data centers for an Application Load Balancer implementation. Only Conditional Origins with an originType of CUSTOMER or NETSTORAGE can be used as data centers in an application load balancer configuration.
|
|
35
33
|
:param pulumi.Input[_builtins.str] origin_id: The conditional origin's unique identifier
|
|
36
34
|
:param pulumi.Input[_builtins.str] balancing_type: The type of load balancing being performed. Options include WEIGHTED and PERFORMANCE
|
|
37
35
|
:param pulumi.Input[_builtins.str] description: The load balancer configuration version description
|
|
@@ -52,9 +50,7 @@ class CloudletsApplicationLoadBalancerArgs:
|
|
|
52
50
|
@pulumi.getter(name="dataCenters")
|
|
53
51
|
def data_centers(self) -> pulumi.Input[Sequence[pulumi.Input['CloudletsApplicationLoadBalancerDataCenterArgs']]]:
|
|
54
52
|
"""
|
|
55
|
-
The object containing information on conditional origins being used as data centers for an Application Load Balancer
|
|
56
|
-
implementation. Only Conditional Origins with an originType of CUSTOMER or NETSTORAGE can be used as data centers in an
|
|
57
|
-
application load balancer configuration.
|
|
53
|
+
The object containing information on conditional origins being used as data centers for an Application Load Balancer implementation. Only Conditional Origins with an originType of CUSTOMER or NETSTORAGE can be used as data centers in an application load balancer configuration.
|
|
58
54
|
"""
|
|
59
55
|
return pulumi.get(self, "data_centers")
|
|
60
56
|
|
|
@@ -134,9 +130,7 @@ class _CloudletsApplicationLoadBalancerState:
|
|
|
134
130
|
"""
|
|
135
131
|
Input properties used for looking up and filtering CloudletsApplicationLoadBalancer resources.
|
|
136
132
|
:param pulumi.Input[_builtins.str] balancing_type: The type of load balancing being performed. Options include WEIGHTED and PERFORMANCE
|
|
137
|
-
:param pulumi.Input[Sequence[pulumi.Input['CloudletsApplicationLoadBalancerDataCenterArgs']]] data_centers: The object containing information on conditional origins being used as data centers for an Application Load Balancer
|
|
138
|
-
implementation. Only Conditional Origins with an originType of CUSTOMER or NETSTORAGE can be used as data centers in an
|
|
139
|
-
application load balancer configuration.
|
|
133
|
+
:param pulumi.Input[Sequence[pulumi.Input['CloudletsApplicationLoadBalancerDataCenterArgs']]] data_centers: The object containing information on conditional origins being used as data centers for an Application Load Balancer implementation. Only Conditional Origins with an originType of CUSTOMER or NETSTORAGE can be used as data centers in an application load balancer configuration.
|
|
140
134
|
:param pulumi.Input[_builtins.str] description: The load balancer configuration version description
|
|
141
135
|
:param pulumi.Input[_builtins.str] origin_description: The load balancer configuration description
|
|
142
136
|
:param pulumi.Input[_builtins.str] origin_id: The conditional origin's unique identifier
|
|
@@ -176,9 +170,7 @@ class _CloudletsApplicationLoadBalancerState:
|
|
|
176
170
|
@pulumi.getter(name="dataCenters")
|
|
177
171
|
def data_centers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CloudletsApplicationLoadBalancerDataCenterArgs']]]]:
|
|
178
172
|
"""
|
|
179
|
-
The object containing information on conditional origins being used as data centers for an Application Load Balancer
|
|
180
|
-
implementation. Only Conditional Origins with an originType of CUSTOMER or NETSTORAGE can be used as data centers in an
|
|
181
|
-
application load balancer configuration.
|
|
173
|
+
The object containing information on conditional origins being used as data centers for an Application Load Balancer implementation. Only Conditional Origins with an originType of CUSTOMER or NETSTORAGE can be used as data centers in an application load balancer configuration.
|
|
182
174
|
"""
|
|
183
175
|
return pulumi.get(self, "data_centers")
|
|
184
176
|
|
|
@@ -274,9 +266,7 @@ class CloudletsApplicationLoadBalancer(pulumi.CustomResource):
|
|
|
274
266
|
:param str resource_name: The name of the resource.
|
|
275
267
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
276
268
|
:param pulumi.Input[_builtins.str] balancing_type: The type of load balancing being performed. Options include WEIGHTED and PERFORMANCE
|
|
277
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['CloudletsApplicationLoadBalancerDataCenterArgs', 'CloudletsApplicationLoadBalancerDataCenterArgsDict']]]] data_centers: The object containing information on conditional origins being used as data centers for an Application Load Balancer
|
|
278
|
-
implementation. Only Conditional Origins with an originType of CUSTOMER or NETSTORAGE can be used as data centers in an
|
|
279
|
-
application load balancer configuration.
|
|
269
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['CloudletsApplicationLoadBalancerDataCenterArgs', 'CloudletsApplicationLoadBalancerDataCenterArgsDict']]]] data_centers: The object containing information on conditional origins being used as data centers for an Application Load Balancer implementation. Only Conditional Origins with an originType of CUSTOMER or NETSTORAGE can be used as data centers in an application load balancer configuration.
|
|
280
270
|
:param pulumi.Input[_builtins.str] description: The load balancer configuration version description
|
|
281
271
|
:param pulumi.Input[_builtins.str] origin_description: The load balancer configuration description
|
|
282
272
|
:param pulumi.Input[_builtins.str] origin_id: The conditional origin's unique identifier
|
|
@@ -357,9 +347,7 @@ class CloudletsApplicationLoadBalancer(pulumi.CustomResource):
|
|
|
357
347
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
358
348
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
359
349
|
:param pulumi.Input[_builtins.str] balancing_type: The type of load balancing being performed. Options include WEIGHTED and PERFORMANCE
|
|
360
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['CloudletsApplicationLoadBalancerDataCenterArgs', 'CloudletsApplicationLoadBalancerDataCenterArgsDict']]]] data_centers: The object containing information on conditional origins being used as data centers for an Application Load Balancer
|
|
361
|
-
implementation. Only Conditional Origins with an originType of CUSTOMER or NETSTORAGE can be used as data centers in an
|
|
362
|
-
application load balancer configuration.
|
|
350
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['CloudletsApplicationLoadBalancerDataCenterArgs', 'CloudletsApplicationLoadBalancerDataCenterArgsDict']]]] data_centers: The object containing information on conditional origins being used as data centers for an Application Load Balancer implementation. Only Conditional Origins with an originType of CUSTOMER or NETSTORAGE can be used as data centers in an application load balancer configuration.
|
|
363
351
|
:param pulumi.Input[_builtins.str] description: The load balancer configuration version description
|
|
364
352
|
:param pulumi.Input[_builtins.str] origin_description: The load balancer configuration description
|
|
365
353
|
:param pulumi.Input[_builtins.str] origin_id: The conditional origin's unique identifier
|
|
@@ -392,9 +380,7 @@ class CloudletsApplicationLoadBalancer(pulumi.CustomResource):
|
|
|
392
380
|
@pulumi.getter(name="dataCenters")
|
|
393
381
|
def data_centers(self) -> pulumi.Output[Sequence['outputs.CloudletsApplicationLoadBalancerDataCenter']]:
|
|
394
382
|
"""
|
|
395
|
-
The object containing information on conditional origins being used as data centers for an Application Load Balancer
|
|
396
|
-
implementation. Only Conditional Origins with an originType of CUSTOMER or NETSTORAGE can be used as data centers in an
|
|
397
|
-
application load balancer configuration.
|
|
383
|
+
The object containing information on conditional origins being used as data centers for an Application Load Balancer implementation. Only Conditional Origins with an originType of CUSTOMER or NETSTORAGE can be used as data centers in an application load balancer configuration.
|
|
398
384
|
"""
|
|
399
385
|
return pulumi.get(self, "data_centers")
|
|
400
386
|
|