pulumi-cloudngfwaws 0.2.0a1759529059__py3-none-any.whl → 1.0.0a1759959360__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-cloudngfwaws might be problematic. Click here for more details.

@@ -34,11 +34,11 @@ class ProviderArgs:
34
34
  profile: Optional[pulumi.Input[_builtins.str]] = None,
35
35
  protocol: Optional[pulumi.Input[_builtins.str]] = None,
36
36
  region: Optional[pulumi.Input[_builtins.str]] = None,
37
- resource_timeout: Optional[pulumi.Input[_builtins.int]] = None,
38
37
  secret_key: Optional[pulumi.Input[_builtins.str]] = None,
39
38
  skip_verify_certificate: Optional[pulumi.Input[_builtins.bool]] = None,
40
39
  sync_mode: Optional[pulumi.Input[_builtins.bool]] = None,
41
- timeout: Optional[pulumi.Input[_builtins.int]] = None):
40
+ timeout: Optional[pulumi.Input[_builtins.int]] = None,
41
+ v2_host: Optional[pulumi.Input[_builtins.str]] = None):
42
42
  """
43
43
  The set of arguments for constructing a Provider resource.
44
44
  :param pulumi.Input[_builtins.str] access_key: (Used for the initial `sts assume role`) AWS access key. Environment variable: `CLOUDNGFWAWS_ACCESS_KEY`. JSON conf file variable: `access-key`.
@@ -60,6 +60,7 @@ class ProviderArgs:
60
60
  :param pulumi.Input[_builtins.bool] skip_verify_certificate: Skip verifying the SSL certificate. Environment variable: `CLOUDNGFWAWS_SKIP_VERIFY_CERTIFICATE`. JSON conf file variable: `skip-verify-certificate`.
61
61
  :param pulumi.Input[_builtins.bool] sync_mode: Enable synchronous mode while creating resources Environment variable: `CLOUDNGFWAWS_SYNC_MODE`. JSON conf file variable: `sync_mode`.
62
62
  :param pulumi.Input[_builtins.int] timeout: The timeout for any single API call (default: `30`). Environment variable: `CLOUDNGFWAWS_TIMEOUT`. JSON conf file variable: `timeout`.
63
+ :param pulumi.Input[_builtins.str] v2_host: The hostname of the V2 API (default: `api.us-east-1.aws.cloudngfw.paloaltonetworks.com`). Environment variable: `CLOUDNGFWAWS_V2_HOST`. JSON conf file variable: `v2_host`.
63
64
  """
64
65
  if access_key is not None:
65
66
  pulumi.set(__self__, "access_key", access_key)
@@ -91,8 +92,6 @@ class ProviderArgs:
91
92
  pulumi.set(__self__, "protocol", protocol)
92
93
  if region is not None:
93
94
  pulumi.set(__self__, "region", region)
94
- if resource_timeout is not None:
95
- pulumi.set(__self__, "resource_timeout", resource_timeout)
96
95
  if secret_key is not None:
97
96
  pulumi.set(__self__, "secret_key", secret_key)
98
97
  if skip_verify_certificate is not None:
@@ -101,6 +100,8 @@ class ProviderArgs:
101
100
  pulumi.set(__self__, "sync_mode", sync_mode)
102
101
  if timeout is not None:
103
102
  pulumi.set(__self__, "timeout", timeout)
103
+ if v2_host is not None:
104
+ pulumi.set(__self__, "v2_host", v2_host)
104
105
 
105
106
  @_builtins.property
106
107
  @pulumi.getter(name="accessKey")
@@ -282,15 +283,6 @@ class ProviderArgs:
282
283
  def region(self, value: Optional[pulumi.Input[_builtins.str]]):
283
284
  pulumi.set(self, "region", value)
284
285
 
285
- @_builtins.property
286
- @pulumi.getter(name="resourceTimeout")
287
- def resource_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
288
- return pulumi.get(self, "resource_timeout")
289
-
290
- @resource_timeout.setter
291
- def resource_timeout(self, value: Optional[pulumi.Input[_builtins.int]]):
292
- pulumi.set(self, "resource_timeout", value)
293
-
294
286
  @_builtins.property
