pulumi-akamai 9.1.0a1756357789__py3-none-any.whl → 9.1.0a1757435296__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 +30 -0
- pulumi_akamai/_inputs.py +944 -0
- pulumi_akamai/app_sec_slow_post.py +7 -14
- pulumi_akamai/cloud_access_key.py +21 -56
- pulumi_akamai/cloudlets_application_load_balancer.py +7 -21
- pulumi_akamai/datastream.py +7 -14
- pulumi_akamai/edge_host_name.py +7 -14
- pulumi_akamai/get_clientlist_lists.py +0 -3
- 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/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 +654 -0
- pulumi_akamai/mtlskeystore_client_certificate_third_party.py +562 -0
- pulumi_akamai/mtlskeystore_client_certificate_upload.py +451 -0
- pulumi_akamai/network_list.py +7 -14
- pulumi_akamai/outputs.py +14310 -11900
- pulumi_akamai/property.py +7 -14
- pulumi_akamai/property_bootstrap.py +7 -14
- pulumi_akamai/property_hostname_bucket.py +28 -56
- pulumi_akamai/pulumi-plugin.json +1 -1
- {pulumi_akamai-9.1.0a1756357789.dist-info → pulumi_akamai-9.1.0a1757435296.dist-info}/METADATA +1 -1
- {pulumi_akamai-9.1.0a1756357789.dist-info → pulumi_akamai-9.1.0a1757435296.dist-info}/RECORD +28 -22
- {pulumi_akamai-9.1.0a1756357789.dist-info → pulumi_akamai-9.1.0a1757435296.dist-info}/WHEEL +0 -0
- {pulumi_akamai-9.1.0a1756357789.dist-info → pulumi_akamai-9.1.0a1757435296.dist-info}/top_level.txt +0 -0
|
@@ -30,8 +30,7 @@ class AppSecSlowPostArgs:
|
|
|
30
30
|
:param pulumi.Input[_builtins.int] config_id: Unique identifier of the security configuration
|
|
31
31
|
:param pulumi.Input[_builtins.str] security_policy_id: Unique identifier of the security policy
|
|
32
32
|
:param pulumi.Input[_builtins.str] slow_rate_action: Action to be taken when slow POST protection is triggered
|
|
33
|
-
:param pulumi.Input[_builtins.int] duration_threshold_timeout: Maximum amount of time (in seconds) within which the first 8KB of the POST body must be received to avoid triggering the
|
|
34
|
-
specified action
|
|
33
|
+
:param pulumi.Input[_builtins.int] duration_threshold_timeout: Maximum amount of time (in seconds) within which the first 8KB of the POST body must be received to avoid triggering the specified action
|
|
35
34
|
:param pulumi.Input[_builtins.int] slow_rate_threshold_period: Amount of time (in seconds) that the server should allow a request before marking the request as being too slow
|
|
36
35
|
:param pulumi.Input[_builtins.int] slow_rate_threshold_rate: Average rate (in bytes per second over the specified time period) allowed before the specified action is triggered
|
|
37
36
|
"""
|
|
@@ -85,8 +84,7 @@ class AppSecSlowPostArgs:
|
|
|
85
84
|
@pulumi.getter(name="durationThresholdTimeout")
|
|
86
85
|
def duration_threshold_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
87
86
|
"""
|
|
88
|
-
Maximum amount of time (in seconds) within which the first 8KB of the POST body must be received to avoid triggering the
|
|
89
|
-
specified action
|
|
87
|
+
Maximum amount of time (in seconds) within which the first 8KB of the POST body must be received to avoid triggering the specified action
|
|
90
88
|
"""
|
|
91
89
|
return pulumi.get(self, "duration_threshold_timeout")
|
|
92
90
|
|
|
@@ -131,8 +129,7 @@ class _AppSecSlowPostState:
|
|
|
131
129
|
"""
|
|
132
130
|
Input properties used for looking up and filtering AppSecSlowPost resources.
|
|
133
131
|
:param pulumi.Input[_builtins.int] config_id: Unique identifier of the security configuration
|
|
134
|
-
:param pulumi.Input[_builtins.int] duration_threshold_timeout: Maximum amount of time (in seconds) within which the first 8KB of the POST body must be received to avoid triggering the
|
|
135
|
-
specified action
|
|
132
|
+
:param pulumi.Input[_builtins.int] duration_threshold_timeout: Maximum amount of time (in seconds) within which the first 8KB of the POST body must be received to avoid triggering the specified action
|
|
136
133
|
:param pulumi.Input[_builtins.str] security_policy_id: Unique identifier of the security policy
|
|
137
134
|
:param pulumi.Input[_builtins.str] slow_rate_action: Action to be taken when slow POST protection is triggered
|
|
138
135
|
:param pulumi.Input[_builtins.int] slow_rate_threshold_period: Amount of time (in seconds) that the server should allow a request before marking the request as being too slow
|
|
@@ -167,8 +164,7 @@ class _AppSecSlowPostState:
|
|
|
167
164
|
@pulumi.getter(name="durationThresholdTimeout")
|
|
168
165
|
def duration_threshold_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
169
166
|
"""
|
|
170
|
-
Maximum amount of time (in seconds) within which the first 8KB of the POST body must be received to avoid triggering the
|
|
171
|
-
specified action
|
|
167
|
+
Maximum amount of time (in seconds) within which the first 8KB of the POST body must be received to avoid triggering the specified action
|
|
172
168
|
"""
|
|
173
169
|
return pulumi.get(self, "duration_threshold_timeout")
|
|
174
170
|
|
|
@@ -243,8 +239,7 @@ class AppSecSlowPost(pulumi.CustomResource):
|
|
|
243
239
|
:param str resource_name: The name of the resource.
|
|
244
240
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
245
241
|
:param pulumi.Input[_builtins.int] config_id: Unique identifier of the security configuration
|
|
246
|
-
:param pulumi.Input[_builtins.int] duration_threshold_timeout: Maximum amount of time (in seconds) within which the first 8KB of the POST body must be received to avoid triggering the
|
|
247
|
-
specified action
|
|
242
|
+
:param pulumi.Input[_builtins.int] duration_threshold_timeout: Maximum amount of time (in seconds) within which the first 8KB of the POST body must be received to avoid triggering the specified action
|
|
248
243
|
:param pulumi.Input[_builtins.str] security_policy_id: Unique identifier of the security policy
|
|
249
244
|
:param pulumi.Input[_builtins.str] slow_rate_action: Action to be taken when slow POST protection is triggered
|
|
250
245
|
:param pulumi.Input[_builtins.int] slow_rate_threshold_period: Amount of time (in seconds) that the server should allow a request before marking the request as being too slow
|
|
@@ -324,8 +319,7 @@ class AppSecSlowPost(pulumi.CustomResource):
|
|
|
324
319
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
325
320
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
326
321
|
:param pulumi.Input[_builtins.int] config_id: Unique identifier of the security configuration
|
|
327
|
-
:param pulumi.Input[_builtins.int] duration_threshold_timeout: Maximum amount of time (in seconds) within which the first 8KB of the POST body must be received to avoid triggering the
|
|
328
|
-
specified action
|
|
322
|
+
:param pulumi.Input[_builtins.int] duration_threshold_timeout: Maximum amount of time (in seconds) within which the first 8KB of the POST body must be received to avoid triggering the specified action
|
|
329
323
|
:param pulumi.Input[_builtins.str] security_policy_id: Unique identifier of the security policy
|
|
330
324
|
:param pulumi.Input[_builtins.str] slow_rate_action: Action to be taken when slow POST protection is triggered
|
|
331
325
|
:param pulumi.Input[_builtins.int] slow_rate_threshold_period: Amount of time (in seconds) that the server should allow a request before marking the request as being too slow
|
|
@@ -355,8 +349,7 @@ class AppSecSlowPost(pulumi.CustomResource):
|
|
|
355
349
|
@pulumi.getter(name="durationThresholdTimeout")
|
|
356
350
|
def duration_threshold_timeout(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
357
351
|
"""
|
|
358
|
-
Maximum amount of time (in seconds) within which the first 8KB of the POST body must be received to avoid triggering the
|
|
359
|
-
specified action
|
|
352
|
+
Maximum amount of time (in seconds) within which the first 8KB of the POST body must be received to avoid triggering the specified action
|
|
360
353
|
"""
|
|
361
354
|
return pulumi.get(self, "duration_threshold_timeout")
|
|
362
355
|
|
|
@@ -32,17 +32,12 @@ class CloudAccessKeyArgs:
|
|
|
32
32
|
"""
|
|
33
33
|
The set of arguments for constructing a CloudAccessKey resource.
|
|
34
34
|
:param pulumi.Input[_builtins.str] access_key_name: Name of the access key.
|
|
35
|
-
:param pulumi.Input[_builtins.str] authentication_method: The type of cloud provider signing process used to authenticate API requests. Two options are available:
|
|
36
|
-
"AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
35
|
+
:param pulumi.Input[_builtins.str] authentication_method: The type of cloud provider signing process used to authenticate API requests. Two options are available: "AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
37
36
|
:param pulumi.Input[_builtins.str] contract_id: The unique identifier for the contract assigned to the access key
|
|
38
37
|
:param pulumi.Input[_builtins.int] group_id: The unique identifier assigned to the access control group assigned to the access key
|
|
39
38
|
:param pulumi.Input['CloudAccessKeyNetworkConfigurationArgs'] network_configuration: The secure networks that you assigned the access key to during creation
|
|
40
|
-
:param pulumi.Input['CloudAccessKeyCredentialsAArgs'] credentials_a: The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be
|
|
41
|
-
|
|
42
|
-
credentialsA and credentialsB).
|
|
43
|
-
:param pulumi.Input['CloudAccessKeyCredentialsBArgs'] credentials_b: The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be
|
|
44
|
-
identified as access key version. Access key can contain only two access key versions at specific time (defined as
|
|
45
|
-
credentialsA and credentialsB).
|
|
39
|
+
:param pulumi.Input['CloudAccessKeyCredentialsAArgs'] credentials_a: The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be identified as access key version. Access key can contain only two access key versions at specific time (defined as credentialsA and credentialsB).
|
|
40
|
+
:param pulumi.Input['CloudAccessKeyCredentialsBArgs'] credentials_b: The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be identified as access key version. Access key can contain only two access key versions at specific time (defined as credentialsA and credentialsB).
|
|
46
41
|
"""
|
|
47
42
|
pulumi.set(__self__, "access_key_name", access_key_name)
|
|
48
43
|
pulumi.set(__self__, "authentication_method", authentication_method)
|
|
@@ -72,8 +67,7 @@ class CloudAccessKeyArgs:
|
|
|
72
67
|
@pulumi.getter(name="authenticationMethod")
|
|
73
68
|
def authentication_method(self) -> pulumi.Input[_builtins.str]:
|
|
74
69
|
"""
|
|
75
|
-
The type of cloud provider signing process used to authenticate API requests. Two options are available:
|
|
76
|
-
"AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
70
|
+
The type of cloud provider signing process used to authenticate API requests. Two options are available: "AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
77
71
|
"""
|
|
78
72
|
return pulumi.get(self, "authentication_method")
|
|
79
73
|
|
|
@@ -121,9 +115,7 @@ class CloudAccessKeyArgs:
|
|
|
121
115
|
@pulumi.getter(name="credentialsA")
|
|
122
116
|
def credentials_a(self) -> Optional[pulumi.Input['CloudAccessKeyCredentialsAArgs']]:
|
|
123
117
|
"""
|
|
124
|
-
The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be
|
|
125
|
-
identified as access key version. Access key can contain only two access key versions at specific time (defined as
|
|
126
|
-
credentialsA and credentialsB).
|
|
118
|
+
The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be identified as access key version. Access key can contain only two access key versions at specific time (defined as credentialsA and credentialsB).
|
|
127
119
|
"""
|
|
128
120
|
return pulumi.get(self, "credentials_a")
|
|
129
121
|
|
|
@@ -135,9 +127,7 @@ class CloudAccessKeyArgs:
|
|
|
135
127
|
@pulumi.getter(name="credentialsB")
|
|
136
128
|
def credentials_b(self) -> Optional[pulumi.Input['CloudAccessKeyCredentialsBArgs']]:
|
|
137
129
|
"""
|
|
138
|
-
The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be
|
|
139
|
-
identified as access key version. Access key can contain only two access key versions at specific time (defined as
|
|
140
|
-
credentialsA and credentialsB).
|
|
130
|
+
The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be identified as access key version. Access key can contain only two access key versions at specific time (defined as credentialsA and credentialsB).
|
|
141
131
|
"""
|
|
142
132
|
return pulumi.get(self, "credentials_b")
|
|
143
133
|
|
|
@@ -172,15 +162,10 @@ class _CloudAccessKeyState:
|
|
|
172
162
|
Input properties used for looking up and filtering CloudAccessKey resources.
|
|
173
163
|
:param pulumi.Input[_builtins.str] access_key_name: Name of the access key.
|
|
174
164
|
:param pulumi.Input[_builtins.int] access_key_uid: The unique identifier Akamai assigns to an access key.
|
|
175
|
-
:param pulumi.Input[_builtins.str] authentication_method: The type of cloud provider signing process used to authenticate API requests. Two options are available:
|
|
176
|
-
"AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
165
|
+
:param pulumi.Input[_builtins.str] authentication_method: The type of cloud provider signing process used to authenticate API requests. Two options are available: "AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
177
166
|
:param pulumi.Input[_builtins.str] contract_id: The unique identifier for the contract assigned to the access key
|
|
178
|
-
:param pulumi.Input['CloudAccessKeyCredentialsAArgs'] credentials_a: The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be
|
|
179
|
-
|
|
180
|
-
credentialsA and credentialsB).
|
|
181
|
-
:param pulumi.Input['CloudAccessKeyCredentialsBArgs'] credentials_b: The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be
|
|
182
|
-
identified as access key version. Access key can contain only two access key versions at specific time (defined as
|
|
183
|
-
credentialsA and credentialsB).
|
|
167
|
+
:param pulumi.Input['CloudAccessKeyCredentialsAArgs'] credentials_a: The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be identified as access key version. Access key can contain only two access key versions at specific time (defined as credentialsA and credentialsB).
|
|
168
|
+
:param pulumi.Input['CloudAccessKeyCredentialsBArgs'] credentials_b: The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be identified as access key version. Access key can contain only two access key versions at specific time (defined as credentialsA and credentialsB).
|
|
184
169
|
:param pulumi.Input[_builtins.int] group_id: The unique identifier assigned to the access control group assigned to the access key
|
|
185
170
|
:param pulumi.Input['CloudAccessKeyNetworkConfigurationArgs'] network_configuration: The secure networks that you assigned the access key to during creation
|
|
186
171
|
:param pulumi.Input[_builtins.str] primary_guid: Value of `version_guid` field for credentials marked as primary
|
|
@@ -234,8 +219,7 @@ class _CloudAccessKeyState:
|
|
|
234
219
|
@pulumi.getter(name="authenticationMethod")
|
|
235
220
|
def authentication_method(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
236
221
|
"""
|
|
237
|
-
The type of cloud provider signing process used to authenticate API requests. Two options are available:
|
|
238
|
-
"AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
222
|
+
The type of cloud provider signing process used to authenticate API requests. Two options are available: "AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
239
223
|
"""
|
|
240
224
|
return pulumi.get(self, "authentication_method")
|
|
241
225
|
|
|
@@ -259,9 +243,7 @@ class _CloudAccessKeyState:
|
|
|
259
243
|
@pulumi.getter(name="credentialsA")
|
|
260
244
|
def credentials_a(self) -> Optional[pulumi.Input['CloudAccessKeyCredentialsAArgs']]:
|
|
261
245
|
"""
|
|
262
|
-
The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be
|
|
263
|
-
identified as access key version. Access key can contain only two access key versions at specific time (defined as
|
|
264
|
-
credentialsA and credentialsB).
|
|
246
|
+
The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be identified as access key version. Access key can contain only two access key versions at specific time (defined as credentialsA and credentialsB).
|
|
265
247
|
"""
|
|
266
248
|
return pulumi.get(self, "credentials_a")
|
|
267
249
|
|
|
@@ -273,9 +255,7 @@ class _CloudAccessKeyState:
|
|
|
273
255
|
@pulumi.getter(name="credentialsB")
|
|
274
256
|
def credentials_b(self) -> Optional[pulumi.Input['CloudAccessKeyCredentialsBArgs']]:
|
|
275
257
|
"""
|
|
276
|
-
The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be
|
|
277
|
-
identified as access key version. Access key can contain only two access key versions at specific time (defined as
|
|
278
|
-
credentialsA and credentialsB).
|
|
258
|
+
The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be identified as access key version. Access key can contain only two access key versions at specific time (defined as credentialsA and credentialsB).
|
|
279
259
|
"""
|
|
280
260
|
return pulumi.get(self, "credentials_b")
|
|
281
261
|
|
|
@@ -349,15 +329,10 @@ class CloudAccessKey(pulumi.CustomResource):
|
|
|
349
329
|
:param str resource_name: The name of the resource.
|
|
350
330
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
351
331
|
:param pulumi.Input[_builtins.str] access_key_name: Name of the access key.
|
|
352
|
-
:param pulumi.Input[_builtins.str] authentication_method: The type of cloud provider signing process used to authenticate API requests. Two options are available:
|
|
353
|
-
"AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
332
|
+
:param pulumi.Input[_builtins.str] authentication_method: The type of cloud provider signing process used to authenticate API requests. Two options are available: "AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
354
333
|
:param pulumi.Input[_builtins.str] contract_id: The unique identifier for the contract assigned to the access key
|
|
355
|
-
:param pulumi.Input[Union['CloudAccessKeyCredentialsAArgs', 'CloudAccessKeyCredentialsAArgsDict']] credentials_a: The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be
|
|
356
|
-
|
|
357
|
-
credentialsA and credentialsB).
|
|
358
|
-
:param pulumi.Input[Union['CloudAccessKeyCredentialsBArgs', 'CloudAccessKeyCredentialsBArgsDict']] credentials_b: The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be
|
|
359
|
-
identified as access key version. Access key can contain only two access key versions at specific time (defined as
|
|
360
|
-
credentialsA and credentialsB).
|
|
334
|
+
:param pulumi.Input[Union['CloudAccessKeyCredentialsAArgs', 'CloudAccessKeyCredentialsAArgsDict']] credentials_a: The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be identified as access key version. Access key can contain only two access key versions at specific time (defined as credentialsA and credentialsB).
|
|
335
|
+
:param pulumi.Input[Union['CloudAccessKeyCredentialsBArgs', 'CloudAccessKeyCredentialsBArgsDict']] credentials_b: The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be identified as access key version. Access key can contain only two access key versions at specific time (defined as credentialsA and credentialsB).
|
|
361
336
|
:param pulumi.Input[_builtins.int] group_id: The unique identifier assigned to the access control group assigned to the access key
|
|
362
337
|
:param pulumi.Input[Union['CloudAccessKeyNetworkConfigurationArgs', 'CloudAccessKeyNetworkConfigurationArgsDict']] network_configuration: The secure networks that you assigned the access key to during creation
|
|
363
338
|
"""
|
|
@@ -450,15 +425,10 @@ class CloudAccessKey(pulumi.CustomResource):
|
|
|
450
425
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
451
426
|
:param pulumi.Input[_builtins.str] access_key_name: Name of the access key.
|
|
452
427
|
:param pulumi.Input[_builtins.int] access_key_uid: The unique identifier Akamai assigns to an access key.
|
|
453
|
-
:param pulumi.Input[_builtins.str] authentication_method: The type of cloud provider signing process used to authenticate API requests. Two options are available:
|
|
454
|
-
"AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
428
|
+
:param pulumi.Input[_builtins.str] authentication_method: The type of cloud provider signing process used to authenticate API requests. Two options are available: "AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
455
429
|
:param pulumi.Input[_builtins.str] contract_id: The unique identifier for the contract assigned to the access key
|
|
456
|
-
:param pulumi.Input[Union['CloudAccessKeyCredentialsAArgs', 'CloudAccessKeyCredentialsAArgsDict']] credentials_a: The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be
|
|
457
|
-
|
|
458
|
-
credentialsA and credentialsB).
|
|
459
|
-
:param pulumi.Input[Union['CloudAccessKeyCredentialsBArgs', 'CloudAccessKeyCredentialsBArgsDict']] credentials_b: The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be
|
|
460
|
-
identified as access key version. Access key can contain only two access key versions at specific time (defined as
|
|
461
|
-
credentialsA and credentialsB).
|
|
430
|
+
:param pulumi.Input[Union['CloudAccessKeyCredentialsAArgs', 'CloudAccessKeyCredentialsAArgsDict']] credentials_a: The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be identified as access key version. Access key can contain only two access key versions at specific time (defined as credentialsA and credentialsB).
|
|
431
|
+
:param pulumi.Input[Union['CloudAccessKeyCredentialsBArgs', 'CloudAccessKeyCredentialsBArgsDict']] credentials_b: The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be identified as access key version. Access key can contain only two access key versions at specific time (defined as credentialsA and credentialsB).
|
|
462
432
|
:param pulumi.Input[_builtins.int] group_id: The unique identifier assigned to the access control group assigned to the access key
|
|
463
433
|
:param pulumi.Input[Union['CloudAccessKeyNetworkConfigurationArgs', 'CloudAccessKeyNetworkConfigurationArgsDict']] network_configuration: The secure networks that you assigned the access key to during creation
|
|
464
434
|
:param pulumi.Input[_builtins.str] primary_guid: Value of `version_guid` field for credentials marked as primary
|
|
@@ -499,8 +469,7 @@ class CloudAccessKey(pulumi.CustomResource):
|
|
|
499
469
|
@pulumi.getter(name="authenticationMethod")
|
|
500
470
|
def authentication_method(self) -> pulumi.Output[_builtins.str]:
|
|
501
471
|
"""
|
|
502
|
-
The type of cloud provider signing process used to authenticate API requests. Two options are available:
|
|
503
|
-
"AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
472
|
+
The type of cloud provider signing process used to authenticate API requests. Two options are available: "AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
504
473
|
"""
|
|
505
474
|
return pulumi.get(self, "authentication_method")
|
|
506
475
|
|
|
@@ -516,9 +485,7 @@ class CloudAccessKey(pulumi.CustomResource):
|
|
|
516
485
|
@pulumi.getter(name="credentialsA")
|
|
517
486
|
def credentials_a(self) -> pulumi.Output[Optional['outputs.CloudAccessKeyCredentialsA']]:
|
|
518
487
|
"""
|
|
519
|
-
The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be
|
|
520
|
-
identified as access key version. Access key can contain only two access key versions at specific time (defined as
|
|
521
|
-
credentialsA and credentialsB).
|
|
488
|
+
The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be identified as access key version. Access key can contain only two access key versions at specific time (defined as credentialsA and credentialsB).
|
|
522
489
|
"""
|
|
523
490
|
return pulumi.get(self, "credentials_a")
|
|
524
491
|
|
|
@@ -526,9 +493,7 @@ class CloudAccessKey(pulumi.CustomResource):
|
|
|
526
493
|
@pulumi.getter(name="credentialsB")
|
|
527
494
|
def credentials_b(self) -> pulumi.Output[Optional['outputs.CloudAccessKeyCredentialsB']]:
|
|
528
495
|
"""
|
|
529
|
-
The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be
|
|
530
|
-
identified as access key version. Access key can contain only two access key versions at specific time (defined as
|
|
531
|
-
credentialsA and credentialsB).
|
|
496
|
+
The combination of a `cloud_access_key_id` and a `cloud_secret_access_key` used to sign API requests. This pair can be identified as access key version. Access key can contain only two access key versions at specific time (defined as credentialsA and credentialsB).
|
|
532
497
|
"""
|
|
533
498
|
return pulumi.get(self, "credentials_b")
|
|
534
499
|
|
|
@@ -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
|
|
pulumi_akamai/datastream.py
CHANGED
|
@@ -45,8 +45,7 @@ class DatastreamArgs:
|
|
|
45
45
|
The set of arguments for constructing a Datastream resource.
|
|
46
46
|
:param pulumi.Input[_builtins.bool] active: Defining if stream should be active or not
|
|
47
47
|
:param pulumi.Input[_builtins.str] contract_id: Identifies the contract that has access to the product
|
|
48
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] dataset_fields: A list of data set fields selected from the associated template that the stream monitors in logs. The order of the
|
|
49
|
-
identifiers define how the value for these fields appear in the log lines
|
|
48
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] dataset_fields: A list of data set fields selected from the associated template that the stream monitors in logs. The order of the identifiers define how the value for these fields appear in the log lines
|
|
50
49
|
:param pulumi.Input['DatastreamDeliveryConfigurationArgs'] delivery_configuration: Provides information about the configuration related to logs (format, file names, delivery frequency)
|
|
51
50
|
:param pulumi.Input[_builtins.str] group_id: Identifies the group that has access to the product and for which the stream configuration was created
|
|
52
51
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] properties: Identifies the properties monitored in the stream
|
|
@@ -116,8 +115,7 @@ class DatastreamArgs:
|
|
|
116
115
|
@pulumi.getter(name="datasetFields")
|
|
117
116
|
def dataset_fields(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]:
|
|
118
117
|
"""
|
|
119
|
-
A list of data set fields selected from the associated template that the stream monitors in logs. The order of the
|
|
120
|
-
identifiers define how the value for these fields appear in the log lines
|
|
118
|
+
A list of data set fields selected from the associated template that the stream monitors in logs. The order of the identifiers define how the value for these fields appear in the log lines
|
|
121
119
|
"""
|
|
122
120
|
return pulumi.get(self, "dataset_fields")
|
|
123
121
|
|
|
@@ -335,8 +333,7 @@ class _DatastreamState:
|
|
|
335
333
|
:param pulumi.Input[_builtins.str] contract_id: Identifies the contract that has access to the product
|
|
336
334
|
:param pulumi.Input[_builtins.str] created_by: The username who created the stream
|
|
337
335
|
:param pulumi.Input[_builtins.str] created_date: The date and time when the stream was created
|
|
338
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] dataset_fields: A list of data set fields selected from the associated template that the stream monitors in logs. The order of the
|
|
339
|
-
identifiers define how the value for these fields appear in the log lines
|
|
336
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] dataset_fields: A list of data set fields selected from the associated template that the stream monitors in logs. The order of the identifiers define how the value for these fields appear in the log lines
|
|
340
337
|
:param pulumi.Input['DatastreamDeliveryConfigurationArgs'] delivery_configuration: Provides information about the configuration related to logs (format, file names, delivery frequency)
|
|
341
338
|
:param pulumi.Input[_builtins.str] group_id: Identifies the group that has access to the product and for which the stream configuration was created
|
|
342
339
|
:param pulumi.Input[_builtins.int] latest_version: Identifies the latest active configuration version of the stream
|
|
@@ -488,8 +485,7 @@ class _DatastreamState:
|
|
|
488
485
|
@pulumi.getter(name="datasetFields")
|
|
489
486
|
def dataset_fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]]:
|
|
490
487
|
"""
|
|
491
|
-
A list of data set fields selected from the associated template that the stream monitors in logs. The order of the
|
|
492
|
-
identifiers define how the value for these fields appear in the log lines
|
|
488
|
+
A list of data set fields selected from the associated template that the stream monitors in logs. The order of the identifiers define how the value for these fields appear in the log lines
|
|
493
489
|
"""
|
|
494
490
|
return pulumi.get(self, "dataset_fields")
|
|
495
491
|
|
|
@@ -745,8 +741,7 @@ class Datastream(pulumi.CustomResource):
|
|
|
745
741
|
:param pulumi.Input[_builtins.bool] active: Defining if stream should be active or not
|
|
746
742
|
:param pulumi.Input[_builtins.bool] collect_midgress: Identifies if stream needs to collect midgress data
|
|
747
743
|
:param pulumi.Input[_builtins.str] contract_id: Identifies the contract that has access to the product
|
|
748
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] dataset_fields: A list of data set fields selected from the associated template that the stream monitors in logs. The order of the
|
|
749
|
-
identifiers define how the value for these fields appear in the log lines
|
|
744
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] dataset_fields: A list of data set fields selected from the associated template that the stream monitors in logs. The order of the identifiers define how the value for these fields appear in the log lines
|
|
750
745
|
:param pulumi.Input[Union['DatastreamDeliveryConfigurationArgs', 'DatastreamDeliveryConfigurationArgsDict']] delivery_configuration: Provides information about the configuration related to logs (format, file names, delivery frequency)
|
|
751
746
|
:param pulumi.Input[_builtins.str] group_id: Identifies the group that has access to the product and for which the stream configuration was created
|
|
752
747
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notification_emails: List of email addresses where the system sends notifications about activations and deactivations of the stream
|
|
@@ -897,8 +892,7 @@ class Datastream(pulumi.CustomResource):
|
|
|
897
892
|
:param pulumi.Input[_builtins.str] contract_id: Identifies the contract that has access to the product
|
|
898
893
|
:param pulumi.Input[_builtins.str] created_by: The username who created the stream
|
|
899
894
|
:param pulumi.Input[_builtins.str] created_date: The date and time when the stream was created
|
|
900
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] dataset_fields: A list of data set fields selected from the associated template that the stream monitors in logs. The order of the
|
|
901
|
-
identifiers define how the value for these fields appear in the log lines
|
|
895
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] dataset_fields: A list of data set fields selected from the associated template that the stream monitors in logs. The order of the identifiers define how the value for these fields appear in the log lines
|
|
902
896
|
:param pulumi.Input[Union['DatastreamDeliveryConfigurationArgs', 'DatastreamDeliveryConfigurationArgsDict']] delivery_configuration: Provides information about the configuration related to logs (format, file names, delivery frequency)
|
|
903
897
|
:param pulumi.Input[_builtins.str] group_id: Identifies the group that has access to the product and for which the stream configuration was created
|
|
904
898
|
:param pulumi.Input[_builtins.int] latest_version: Identifies the latest active configuration version of the stream
|
|
@@ -999,8 +993,7 @@ class Datastream(pulumi.CustomResource):
|
|
|
999
993
|
@pulumi.getter(name="datasetFields")
|
|
1000
994
|
def dataset_fields(self) -> pulumi.Output[Sequence[_builtins.int]]:
|
|
1001
995
|
"""
|
|
1002
|
-
A list of data set fields selected from the associated template that the stream monitors in logs. The order of the
|
|
1003
|
-
identifiers define how the value for these fields appear in the log lines
|
|
996
|
+
A list of data set fields selected from the associated template that the stream monitors in logs. The order of the identifiers define how the value for these fields appear in the log lines
|
|
1004
997
|
"""
|
|
1005
998
|
return pulumi.get(self, "dataset_fields")
|
|
1006
999
|
|
pulumi_akamai/edge_host_name.py
CHANGED
|
@@ -35,8 +35,7 @@ class EdgeHostNameArgs:
|
|
|
35
35
|
The set of arguments for constructing a EdgeHostName resource.
|
|
36
36
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] status_update_emails: Email address that should receive updates on the IP behavior update request.
|
|
37
37
|
:param pulumi.Input['EdgeHostNameTimeoutsArgs'] timeouts: Enables to set timeout for processing
|
|
38
|
-
:param pulumi.Input[_builtins.int] ttl: The time to live, or number of seconds to keep an edge hostname assigned to a map or target. If not provided default
|
|
39
|
-
value for product is used.
|
|
38
|
+
:param pulumi.Input[_builtins.int] ttl: The time to live, or number of seconds to keep an edge hostname assigned to a map or target. If not provided default value for product is used.
|
|
40
39
|
:param pulumi.Input[_builtins.str] use_cases: A JSON encoded list of use cases
|
|
41
40
|
"""
|
|
42
41
|
pulumi.set(__self__, "contract_id", contract_id)
|
|
@@ -138,8 +137,7 @@ class EdgeHostNameArgs:
|
|
|
138
137
|
@pulumi.getter
|
|
139
138
|
def ttl(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
140
139
|
"""
|
|
141
|
-
The time to live, or number of seconds to keep an edge hostname assigned to a map or target. If not provided default
|
|
142
|
-
value for product is used.
|
|
140
|
+
The time to live, or number of seconds to keep an edge hostname assigned to a map or target. If not provided default value for product is used.
|
|
143
141
|
"""
|
|
144
142
|
return pulumi.get(self, "ttl")
|
|
145
143
|
|
|
@@ -177,8 +175,7 @@ class _EdgeHostNameState:
|
|
|
177
175
|
Input properties used for looking up and filtering EdgeHostName resources.
|
|
178
176
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] status_update_emails: Email address that should receive updates on the IP behavior update request.
|
|
179
177
|
:param pulumi.Input['EdgeHostNameTimeoutsArgs'] timeouts: Enables to set timeout for processing
|
|
180
|
-
:param pulumi.Input[_builtins.int] ttl: The time to live, or number of seconds to keep an edge hostname assigned to a map or target. If not provided default
|
|
181
|
-
value for product is used.
|
|
178
|
+
:param pulumi.Input[_builtins.int] ttl: The time to live, or number of seconds to keep an edge hostname assigned to a map or target. If not provided default value for product is used.
|
|
182
179
|
:param pulumi.Input[_builtins.str] use_cases: A JSON encoded list of use cases
|
|
183
180
|
"""
|
|
184
181
|
if certificate is not None:
|
|
@@ -284,8 +281,7 @@ class _EdgeHostNameState:
|
|
|
284
281
|
@pulumi.getter
|
|
285
282
|
def ttl(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
286
283
|
"""
|
|
287
|
-
The time to live, or number of seconds to keep an edge hostname assigned to a map or target. If not provided default
|
|
288
|
-
value for product is used.
|
|
284
|
+
The time to live, or number of seconds to keep an edge hostname assigned to a map or target. If not provided default value for product is used.
|
|
289
285
|
"""
|
|
290
286
|
return pulumi.get(self, "ttl")
|
|
291
287
|
|
|
@@ -329,8 +325,7 @@ class EdgeHostName(pulumi.CustomResource):
|
|
|
329
325
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
330
326
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] status_update_emails: Email address that should receive updates on the IP behavior update request.
|
|
331
327
|
:param pulumi.Input[Union['EdgeHostNameTimeoutsArgs', 'EdgeHostNameTimeoutsArgsDict']] timeouts: Enables to set timeout for processing
|
|
332
|
-
:param pulumi.Input[_builtins.int] ttl: The time to live, or number of seconds to keep an edge hostname assigned to a map or target. If not provided default
|
|
333
|
-
value for product is used.
|
|
328
|
+
:param pulumi.Input[_builtins.int] ttl: The time to live, or number of seconds to keep an edge hostname assigned to a map or target. If not provided default value for product is used.
|
|
334
329
|
:param pulumi.Input[_builtins.str] use_cases: A JSON encoded list of use cases
|
|
335
330
|
"""
|
|
336
331
|
...
|
|
@@ -424,8 +419,7 @@ class EdgeHostName(pulumi.CustomResource):
|
|
|
424
419
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
425
420
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] status_update_emails: Email address that should receive updates on the IP behavior update request.
|
|
426
421
|
:param pulumi.Input[Union['EdgeHostNameTimeoutsArgs', 'EdgeHostNameTimeoutsArgsDict']] timeouts: Enables to set timeout for processing
|
|
427
|
-
:param pulumi.Input[_builtins.int] ttl: The time to live, or number of seconds to keep an edge hostname assigned to a map or target. If not provided default
|
|
428
|
-
value for product is used.
|
|
422
|
+
:param pulumi.Input[_builtins.int] ttl: The time to live, or number of seconds to keep an edge hostname assigned to a map or target. If not provided default value for product is used.
|
|
429
423
|
:param pulumi.Input[_builtins.str] use_cases: A JSON encoded list of use cases
|
|
430
424
|
"""
|
|
431
425
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -494,8 +488,7 @@ class EdgeHostName(pulumi.CustomResource):
|
|
|
494
488
|
@pulumi.getter
|
|
495
489
|
def ttl(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
496
490
|
"""
|
|
497
|
-
The time to live, or number of seconds to keep an edge hostname assigned to a map or target. If not provided default
|
|
498
|
-
value for product is used.
|
|
491
|
+
The time to live, or number of seconds to keep an edge hostname assigned to a map or target. If not provided default value for product is used.
|
|
499
492
|
"""
|
|
500
493
|
return pulumi.get(self, "ttl")
|
|
501
494
|
|
|
@@ -0,0 +1,97 @@
|
|
|
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
|
+
'GetMtlskeystoreAccountCaCertificatesResult',
|
|
20
|
+
'AwaitableGetMtlskeystoreAccountCaCertificatesResult',
|
|
21
|
+
'get_mtlskeystore_account_ca_certificates',
|
|
22
|
+
'get_mtlskeystore_account_ca_certificates_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetMtlskeystoreAccountCaCertificatesResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getMtlskeystoreAccountCaCertificates.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, certificates=None, id=None, statuses=None):
|
|
31
|
+
if certificates and not isinstance(certificates, list):
|
|
32
|
+
raise TypeError("Expected argument 'certificates' to be a list")
|
|
33
|
+
pulumi.set(__self__, "certificates", certificates)
|
|
34
|
+
if id and not isinstance(id, str):
|
|
35
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "id", id)
|
|
37
|
+
if statuses and not isinstance(statuses, list):
|
|
38
|
+
raise TypeError("Expected argument 'statuses' to be a list")
|
|
39
|
+
pulumi.set(__self__, "statuses", statuses)
|
|
40
|
+
|
|
41
|
+
@_builtins.property
|
|
42
|
+
@pulumi.getter
|
|
43
|
+
def certificates(self) -> Sequence['outputs.GetMtlskeystoreAccountCaCertificatesCertificateResult']:
|
|
44
|
+
return pulumi.get(self, "certificates")
|
|
45
|
+
|
|
46
|
+
@_builtins.property
|
|
47
|
+
@pulumi.getter
|
|
48
|
+
def id(self) -> _builtins.str:
|
|
49
|
+
"""
|
|
50
|
+
The provider-assigned unique ID for this managed resource.
|
|
51
|
+
"""
|
|
52
|
+
return pulumi.get(self, "id")
|
|
53
|
+
|
|
54
|
+
@_builtins.property
|
|
55
|
+
@pulumi.getter
|
|
56
|
+
def statuses(self) -> Optional[Sequence[_builtins.str]]:
|
|
57
|
+
return pulumi.get(self, "statuses")
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
class AwaitableGetMtlskeystoreAccountCaCertificatesResult(GetMtlskeystoreAccountCaCertificatesResult):
|
|
61
|
+
# pylint: disable=using-constant-test
|
|
62
|
+
def __await__(self):
|
|
63
|
+
if False:
|
|
64
|
+
yield self
|
|
65
|
+
return GetMtlskeystoreAccountCaCertificatesResult(
|
|
66
|
+
certificates=self.certificates,
|
|
67
|
+
id=self.id,
|
|
68
|
+
statuses=self.statuses)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
def get_mtlskeystore_account_ca_certificates(statuses: Optional[Sequence[_builtins.str]] = None,
|
|
72
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMtlskeystoreAccountCaCertificatesResult:
|
|
73
|
+
"""
|
|
74
|
+
Use this data source to access information about an existing resource.
|
|
75
|
+
"""
|
|
76
|
+
__args__ = dict()
|
|
77
|
+
__args__['statuses'] = statuses
|
|
78
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
79
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getMtlskeystoreAccountCaCertificates:getMtlskeystoreAccountCaCertificates', __args__, opts=opts, typ=GetMtlskeystoreAccountCaCertificatesResult).value
|
|
80
|
+
|
|
81
|
+
return AwaitableGetMtlskeystoreAccountCaCertificatesResult(
|
|
82
|
+
certificates=pulumi.get(__ret__, 'certificates'),
|
|
83
|
+
id=pulumi.get(__ret__, 'id'),
|
|
84
|
+
statuses=pulumi.get(__ret__, 'statuses'))
|
|
85
|
+
def get_mtlskeystore_account_ca_certificates_output(statuses: Optional[pulumi.Input[Optional[Sequence[_builtins.str]]]] = None,
|
|
86
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMtlskeystoreAccountCaCertificatesResult]:
|
|
87
|
+
"""
|
|
88
|
+
Use this data source to access information about an existing resource.
|
|
89
|
+
"""
|
|
90
|
+
__args__ = dict()
|
|
91
|
+
__args__['statuses'] = statuses
|
|
92
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
93
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getMtlskeystoreAccountCaCertificates:getMtlskeystoreAccountCaCertificates', __args__, opts=opts, typ=GetMtlskeystoreAccountCaCertificatesResult)
|
|
94
|
+
return __ret__.apply(lambda __response__: GetMtlskeystoreAccountCaCertificatesResult(
|
|
95
|
+
certificates=pulumi.get(__response__, 'certificates'),
|
|
96
|
+
id=pulumi.get(__response__, 'id'),
|
|
97
|
+
statuses=pulumi.get(__response__, 'statuses')))
|