pulumi-akamai 8.2.0a1750223500__py3-none-any.whl → 9.0.0a1750960344__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.

@@ -22,7 +22,7 @@ class AppSecConfigurationArgs:
22
22
  def __init__(__self__, *,
23
23
  contract_id: pulumi.Input[builtins.str],
24
24
  description: pulumi.Input[builtins.str],
25
- group_id: pulumi.Input[builtins.int],
25
+ group_id: pulumi.Input[builtins.str],
26
26
  host_names: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
27
27
  create_from_config_id: Optional[pulumi.Input[builtins.int]] = None,
28
28
  create_from_version: Optional[pulumi.Input[builtins.int]] = None,
@@ -31,7 +31,7 @@ class AppSecConfigurationArgs:
31
31
  The set of arguments for constructing a AppSecConfiguration resource.
32
32
  :param pulumi.Input[builtins.str] contract_id: Unique identifier of the Akamai contract associated with the new configuration
33
33
  :param pulumi.Input[builtins.str] description: Brief description of the new configuration
34
- :param pulumi.Input[builtins.int] group_id: Unique identifier of the contract group associated with the new configuration
34
+ :param pulumi.Input[builtins.str] group_id: Unique identifier of the contract group associated with the new configuration
35
35
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] host_names: Hostnames to be protected by the new configuration
36
36
  :param pulumi.Input[builtins.int] create_from_config_id: Unique identifier of the existing configuration being cloned to create the new configuration
37
37
  :param pulumi.Input[builtins.int] create_from_version: Version number of the existing configuration being cloned to create the new configuration
@@ -74,14 +74,14 @@ class AppSecConfigurationArgs:
74
74
 
75
75
  @property
76
76
  @pulumi.getter(name="groupId")
77
- def group_id(self) -> pulumi.Input[builtins.int]:
77
+ def group_id(self) -> pulumi.Input[builtins.str]:
78
78
  """
79
79
  Unique identifier of the contract group associated with the new configuration
80
80
  """
81
81
  return pulumi.get(self, "group_id")
82
82
 
83
83
  @group_id.setter
84
- def group_id(self, value: pulumi.Input[builtins.int]):
84
+ def group_id(self, value: pulumi.Input[builtins.str]):
85
85
  pulumi.set(self, "group_id", value)
86
86
 
87
87
  @property
@@ -141,7 +141,7 @@ class _AppSecConfigurationState:
141
141
  create_from_config_id: Optional[pulumi.Input[builtins.int]] = None,
142
142
  create_from_version: Optional[pulumi.Input[builtins.int]] = None,
143
143
  description: Optional[pulumi.Input[builtins.str]] = None,
144
- group_id: Optional[pulumi.Input[builtins.int]] = None,
144
+ group_id: Optional[pulumi.Input[builtins.str]] = None,
145
145
  host_names: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
146
146
  name: Optional[pulumi.Input[builtins.str]] = None):
147
147
  """
@@ -151,7 +151,7 @@ class _AppSecConfigurationState:
151
151
  :param pulumi.Input[builtins.int] create_from_config_id: Unique identifier of the existing configuration being cloned to create the new configuration
152
152
  :param pulumi.Input[builtins.int] create_from_version: Version number of the existing configuration being cloned to create the new configuration
153
153
  :param pulumi.Input[builtins.str] description: Brief description of the new configuration
154
- :param pulumi.Input[builtins.int] group_id: Unique identifier of the contract group associated with the new configuration
154
+ :param pulumi.Input[builtins.str] group_id: Unique identifier of the contract group associated with the new configuration
155
155
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] host_names: Hostnames to be protected by the new configuration
156
156
  :param pulumi.Input[builtins.str] name: Name of the new configuration
157
157
  """
@@ -234,14 +234,14 @@ class _AppSecConfigurationState:
234
234
 
235
235
  @property
236
236
  @pulumi.getter(name="groupId")
237
- def group_id(self) -> Optional[pulumi.Input[builtins.int]]:
237
+ def group_id(self) -> Optional[pulumi.Input[builtins.str]]:
238
238
  """
239
239
  Unique identifier of the contract group associated with the new configuration
240
240
  """