295
287
  @pulumi.getter(name="secretKey")
296
288
  def secret_key(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -339,6 +331,18 @@ class ProviderArgs:
339
331
  def timeout(self, value: Optional[pulumi.Input[_builtins.int]]):
340
332
  pulumi.set(self, "timeout", value)
341
333
 
334
+ @_builtins.property
335
+ @pulumi.getter(name="v2Host")
336
+ def v2_host(self) -> Optional[pulumi.Input[_builtins.str]]:
337
+ """
338
+ The hostname of the V2 API (default: `api.us-east-1.aws.cloudngfw.paloaltonetworks.com`). Environment variable: `CLOUDNGFWAWS_V2_HOST`. JSON conf file variable: `v2_host`.
339
+ """
340
+ return pulumi.get(self, "v2_host")
341
+
342
+ @v2_host.setter
343
+ def v2_host(self, value: Optional[pulumi.Input[_builtins.str]]):
344
+ pulumi.set(self, "v2_host", value)
345
+
342
346
 
343
347
  @pulumi.type_token("pulumi:providers:cloudngfwaws")
344
348
  class Provider(pulumi.ProviderResource):
@@ -361,11 +365,11 @@ class Provider(pulumi.ProviderResource):
361
365
  profile: Optional[pulumi.Input[_builtins.str]] = None,
362
366
  protocol: Optional[pulumi.Input[_builtins.str]] = None,
363
367
  region: Optional[pulumi.Input[_builtins.str]] = None,
364
- resource_timeout: Optional[pulumi.Input[_builtins.int]] = None,
365
368
  secret_key: Optional[pulumi.Input[_builtins.str]] = None,
366
369
  skip_verify_certificate: Optional[pulumi.Input[_builtins.bool]] = None,
367
370
  sync_mode: Optional[pulumi.Input[_builtins.bool]] = None,
368
371
  timeout: Optional[pulumi.Input[_builtins.int]] = None,
372
+ v2_host: Optional[pulumi.Input[_builtins.str]] = None,
369
373
  __props__=None):
370
374
  """
371
375
  The provider type for the cloudngfwaws package. By default, resources use package-wide configuration
@@ -394,6 +398,7 @@ class Provider(pulumi.ProviderResource):
394
398
  :param pulumi.Input[_builtins.bool] skip_verify_certificate: Skip verifying the SSL certificate. Environment variable: `CLOUDNGFWAWS_SKIP_VERIFY_CERTIFICATE`. JSON conf file variable: `skip-verify-certificate`.
395
399
  :param pulumi.Input[_builtins.bool] sync_mode: Enable synchronous mode while creating resources Environment variable: `CLOUDNGFWAWS_SYNC_MODE`. JSON conf file variable: `sync_mode`.
396
400
  :param pulumi.Input[_builtins.int] timeout: The timeout for any single API call (default: `30`). Environment variable: `CLOUDNGFWAWS_TIMEOUT`. JSON conf file variable: `timeout`.
401
+ :param pulumi.Input[_builtins.str] v2_host: The hostname of the V2 API (default: `api.us-east-1.aws.cloudngfw.paloaltonetworks.com`). Environment variable: `CLOUDNGFWAWS_V2_HOST`. JSON conf file variable: `v2_host`.
397
402
  """
398
403
  ...
399
404
  @overload
@@ -437,11 +442,11 @@ class Provider(pulumi.ProviderResource):
437
442
  profile: Optional[pulumi.Input[_builtins.str]] = None,
438
443
  protocol: Optional[pulumi.Input[_builtins.str]] = None,
439
444
  region: Optional[pulumi.Input[_builtins.str]] = None,
440
- resource_timeout: Optional[pulumi.Input[_builtins.int]] = None,
441
445
  secret_key: Optional[pulumi.Input[_builtins.str]] = None,
442
446
  skip_verify_certificate: Optional[pulumi.Input[_builtins.bool]] = None,
