pulumi-akamai 9.1.0a1754716222__py3-none-any.whl → 10.3.0a1766467020__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-akamai might be problematic. Click here for more details.
- pulumi_akamai/__init__.py +190 -0
- pulumi_akamai/_inputs.py +4025 -396
- pulumi_akamai/apidefinitions_activation.py +415 -0
- pulumi_akamai/apidefinitions_api.py +368 -0
- pulumi_akamai/apidefinitions_resource_operations.py +226 -0
- pulumi_akamai/app_sec_ip_geo.py +156 -107
- pulumi_akamai/app_sec_siem_settings.py +47 -0
- pulumi_akamai/app_sec_slow_post.py +7 -14
- pulumi_akamai/appsec_advanced_settings_ase_penalty_box.py +248 -0
- pulumi_akamai/appsec_advanced_settings_ja4_fingerprint.py +197 -0
- pulumi_akamai/apr_general_settings.py +233 -0
- pulumi_akamai/apr_protected_operations.py +281 -0
- pulumi_akamai/apr_user_allow_list.py +184 -0
- pulumi_akamai/apr_user_risk_response_strategy.py +185 -0
- pulumi_akamai/clientlist_list.py +7 -7
- pulumi_akamai/cloud_access_key.py +21 -56
- pulumi_akamai/cloudcertificates_certificate.py +793 -0
- pulumi_akamai/cloudcertificates_upload_signed_certificate.py +516 -0
- pulumi_akamai/cloudlets_application_load_balancer.py +7 -21
- pulumi_akamai/datastream.py +112 -17
- pulumi_akamai/edge_host_name.py +7 -14
- pulumi_akamai/get_apidefinitions_api.py +152 -0
- pulumi_akamai/get_apidefinitions_openapi.py +115 -0
- pulumi_akamai/get_apidefinitions_resource_operations.py +137 -0
- pulumi_akamai/get_app_sec_ip_geo.py +40 -28
- pulumi_akamai/get_appsec_advanced_settings_ase_penalty_box.py +107 -0
- pulumi_akamai/get_appsec_advanced_settings_ja4_fingerprint.py +107 -0
- pulumi_akamai/get_appsec_custom_rules_usage.py +134 -0
- pulumi_akamai/get_appsec_rapid_rules.py +16 -1
- pulumi_akamai/get_apr_general_settings.py +111 -0
- pulumi_akamai/get_apr_protected_operations.py +126 -0
- pulumi_akamai/get_apr_user_allow_list.py +96 -0
- pulumi_akamai/get_apr_user_risk_response_strategy.py +96 -0
- pulumi_akamai/get_clientlist_list.py +119 -0
- pulumi_akamai/get_clientlist_lists.py +0 -3
- pulumi_akamai/get_cloudcertificates_certificate.py +365 -0
- pulumi_akamai/get_cloudcertificates_certificates.py +232 -0
- pulumi_akamai/get_cloudcertificates_hostname_bindings.py +157 -0
- pulumi_akamai/get_dns_record_set.py +16 -16
- pulumi_akamai/get_edge_worker.py +5 -1
- pulumi_akamai/get_mtlskeystore_account_ca_certificates.py +97 -0
- pulumi_akamai/get_mtlskeystore_client_certificate.py +233 -0
- pulumi_akamai/get_mtlskeystore_client_certificates.py +82 -0
- pulumi_akamai/get_mtlstruststore_ca_set.py +267 -0
- pulumi_akamai/get_mtlstruststore_ca_set_activation.py +189 -0
- pulumi_akamai/get_mtlstruststore_ca_set_activations.py +172 -0
- pulumi_akamai/get_mtlstruststore_ca_set_activities.py +183 -0
- pulumi_akamai/get_mtlstruststore_ca_set_associations.py +124 -0
- pulumi_akamai/get_mtlstruststore_ca_set_certificates.py +173 -0
- pulumi_akamai/get_mtlstruststore_ca_set_versions.py +128 -0
- pulumi_akamai/get_mtlstruststore_ca_sets.py +112 -0
- pulumi_akamai/get_property_domainownership_domain.py +189 -0
- pulumi_akamai/get_property_domainownership_domains.py +82 -0
- pulumi_akamai/get_property_domainownership_search_domains.py +87 -0
- pulumi_akamai/gtm_domain.py +7 -14
- pulumi_akamai/iam_api_client.py +25 -50
- pulumi_akamai/imaging_policy_image.py +7 -21
- pulumi_akamai/imaging_policy_video.py +7 -21
- pulumi_akamai/mtlskeystore_client_certificate_akamai.py +782 -0
- pulumi_akamai/mtlskeystore_client_certificate_third_party.py +618 -0
- pulumi_akamai/mtlskeystore_client_certificate_upload.py +451 -0
- pulumi_akamai/mtlstruststore_ca_set.py +654 -0
- pulumi_akamai/mtlstruststore_ca_set_activation.py +394 -0
- pulumi_akamai/network_list.py +7 -14
- pulumi_akamai/outputs.py +19539 -12627
- pulumi_akamai/property.py +7 -14
- pulumi_akamai/property_bootstrap.py +7 -14
- pulumi_akamai/property_domainownership_domains.py +152 -0
- pulumi_akamai/property_domainownership_validation.py +186 -0
- pulumi_akamai/property_hostname_bucket.py +35 -63
- pulumi_akamai/pulumi-plugin.json +1 -1
- {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/METADATA +1 -1
- {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/RECORD +75 -29
- {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/WHEEL +0 -0
- {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins as _builtins
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = ['AprUserAllowListArgs', 'AprUserAllowList']
|
|
18
|
+
|
|
19
|
+
@pulumi.input_type
|
|
20
|
+
class AprUserAllowListArgs:
|
|
21
|
+
def __init__(__self__, *,
|
|
22
|
+
config_id: pulumi.Input[_builtins.int],
|
|
23
|
+
user_allow_list: Optional[pulumi.Input[_builtins.str]] = None):
|
|
24
|
+
"""
|
|
25
|
+
The set of arguments for constructing a AprUserAllowList resource.
|
|
26
|
+
:param pulumi.Input[_builtins.int] config_id: Identifies a security configuration.
|
|
27
|
+
"""
|
|
28
|
+
pulumi.set(__self__, "config_id", config_id)
|
|
29
|
+
if user_allow_list is not None:
|
|
30
|
+
pulumi.set(__self__, "user_allow_list", user_allow_list)
|
|
31
|
+
|
|
32
|
+
@_builtins.property
|
|
33
|
+
@pulumi.getter(name="configId")
|
|
34
|
+
def config_id(self) -> pulumi.Input[_builtins.int]:
|
|
35
|
+
"""
|
|
36
|
+
Identifies a security configuration.
|
|
37
|
+
"""
|
|
38
|
+
return pulumi.get(self, "config_id")
|
|
39
|
+
|
|
40
|
+
@config_id.setter
|
|
41
|
+
def config_id(self, value: pulumi.Input[_builtins.int]):
|
|
42
|
+
pulumi.set(self, "config_id", value)
|
|
43
|
+
|
|
44
|
+
@_builtins.property
|
|
45
|
+
@pulumi.getter(name="userAllowList")
|
|
46
|
+
def user_allow_list(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
47
|
+
return pulumi.get(self, "user_allow_list")
|
|
48
|
+
|
|
49
|
+
@user_allow_list.setter
|
|
50
|
+
def user_allow_list(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
51
|
+
pulumi.set(self, "user_allow_list", value)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
@pulumi.input_type
|
|
55
|
+
class _AprUserAllowListState:
|
|
56
|
+
def __init__(__self__, *,
|
|
57
|
+
config_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
58
|
+
user_allow_list: Optional[pulumi.Input[_builtins.str]] = None):
|
|
59
|
+
"""
|
|
60
|
+
Input properties used for looking up and filtering AprUserAllowList resources.
|
|
61
|
+
:param pulumi.Input[_builtins.int] config_id: Identifies a security configuration.
|
|
62
|
+
"""
|
|
63
|
+
if config_id is not None:
|
|
64
|
+
pulumi.set(__self__, "config_id", config_id)
|
|
65
|
+
if user_allow_list is not None:
|
|
66
|
+
pulumi.set(__self__, "user_allow_list", user_allow_list)
|
|
67
|
+
|
|
68
|
+
@_builtins.property
|
|
69
|
+
@pulumi.getter(name="configId")
|
|
70
|
+
def config_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
71
|
+
"""
|
|
72
|
+
Identifies a security configuration.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "config_id")
|
|
75
|
+
|
|
76
|
+
@config_id.setter
|
|
77
|
+
def config_id(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
78
|
+
pulumi.set(self, "config_id", value)
|
|
79
|
+
|
|
80
|
+
@_builtins.property
|
|
81
|
+
@pulumi.getter(name="userAllowList")
|
|
82
|
+
def user_allow_list(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
83
|
+
return pulumi.get(self, "user_allow_list")
|
|
84
|
+
|
|
85
|
+
@user_allow_list.setter
|
|
86
|
+
def user_allow_list(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
87
|
+
pulumi.set(self, "user_allow_list", value)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
@pulumi.type_token("akamai:index/aprUserAllowList:AprUserAllowList")
|
|
91
|
+
class AprUserAllowList(pulumi.CustomResource):
|
|
92
|
+
@overload
|
|
93
|
+
def __init__(__self__,
|
|
94
|
+
resource_name: str,
|
|
95
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
96
|
+
config_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
97
|
+
user_allow_list: Optional[pulumi.Input[_builtins.str]] = None,
|
|
98
|
+
__props__=None):
|
|
99
|
+
"""
|
|
100
|
+
Create a AprUserAllowList resource with the given unique name, props, and options.
|
|
101
|
+
:param str resource_name: The name of the resource.
|
|
102
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
103
|
+
:param pulumi.Input[_builtins.int] config_id: Identifies a security configuration.
|
|
104
|
+
"""
|
|
105
|
+
...
|
|
106
|
+
@overload
|
|
107
|
+
def __init__(__self__,
|
|
108
|
+
resource_name: str,
|
|
109
|
+
args: AprUserAllowListArgs,
|
|
110
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
111
|
+
"""
|
|
112
|
+
Create a AprUserAllowList resource with the given unique name, props, and options.
|
|
113
|
+
:param str resource_name: The name of the resource.
|
|
114
|
+
:param AprUserAllowListArgs args: The arguments to use to populate this resource's properties.
|
|
115
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
116
|
+
"""
|
|
117
|
+
...
|
|
118
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
119
|
+
resource_args, opts = _utilities.get_resource_args_opts(AprUserAllowListArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
120
|
+
if resource_args is not None:
|
|
121
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
122
|
+
else:
|
|
123
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
124
|
+
|
|
125
|
+
def _internal_init(__self__,
|
|
126
|
+
resource_name: str,
|
|
127
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
128
|
+
config_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
129
|
+
user_allow_list: Optional[pulumi.Input[_builtins.str]] = None,
|
|
130
|
+
__props__=None):
|
|
131
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
132
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
133
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
134
|
+
if opts.id is None:
|
|
135
|
+
if __props__ is not None:
|
|
136
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
137
|
+
__props__ = AprUserAllowListArgs.__new__(AprUserAllowListArgs)
|
|
138
|
+
|
|
139
|
+
if config_id is None and not opts.urn:
|
|
140
|
+
raise TypeError("Missing required property 'config_id'")
|
|
141
|
+
__props__.__dict__["config_id"] = config_id
|
|
142
|
+
__props__.__dict__["user_allow_list"] = user_allow_list
|
|
143
|
+
super(AprUserAllowList, __self__).__init__(
|
|
144
|
+
'akamai:index/aprUserAllowList:AprUserAllowList',
|
|
145
|
+
resource_name,
|
|
146
|
+
__props__,
|
|
147
|
+
opts)
|
|
148
|
+
|
|
149
|
+
@staticmethod
|
|
150
|
+
def get(resource_name: str,
|
|
151
|
+
id: pulumi.Input[str],
|
|
152
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
153
|
+
config_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
154
|
+
user_allow_list: Optional[pulumi.Input[_builtins.str]] = None) -> 'AprUserAllowList':
|
|
155
|
+
"""
|
|
156
|
+
Get an existing AprUserAllowList resource's state with the given name, id, and optional extra
|
|
157
|
+
properties used to qualify the lookup.
|
|
158
|
+
|
|
159
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
160
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
161
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
162
|
+
:param pulumi.Input[_builtins.int] config_id: Identifies a security configuration.
|
|
163
|
+
"""
|
|
164
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
165
|
+
|
|
166
|
+
__props__ = _AprUserAllowListState.__new__(_AprUserAllowListState)
|
|
167
|
+
|
|
168
|
+
__props__.__dict__["config_id"] = config_id
|
|
169
|
+
__props__.__dict__["user_allow_list"] = user_allow_list
|
|
170
|
+
return AprUserAllowList(resource_name, opts=opts, __props__=__props__)
|
|
171
|
+
|
|
172
|
+
@_builtins.property
|
|
173
|
+
@pulumi.getter(name="configId")
|
|
174
|
+
def config_id(self) -> pulumi.Output[_builtins.int]:
|
|
175
|
+
"""
|
|
176
|
+
Identifies a security configuration.
|
|
177
|
+
"""
|
|
178
|
+
return pulumi.get(self, "config_id")
|
|
179
|
+
|
|
180
|
+
@_builtins.property
|
|
181
|
+
@pulumi.getter(name="userAllowList")
|
|
182
|
+
def user_allow_list(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
183
|
+
return pulumi.get(self, "user_allow_list")
|
|
184
|
+
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins as _builtins
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = ['AprUserRiskResponseStrategyArgs', 'AprUserRiskResponseStrategy']
|
|
18
|
+
|
|
19
|
+
@pulumi.input_type
|
|
20
|
+
class AprUserRiskResponseStrategyArgs:
|
|
21
|
+
def __init__(__self__, *,
|
|
22
|
+
config_id: pulumi.Input[_builtins.int],
|
|
23
|
+
user_risk_response_strategy: pulumi.Input[_builtins.str]):
|
|
24
|
+
"""
|
|
25
|
+
The set of arguments for constructing a AprUserRiskResponseStrategy resource.
|
|
26
|
+
:param pulumi.Input[_builtins.int] config_id: Identifies a security configuration.
|
|
27
|
+
"""
|
|
28
|
+
pulumi.set(__self__, "config_id", config_id)
|
|
29
|
+
pulumi.set(__self__, "user_risk_response_strategy", user_risk_response_strategy)
|
|
30
|
+
|
|
31
|
+
@_builtins.property
|
|
32
|
+
@pulumi.getter(name="configId")
|
|
33
|
+
def config_id(self) -> pulumi.Input[_builtins.int]:
|
|
34
|
+
"""
|
|
35
|
+
Identifies a security configuration.
|
|
36
|
+
"""
|
|
37
|
+
return pulumi.get(self, "config_id")
|
|
38
|
+
|
|
39
|
+
@config_id.setter
|
|
40
|
+
def config_id(self, value: pulumi.Input[_builtins.int]):
|
|
41
|
+
pulumi.set(self, "config_id", value)
|
|
42
|
+
|
|
43
|
+
@_builtins.property
|
|
44
|
+
@pulumi.getter(name="userRiskResponseStrategy")
|
|
45
|
+
def user_risk_response_strategy(self) -> pulumi.Input[_builtins.str]:
|
|
46
|
+
return pulumi.get(self, "user_risk_response_strategy")
|
|
47
|
+
|
|
48
|
+
@user_risk_response_strategy.setter
|
|
49
|
+
def user_risk_response_strategy(self, value: pulumi.Input[_builtins.str]):
|
|
50
|
+
pulumi.set(self, "user_risk_response_strategy", value)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
@pulumi.input_type
|
|
54
|
+
class _AprUserRiskResponseStrategyState:
|
|
55
|
+
def __init__(__self__, *,
|
|
56
|
+
config_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
57
|
+
user_risk_response_strategy: Optional[pulumi.Input[_builtins.str]] = None):
|
|
58
|
+
"""
|
|
59
|
+
Input properties used for looking up and filtering AprUserRiskResponseStrategy resources.
|
|
60
|
+
:param pulumi.Input[_builtins.int] config_id: Identifies a security configuration.
|
|
61
|
+
"""
|
|
62
|
+
if config_id is not None:
|
|
63
|
+
pulumi.set(__self__, "config_id", config_id)
|
|
64
|
+
if user_risk_response_strategy is not None:
|
|
65
|
+
pulumi.set(__self__, "user_risk_response_strategy", user_risk_response_strategy)
|
|
66
|
+
|
|
67
|
+
@_builtins.property
|
|
68
|
+
@pulumi.getter(name="configId")
|
|
69
|
+
def config_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
70
|
+
"""
|
|
71
|
+
Identifies a security configuration.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "config_id")
|
|
74
|
+
|
|
75
|
+
@config_id.setter
|
|
76
|
+
def config_id(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
77
|
+
pulumi.set(self, "config_id", value)
|
|
78
|
+
|
|
79
|
+
@_builtins.property
|
|
80
|
+
@pulumi.getter(name="userRiskResponseStrategy")
|
|
81
|
+
def user_risk_response_strategy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
82
|
+
return pulumi.get(self, "user_risk_response_strategy")
|
|
83
|
+
|
|
84
|
+
@user_risk_response_strategy.setter
|
|
85
|
+
def user_risk_response_strategy(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
86
|
+
pulumi.set(self, "user_risk_response_strategy", value)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
@pulumi.type_token("akamai:index/aprUserRiskResponseStrategy:AprUserRiskResponseStrategy")
|
|
90
|
+
class AprUserRiskResponseStrategy(pulumi.CustomResource):
|
|
91
|
+
@overload
|
|
92
|
+
def __init__(__self__,
|
|
93
|
+
resource_name: str,
|
|
94
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
95
|
+
config_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
96
|
+
user_risk_response_strategy: Optional[pulumi.Input[_builtins.str]] = None,
|
|
97
|
+
__props__=None):
|
|
98
|
+
"""
|
|
99
|
+
Create a AprUserRiskResponseStrategy resource with the given unique name, props, and options.
|
|
100
|
+
:param str resource_name: The name of the resource.
|
|
101
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
102
|
+
:param pulumi.Input[_builtins.int] config_id: Identifies a security configuration.
|
|
103
|
+
"""
|
|
104
|
+
...
|
|
105
|
+
@overload
|
|
106
|
+
def __init__(__self__,
|
|
107
|
+
resource_name: str,
|
|
108
|
+
args: AprUserRiskResponseStrategyArgs,
|
|
109
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
110
|
+
"""
|
|
111
|
+
Create a AprUserRiskResponseStrategy resource with the given unique name, props, and options.
|
|
112
|
+
:param str resource_name: The name of the resource.
|
|
113
|
+
:param AprUserRiskResponseStrategyArgs args: The arguments to use to populate this resource's properties.
|
|
114
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
115
|
+
"""
|
|
116
|
+
...
|
|
117
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
118
|
+
resource_args, opts = _utilities.get_resource_args_opts(AprUserRiskResponseStrategyArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
119
|
+
if resource_args is not None:
|
|
120
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
121
|
+
else:
|
|
122
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
123
|
+
|
|
124
|
+
def _internal_init(__self__,
|
|
125
|
+
resource_name: str,
|
|
126
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
127
|
+
config_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
128
|
+
user_risk_response_strategy: Optional[pulumi.Input[_builtins.str]] = None,
|
|
129
|
+
__props__=None):
|
|
130
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
131
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
132
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
133
|
+
if opts.id is None:
|
|
134
|
+
if __props__ is not None:
|
|
135
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
136
|
+
__props__ = AprUserRiskResponseStrategyArgs.__new__(AprUserRiskResponseStrategyArgs)
|
|
137
|
+
|
|
138
|
+
if config_id is None and not opts.urn:
|
|
139
|
+
raise TypeError("Missing required property 'config_id'")
|
|
140
|
+
__props__.__dict__["config_id"] = config_id
|
|
141
|
+
if user_risk_response_strategy is None and not opts.urn:
|
|
142
|
+
raise TypeError("Missing required property 'user_risk_response_strategy'")
|
|
143
|
+
__props__.__dict__["user_risk_response_strategy"] = user_risk_response_strategy
|
|
144
|
+
super(AprUserRiskResponseStrategy, __self__).__init__(
|
|
145
|
+
'akamai:index/aprUserRiskResponseStrategy:AprUserRiskResponseStrategy',
|
|
146
|
+
resource_name,
|
|
147
|
+
__props__,
|
|
148
|
+
opts)
|
|
149
|
+
|
|
150
|
+
@staticmethod
|
|
151
|
+
def get(resource_name: str,
|
|
152
|
+
id: pulumi.Input[str],
|
|
153
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
154
|
+
config_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
155
|
+
user_risk_response_strategy: Optional[pulumi.Input[_builtins.str]] = None) -> 'AprUserRiskResponseStrategy':
|
|
156
|
+
"""
|
|
157
|
+
Get an existing AprUserRiskResponseStrategy resource's state with the given name, id, and optional extra
|
|
158
|
+
properties used to qualify the lookup.
|
|
159
|
+
|
|
160
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
161
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
162
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
163
|
+
:param pulumi.Input[_builtins.int] config_id: Identifies a security configuration.
|
|
164
|
+
"""
|
|
165
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
166
|
+
|
|
167
|
+
__props__ = _AprUserRiskResponseStrategyState.__new__(_AprUserRiskResponseStrategyState)
|
|
168
|
+
|
|
169
|
+
__props__.__dict__["config_id"] = config_id
|
|
170
|
+
__props__.__dict__["user_risk_response_strategy"] = user_risk_response_strategy
|
|
171
|
+
return AprUserRiskResponseStrategy(resource_name, opts=opts, __props__=__props__)
|
|
172
|
+
|
|
173
|
+
@_builtins.property
|
|
174
|
+
@pulumi.getter(name="configId")
|
|
175
|
+
def config_id(self) -> pulumi.Output[_builtins.int]:
|
|
176
|
+
"""
|
|
177
|
+
Identifies a security configuration.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "config_id")
|
|
180
|
+
|
|
181
|
+
@_builtins.property
|
|
182
|
+
@pulumi.getter(name="userRiskResponseStrategy")
|
|
183
|
+
def user_risk_response_strategy(self) -> pulumi.Output[_builtins.str]:
|
|
184
|
+
return pulumi.get(self, "user_risk_response_strategy")
|
|
185
|
+
|
pulumi_akamai/clientlist_list.py
CHANGED
|
@@ -32,7 +32,7 @@ class ClientlistListArgs:
|
|
|
32
32
|
The set of arguments for constructing a ClientlistList resource.
|
|
33
33
|
:param pulumi.Input[_builtins.str] contract_id: Contract ID for which client list is assigned.
|
|
34
34
|
:param pulumi.Input[_builtins.int] group_id: Group ID for which client list is assigned.
|
|
35
|
-
:param pulumi.Input[_builtins.str] type: The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]
|
|
35
|
+
:param pulumi.Input[_builtins.str] type: The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH USER_ID]
|
|
36
36
|
:param pulumi.Input[Sequence[pulumi.Input['ClientlistListItemArgs']]] items: Set of items containing item information.
|
|
37
37
|
:param pulumi.Input[_builtins.str] name: The name of the client list.
|
|
38
38
|
:param pulumi.Input[_builtins.str] notes: The client list notes.
|
|
@@ -78,7 +78,7 @@ class ClientlistListArgs:
|
|
|
78
78
|
@pulumi.getter
|
|
79
79
|
def type(self) -> pulumi.Input[_builtins.str]:
|
|
80
80
|
"""
|
|
81
|
-
The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]
|
|
81
|
+
The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH USER_ID]
|
|
82
82
|
"""
|
|
83
83
|
return pulumi.get(self, "type")
|
|
84
84
|
|
|
@@ -158,7 +158,7 @@ class _ClientlistListState:
|
|
|
158
158
|
:param pulumi.Input[_builtins.str] name: The name of the client list.
|
|
159
159
|
:param pulumi.Input[_builtins.str] notes: The client list notes.
|
|
160
160
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: The client list tags.
|
|
161
|
-
:param pulumi.Input[_builtins.str] type: The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]
|
|
161
|
+
:param pulumi.Input[_builtins.str] type: The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH USER_ID]
|
|
162
162
|
:param pulumi.Input[_builtins.int] version: The current version of the client list.
|
|
163
163
|
"""
|
|
164
164
|
if contract_id is not None:
|
|
@@ -282,7 +282,7 @@ class _ClientlistListState:
|
|
|
282
282
|
@pulumi.getter
|
|
283
283
|
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
284
284
|
"""
|
|
285
|
-
The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]
|
|
285
|
+
The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH USER_ID]
|
|
286
286
|
"""
|
|
287
287
|
return pulumi.get(self, "type")
|
|
288
288
|
|
|
@@ -327,7 +327,7 @@ class ClientlistList(pulumi.CustomResource):
|
|
|
327
327
|
:param pulumi.Input[_builtins.str] name: The name of the client list.
|
|
328
328
|
:param pulumi.Input[_builtins.str] notes: The client list notes.
|
|
329
329
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: The client list tags.
|
|
330
|
-
:param pulumi.Input[_builtins.str] type: The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]
|
|
330
|
+
:param pulumi.Input[_builtins.str] type: The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH USER_ID]
|
|
331
331
|
"""
|
|
332
332
|
...
|
|
333
333
|
@overload
|
|
@@ -419,7 +419,7 @@ class ClientlistList(pulumi.CustomResource):
|
|
|
419
419
|
:param pulumi.Input[_builtins.str] name: The name of the client list.
|
|
420
420
|
:param pulumi.Input[_builtins.str] notes: The client list notes.
|
|
421
421
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: The client list tags.
|
|
422
|
-
:param pulumi.Input[_builtins.str] type: The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]
|
|
422
|
+
:param pulumi.Input[_builtins.str] type: The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH USER_ID]
|
|
423
423
|
:param pulumi.Input[_builtins.int] version: The current version of the client list.
|
|
424
424
|
"""
|
|
425
425
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -506,7 +506,7 @@ class ClientlistList(pulumi.CustomResource):
|
|
|
506
506
|
@pulumi.getter
|
|
507
507
|
def type(self) -> pulumi.Output[_builtins.str]:
|
|
508
508
|
"""
|
|
509
|
-
The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]
|
|
509
|
+
The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH USER_ID]
|
|
510
510
|
"""
|
|
511
511
|
return pulumi.get(self, "type")
|
|
512
512
|
|
|
@@ -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.
|
|
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. Three options are available: "AWS4_HMAC_SHA256", "GOOG4_HMAC_SHA256" or "AOS4_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.
|
|
76
|
-
"AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
70
|
+
The type of cloud provider signing process used to authenticate API requests. Three options are available: "AWS4_HMAC_SHA256", "GOOG4_HMAC_SHA256" or "AOS4_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.
|
|
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. Three options are available: "AWS4_HMAC_SHA256", "GOOG4_HMAC_SHA256" or "AOS4_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.
|
|
238
|
-
"AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
222
|
+
The type of cloud provider signing process used to authenticate API requests. Three options are available: "AWS4_HMAC_SHA256", "GOOG4_HMAC_SHA256" or "AOS4_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.
|
|
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. Three options are available: "AWS4_HMAC_SHA256", "GOOG4_HMAC_SHA256" or "AOS4_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.
|
|
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. Three options are available: "AWS4_HMAC_SHA256", "GOOG4_HMAC_SHA256" or "AOS4_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.
|
|
503
|
-
"AWS4_HMAC_SHA256" or "GOOG4_HMAC_SHA256".
|
|
472
|
+
The type of cloud provider signing process used to authenticate API requests. Three options are available: "AWS4_HMAC_SHA256", "GOOG4_HMAC_SHA256" or "AOS4_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
|
|