241
241
  return pulumi.get(self, "group_id")
242
242
 
243
243
  @group_id.setter
244
- def group_id(self, value: Optional[pulumi.Input[builtins.int]]):
244
+ def group_id(self, value: Optional[pulumi.Input[builtins.str]]):
245
245
  pulumi.set(self, "group_id", value)
246
246
 
247
247
  @property
@@ -279,7 +279,7 @@ class AppSecConfiguration(pulumi.CustomResource):
279
279
  create_from_config_id: Optional[pulumi.Input[builtins.int]] = None,
280
280
  create_from_version: Optional[pulumi.Input[builtins.int]] = None,
281
281
  description: Optional[pulumi.Input[builtins.str]] = None,
282
- group_id: Optional[pulumi.Input[builtins.int]] = None,
282
+ group_id: Optional[pulumi.Input[builtins.str]] = None,
283
283
  host_names: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
284
284
  name: Optional[pulumi.Input[builtins.str]] = None,
285
285
  __props__=None):
@@ -291,7 +291,7 @@ class AppSecConfiguration(pulumi.CustomResource):
291
291
  :param pulumi.Input[builtins.int] create_from_config_id: Unique identifier of the existing configuration being cloned to create the new configuration
292
292
  :param pulumi.Input[builtins.int] create_from_version: Version number of the existing configuration being cloned to create the new configuration
293
293
  :param pulumi.Input[builtins.str] description: Brief description of the new configuration
294
- :param pulumi.Input[builtins.int] group_id: Unique identifier of the contract group associated with the new configuration
294
+ :param pulumi.Input[builtins.str] group_id: Unique identifier of the contract group associated with the new configuration
295
295
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] host_names: Hostnames to be protected by the new configuration
296
296
  :param pulumi.Input[builtins.str] name: Name of the new configuration
297
297
  """
@@ -322,7 +322,7 @@ class AppSecConfiguration(pulumi.CustomResource):
322
322
  create_from_config_id: Optional[pulumi.Input[builtins.int]] = None,
323
323
  create_from_version: Optional[pulumi.Input[builtins.int]] = None,
324
324
  description: Optional[pulumi.Input[builtins.str]] = None,
325
- group_id: Optional[pulumi.Input[builtins.int]] = None,
325
+ group_id: Optional[pulumi.Input[builtins.str]] = None,
326
326
  host_names: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
327
327
  name: Optional[pulumi.Input[builtins.str]] = None,
328
328
  __props__=None):
@@ -365,7 +365,7 @@ class AppSecConfiguration(pulumi.CustomResource):
365
365
  create_from_config_id: Optional[pulumi.Input[builtins.int]] = None,
366
366
  create_from_version: Optional[pulumi.Input[builtins.int]] = None,
367
367
  description: Optional[pulumi.Input[builtins.str]] = None,
368
- group_id: Optional[pulumi.Input[builtins.int]] = None,
368
+ group_id: Optional[pulumi.Input[builtins.str]] = None,
369
369
  host_names: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
370
370
  name: Optional[pulumi.Input[builtins.str]] = None) -> 'AppSecConfiguration':
371
371
  """
@@ -380,7 +380,7 @@ class AppSecConfiguration(pulumi.CustomResource):
380
380
  :param pulumi.Input[builtins.int] create_from_config_id: Unique identifier of the existing configuration being cloned to create the new configuration
381
381
  :param pulumi.Input[builtins.int] create_from_version: Version number of the existing configuration being cloned to create the new configuration
382
382
  :param pulumi.Input[builtins.str] description: Brief description of the new configuration
383
- :param pulumi.Input[builtins.int] group_id: Unique identifier of the contract group associated with the new configuration
383
+ :param pulumi.Input[builtins.str] group_id: Unique identifier of the contract group associated with the new configuration
384
384
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] host_names: Hostnames to be protected by the new configuration
385
385
  :param pulumi.Input[builtins.str] name: Name of the new configuration