443
447
  sync_mode: Optional[pulumi.Input[_builtins.bool]] = None,
444
448
  timeout: Optional[pulumi.Input[_builtins.int]] = None,
449
+ v2_host: Optional[pulumi.Input[_builtins.str]] = None,
445
450
  __props__=None):
446
451
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
447
452
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -466,11 +471,11 @@ class Provider(pulumi.ProviderResource):
466
471
  __props__.__dict__["profile"] = profile
467
472
  __props__.__dict__["protocol"] = protocol
468
473
  __props__.__dict__["region"] = region
469
- __props__.__dict__["resource_timeout"] = pulumi.Output.from_input(resource_timeout).apply(pulumi.runtime.to_json) if resource_timeout is not None else None
470
474
  __props__.__dict__["secret_key"] = secret_key
471
475
  __props__.__dict__["skip_verify_certificate"] = pulumi.Output.from_input(skip_verify_certificate).apply(pulumi.runtime.to_json) if skip_verify_certificate is not None else None
472
476
  __props__.__dict__["sync_mode"] = pulumi.Output.from_input(sync_mode).apply(pulumi.runtime.to_json) if sync_mode is not None else None
473
477
  __props__.__dict__["timeout"] = pulumi.Output.from_input(timeout).apply(pulumi.runtime.to_json) if timeout is not None else None
