pulumi-akamai 9.1.0a1756321708__py3-none-any.whl → 9.1.0a1757049021__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.

@@ -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
 
@@ -33,8 +33,7 @@ class NetworkListArgs:
33
33
  :param pulumi.Input[_builtins.str] type: The type of the network list; must be either 'IP' or 'GEO'
34
34
  :param pulumi.Input[_builtins.str] contract_id: contract ID
35
35
  :param pulumi.Input[_builtins.int] group_id: group ID
36
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] lists: A list of IP addresses or locations to be included in the list, added to an existing list, or removed from an existing
37
- list
36
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] lists: A list of IP addresses or locations to be included in the list, added to an existing list, or removed from an existing list
38
37
  :param pulumi.Input[_builtins.str] name: The name to be assigned to the network list
39
38
  """
40
39
  pulumi.set(__self__, "description", description)
@@ -113,8 +112,7 @@ class NetworkListArgs:
113
112
  @pulumi.getter
114
113
  def lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
115
114
  """
116
- A list of IP addresses or locations to be included in the list, added to an existing list, or removed from an existing
117
- list
115
+ A list of IP addresses or locations to be included in the list, added to an existing list, or removed from an existing list
118
116
  """
119
117
  return pulumi.get(self, "lists")
120
118
 
@@ -153,8 +151,7 @@ class _NetworkListState:
153
151
  :param pulumi.Input[_builtins.str] contract_id: contract ID
154
152
  :param pulumi.Input[_builtins.str] description: A description of the network list
155
153
  :param pulumi.Input[_builtins.int] group_id: group ID
156
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] lists: A list of IP addresses or locations to be included in the list, added to an existing list, or removed from an existing
157
- list
154
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] lists: A list of IP addresses or locations to be included in the list, added to an existing list, or removed from an existing list
158
155
  :param pulumi.Input[_builtins.str] mode: A string specifying the interpretation of the `list` parameter. Must be 'APPEND', 'REPLACE', or 'REMOVE'
159
156
  :param pulumi.Input[_builtins.str] name: The name to be assigned to the network list
160
157
  :param pulumi.Input[_builtins.str] network_list_id: network list ID
@@ -223,8 +220,7 @@ class _NetworkListState:
223
220
  @pulumi.getter
224
221
  def lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
225
222
  """
226
- A list of IP addresses or locations to be included in the list, added to an existing list, or removed from an existing
227
- list
223
+ A list of IP addresses or locations to be included in the list, added to an existing list, or removed from an existing list
228
224
  """
229
225
  return pulumi.get(self, "lists")
230
226
 
@@ -326,8 +322,7 @@ class NetworkList(pulumi.CustomResource):
326
322
  :param pulumi.Input[_builtins.str] contract_id: contract ID
327
323
  :param pulumi.Input[_builtins.str] description: A description of the network list
328
324
  :param pulumi.Input[_builtins.int] group_id: group ID
329
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] lists: A list of IP addresses or locations to be included in the list, added to an existing list, or removed from an existing
330
- list
325
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] lists: A list of IP addresses or locations to be included in the list, added to an existing list, or removed from an existing list
331
326
  :param pulumi.Input[_builtins.str] mode: A string specifying the interpretation of the `list` parameter. Must be 'APPEND', 'REPLACE', or 'REMOVE'
332
327
  :param pulumi.Input[_builtins.str] name: The name to be assigned to the network list
333
328
  :param pulumi.Input[_builtins.str] type: The type of the network list; must be either 'IP' or 'GEO'
@@ -417,8 +412,7 @@ class NetworkList(pulumi.CustomResource):
417
412
  :param pulumi.Input[_builtins.str] contract_id: contract ID
418
413
  :param pulumi.Input[_builtins.str] description: A description of the network list
419
414
  :param pulumi.Input[_builtins.int] group_id: group ID
420
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] lists: A list of IP addresses or locations to be included in the list, added to an existing list, or removed from an existing
421
- list
415
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] lists: A list of IP addresses or locations to be included in the list, added to an existing list, or removed from an existing list
422
416
  :param pulumi.Input[_builtins.str] mode: A string specifying the interpretation of the `list` parameter. Must be 'APPEND', 'REPLACE', or 'REMOVE'
423
417
  :param pulumi.Input[_builtins.str] name: The name to be assigned to the network list
424
418
  :param pulumi.Input[_builtins.str] network_list_id: network list ID
@@ -470,8 +464,7 @@ class NetworkList(pulumi.CustomResource):
470
464
  @pulumi.getter
471
465
  def lists(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
472
466
  """