386
386
  """
@@ -440,7 +440,7 @@ class AppSecConfiguration(pulumi.CustomResource):
440
440
 
441
441
  @property
442
442
  @pulumi.getter(name="groupId")
443
- def group_id(self) -> pulumi.Output[builtins.int]:
443
+ def group_id(self) -> pulumi.Output[builtins.str]:
444
444
  """
445
445
  Unique identifier of the contract group associated with the new configuration
446
446
  """
@@ -32,14 +32,14 @@ class CloudletsPolicyArgs:
32
32
  timeouts: Optional[pulumi.Input['CloudletsPolicyTimeoutsArgs']] = None):
33
33
  """
34
34
  The set of arguments for constructing a CloudletsPolicy resource.
35
- :param pulumi.Input[builtins.str] cloudlet_code: Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)
36
- :param pulumi.Input[builtins.str] group_id: Defines the group association for the policy. You must have edit privileges for the group
37
- :param pulumi.Input[builtins.str] description: The description of this specific policy
38
- :param pulumi.Input[builtins.bool] is_shared: The type of policy that you want to create
39
- :param pulumi.Input[builtins.str] match_rule_format: The version of the Cloudlet specific matchRules
40
- :param pulumi.Input[builtins.str] match_rules: A JSON structure that defines the rules for this policy
41
- :param pulumi.Input[builtins.str] name: The name of the policy. The name must be unique
42
- :param pulumi.Input['CloudletsPolicyTimeoutsArgs'] timeouts: Enables to set timeout for processing
35
+ :param pulumi.Input[builtins.str] cloudlet_code: Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP).
36
+ :param pulumi.Input[builtins.str] group_id: Defines the group association for the policy. You must have edit privileges for the group.
37
+ :param pulumi.Input[builtins.str] description: The description of this specific policy.
38
+ :param pulumi.Input[builtins.bool] is_shared: The type of policy that you want to create.
39
+ :param pulumi.Input[builtins.str] match_rule_format: The version of the Cloudlet specific matchRules.
40
+ :param pulumi.Input[builtins.str] match_rules: A JSON structure that defines the rules for this policy.
41
+ :param pulumi.Input[builtins.str] name: The name of the policy. The name must be unique.
42
+ :param pulumi.Input['CloudletsPolicyTimeoutsArgs'] timeouts: Enables to set timeout for processing.
43
43
  """
44
44
  pulumi.set(__self__, "cloudlet_code", cloudlet_code)
45
45
  pulumi.set(__self__, "group_id", group_id)
@@ -60,7 +60,7 @@ class CloudletsPolicyArgs:
60
60
  @pulumi.getter(name="cloudletCode")
61
61
  def cloudlet_code(self) -> pulumi.Input[builtins.str]:
62
62
  """
63
- Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)
63
+ Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP).
64
64
  """
65
65
  return pulumi.get(self, "cloudlet_code")
66
66
 
@@ -72,7 +72,7 @@ class CloudletsPolicyArgs:
72
72
  @pulumi.getter(name="groupId")
73
73
  def group_id(self) -> pulumi.Input[builtins.str]:
74
74
  """
75
- Defines the group association for the policy. You must have edit privileges for the group
75
+ Defines the group association for the policy. You must have edit privileges for the group.
76
76
  """
77
77
  return pulumi.get(self, "group_id")
78
78
 
@@ -84,7 +84,7 @@ class CloudletsPolicyArgs:
84
84
  @pulumi.getter
85
85
  def description(self) -> Optional[pulumi.Input[builtins.str]]:
86
86
  """
87
- The description of this specific policy
87
+ The description of this specific policy.
88
88
  """
89
89
  return pulumi.get(self, "description")
90
90
 
@@ -96,7 +96,7 @@ class CloudletsPolicyArgs:
96
96
  @pulumi.getter(name="isShared")
97
97
  def is_shared(self) -> Optional[pulumi.Input[builtins.bool]]:
98
98
  """