478
+ __props__.__dict__["v2_host"] = v2_host
474
479
  super(Provider, __self__).__init__(
475
480
  'cloudngfwaws',
476
481
  resource_name,
@@ -589,6 +594,14 @@ class Provider(pulumi.ProviderResource):
589
594
  """
590
595
  return pulumi.get(self, "secret_key")
591
596
 
597
+ @_builtins.property
598
+ @pulumi.getter(name="v2Host")
599
+ def v2_host(self) -> pulumi.Output[Optional[_builtins.str]]:
600
+ """
601
+ The hostname of the V2 API (default: `api.us-east-1.aws.cloudngfw.paloaltonetworks.com`). Environment variable: `CLOUDNGFWAWS_V2_HOST`. JSON conf file variable: `v2_host`.
602
+ """
603
+ return pulumi.get(self, "v2_host")
604
+
592
605
  @pulumi.output_type
593
606
  class TerraformConfigResult:
594
607
  def __init__(__self__, result=None):
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "cloudngfwaws",
4
- "version": "0.2.0-alpha.1759529059",
4
+ "version": "1.0.0-alpha.1759959360",
5
5
  "server": "github://api.github.com/pulumi/pulumi-cloudngfwaws"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_cloudngfwaws
3
- Version: 0.2.0a1759529059
3
+ Version: 1.0.0a1759959360
4
4
  Summary: A Pulumi package for creating and managing Cloud NGFW for AWS resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.com
@@ -1,5 +1,5 @@
1
1
  pulumi_cloudngfwaws/__init__.py,sha256=705DN_RxGEP1YaWY7D_lHw9WEetnl4Nb_uXAW_sOFCE,4404
2
- pulumi_cloudngfwaws/_inputs.py,sha256=KhUyjmv-ba6ku0yoDvBPVLAeRrRKnmCM8oj4d2HkpoU,32094
2
+ pulumi_cloudngfwaws/_inputs.py,sha256=0e-LJPtR2AnLn7nbdUl2Ud0dtwK4ZwhVQbZrU7LqBIw,56899
3
3
  pulumi_cloudngfwaws/_utilities.py,sha256=bckGcKNOPp7eJ7RPNX9jDAIf04-ogcxDy199ydXlNZg,10837
4
4
  pulumi_cloudngfwaws/account.py,sha256=gY-aMtvSyoQBw2HuL4A6GpZ1EnuhYtCOZh3K_HIhUgw,21428
5
5
  pulumi_cloudngfwaws/account_onboarding.py,sha256=s-DlJGTJ1EMLoBUYCtPkZLfz8lKNea5qf1XVIasi-KE,8518
@@ -17,9 +17,9 @@ pulumi_cloudngfwaws/get_country.py,sha256=p3of50SoOGKPqP5bWU1OEc33dueYaEd-iztQoR
17
17
  pulumi_cloudngfwaws/get_custom_url_category.py,sha256=D4ixtV2txTH6Y5mn04k2KVdv8Orw9_4DQS5UHgc7qEM,10893
18
18
  pulumi_cloudngfwaws/get_fqdn_list.py,sha256=RM9sQ9n-nzEdWjwMwjGsRCA4slBfnRUpomGmwCgKe98,10001
19
19
  pulumi_cloudngfwaws/get_intelligent_feed.py,sha256=L2zqEQYee1MIaKSt8M5WfquWxqrpzONrKNL2_2OstL4,12290
20
- pulumi_cloudngfwaws/get_ngfw.py,sha256=kPqwrgiqzNW6K1XlXUthDpbcsz7Ixzl1jXmm6XRj-18,14270
21
- pulumi_cloudngfwaws/get_ngfw_log_profile.py,sha256=POnfAT8MetUOUw7S2zZrlPa60cZR7G4V52xaX-Q4k4E,7856
22
- pulumi_cloudngfwaws/get_ngfws.py,sha256=LJNoImKVKq-agta8g2pJgaxNxluW55pWmhZaMHv_apo,5108
20
+ pulumi_cloudngfwaws/get_ngfw.py,sha256=fQH3f-M9TjTMm9vTvICP6Y4MNZekO5vfrkfXXKmR-Ho,18472
21
+ pulumi_cloudngfwaws/get_ngfw_log_profile.py,sha256=xPAcCJKtXtzCl8LMueuIiQIQJAqo1x7KFyVRYqjh_LY,10186
22
+ pulumi_cloudngfwaws/get_ngfws.py,sha256=-HEl_d9vt7zimYpBtbzRAYBV9d7r4xvGBeyh4m0e43w,5929
23
23
  pulumi_cloudngfwaws/get_predefined_url_categories.py,sha256=CATyGOI4F-M4Q_SjHfmvZ7e8R489x4Cf4hR6_l_6NrI,6291
24
24
  pulumi_cloudngfwaws/get_predefined_url_category_override.py,sha256=1cEeF1qseb8uaSSRanW5cqqvzSwhJ8bVEJxVybxPpWc,8711
25
25
  pulumi_cloudngfwaws/get_prefix_list.py,sha256=XogeRBMGDstS7iGGmakauLeBAdA72b1hHtpCBhV_19k,10099
@@ -27,20 +27,20 @@ pulumi_cloudngfwaws/get_rulestack.py,sha256=d2b_lGORff--PlCxCNquTGp7kX3qGD9hrH9G
27
27
  pulumi_cloudngfwaws/get_security_rule.py,sha256=90y1zt36Bwad4CS34cwoDLUVuPUU9BFTna5Jd2_cWqk,18003
28
28
  pulumi_cloudngfwaws/get_validate_rulestack.py,sha256=82u6GZ4m6jcroDnVHiGeT7w1YBwHgJt5VaIcOSaSo5U,8136
29
29
  pulumi_cloudngfwaws/intelligent_feed.py,sha256=hGuhFPdBgxqZYgCvx_Ntx1Da-7VKqf1YQFWUW_Lv7dw,28255
30
- pulumi_cloudngfwaws/ngfw.py,sha256=dbzsR9XZifO7T6TOA4OedveUfcOPC97CwQkCBLKkS6g,41741
31
- pulumi_cloudngfwaws/ngfw_log_profile.py,sha256=qtqSf3ji11U9_vQeLc-HakT6Hp48gaVHkXZBiekniyE,22890
32
- pulumi_cloudngfwaws/outputs.py,sha256=FnWugUXx-Ub9z_0ARsYaf8i1rm3fzDWgcVrQPmhL7VY,39250
30
+ pulumi_cloudngfwaws/ngfw.py,sha256=CPPDpZPBxpIcYX-irfjMsGSgFGLQcPwyNtKfbUjleUk,57014
31
+ pulumi_cloudngfwaws/ngfw_log_profile.py,sha256=kjzGXbJn5odqny6TybKga4M9VQRmZ-dc9N43ANuDVMY,30254
32
+ pulumi_cloudngfwaws/outputs.py,sha256=KrbAzgUQkYovV6heZtIjYEiH6dStooSVrj7Tf6jgBSw,70839
33
33
  pulumi_cloudngfwaws/predefined_url_category_override.py,sha256=A-guCTj9VkC0f1YbtKzmHHmquW14jXz4CmU0B7y2EGQ,15160
34
34
  pulumi_cloudngfwaws/prefix_list.py,sha256=yMLIvN97l-r_L-3vM193mhvwvFpqciFDgkeYBbU9XW8,19990
35
- pulumi_cloudngfwaws/provider.py,sha256=tIUufyQYBHUvhZLdRnqnqSzk1Djk3y-3w3uuauD8ZIg,36108
36
- pulumi_cloudngfwaws/pulumi-plugin.json,sha256=jlH_EgADObgql99SZJzvX6aC0d8_1o4fHO5HzhDG5Js,154
35
+ pulumi_cloudngfwaws/provider.py,sha256=tdfWr4Tn8QoDlYp8Uc8nx2YqQ1XtPvjeoyJCENfDyoc,36907
36
+ pulumi_cloudngfwaws/pulumi-plugin.json,sha256=XGlNfjORBbx3smP82HB1qMRP9_Mmi_lW1XxHLHOQCb0,154
37
37
  pulumi_cloudngfwaws/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
38
  pulumi_cloudngfwaws/rulestack.py,sha256=u0X0oM67PpuhyZc6r_WQl2C2hsP4hJSCqQup2CMMJdM,25540
39
39
  pulumi_cloudngfwaws/security_rule.py,sha256=TTFeKs3Q98rugpazTZohOkfEX0QN7TBSaD33VlUQZms,51274
40
40
  pulumi_cloudngfwaws/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
41
- pulumi_cloudngfwaws/config/__init__.pyi,sha256=dvjosd50FIdifHb7tC297D-Qv_-xDXtDFrB8fvUWwHI,4225
42
- pulumi_cloudngfwaws/config/vars.py,sha256=lphpzPoRUH0ZgUMEZrgfspqL_nPLid-6dyqgTAO5mXg,6496
43
- pulumi_cloudngfwaws-0.2.0a1759529059.dist-info/METADATA,sha256=cGMGk1Vyc-jd3MO72-3xScgfwQm-t3e7enSamYM1250,2002
44
- pulumi_cloudngfwaws-0.2.0a1759529059.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
45
- pulumi_cloudngfwaws-0.2.0a1759529059.dist-info/top_level.txt,sha256=1jmTBwdPVjYLZPBXVcAeqoyCZEPREbcCiW6H-9K-ekA,20
46
- pulumi_cloudngfwaws-0.2.0a1759529059.dist-info/RECORD,,
41
+ pulumi_cloudngfwaws/config/__init__.pyi,sha256=lWRuxH_jsEDOWLtRMAOf-Bsbe_9QNk8Qn-Wb1zKsIGE,4396
42
+ pulumi_cloudngfwaws/config/vars.py,sha256=-GlqZx3ihYNLyXfqH1QJGxcCLAUVibVNOzvlvhBnXNU,6678
43
+ pulumi_cloudngfwaws-1.0.0a1759959360.dist-info/METADATA,sha256=HZVjFaKMp3tTEcJeeS-1z9ySHRCS2yaxi8s8uEv-8F4,2002
44
+ pulumi_cloudngfwaws-1.0.0a1759959360.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
45
+ pulumi_cloudngfwaws-1.0.0a1759959360.dist-info/top_level.txt,sha256=1jmTBwdPVjYLZPBXVcAeqoyCZEPREbcCiW6H-9K-ekA,20
46
+ pulumi_cloudngfwaws-1.0.0a1759959360.dist-info/RECORD,,