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.

Files changed (75) hide show
  1. pulumi_akamai/__init__.py +190 -0
  2. pulumi_akamai/_inputs.py +4025 -396
  3. pulumi_akamai/apidefinitions_activation.py +415 -0
  4. pulumi_akamai/apidefinitions_api.py +368 -0
  5. pulumi_akamai/apidefinitions_resource_operations.py +226 -0
  6. pulumi_akamai/app_sec_ip_geo.py +156 -107
  7. pulumi_akamai/app_sec_siem_settings.py +47 -0
  8. pulumi_akamai/app_sec_slow_post.py +7 -14
  9. pulumi_akamai/appsec_advanced_settings_ase_penalty_box.py +248 -0
  10. pulumi_akamai/appsec_advanced_settings_ja4_fingerprint.py +197 -0
  11. pulumi_akamai/apr_general_settings.py +233 -0
  12. pulumi_akamai/apr_protected_operations.py +281 -0
  13. pulumi_akamai/apr_user_allow_list.py +184 -0
  14. pulumi_akamai/apr_user_risk_response_strategy.py +185 -0
  15. pulumi_akamai/clientlist_list.py +7 -7
  16. pulumi_akamai/cloud_access_key.py +21 -56
  17. pulumi_akamai/cloudcertificates_certificate.py +793 -0
  18. pulumi_akamai/cloudcertificates_upload_signed_certificate.py +516 -0
  19. pulumi_akamai/cloudlets_application_load_balancer.py +7 -21
  20. pulumi_akamai/datastream.py +112 -17
  21. pulumi_akamai/edge_host_name.py +7 -14
  22. pulumi_akamai/get_apidefinitions_api.py +152 -0
  23. pulumi_akamai/get_apidefinitions_openapi.py +115 -0
  24. pulumi_akamai/get_apidefinitions_resource_operations.py +137 -0
  25. pulumi_akamai/get_app_sec_ip_geo.py +40 -28
  26. pulumi_akamai/get_appsec_advanced_settings_ase_penalty_box.py +107 -0
  27. pulumi_akamai/get_appsec_advanced_settings_ja4_fingerprint.py +107 -0
  28. pulumi_akamai/get_appsec_custom_rules_usage.py +134 -0
  29. pulumi_akamai/get_appsec_rapid_rules.py +16 -1
  30. pulumi_akamai/get_apr_general_settings.py +111 -0
  31. pulumi_akamai/get_apr_protected_operations.py +126 -0
  32. pulumi_akamai/get_apr_user_allow_list.py +96 -0
  33. pulumi_akamai/get_apr_user_risk_response_strategy.py +96 -0
  34. pulumi_akamai/get_clientlist_list.py +119 -0
  35. pulumi_akamai/get_clientlist_lists.py +0 -3
  36. pulumi_akamai/get_cloudcertificates_certificate.py +365 -0
  37. pulumi_akamai/get_cloudcertificates_certificates.py +232 -0
  38. pulumi_akamai/get_cloudcertificates_hostname_bindings.py +157 -0
  39. pulumi_akamai/get_dns_record_set.py +16 -16
  40. pulumi_akamai/get_edge_worker.py +5 -1
  41. pulumi_akamai/get_mtlskeystore_account_ca_certificates.py +97 -0
  42. pulumi_akamai/get_mtlskeystore_client_certificate.py +233 -0
  43. pulumi_akamai/get_mtlskeystore_client_certificates.py +82 -0
  44. pulumi_akamai/get_mtlstruststore_ca_set.py +267 -0
  45. pulumi_akamai/get_mtlstruststore_ca_set_activation.py +189 -0
  46. pulumi_akamai/get_mtlstruststore_ca_set_activations.py +172 -0
  47. pulumi_akamai/get_mtlstruststore_ca_set_activities.py +183 -0
  48. pulumi_akamai/get_mtlstruststore_ca_set_associations.py +124 -0
  49. pulumi_akamai/get_mtlstruststore_ca_set_certificates.py +173 -0
  50. pulumi_akamai/get_mtlstruststore_ca_set_versions.py +128 -0
  51. pulumi_akamai/get_mtlstruststore_ca_sets.py +112 -0
  52. pulumi_akamai/get_property_domainownership_domain.py +189 -0
  53. pulumi_akamai/get_property_domainownership_domains.py +82 -0
  54. pulumi_akamai/get_property_domainownership_search_domains.py +87 -0
  55. pulumi_akamai/gtm_domain.py +7 -14
  56. pulumi_akamai/iam_api_client.py +25 -50
  57. pulumi_akamai/imaging_policy_image.py +7 -21
  58. pulumi_akamai/imaging_policy_video.py +7 -21
  59. pulumi_akamai/mtlskeystore_client_certificate_akamai.py +782 -0
  60. pulumi_akamai/mtlskeystore_client_certificate_third_party.py +618 -0
  61. pulumi_akamai/mtlskeystore_client_certificate_upload.py +451 -0
  62. pulumi_akamai/mtlstruststore_ca_set.py +654 -0
  63. pulumi_akamai/mtlstruststore_ca_set_activation.py +394 -0
  64. pulumi_akamai/network_list.py +7 -14
  65. pulumi_akamai/outputs.py +19539 -12627
  66. pulumi_akamai/property.py +7 -14
  67. pulumi_akamai/property_bootstrap.py +7 -14
  68. pulumi_akamai/property_domainownership_domains.py +152 -0
  69. pulumi_akamai/property_domainownership_validation.py +186 -0
  70. pulumi_akamai/property_hostname_bucket.py +35 -63
  71. pulumi_akamai/pulumi-plugin.json +1 -1
  72. {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/METADATA +1 -1
  73. {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/RECORD +75 -29
  74. {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/WHEEL +0 -0
  75. {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,82 @@
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
+ 'GetPropertyDomainownershipDomainsResult',
20
+ 'AwaitableGetPropertyDomainownershipDomainsResult',
21
+ 'get_property_domainownership_domains',
22
+ 'get_property_domainownership_domains_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetPropertyDomainownershipDomainsResult:
27
+ """
28
+ A collection of values returned by getPropertyDomainownershipDomains.
29
+ """
30
+ def __init__(__self__, domains=None, id=None):
31
+ if domains and not isinstance(domains, list):
32
+ raise TypeError("Expected argument 'domains' to be a list")
33
+ pulumi.set(__self__, "domains", domains)
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
+
38
+ @_builtins.property
39
+ @pulumi.getter
40
+ def domains(self) -> Sequence['outputs.GetPropertyDomainownershipDomainsDomainResult']:
41
+ return pulumi.get(self, "domains")
42
+
43
+ @_builtins.property
44
+ @pulumi.getter
45
+ def id(self) -> _builtins.str:
46
+ """
47
+ The provider-assigned unique ID for this managed resource.
48
+ """
49
+ return pulumi.get(self, "id")
50
+
51
+
52
+ class AwaitableGetPropertyDomainownershipDomainsResult(GetPropertyDomainownershipDomainsResult):
53
+ # pylint: disable=using-constant-test
54
+ def __await__(self):
55
+ if False:
56
+ yield self
57
+ return GetPropertyDomainownershipDomainsResult(
58
+ domains=self.domains,
59
+ id=self.id)
60
+
61
+
62
+ def get_property_domainownership_domains(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPropertyDomainownershipDomainsResult:
63
+ """
64
+ Use this data source to access information about an existing resource.
65
+ """
66
+ __args__ = dict()
67
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
68
+ __ret__ = pulumi.runtime.invoke('akamai:index/getPropertyDomainownershipDomains:getPropertyDomainownershipDomains', __args__, opts=opts, typ=GetPropertyDomainownershipDomainsResult).value
69
+
70
+ return AwaitableGetPropertyDomainownershipDomainsResult(
71
+ domains=pulumi.get(__ret__, 'domains'),
72
+ id=pulumi.get(__ret__, 'id'))
73
+ def get_property_domainownership_domains_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPropertyDomainownershipDomainsResult]:
74
+ """
75
+ Use this data source to access information about an existing resource.
76
+ """
77
+ __args__ = dict()
78
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
79
+ __ret__ = pulumi.runtime.invoke_output('akamai:index/getPropertyDomainownershipDomains:getPropertyDomainownershipDomains', __args__, opts=opts, typ=GetPropertyDomainownershipDomainsResult)
80
+ return __ret__.apply(lambda __response__: GetPropertyDomainownershipDomainsResult(
81
+ domains=pulumi.get(__response__, 'domains'),
82
+ id=pulumi.get(__response__, 'id')))
@@ -0,0 +1,87 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins as _builtins
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from . import _utilities
16
+ from . import outputs
17
+ from ._inputs import *
18
+
19
+ __all__ = [
20
+ 'GetPropertyDomainownershipSearchDomainsResult',
21
+ 'AwaitableGetPropertyDomainownershipSearchDomainsResult',
22
+ 'get_property_domainownership_search_domains',
23
+ 'get_property_domainownership_search_domains_output',
24
+ ]
25
+
26
+ @pulumi.output_type
27
+ class GetPropertyDomainownershipSearchDomainsResult:
28
+ """
29
+ A collection of values returned by getPropertyDomainownershipSearchDomains.
30
+ """
31
+ def __init__(__self__, domains=None, id=None):
32
+ if domains and not isinstance(domains, list):
33
+ raise TypeError("Expected argument 'domains' to be a list")
34
+ pulumi.set(__self__, "domains", domains)
35
+ if id and not isinstance(id, str):
36
+ raise TypeError("Expected argument 'id' to be a str")
37
+ pulumi.set(__self__, "id", id)
38
+
39
+ @_builtins.property
40
+ @pulumi.getter
41
+ def domains(self) -> Sequence['outputs.GetPropertyDomainownershipSearchDomainsDomainResult']:
42
+ return pulumi.get(self, "domains")
43
+
44
+ @_builtins.property
45
+ @pulumi.getter
46
+ def id(self) -> _builtins.str:
47
+ """
48
+ The provider-assigned unique ID for this managed resource.
49
+ """
50
+ return pulumi.get(self, "id")
51
+
52
+
53
+ class AwaitableGetPropertyDomainownershipSearchDomainsResult(GetPropertyDomainownershipSearchDomainsResult):
54
+ # pylint: disable=using-constant-test
55
+ def __await__(self):
56
+ if False:
57
+ yield self
58
+ return GetPropertyDomainownershipSearchDomainsResult(
59
+ domains=self.domains,
60
+ id=self.id)
61
+
62
+
63
+ def get_property_domainownership_search_domains(domains: Optional[Sequence[Union['GetPropertyDomainownershipSearchDomainsDomainArgs', 'GetPropertyDomainownershipSearchDomainsDomainArgsDict']]] = None,
64
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPropertyDomainownershipSearchDomainsResult:
65
+ """
66
+ Use this data source to access information about an existing resource.
67
+ """
68
+ __args__ = dict()
69
+ __args__['domains'] = domains
70
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
71
+ __ret__ = pulumi.runtime.invoke('akamai:index/getPropertyDomainownershipSearchDomains:getPropertyDomainownershipSearchDomains', __args__, opts=opts, typ=GetPropertyDomainownershipSearchDomainsResult).value
72
+
73
+ return AwaitableGetPropertyDomainownershipSearchDomainsResult(
74
+ domains=pulumi.get(__ret__, 'domains'),
75
+ id=pulumi.get(__ret__, 'id'))
76
+ def get_property_domainownership_search_domains_output(domains: Optional[pulumi.Input[Sequence[Union['GetPropertyDomainownershipSearchDomainsDomainArgs', 'GetPropertyDomainownershipSearchDomainsDomainArgsDict']]]] = None,
77
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPropertyDomainownershipSearchDomainsResult]:
78
+ """
79
+ Use this data source to access information about an existing resource.
80
+ """
81
+ __args__ = dict()
82
+ __args__['domains'] = domains
83
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
84
+ __ret__ = pulumi.runtime.invoke_output('akamai:index/getPropertyDomainownershipSearchDomains:getPropertyDomainownershipSearchDomains', __args__, opts=opts, typ=GetPropertyDomainownershipSearchDomainsResult)
85
+ return __ret__.apply(lambda __response__: GetPropertyDomainownershipSearchDomainsResult(
86
+ domains=pulumi.get(__response__, 'domains'),
87
+ id=pulumi.get(__response__, 'id')))
@@ -39,8 +39,7 @@ class GtmDomainArgs:
39
39
  """
40
40
  The set of arguments for constructing a GtmDomain resource.
41
41
  :param pulumi.Input[_builtins.bool] sign_and_serve: If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
42
- :param pulumi.Input[_builtins.str] sign_and_serve_algorithm: The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512,
43
- ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
42
+ :param pulumi.Input[_builtins.str] sign_and_serve_algorithm: The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
44
43
  """
45
44
  pulumi.set(__self__, "type", type)
46
45
  if cname_coalescing_enabled is not None:
@@ -218,8 +217,7 @@ class GtmDomainArgs:
218
217
  @pulumi.getter(name="signAndServeAlgorithm")
219
218
  def sign_and_serve_algorithm(self) -> Optional[pulumi.Input[_builtins.str]]:
220
219
  """
221
- The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512,
222
- ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
220
+ The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
223
221
  """
224
222
  return pulumi.get(self, "sign_and_serve_algorithm")
225
223
 
@@ -279,8 +277,7 @@ class _GtmDomainState:
279
277
  """
280
278
  Input properties used for looking up and filtering GtmDomain resources.
281
279
  :param pulumi.Input[_builtins.bool] sign_and_serve: If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
282
- :param pulumi.Input[_builtins.str] sign_and_serve_algorithm: The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512,
283
- ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
280
+ :param pulumi.Input[_builtins.str] sign_and_serve_algorithm: The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
284
281
  """
285
282
  if cname_coalescing_enabled is not None:
286
283
  pulumi.set(__self__, "cname_coalescing_enabled", cname_coalescing_enabled)
@@ -659,8 +656,7 @@ class _GtmDomainState:
659
656
  @pulumi.getter(name="signAndServeAlgorithm")
660
657
  def sign_and_serve_algorithm(self) -> Optional[pulumi.Input[_builtins.str]]:
661
658
  """
662
- The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512,
663
- ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
659
+ The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
664
660
  """
665
661
  return pulumi.get(self, "sign_and_serve_algorithm")
666
662
 
@@ -716,8 +712,7 @@ class GtmDomain(pulumi.CustomResource):
716
712
  :param str resource_name: The name of the resource.
717
713
  :param pulumi.ResourceOptions opts: Options for the resource.
718
714
  :param pulumi.Input[_builtins.bool] sign_and_serve: If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
719
- :param pulumi.Input[_builtins.str] sign_and_serve_algorithm: The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512,
720
- ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
715
+ :param pulumi.Input[_builtins.str] sign_and_serve_algorithm: The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
721
716
  """
722
717
  ...
723
718
  @overload
@@ -862,8 +857,7 @@ class GtmDomain(pulumi.CustomResource):
862
857
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
863
858
  :param pulumi.ResourceOptions opts: Options for the resource.
864
859
  :param pulumi.Input[_builtins.bool] sign_and_serve: If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
865
- :param pulumi.Input[_builtins.str] sign_and_serve_algorithm: The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512,
866
- ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
860
+ :param pulumi.Input[_builtins.str] sign_and_serve_algorithm: The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
867
861
  """
868
862
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
869
863
 
@@ -1079,8 +1073,7 @@ class GtmDomain(pulumi.CustomResource):
1079
1073
  @pulumi.getter(name="signAndServeAlgorithm")
1080
1074
  def sign_and_serve_algorithm(self) -> pulumi.Output[Optional[_builtins.str]]:
1081
1075
  """
1082
- The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512,
1083
- ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
1076
+ The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
1084
1077
  """
1085
1078
  return pulumi.get(self, "sign_and_serve_algorithm")
1086
1079
 
@@ -37,11 +37,9 @@ class IamApiClientArgs:
37
37
  """
38
38
  The set of arguments for constructing a IamApiClient resource.
39
39
  :param pulumi.Input['IamApiClientApiAccessArgs'] api_access: The APIs the API client can access.
40
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single
41
- username in an array.
40
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single username in an array.
42
41
  :param pulumi.Input[_builtins.str] client_name: A human-readable name for the API client.
43
- :param pulumi.Input[_builtins.str] client_type: Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the
44
- credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
42
+ :param pulumi.Input[_builtins.str] client_type: Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
45
43
  :param pulumi.Input['IamApiClientGroupAccessArgs'] group_access: Specifies the API client's group access.
46
44
  :param pulumi.Input[_builtins.bool] allow_account_switch: Enables the API client to manage more than one account.
47
45
  :param pulumi.Input[_builtins.bool] can_auto_create_credential: Whether the API client can create a credential for a new API client. The default is false.
@@ -49,8 +47,7 @@ class IamApiClientArgs:
49
47
  :param pulumi.Input['IamApiClientIpAclArgs'] ip_acl: Specifies the API client's IP list restriction.
50
48
  :param pulumi.Input[_builtins.bool] lock: Whether to lock or unlock the API client.
51
49
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notification_emails: Email addresses to notify users when credentials expire.
52
- :param pulumi.Input['IamApiClientPurgeOptionsArgs'] purge_options: Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name`
53
- of `CCU API`.
50
+ :param pulumi.Input['IamApiClientPurgeOptionsArgs'] purge_options: Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name` of `CCU API`.
54
51
  """
55
52
  pulumi.set(__self__, "api_access", api_access)
56
53
  pulumi.set(__self__, "authorized_users", authorized_users)
@@ -89,8 +86,7 @@ class IamApiClientArgs:
89
86
  @pulumi.getter(name="authorizedUsers")
90
87
  def authorized_users(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
91
88
  """
92
- The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single
93
- username in an array.
89
+ The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single username in an array.
94
90
  """
95
91
  return pulumi.get(self, "authorized_users")
96
92
 
@@ -114,8 +110,7 @@ class IamApiClientArgs:
114
110
  @pulumi.getter(name="clientType")
115
111
  def client_type(self) -> pulumi.Input[_builtins.str]:
116
112
  """
117
- Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the
118
- credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
113
+ Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
119
114
  """
120
115
  return pulumi.get(self, "client_type")
121
116
 
@@ -220,8 +215,7 @@ class IamApiClientArgs:
220
215
  @pulumi.getter(name="purgeOptions")
221
216
  def purge_options(self) -> Optional[pulumi.Input['IamApiClientPurgeOptionsArgs']]:
222
217
  """
223
- Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name`
224
- of `CCU API`.
218
+ Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name` of `CCU API`.
225
219
  """
226
220
  return pulumi.get(self, "purge_options")
227
221
 
@@ -257,27 +251,23 @@ class _IamApiClientState:
257
251
  Input properties used for looking up and filtering IamApiClient resources.
258
252
  :param pulumi.Input[_builtins.str] access_token: The part of the client secret that identifies your API client and lets you access applications and resources.
259
253
  :param pulumi.Input['IamApiClientActionsArgs'] actions: Specifies activities available for the API client.
260
- :param pulumi.Input[_builtins.int] active_credential_count: The number of credentials active for the API client. When the count is zero, you can delete the API client without
261
- interruption.
254
+ :param pulumi.Input[_builtins.int] active_credential_count: The number of credentials active for the API client. When the count is zero, you can delete the API client without interruption.
262
255
  :param pulumi.Input[_builtins.bool] allow_account_switch: Enables the API client to manage more than one account.
263
256
  :param pulumi.Input['IamApiClientApiAccessArgs'] api_access: The APIs the API client can access.
264
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single
265
- username in an array.
257
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single username in an array.
266
258
  :param pulumi.Input[_builtins.str] base_url: The base URL for the service.
267
259
  :param pulumi.Input[_builtins.bool] can_auto_create_credential: Whether the API client can create a credential for a new API client. The default is false.
268
260
  :param pulumi.Input[_builtins.str] client_description: A human-readable description of the API client.
269
261
  :param pulumi.Input[_builtins.str] client_id: A unique identifier for the API client.
270
262
  :param pulumi.Input[_builtins.str] client_name: A human-readable name for the API client.
271
- :param pulumi.Input[_builtins.str] client_type: Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the
272
- credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
263
+ :param pulumi.Input[_builtins.str] client_type: Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
273
264
  :param pulumi.Input[_builtins.str] created_by: The user who created the API client.
274
265
  :param pulumi.Input[_builtins.str] created_date: The ISO 8601 timestamp indicating when the API client was created.
275
266
  :param pulumi.Input['IamApiClientGroupAccessArgs'] group_access: Specifies the API client's group access.
276
267
  :param pulumi.Input['IamApiClientIpAclArgs'] ip_acl: Specifies the API client's IP list restriction.
277
268
  :param pulumi.Input[_builtins.bool] lock: Whether to lock or unlock the API client.
278
269
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notification_emails: Email addresses to notify users when credentials expire.
279
- :param pulumi.Input['IamApiClientPurgeOptionsArgs'] purge_options: Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name`
280
- of `CCU API`.
270
+ :param pulumi.Input['IamApiClientPurgeOptionsArgs'] purge_options: Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name` of `CCU API`.
281
271
  """
282
272
  if access_token is not None:
283
273
  pulumi.set(__self__, "access_token", access_token)
@@ -348,8 +338,7 @@ class _IamApiClientState:
348
338
  @pulumi.getter(name="activeCredentialCount")
349
339
  def active_credential_count(self) -> Optional[pulumi.Input[_builtins.int]]:
350
340
  """
351
- The number of credentials active for the API client. When the count is zero, you can delete the API client without
352
- interruption.
341
+ The number of credentials active for the API client. When the count is zero, you can delete the API client without interruption.
353
342
  """
354
343
  return pulumi.get(self, "active_credential_count")
355
344
 
@@ -385,8 +374,7 @@ class _IamApiClientState:
385
374
  @pulumi.getter(name="authorizedUsers")
386
375
  def authorized_users(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
387
376
  """
388
- The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single
389
- username in an array.
377
+ The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single username in an array.
390
378
  """
391
379
  return pulumi.get(self, "authorized_users")
392
380
 
@@ -458,8 +446,7 @@ class _IamApiClientState:
458
446
  @pulumi.getter(name="clientType")
459
447
  def client_type(self) -> Optional[pulumi.Input[_builtins.str]]:
460
448
  """
461
- Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the
462
- credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
449
+ Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
463
450
  """
464
451
  return pulumi.get(self, "client_type")
465
452
 
@@ -552,8 +539,7 @@ class _IamApiClientState:
552
539
  @pulumi.getter(name="purgeOptions")
553
540
  def purge_options(self) -> Optional[pulumi.Input['IamApiClientPurgeOptionsArgs']]:
554
541
  """
555
- Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name`
556
- of `CCU API`.
542
+ Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name` of `CCU API`.
557
543
  """
558
544
  return pulumi.get(self, "purge_options")
559
545
 
@@ -588,19 +574,16 @@ class IamApiClient(pulumi.CustomResource):
588
574
  :param pulumi.ResourceOptions opts: Options for the resource.
589
575
  :param pulumi.Input[_builtins.bool] allow_account_switch: Enables the API client to manage more than one account.
590
576
  :param pulumi.Input[Union['IamApiClientApiAccessArgs', 'IamApiClientApiAccessArgsDict']] api_access: The APIs the API client can access.
591
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single
592
- username in an array.
577
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single username in an array.
593
578
  :param pulumi.Input[_builtins.bool] can_auto_create_credential: Whether the API client can create a credential for a new API client. The default is false.
594
579
  :param pulumi.Input[_builtins.str] client_description: A human-readable description of the API client.
595
580
  :param pulumi.Input[_builtins.str] client_name: A human-readable name for the API client.
596
- :param pulumi.Input[_builtins.str] client_type: Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the
597
- credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
581
+ :param pulumi.Input[_builtins.str] client_type: Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
598
582
  :param pulumi.Input[Union['IamApiClientGroupAccessArgs', 'IamApiClientGroupAccessArgsDict']] group_access: Specifies the API client's group access.
599
583
  :param pulumi.Input[Union['IamApiClientIpAclArgs', 'IamApiClientIpAclArgsDict']] ip_acl: Specifies the API client's IP list restriction.
600
584
  :param pulumi.Input[_builtins.bool] lock: Whether to lock or unlock the API client.
601
585
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notification_emails: Email addresses to notify users when credentials expire.
602
- :param pulumi.Input[Union['IamApiClientPurgeOptionsArgs', 'IamApiClientPurgeOptionsArgsDict']] purge_options: Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name`
603
- of `CCU API`.
586
+ :param pulumi.Input[Union['IamApiClientPurgeOptionsArgs', 'IamApiClientPurgeOptionsArgsDict']] purge_options: Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name` of `CCU API`.
604
587
  """
605
588
  ...
606
589
  @overload
@@ -720,27 +703,23 @@ class IamApiClient(pulumi.CustomResource):
720
703
  :param pulumi.ResourceOptions opts: Options for the resource.
721
704
  :param pulumi.Input[_builtins.str] access_token: The part of the client secret that identifies your API client and lets you access applications and resources.
722
705
  :param pulumi.Input[Union['IamApiClientActionsArgs', 'IamApiClientActionsArgsDict']] actions: Specifies activities available for the API client.
723
- :param pulumi.Input[_builtins.int] active_credential_count: The number of credentials active for the API client. When the count is zero, you can delete the API client without
724
- interruption.
706
+ :param pulumi.Input[_builtins.int] active_credential_count: The number of credentials active for the API client. When the count is zero, you can delete the API client without interruption.
725
707
  :param pulumi.Input[_builtins.bool] allow_account_switch: Enables the API client to manage more than one account.
726
708
  :param pulumi.Input[Union['IamApiClientApiAccessArgs', 'IamApiClientApiAccessArgsDict']] api_access: The APIs the API client can access.
727
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single
728
- username in an array.
709
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single username in an array.
729
710
  :param pulumi.Input[_builtins.str] base_url: The base URL for the service.
730
711
  :param pulumi.Input[_builtins.bool] can_auto_create_credential: Whether the API client can create a credential for a new API client. The default is false.
731
712
  :param pulumi.Input[_builtins.str] client_description: A human-readable description of the API client.
732
713
  :param pulumi.Input[_builtins.str] client_id: A unique identifier for the API client.
733
714
  :param pulumi.Input[_builtins.str] client_name: A human-readable name for the API client.
734
- :param pulumi.Input[_builtins.str] client_type: Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the
735
- credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
715
+ :param pulumi.Input[_builtins.str] client_type: Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
736
716
  :param pulumi.Input[_builtins.str] created_by: The user who created the API client.
737
717
  :param pulumi.Input[_builtins.str] created_date: The ISO 8601 timestamp indicating when the API client was created.
738
718
  :param pulumi.Input[Union['IamApiClientGroupAccessArgs', 'IamApiClientGroupAccessArgsDict']] group_access: Specifies the API client's group access.
739
719
  :param pulumi.Input[Union['IamApiClientIpAclArgs', 'IamApiClientIpAclArgsDict']] ip_acl: Specifies the API client's IP list restriction.
740
720
  :param pulumi.Input[_builtins.bool] lock: Whether to lock or unlock the API client.
741
721
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notification_emails: Email addresses to notify users when credentials expire.
742
- :param pulumi.Input[Union['IamApiClientPurgeOptionsArgs', 'IamApiClientPurgeOptionsArgsDict']] purge_options: Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name`
743
- of `CCU API`.
722
+ :param pulumi.Input[Union['IamApiClientPurgeOptionsArgs', 'IamApiClientPurgeOptionsArgsDict']] purge_options: Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name` of `CCU API`.
744
723
  """
745
724
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
746
725
 
@@ -788,8 +767,7 @@ class IamApiClient(pulumi.CustomResource):
788
767
  @pulumi.getter(name="activeCredentialCount")
789
768
  def active_credential_count(self) -> pulumi.Output[_builtins.int]:
790
769
  """
791
- The number of credentials active for the API client. When the count is zero, you can delete the API client without
792
- interruption.
770
+ The number of credentials active for the API client. When the count is zero, you can delete the API client without interruption.
793
771
  """
794
772
  return pulumi.get(self, "active_credential_count")
795
773
 
@@ -813,8 +791,7 @@ class IamApiClient(pulumi.CustomResource):
813
791
  @pulumi.getter(name="authorizedUsers")
814
792
  def authorized_users(self) -> pulumi.Output[Sequence[_builtins.str]]:
815
793
  """
816
- The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single
817
- username in an array.
794
+ The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single username in an array.
818
795
  """
819
796
  return pulumi.get(self, "authorized_users")
820
797
 
@@ -862,8 +839,7 @@ class IamApiClient(pulumi.CustomResource):
862
839
  @pulumi.getter(name="clientType")
863
840
  def client_type(self) -> pulumi.Output[_builtins.str]:
864
841
  """
865
- Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the
866
- credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
842
+ Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
867
843
  """
868
844
  return pulumi.get(self, "client_type")
869
845
 
@@ -924,8 +900,7 @@ class IamApiClient(pulumi.CustomResource):
924
900
  @pulumi.getter(name="purgeOptions")
925
901
  def purge_options(self) -> pulumi.Output[Optional['outputs.IamApiClientPurgeOptions']]:
926
902
  """
927
- Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name`
928
- of `CCU API`.
903
+ Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name` of `CCU API`.
929
904
  """
930
905
  return pulumi.get(self, "purge_options")
931
906
 
@@ -30,9 +30,7 @@ class ImagingPolicyImageArgs:
30
30
  :param pulumi.Input[_builtins.str] json: A JSON encoded policy
31
31
  :param pulumi.Input[_builtins.str] policy_id: Unique identifier for a Policy. It is not possible to modify the id of the policy.
32
32
  :param pulumi.Input[_builtins.str] policyset_id: Unique identifier for the Image & Video Manager Policy Set.
33
- :param pulumi.Input[_builtins.bool] activate_on_production: With this flag set to false, the user can perform modifications on staging without affecting the version already saved
34
- to production. With this flag set to true, the policy will be saved on the production network. It is possible to change
35
- it back to false only when there are any changes to the policy qualifying it for the new version.
33
+ :param pulumi.Input[_builtins.bool] activate_on_production: With this flag set to false, the user can perform modifications on staging without affecting the version already saved to production. With this flag set to true, the policy will be saved on the production network. It is possible to change it back to false only when there are any changes to the policy qualifying it for the new version.
36
34
  """
37
35
  pulumi.set(__self__, "contract_id", contract_id)
38
36
  pulumi.set(__self__, "json", json)
@@ -93,9 +91,7 @@ class ImagingPolicyImageArgs:
93
91
  @pulumi.getter(name="activateOnProduction")
94
92
  def activate_on_production(self) -> Optional[pulumi.Input[_builtins.bool]]:
95
93
  """
96
- With this flag set to false, the user can perform modifications on staging without affecting the version already saved
97
- to production. With this flag set to true, the policy will be saved on the production network. It is possible to change
98
- it back to false only when there are any changes to the policy qualifying it for the new version.
94
+ With this flag set to false, the user can perform modifications on staging without affecting the version already saved to production. With this flag set to true, the policy will be saved on the production network. It is possible to change it back to false only when there are any changes to the policy qualifying it for the new version.
99
95
  """
100
96
  return pulumi.get(self, "activate_on_production")
101
97
 
@@ -115,9 +111,7 @@ class _ImagingPolicyImageState:
115
111
  version: Optional[pulumi.Input[_builtins.int]] = None):
116
112
  """
117
113
  Input properties used for looking up and filtering ImagingPolicyImage resources.
118
- :param pulumi.Input[_builtins.bool] activate_on_production: With this flag set to false, the user can perform modifications on staging without affecting the version already saved
119
- to production. With this flag set to true, the policy will be saved on the production network. It is possible to change
120
- it back to false only when there are any changes to the policy qualifying it for the new version.
114
+ :param pulumi.Input[_builtins.bool] activate_on_production: With this flag set to false, the user can perform modifications on staging without affecting the version already saved to production. With this flag set to true, the policy will be saved on the production network. It is possible to change it back to false only when there are any changes to the policy qualifying it for the new version.
121
115
  :param pulumi.Input[_builtins.str] contract_id: Unique identifier for the Akamai Contract containing the Policy Set(s)
122
116
  :param pulumi.Input[_builtins.str] json: A JSON encoded policy
123
117
  :param pulumi.Input[_builtins.str] policy_id: Unique identifier for a Policy. It is not possible to modify the id of the policy.
@@ -141,9 +135,7 @@ class _ImagingPolicyImageState:
141
135
  @pulumi.getter(name="activateOnProduction")
142
136
  def activate_on_production(self) -> Optional[pulumi.Input[_builtins.bool]]:
143
137
  """
144
- With this flag set to false, the user can perform modifications on staging without affecting the version already saved
145
- to production. With this flag set to true, the policy will be saved on the production network. It is possible to change
146
- it back to false only when there are any changes to the policy qualifying it for the new version.
138
+ With this flag set to false, the user can perform modifications on staging without affecting the version already saved to production. With this flag set to true, the policy will be saved on the production network. It is possible to change it back to false only when there are any changes to the policy qualifying it for the new version.
147
139
  """
148
140
  return pulumi.get(self, "activate_on_production")
149
141
 
@@ -228,9 +220,7 @@ class ImagingPolicyImage(pulumi.CustomResource):
228
220
  Create a ImagingPolicyImage resource with the given unique name, props, and options.
229
221
  :param str resource_name: The name of the resource.
230
222
  :param pulumi.ResourceOptions opts: Options for the resource.
231
- :param pulumi.Input[_builtins.bool] activate_on_production: With this flag set to false, the user can perform modifications on staging without affecting the version already saved
232
- to production. With this flag set to true, the policy will be saved on the production network. It is possible to change
233
- it back to false only when there are any changes to the policy qualifying it for the new version.
223
+ :param pulumi.Input[_builtins.bool] activate_on_production: With this flag set to false, the user can perform modifications on staging without affecting the version already saved to production. With this flag set to true, the policy will be saved on the production network. It is possible to change it back to false only when there are any changes to the policy qualifying it for the new version.
234
224
  :param pulumi.Input[_builtins.str] contract_id: Unique identifier for the Akamai Contract containing the Policy Set(s)
235
225
  :param pulumi.Input[_builtins.str] json: A JSON encoded policy
236
226
  :param pulumi.Input[_builtins.str] policy_id: Unique identifier for a Policy. It is not possible to modify the id of the policy.
@@ -310,9 +300,7 @@ class ImagingPolicyImage(pulumi.CustomResource):
310
300
  :param str resource_name: The unique name of the resulting resource.
311
301
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
312
302
  :param pulumi.ResourceOptions opts: Options for the resource.
313
- :param pulumi.Input[_builtins.bool] activate_on_production: With this flag set to false, the user can perform modifications on staging without affecting the version already saved
314
- to production. With this flag set to true, the policy will be saved on the production network. It is possible to change
315
- it back to false only when there are any changes to the policy qualifying it for the new version.
303
+ :param pulumi.Input[_builtins.bool] activate_on_production: With this flag set to false, the user can perform modifications on staging without affecting the version already saved to production. With this flag set to true, the policy will be saved on the production network. It is possible to change it back to false only when there are any changes to the policy qualifying it for the new version.
316
304
  :param pulumi.Input[_builtins.str] contract_id: Unique identifier for the Akamai Contract containing the Policy Set(s)
317
305
  :param pulumi.Input[_builtins.str] json: A JSON encoded policy
318
306
  :param pulumi.Input[_builtins.str] policy_id: Unique identifier for a Policy. It is not possible to modify the id of the policy.
@@ -335,9 +323,7 @@ class ImagingPolicyImage(pulumi.CustomResource):
335
323
  @pulumi.getter(name="activateOnProduction")
336
324
  def activate_on_production(self) -> pulumi.Output[Optional[_builtins.bool]]:
337
325
  """
338
- With this flag set to false, the user can perform modifications on staging without affecting the version already saved
339
- to production. With this flag set to true, the policy will be saved on the production network. It is possible to change
340
- it back to false only when there are any changes to the policy qualifying it for the new version.
326
+ With this flag set to false, the user can perform modifications on staging without affecting the version already saved to production. With this flag set to true, the policy will be saved on the production network. It is possible to change it back to false only when there are any changes to the policy qualifying it for the new version.
341
327
  """
342
328
  return pulumi.get(self, "activate_on_production")
343
329
 
@@ -30,9 +30,7 @@ class ImagingPolicyVideoArgs:
30
30
  :param pulumi.Input[_builtins.str] json: A JSON encoded policy
31
31
  :param pulumi.Input[_builtins.str] policy_id: Unique identifier for a Policy. It is not possible to modify the id of the policy.
32
32
  :param pulumi.Input[_builtins.str] policyset_id: Unique identifier for the Image & Video Manager Policy Set.
33
- :param pulumi.Input[_builtins.bool] activate_on_production: With this flag set to false, the user can perform modifications on staging without affecting the version already saved
34
- to production. With this flag set to true, the policy will be saved on the production network. It is possible to change
35
- it back to false only when there are any changes to the policy qualifying it for the new version.
33
+ :param pulumi.Input[_builtins.bool] activate_on_production: With this flag set to false, the user can perform modifications on staging without affecting the version already saved to production. With this flag set to true, the policy will be saved on the production network. It is possible to change it back to false only when there are any changes to the policy qualifying it for the new version.
36
34
  """
37
35
  pulumi.set(__self__, "contract_id", contract_id)
38
36
  pulumi.set(__self__, "json", json)
@@ -93,9 +91,7 @@ class ImagingPolicyVideoArgs:
93
91
  @pulumi.getter(name="activateOnProduction")
94
92
  def activate_on_production(self) -> Optional[pulumi.Input[_builtins.bool]]:
95
93
  """
96
- With this flag set to false, the user can perform modifications on staging without affecting the version already saved
97
- to production. With this flag set to true, the policy will be saved on the production network. It is possible to change
98
- it back to false only when there are any changes to the policy qualifying it for the new version.
94
+ With this flag set to false, the user can perform modifications on staging without affecting the version already saved to production. With this flag set to true, the policy will be saved on the production network. It is possible to change it back to false only when there are any changes to the policy qualifying it for the new version.
99
95
  """
100
96
  return pulumi.get(self, "activate_on_production")
101
97
 
@@ -115,9 +111,7 @@ class _ImagingPolicyVideoState:
115
111
  version: Optional[pulumi.Input[_builtins.int]] = None):
116
112
  """
117
113
  Input properties used for looking up and filtering ImagingPolicyVideo resources.
118
- :param pulumi.Input[_builtins.bool] activate_on_production: With this flag set to false, the user can perform modifications on staging without affecting the version already saved
119
- to production. With this flag set to true, the policy will be saved on the production network. It is possible to change
120
- it back to false only when there are any changes to the policy qualifying it for the new version.
114
+ :param pulumi.Input[_builtins.bool] activate_on_production: With this flag set to false, the user can perform modifications on staging without affecting the version already saved to production. With this flag set to true, the policy will be saved on the production network. It is possible to change it back to false only when there are any changes to the policy qualifying it for the new version.
121
115
  :param pulumi.Input[_builtins.str] contract_id: Unique identifier for the Akamai Contract containing the Policy Set(s)
122
116
  :param pulumi.Input[_builtins.str] json: A JSON encoded policy
123
117
  :param pulumi.Input[_builtins.str] policy_id: Unique identifier for a Policy. It is not possible to modify the id of the policy.
@@ -141,9 +135,7 @@ class _ImagingPolicyVideoState:
141
135
  @pulumi.getter(name="activateOnProduction")
142
136
  def activate_on_production(self) -> Optional[pulumi.Input[_builtins.bool]]:
143
137
  """
144
- With this flag set to false, the user can perform modifications on staging without affecting the version already saved
145
- to production. With this flag set to true, the policy will be saved on the production network. It is possible to change
146
- it back to false only when there are any changes to the policy qualifying it for the new version.
138
+ With this flag set to false, the user can perform modifications on staging without affecting the version already saved to production. With this flag set to true, the policy will be saved on the production network. It is possible to change it back to false only when there are any changes to the policy qualifying it for the new version.
147
139
  """
148
140
  return pulumi.get(self, "activate_on_production")
149
141
 
@@ -228,9 +220,7 @@ class ImagingPolicyVideo(pulumi.CustomResource):
228
220
  Create a ImagingPolicyVideo resource with the given unique name, props, and options.
229
221
  :param str resource_name: The name of the resource.
230
222
  :param pulumi.ResourceOptions opts: Options for the resource.
231
- :param pulumi.Input[_builtins.bool] activate_on_production: With this flag set to false, the user can perform modifications on staging without affecting the version already saved
232
- to production. With this flag set to true, the policy will be saved on the production network. It is possible to change
233
- it back to false only when there are any changes to the policy qualifying it for the new version.
223
+ :param pulumi.Input[_builtins.bool] activate_on_production: With this flag set to false, the user can perform modifications on staging without affecting the version already saved to production. With this flag set to true, the policy will be saved on the production network. It is possible to change it back to false only when there are any changes to the policy qualifying it for the new version.
234
224
  :param pulumi.Input[_builtins.str] contract_id: Unique identifier for the Akamai Contract containing the Policy Set(s)
235
225
  :param pulumi.Input[_builtins.str] json: A JSON encoded policy
236
226
  :param pulumi.Input[_builtins.str] policy_id: Unique identifier for a Policy. It is not possible to modify the id of the policy.
@@ -310,9 +300,7 @@ class ImagingPolicyVideo(pulumi.CustomResource):
310
300
  :param str resource_name: The unique name of the resulting resource.
311
301
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
312
302
  :param pulumi.ResourceOptions opts: Options for the resource.
313
- :param pulumi.Input[_builtins.bool] activate_on_production: With this flag set to false, the user can perform modifications on staging without affecting the version already saved
314
- to production. With this flag set to true, the policy will be saved on the production network. It is possible to change
315
- it back to false only when there are any changes to the policy qualifying it for the new version.
303
+ :param pulumi.Input[_builtins.bool] activate_on_production: With this flag set to false, the user can perform modifications on staging without affecting the version already saved to production. With this flag set to true, the policy will be saved on the production network. It is possible to change it back to false only when there are any changes to the policy qualifying it for the new version.
316
304
  :param pulumi.Input[_builtins.str] contract_id: Unique identifier for the Akamai Contract containing the Policy Set(s)
317
305
  :param pulumi.Input[_builtins.str] json: A JSON encoded policy
318
306
  :param pulumi.Input[_builtins.str] policy_id: Unique identifier for a Policy. It is not possible to modify the id of the policy.
@@ -335,9 +323,7 @@ class ImagingPolicyVideo(pulumi.CustomResource):
335
323
  @pulumi.getter(name="activateOnProduction")
336
324
  def activate_on_production(self) -> pulumi.Output[Optional[_builtins.bool]]:
337
325
  """
338
- With this flag set to false, the user can perform modifications on staging without affecting the version already saved
339
- to production. With this flag set to true, the policy will be saved on the production network. It is possible to change
340
- it back to false only when there are any changes to the policy qualifying it for the new version.
326
+ With this flag set to false, the user can perform modifications on staging without affecting the version already saved to production. With this flag set to true, the policy will be saved on the production network. It is possible to change it back to false only when there are any changes to the policy qualifying it for the new version.
341
327
  """
342
328
  return pulumi.get(self, "activate_on_production")
343
329