99
- The type of policy that you want to create
99
+ The type of policy that you want to create.
100
100
  """
101
101
  return pulumi.get(self, "is_shared")
102
102
 
@@ -108,7 +108,7 @@ class CloudletsPolicyArgs:
108
108
  @pulumi.getter(name="matchRuleFormat")
109
109
  def match_rule_format(self) -> Optional[pulumi.Input[builtins.str]]:
110
110
  """
111
- The version of the Cloudlet specific matchRules
111
+ The version of the Cloudlet specific matchRules.
112
112
  """
113
113
  return pulumi.get(self, "match_rule_format")
114
114
 
@@ -120,7 +120,7 @@ class CloudletsPolicyArgs:
120
120
  @pulumi.getter(name="matchRules")
121
121
  def match_rules(self) -> Optional[pulumi.Input[builtins.str]]:
122
122
  """
123
- A JSON structure that defines the rules for this policy
123
+ A JSON structure that defines the rules for this policy.
124
124
  """
125
125
  return pulumi.get(self, "match_rules")
126
126
 
@@ -132,7 +132,7 @@ class CloudletsPolicyArgs:
132
132
  @pulumi.getter
133
133
  def name(self) -> Optional[pulumi.Input[builtins.str]]:
134
134
  """
135
- The name of the policy. The name must be unique
135
+ The name of the policy. The name must be unique.
136
136
  """
137
137
  return pulumi.get(self, "name")
138
138
 
@@ -144,7 +144,7 @@ class CloudletsPolicyArgs:
144
144
  @pulumi.getter
145
145
  def timeouts(self) -> Optional[pulumi.Input['CloudletsPolicyTimeoutsArgs']]:
146
146
  """
147
- Enables to set timeout for processing
147
+ Enables to set timeout for processing.
148
148
  """
149
149
  return pulumi.get(self, "timeouts")
150
150
 
@@ -169,17 +169,17 @@ class _CloudletsPolicyState:
169
169
  warnings: Optional[pulumi.Input[builtins.str]] = None):
170
170
  """
171
171
  Input properties used for looking up and filtering CloudletsPolicy resources.
172
- :param pulumi.Input[builtins.str] cloudlet_code: Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)
173
- :param pulumi.Input[builtins.int] cloudlet_id: An integer that corresponds to a non-shared Cloudlets policy type (0 to 9). Not used for shared policies
174
- :param pulumi.Input[builtins.str] description: The description of this specific policy
175
- :param pulumi.Input[builtins.str] group_id: Defines the group association for the policy. You must have edit privileges for the group
176
- :param pulumi.Input[builtins.bool] is_shared: The type of policy that you want to create
177
- :param pulumi.Input[builtins.str] match_rule_format: The version of the Cloudlet specific matchRules
178
- :param pulumi.Input[builtins.str] match_rules: A JSON structure that defines the rules for this policy
179
- :param pulumi.Input[builtins.str] name: The name of the policy. The name must be unique
180
- :param pulumi.Input['CloudletsPolicyTimeoutsArgs'] timeouts: Enables to set timeout for processing
181
- :param pulumi.Input[builtins.int] version: The version number of the policy
182
- :param pulumi.Input[builtins.str] warnings: A JSON encoded list of warnings
172
+ :param pulumi.Input[builtins.str] cloudlet_code: Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP).
173
+ :param pulumi.Input[builtins.int] cloudlet_id: An integer that corresponds to a non-shared Cloudlets policy type (0 to 9). Not used for shared policies.
174
+ :param pulumi.Input[builtins.str] description: The description of this specific policy.
175
+ :param pulumi.Input[builtins.str] group_id: Defines the group association for the policy. You must have edit privileges for the group.
176
+ :param pulumi.Input[builtins.bool] is_shared: The type of policy that you want to create.
177
+ :param pulumi.Input[builtins.str] match_rule_format: The version of the Cloudlet specific matchRules.
178
+ :param pulumi.Input[builtins.str] match_rules: A JSON structure that defines the rules for this policy.
179
+ :param pulumi.Input[builtins.str] name: The name of the policy. The name must be unique.
180
+ :param pulumi.Input['CloudletsPolicyTimeoutsArgs'] timeouts: Enables to set timeout for processing.
181
+ :param pulumi.Input[builtins.int] version: The version number of the policy.
182
+ :param pulumi.Input[builtins.str] warnings: A JSON encoded list of warnings.
183
183
  """
184
184
  if cloudlet_code is not None:
185
185
  pulumi.set(__self__, "cloudlet_code", cloudlet_code)
@@ -208,7 +208,7 @@ class _CloudletsPolicyState:
208
208
  @pulumi.getter(name="cloudletCode")
209
209
  def cloudlet_code(self) -> Optional[pulumi.Input[builtins.str]]:
210
210
  """