473
- A list of IP addresses or locations to be included in the list, added to an existing list, or removed from an existing
474
- list
467
+ A list of IP addresses or locations to be included in the list, added to an existing list, or removed from an existing list
475
468
  """
476
469
  return pulumi.get(self, "lists")
477
470
 
pulumi_akamai/property.py CHANGED
@@ -40,8 +40,7 @@ class PropertyArgs:
40
40
  :param pulumi.Input[_builtins.str] property_id: Property ID
41
41
  :param pulumi.Input[_builtins.str] rule_format: Specify the rule format version (defaults to latest version available when created)
42
42
  :param pulumi.Input[_builtins.str] rules: Property Rules as JSON
43
- :param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
44
- incrementing property versions.
43
+ :param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
45
44
  :param pulumi.Input[_builtins.str] version_notes: Property version notes
46
45
  """
47
46
  pulumi.set(__self__, "contract_id", contract_id)
@@ -159,8 +158,7 @@ class PropertyArgs:
159
158
  @pulumi.getter(name="useHostnameBucket")
160
159
  def use_hostname_bucket(self) -> Optional[pulumi.Input[_builtins.bool]]:
161
160
  """
162
- Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
163
- incrementing property versions.
161
+ Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
164
162
  """
165
163
  return pulumi.get(self, "use_hostname_bucket")
166
164
 
@@ -216,8 +214,7 @@ class _PropertyState:
216
214
  :param pulumi.Input[Sequence[pulumi.Input['PropertyRuleWarningArgs']]] rule_warnings: Rule validation warnings
217
215
  :param pulumi.Input[_builtins.str] rules: Property Rules as JSON
218
216
  :param pulumi.Input[_builtins.int] staging_version: Property's version currently activated in staging (zero when not active in staging)
219
- :param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
220
- incrementing property versions.
217
+ :param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
221
218
  :param pulumi.Input[_builtins.str] version_notes: Property version notes
222
219
  """
223
220
  if asset_id is not None:
@@ -433,8 +430,7 @@ class _PropertyState:
433
430
  @pulumi.getter(name="useHostnameBucket")
434
431
  def use_hostname_bucket(self) -> Optional[pulumi.Input[_builtins.bool]]:
435
432
  """
436
- Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
437
- incrementing property versions.
433
+ Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
438
434
  """
439
435
  return pulumi.get(self, "use_hostname_bucket")
440
436
 
@@ -483,8 +479,7 @@ class Property(pulumi.CustomResource):
483
479
  :param pulumi.Input[_builtins.str] property_id: Property ID
484
480
  :param pulumi.Input[_builtins.str] rule_format: Specify the rule format version (defaults to latest version available when created)
485
481
  :param pulumi.Input[_builtins.str] rules: Property Rules as JSON
486
- :param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
487
- incrementing property versions.
482
+ :param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
488
483
  :param pulumi.Input[_builtins.str] version_notes: Property version notes
489
484
  """
490
485
  ...
@@ -601,8 +596,7 @@ class Property(pulumi.CustomResource):
601
596
  :param pulumi.Input[Sequence[pulumi.Input[Union['PropertyRuleWarningArgs', 'PropertyRuleWarningArgsDict']]]] rule_warnings: Rule validation warnings
602
597
  :param pulumi.Input[_builtins.str] rules: Property Rules as JSON
603
598
  :param pulumi.Input[_builtins.int] staging_version: Property's version currently activated in staging (zero when not active in staging)
604
- :param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
605
- incrementing property versions.
599
+ :param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
606
600
  :param pulumi.Input[_builtins.str] version_notes: Property version notes