211
- Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)
211
+ Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP).
212
212
  """
213
213
  return pulumi.get(self, "cloudlet_code")
214
214
 
@@ -220,7 +220,7 @@ class _CloudletsPolicyState:
220
220
  @pulumi.getter(name="cloudletId")
221
221
  def cloudlet_id(self) -> Optional[pulumi.Input[builtins.int]]:
222
222
  """
223
- An integer that corresponds to a non-shared Cloudlets policy type (0 to 9). Not used for shared policies
223
+ An integer that corresponds to a non-shared Cloudlets policy type (0 to 9). Not used for shared policies.
224
224
  """
225
225
  return pulumi.get(self, "cloudlet_id")
226
226
 
@@ -232,7 +232,7 @@ class _CloudletsPolicyState:
232
232
  @pulumi.getter
233
233
  def description(self) -> Optional[pulumi.Input[builtins.str]]:
234
234
  """
235
- The description of this specific policy
235
+ The description of this specific policy.
236
236
  """
237
237
  return pulumi.get(self, "description")
238
238
 
@@ -244,7 +244,7 @@ class _CloudletsPolicyState:
244
244
  @pulumi.getter(name="groupId")
245
245
  def group_id(self) -> Optional[pulumi.Input[builtins.str]]:
246
246
  """
247
- Defines the group association for the policy. You must have edit privileges for the group
247
+ Defines the group association for the policy. You must have edit privileges for the group.
248
248
  """
249
249
  return pulumi.get(self, "group_id")
250
250
 
@@ -256,7 +256,7 @@ class _CloudletsPolicyState:
256
256
  @pulumi.getter(name="isShared")
257
257
  def is_shared(self) -> Optional[pulumi.Input[builtins.bool]]:
258
258
  """
259
- The type of policy that you want to create
259
+ The type of policy that you want to create.
260
260
  """
261
261
  return pulumi.get(self, "is_shared")
262
262
 
@@ -268,7 +268,7 @@ class _CloudletsPolicyState:
268
268
  @pulumi.getter(name="matchRuleFormat")
269
269
  def match_rule_format(self) -> Optional[pulumi.Input[builtins.str]]:
270
270
  """
271
- The version of the Cloudlet specific matchRules
271
+ The version of the Cloudlet specific matchRules.
272
272
  """
273
273
  return pulumi.get(self, "match_rule_format")
274
274
 
@@ -280,7 +280,7 @@ class _CloudletsPolicyState:
280
280
  @pulumi.getter(name="matchRules")
281
281
  def match_rules(self) -> Optional[pulumi.Input[builtins.str]]:
282
282
  """
283
- A JSON structure that defines the rules for this policy
283
+ A JSON structure that defines the rules for this policy.
284
284
  """
285
285
  return pulumi.get(self, "match_rules")
286
286
 
@@ -292,7 +292,7 @@ class _CloudletsPolicyState:
292
292
  @pulumi.getter
293
293
  def name(self) -> Optional[pulumi.Input[builtins.str]]:
294
294
  """
295
- The name of the policy. The name must be unique
295
+ The name of the policy. The name must be unique.
296
296
  """
297
297
  return pulumi.get(self, "name")
298
298
 
@@ -304,7 +304,7 @@ class _CloudletsPolicyState:
304
304
  @pulumi.getter
305
305
  def timeouts(self) -> Optional[pulumi.Input['CloudletsPolicyTimeoutsArgs']]:
306
306
  """
307
- Enables to set timeout for processing
307
+ Enables to set timeout for processing.
308
308
  """
309
309
  return pulumi.get(self, "timeouts")
310
310
 
@@ -316,7 +316,7 @@ class _CloudletsPolicyState:
316
316
  @pulumi.getter
317
317
  def version(self) -> Optional[pulumi.Input[builtins.int]]:
318
318
  """
319
- The version number of the policy
319
+ The version number of the policy.
320
320
  """
321
321
  return pulumi.get(self, "version")
322
322
 
@@ -328,7 +328,7 @@ class _CloudletsPolicyState:
328
328
  @pulumi.getter
329
329
  def warnings(self) -> Optional[pulumi.Input[builtins.str]]:
330
330
  """
331
- A JSON encoded list of warnings
331
+ A JSON encoded list of warnings.
332
332
  """
333
333
  return pulumi.get(self, "warnings")
334
334
 
@@ -356,14 +356,14 @@ class CloudletsPolicy(pulumi.CustomResource):
356
356
  Create a CloudletsPolicy resource with the given unique name, props, and options.
357
357
  :param str resource_name: The name of the resource.
358
358
  :param pulumi.ResourceOptions opts: Options for the resource.
359
- :param pulumi.Input[builtins.str] cloudlet_code: Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)
360
- :param pulumi.Input[builtins.str] description: The description of this specific policy
361
- :param pulumi.Input[builtins.str] group_id: Defines the group association for the policy. You must have edit privileges for the group
362
- :param pulumi.Input[builtins.bool] is_shared: The type of policy that you want to create
363
- :param pulumi.Input[builtins.str] match_rule_format: The version of the Cloudlet specific matchRules
364
- :param pulumi.Input[builtins.str] match_rules: A JSON structure that defines the rules for this policy
365
- :param pulumi.Input[builtins.str] name: The name of the policy. The name must be unique
366
- :param pulumi.Input[Union['CloudletsPolicyTimeoutsArgs', 'CloudletsPolicyTimeoutsArgsDict']] timeouts: Enables to set timeout for processing
359
+ :param pulumi.Input[builtins.str] cloudlet_code: Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP).
360
+ :param pulumi.Input[builtins.str] description: The description of this specific policy.
361
+ :param pulumi.Input[builtins.str] group_id: Defines the group association for the policy. You must have edit privileges for the group.
362
+ :param pulumi.Input[builtins.bool] is_shared: The type of policy that you want to create.
363
+ :param pulumi.Input[builtins.str] match_rule_format: The version of the Cloudlet specific matchRules.
364
+ :param pulumi.Input[builtins.str] match_rules: A JSON structure that defines the rules for this policy.
365
+ :param pulumi.Input[builtins.str] name: The name of the policy. The name must be unique.
366
+ :param pulumi.Input[Union['CloudletsPolicyTimeoutsArgs', 'CloudletsPolicyTimeoutsArgsDict']] timeouts: Enables to set timeout for processing.
367
367
  """
368
368
  ...
369
369
  @overload
@@ -448,17 +448,17 @@ class CloudletsPolicy(pulumi.CustomResource):
448
448
  :param str resource_name: The unique name of the resulting resource.
449
449
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
450
450
  :param pulumi.ResourceOptions opts: Options for the resource.