607
601
  """
608
602
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -746,8 +740,7 @@ class Property(pulumi.CustomResource):
746
740
  @pulumi.getter(name="useHostnameBucket")
747
741
  def use_hostname_bucket(self) -> pulumi.Output[Optional[_builtins.bool]]:
748
742
  """
749
- Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
750
- incrementing property versions.
743
+ Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
751
744
  """
752
745
  return pulumi.get(self, "use_hostname_bucket")
753
746
 
@@ -30,8 +30,7 @@ class PropertyBootstrapArgs:
30
30
  :param pulumi.Input[_builtins.str] group_id: Group ID to be assigned to the Property
31
31
  :param pulumi.Input[_builtins.str] product_id: Product ID to be assigned to the Property
32
32
  :param pulumi.Input[_builtins.str] name: Name to give to the Property (must be unique)
33
- :param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
34
- incrementing property versions.
33
+ :param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
35
34
  """
36
35
  pulumi.set(__self__, "contract_id", contract_id)
37
36
  pulumi.set(__self__, "group_id", group_id)
@@ -93,8 +92,7 @@ class PropertyBootstrapArgs:
93
92
  @pulumi.getter(name="useHostnameBucket")
94
93
  def use_hostname_bucket(self) -> Optional[pulumi.Input[_builtins.bool]]:
95
94
  """
96
- Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
97
- incrementing property versions.
95
+ Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
98
96
  """
99
97
  return pulumi.get(self, "use_hostname_bucket")
100
98
 
@@ -119,8 +117,7 @@ class _PropertyBootstrapState:
119
117
  :param pulumi.Input[_builtins.str] group_id: Group ID to be assigned to the Property
120
118
  :param pulumi.Input[_builtins.str] name: Name to give to the Property (must be unique)
121
119
  :param pulumi.Input[_builtins.str] product_id: Product ID to be assigned to the Property
122
- :param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
123
- incrementing property versions.
120
+ :param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
124
121
  """
125
122
  if asset_id is not None:
126
123
  pulumi.set(__self__, "asset_id", asset_id)
@@ -199,8 +196,7 @@ class _PropertyBootstrapState:
199
196
  @pulumi.getter(name="useHostnameBucket")
200
197
  def use_hostname_bucket(self) -> Optional[pulumi.Input[_builtins.bool]]:
201
198
  """
202
- Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
203
- incrementing property versions.
199
+ Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
204
200
  """
205
201
  return pulumi.get(self, "use_hostname_bucket")
206
202
 
@@ -229,8 +225,7 @@ class PropertyBootstrap(pulumi.CustomResource):
229
225
  :param pulumi.Input[_builtins.str] group_id: Group ID to be assigned to the Property
230
226
  :param pulumi.Input[_builtins.str] name: Name to give to the Property (must be unique)
231
227
  :param pulumi.Input[_builtins.str] product_id: Product ID to be assigned to the Property
232
- :param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
233
- incrementing property versions.
228
+ :param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
234
229
  """
235
230
  ...
236
231
  @overload
@@ -309,8 +304,7 @@ class PropertyBootstrap(pulumi.CustomResource):
309
304
  :param pulumi.Input[_builtins.str] group_id: Group ID to be assigned to the Property
310
305
  :param pulumi.Input[_builtins.str] name: Name to give to the Property (must be unique)
311
306
  :param pulumi.Input[_builtins.str] product_id: Product ID to be assigned to the Property
312
- :param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
313
- incrementing property versions.
307
+ :param pulumi.Input[_builtins.bool] use_hostname_bucket: Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
314
308
  """
315
309
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
316
310
 
@@ -368,8 +362,7 @@ class PropertyBootstrap(pulumi.CustomResource):
368
362
  @pulumi.getter(name="useHostnameBucket")
369
363
  def use_hostname_bucket(self) -> pulumi.Output[_builtins.bool]:
370
364
  """
371
- Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without
372
- incrementing property versions.
365
+ Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
373
366
  """
374
367
  return pulumi.get(self, "use_hostname_bucket")
375
368