451
- :param pulumi.Input[builtins.str] cloudlet_code: Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)
452
- :param pulumi.Input[builtins.int] cloudlet_id: An integer that corresponds to a non-shared Cloudlets policy type (0 to 9). Not used for shared policies
453
- :param pulumi.Input[builtins.str] description: The description of this specific policy
454
- :param pulumi.Input[builtins.str] group_id: Defines the group association for the policy. You must have edit privileges for the group
455
- :param pulumi.Input[builtins.bool] is_shared: The type of policy that you want to create
456
- :param pulumi.Input[builtins.str] match_rule_format: The version of the Cloudlet specific matchRules
457
- :param pulumi.Input[builtins.str] match_rules: A JSON structure that defines the rules for this policy
458
- :param pulumi.Input[builtins.str] name: The name of the policy. The name must be unique
459
- :param pulumi.Input[Union['CloudletsPolicyTimeoutsArgs', 'CloudletsPolicyTimeoutsArgsDict']] timeouts: Enables to set timeout for processing
460
- :param pulumi.Input[builtins.int] version: The version number of the policy
461
- :param pulumi.Input[builtins.str] warnings: A JSON encoded list of warnings
451
+ :param pulumi.Input[builtins.str] cloudlet_code: Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP).
452
+ :param pulumi.Input[builtins.int] cloudlet_id: An integer that corresponds to a non-shared Cloudlets policy type (0 to 9). Not used for shared policies.
453
+ :param pulumi.Input[builtins.str] description: The description of this specific policy.
454
+ :param pulumi.Input[builtins.str] group_id: Defines the group association for the policy. You must have edit privileges for the group.
455
+ :param pulumi.Input[builtins.bool] is_shared: The type of policy that you want to create.
456
+ :param pulumi.Input[builtins.str] match_rule_format: The version of the Cloudlet specific matchRules.
457
+ :param pulumi.Input[builtins.str] match_rules: A JSON structure that defines the rules for this policy.
458
+ :param pulumi.Input[builtins.str] name: The name of the policy. The name must be unique.
459
+ :param pulumi.Input[Union['CloudletsPolicyTimeoutsArgs', 'CloudletsPolicyTimeoutsArgsDict']] timeouts: Enables to set timeout for processing.
460
+ :param pulumi.Input[builtins.int] version: The version number of the policy.
461
+ :param pulumi.Input[builtins.str] warnings: A JSON encoded list of warnings.
462
462
  """
463
463
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
464
464
 
@@ -481,7 +481,7 @@ class CloudletsPolicy(pulumi.CustomResource):
481
481
  @pulumi.getter(name="cloudletCode")
482
482
  def cloudlet_code(self) -> pulumi.Output[builtins.str]:
483
483
  """
484
- Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)
484
+ Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP).
485
485
  """
486
486
  return pulumi.get(self, "cloudlet_code")
487
487
 
@@ -489,15 +489,15 @@ class CloudletsPolicy(pulumi.CustomResource):
489
489
  @pulumi.getter(name="cloudletId")
490
490
  def cloudlet_id(self) -> pulumi.Output[builtins.int]:
491
491
  """
492
- An integer that corresponds to a non-shared Cloudlets policy type (0 to 9). Not used for shared policies
492
+ An integer that corresponds to a non-shared Cloudlets policy type (0 to 9). Not used for shared policies.
493
493
  """
494
494
  return pulumi.get(self, "cloudlet_id")
495
495
 
496
496
  @property
497
497
  @pulumi.getter
498
- def description(self) -> pulumi.Output[Optional[builtins.str]]:
498
+ def description(self) -> pulumi.Output[builtins.str]:
499
499
  """
500
- The description of this specific policy
500
+ The description of this specific policy.
501
501
  """
502
502
  return pulumi.get(self, "description")
503
503
 
@@ -505,7 +505,7 @@ class CloudletsPolicy(pulumi.CustomResource):
505
505
  @pulumi.getter(name="groupId")
506
506
  def group_id(self) -> pulumi.Output[builtins.str]:
507
507
  """
508
- Defines the group association for the policy. You must have edit privileges for the group
508
+ Defines the group association for the policy. You must have edit privileges for the group.
509
509
  """
510
510
  return pulumi.get(self, "group_id")
511
511
 
@@ -513,7 +513,7 @@ class CloudletsPolicy(pulumi.CustomResource):
513
513
  @pulumi.getter(name="isShared")
514
514
  def is_shared(self) -> pulumi.Output[Optional[builtins.bool]]:
515
515
  """
516
- The type of policy that you want to create
516
+ The type of policy that you want to create.
517
517
  """
518
518
  return pulumi.get(self, "is_shared")
519
519
 
@@ -521,7 +521,7 @@ class CloudletsPolicy(pulumi.CustomResource):
521
521
  @pulumi.getter(name="matchRuleFormat")
522
522
  def match_rule_format(self) -> pulumi.Output[Optional[builtins.str]]:
523
523
  """
524
- The version of the Cloudlet specific matchRules
524
+ The version of the Cloudlet specific matchRules.
525
525
  """
526
526
  return pulumi.get(self, "match_rule_format")
527
527
 
@@ -529,7 +529,7 @@ class CloudletsPolicy(pulumi.CustomResource):
529
529
  @pulumi.getter(name="matchRules")
530
530
  def match_rules(self) -> pulumi.Output[Optional[builtins.str]]:
531
531
  """
532
- A JSON structure that defines the rules for this policy
532
+ A JSON structure that defines the rules for this policy.
533
533
  """
534
534
  return pulumi.get(self, "match_rules")
535
535
 
@@ -537,7 +537,7 @@ class CloudletsPolicy(pulumi.CustomResource):
537
537
  @pulumi.getter
538
538
  def name(self) -> pulumi.Output[builtins.str]:
539
539
  """
540
- The name of the policy. The name must be unique
540
+ The name of the policy. The name must be unique.
541
541
  """
542
542
  return pulumi.get(self, "name")
543
543
 
@@ -545,7 +545,7 @@ class CloudletsPolicy(pulumi.CustomResource):
545
545
  @pulumi.getter
546
546
  def timeouts(self) -> pulumi.Output[Optional['outputs.CloudletsPolicyTimeouts']]:
547
547
  """
548
- Enables to set timeout for processing
548
+ Enables to set timeout for processing.
549
549
  """
550
550
  return pulumi.get(self, "timeouts")
551
551
 
@@ -553,7 +553,7 @@ class CloudletsPolicy(pulumi.CustomResource):
553
553
  @pulumi.getter
554
554
  def version(self) -> pulumi.Output[builtins.int]:
555
555
  """
556
- The version number of the policy
556
+ The version number of the policy.
557
557
  """
558
558
  return pulumi.get(self, "version")
559
559
 
@@ -561,7 +561,7 @@ class CloudletsPolicy(pulumi.CustomResource):
561
561
  @pulumi.getter
562
562
  def warnings(self) -> pulumi.Output[builtins.str]:
563
563
  """
564
- A JSON encoded list of warnings
564
+ A JSON encoded list of warnings.
565
565
  """
566
566
  return pulumi.get(self, "warnings")
567
567
 
@@ -186,13 +186,15 @@ class AwaitableGetCloudletsPolicyResult(GetCloudletsPolicyResult):
186
186
  warnings=self.warnings)
187
187
 
188
188
 
189
- def get_cloudlets_policy(policy_id: Optional[builtins.int] = None,
189
+ def get_cloudlets_policy(name: Optional[builtins.str] = None,
190
+ policy_id: Optional[builtins.int] = None,
190
191
  version: Optional[builtins.int] = None,
191
192
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCloudletsPolicyResult:
192
193
  """
193
194
  Use this data source to access information about an existing resource.
194
195
  """
195
196
  __args__ = dict()
197
+ __args__['name'] = name
196
198
  __args__['policyId'] = policy_id
197
199
  __args__['version'] = version
198
200
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -215,13 +217,15 @@ def get_cloudlets_policy(policy_id: Optional[builtins.int] = None,
215
217
  version=pulumi.get(__ret__, 'version'),
216
218
  version_description=pulumi.get(__ret__, 'version_description'),
217
219
  warnings=pulumi.get(__ret__, 'warnings'))
218
- def get_cloudlets_policy_output(policy_id: Optional[pulumi.Input[builtins.int]] = None,
220
+ def get_cloudlets_policy_output(name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
221
+ policy_id: Optional[pulumi.Input[Optional[builtins.int]]] = None,
219
222
  version: Optional[pulumi.Input[Optional[builtins.int]]] = None,
220
223
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCloudletsPolicyResult]:
221
224
  """
222
225
  Use this data source to access information about an existing resource.
223
226
  """
224
227
  __args__ = dict()
228
+ __args__['name'] = name
225
229
  __args__['policyId'] = policy_id
226
230
  __args__['version'] = version
227
231
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)