pulumi-gcp 7.25.0__py3-none-any.whl → 7.25.0a1717104660__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.
- pulumi_gcp/__init__.py +0 -88
- pulumi_gcp/appengine/_inputs.py +0 -18
- pulumi_gcp/appengine/domain_mapping.py +1 -1
- pulumi_gcp/appengine/outputs.py +0 -16
- pulumi_gcp/bigquery/_inputs.py +2 -286
- pulumi_gcp/bigquery/outputs.py +2 -289
- pulumi_gcp/bigquery/table.py +35 -77
- pulumi_gcp/cloudfunctionsv2/function.py +4 -0
- pulumi_gcp/cloudrun/_inputs.py +4 -80
- pulumi_gcp/cloudrun/outputs.py +4 -137
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +176 -398
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/interconnect_attachment.py +0 -82
- pulumi_gcp/compute/network_endpoint.py +2 -2
- pulumi_gcp/compute/network_endpoint_list.py +2 -2
- pulumi_gcp/compute/outputs.py +161 -609
- pulumi_gcp/compute/region_ssl_policy.py +40 -39
- pulumi_gcp/compute/security_policy_rule.py +1 -55
- pulumi_gcp/container/_inputs.py +0 -560
- pulumi_gcp/container/outputs.py +51 -1106
- pulumi_gcp/dataplex/__init__.py +0 -10
- pulumi_gcp/dataplex/_inputs.py +0 -160
- pulumi_gcp/dataplex/outputs.py +0 -112
- pulumi_gcp/datastream/connection_profile.py +0 -47
- pulumi_gcp/datastream/private_connection.py +0 -47
- pulumi_gcp/datastream/stream.py +0 -47
- pulumi_gcp/kms/__init__.py +0 -2
- pulumi_gcp/networkservices/__init__.py +0 -1
- pulumi_gcp/networkservices/_inputs.py +27 -245
- pulumi_gcp/networkservices/lb_traffic_extension.py +14 -28
- pulumi_gcp/networkservices/outputs.py +20 -251
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/pubsub/_inputs.py +0 -16
- pulumi_gcp/pubsub/outputs.py +0 -25
- pulumi_gcp/pubsub/subscription.py +4 -8
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/tpu/_inputs.py +2 -2
- pulumi_gcp/tpu/outputs.py +2 -2
- {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717104660.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717104660.dist-info}/RECORD +45 -59
- pulumi_gcp/compute/get_subnetworks.py +0 -157
- pulumi_gcp/dataplex/aspect_type.py +0 -1077
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +0 -765
- pulumi_gcp/dataplex/aspect_type_iam_member.py +0 -765
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +0 -604
- pulumi_gcp/dataplex/entry_group.py +0 -722
- pulumi_gcp/dataplex/entry_group_iam_binding.py +0 -765
- pulumi_gcp/dataplex/entry_group_iam_member.py +0 -765
- pulumi_gcp/dataplex/entry_group_iam_policy.py +0 -604
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +0 -164
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +0 -164
- pulumi_gcp/kms/autokey_config.py +0 -366
- pulumi_gcp/kms/key_handle.py +0 -548
- pulumi_gcp/networkservices/lb_route_extension.py +0 -663
- {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717104660.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717104660.dist-info}/top_level.txt +0 -0
@@ -14,15 +14,19 @@ __all__ = ['RegionSslPolicyArgs', 'RegionSslPolicy']
|
|
14
14
|
@pulumi.input_type
|
15
15
|
class RegionSslPolicyArgs:
|
16
16
|
def __init__(__self__, *,
|
17
|
+
region: pulumi.Input[str],
|
17
18
|
custom_features: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
18
19
|
description: Optional[pulumi.Input[str]] = None,
|
19
20
|
min_tls_version: Optional[pulumi.Input[str]] = None,
|
20
21
|
name: Optional[pulumi.Input[str]] = None,
|
21
22
|
profile: Optional[pulumi.Input[str]] = None,
|
22
|
-
project: Optional[pulumi.Input[str]] = None
|
23
|
-
region: Optional[pulumi.Input[str]] = None):
|
23
|
+
project: Optional[pulumi.Input[str]] = None):
|
24
24
|
"""
|
25
25
|
The set of arguments for constructing a RegionSslPolicy resource.
|
26
|
+
:param pulumi.Input[str] region: The region where the regional SSL policy resides.
|
27
|
+
|
28
|
+
|
29
|
+
- - -
|
26
30
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] custom_features: A list of features enabled when the selected profile is CUSTOM. The
|
27
31
|
method returns the set of features that can be specified in this
|
28
32
|
list. This field must be empty if the profile is not CUSTOM.
|
@@ -42,9 +46,6 @@ class RegionSslPolicyArgs:
|
|
42
46
|
first character must be a lowercase letter, and all following
|
43
47
|
characters must be a dash, lowercase letter, or digit, except the last
|
44
48
|
character, which cannot be a dash.
|
45
|
-
|
46
|
-
|
47
|
-
- - -
|
48
49
|
:param pulumi.Input[str] profile: Profile specifies the set of SSL features that can be used by the
|
49
50
|
load balancer when negotiating SSL with clients. If using `CUSTOM`,
|
50
51
|
the set of SSL features to enable must be specified in the
|
@@ -56,8 +57,8 @@ class RegionSslPolicyArgs:
|
|
56
57
|
Possible values are: `COMPATIBLE`, `MODERN`, `RESTRICTED`, `CUSTOM`.
|
57
58
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
58
59
|
If it is not provided, the provider project is used.
|
59
|
-
:param pulumi.Input[str] region: The region where the regional SSL policy resides.
|
60
60
|
"""
|
61
|
+
pulumi.set(__self__, "region", region)
|
61
62
|
if custom_features is not None:
|
62
63
|
pulumi.set(__self__, "custom_features", custom_features)
|
63
64
|
if description is not None:
|
@@ -70,8 +71,21 @@ class RegionSslPolicyArgs:
|
|
70
71
|
pulumi.set(__self__, "profile", profile)
|
71
72
|
if project is not None:
|
72
73
|
pulumi.set(__self__, "project", project)
|
73
|
-
|
74
|
-
|
74
|
+
|
75
|
+
@property
|
76
|
+
@pulumi.getter
|
77
|
+
def region(self) -> pulumi.Input[str]:
|
78
|
+
"""
|
79
|
+
The region where the regional SSL policy resides.
|
80
|
+
|
81
|
+
|
82
|
+
- - -
|
83
|
+
"""
|
84
|
+
return pulumi.get(self, "region")
|
85
|
+
|
86
|
+
@region.setter
|
87
|
+
def region(self, value: pulumi.Input[str]):
|
88
|
+
pulumi.set(self, "region", value)
|
75
89
|
|
76
90
|
@property
|
77
91
|
@pulumi.getter(name="customFeatures")
|
@@ -129,9 +143,6 @@ class RegionSslPolicyArgs:
|
|
129
143
|
first character must be a lowercase letter, and all following
|
130
144
|
characters must be a dash, lowercase letter, or digit, except the last
|
131
145
|
character, which cannot be a dash.
|
132
|
-
|
133
|
-
|
134
|
-
- - -
|
135
146
|
"""
|
136
147
|
return pulumi.get(self, "name")
|
137
148
|
|
@@ -172,18 +183,6 @@ class RegionSslPolicyArgs:
|
|
172
183
|
def project(self, value: Optional[pulumi.Input[str]]):
|
173
184
|
pulumi.set(self, "project", value)
|
174
185
|
|
175
|
-
@property
|
176
|
-
@pulumi.getter
|
177
|
-
def region(self) -> Optional[pulumi.Input[str]]:
|
178
|
-
"""
|
179
|
-
The region where the regional SSL policy resides.
|
180
|
-
"""
|
181
|
-
return pulumi.get(self, "region")
|
182
|
-
|
183
|
-
@region.setter
|
184
|
-
def region(self, value: Optional[pulumi.Input[str]]):
|
185
|
-
pulumi.set(self, "region", value)
|
186
|
-
|
187
186
|
|
188
187
|
@pulumi.input_type
|
189
188
|
class _RegionSslPolicyState:
|
@@ -224,9 +223,6 @@ class _RegionSslPolicyState:
|
|
224
223
|
first character must be a lowercase letter, and all following
|
225
224
|
characters must be a dash, lowercase letter, or digit, except the last
|
226
225
|
character, which cannot be a dash.
|
227
|
-
|
228
|
-
|
229
|
-
- - -
|
230
226
|
:param pulumi.Input[str] profile: Profile specifies the set of SSL features that can be used by the
|
231
227
|
load balancer when negotiating SSL with clients. If using `CUSTOM`,
|
232
228
|
the set of SSL features to enable must be specified in the
|
@@ -239,6 +235,9 @@ class _RegionSslPolicyState:
|
|
239
235
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
240
236
|
If it is not provided, the provider project is used.
|
241
237
|
:param pulumi.Input[str] region: The region where the regional SSL policy resides.
|
238
|
+
|
239
|
+
|
240
|
+
- - -
|
242
241
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
243
242
|
"""
|
244
243
|
if creation_timestamp is not None:
|
@@ -357,9 +356,6 @@ class _RegionSslPolicyState:
|
|
357
356
|
first character must be a lowercase letter, and all following
|
358
357
|
characters must be a dash, lowercase letter, or digit, except the last
|
359
358
|
character, which cannot be a dash.
|
360
|
-
|
361
|
-
|
362
|
-
- - -
|
363
359
|
"""
|
364
360
|
return pulumi.get(self, "name")
|
365
361
|
|
@@ -405,6 +401,9 @@ class _RegionSslPolicyState:
|
|
405
401
|
def region(self) -> Optional[pulumi.Input[str]]:
|
406
402
|
"""
|
407
403
|
The region where the regional SSL policy resides.
|
404
|
+
|
405
|
+
|
406
|
+
- - -
|
408
407
|
"""
|
409
408
|
return pulumi.get(self, "region")
|
410
409
|
|
@@ -499,9 +498,6 @@ class RegionSslPolicy(pulumi.CustomResource):
|
|
499
498
|
first character must be a lowercase letter, and all following
|
500
499
|
characters must be a dash, lowercase letter, or digit, except the last
|
501
500
|
character, which cannot be a dash.
|
502
|
-
|
503
|
-
|
504
|
-
- - -
|
505
501
|
:param pulumi.Input[str] profile: Profile specifies the set of SSL features that can be used by the
|
506
502
|
load balancer when negotiating SSL with clients. If using `CUSTOM`,
|
507
503
|
the set of SSL features to enable must be specified in the
|
@@ -514,12 +510,15 @@ class RegionSslPolicy(pulumi.CustomResource):
|
|
514
510
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
515
511
|
If it is not provided, the provider project is used.
|
516
512
|
:param pulumi.Input[str] region: The region where the regional SSL policy resides.
|
513
|
+
|
514
|
+
|
515
|
+
- - -
|
517
516
|
"""
|
518
517
|
...
|
519
518
|
@overload
|
520
519
|
def __init__(__self__,
|
521
520
|
resource_name: str,
|
522
|
-
args:
|
521
|
+
args: RegionSslPolicyArgs,
|
523
522
|
opts: Optional[pulumi.ResourceOptions] = None):
|
524
523
|
"""
|
525
524
|
Represents a Regional SSL policy. SSL policies give you the ability to control the
|
@@ -598,6 +597,8 @@ class RegionSslPolicy(pulumi.CustomResource):
|
|
598
597
|
__props__.__dict__["name"] = name
|
599
598
|
__props__.__dict__["profile"] = profile
|
600
599
|
__props__.__dict__["project"] = project
|
600
|
+
if region is None and not opts.urn:
|
601
|
+
raise TypeError("Missing required property 'region'")
|
601
602
|
__props__.__dict__["region"] = region
|
602
603
|
__props__.__dict__["creation_timestamp"] = None
|
603
604
|
__props__.__dict__["enabled_features"] = None
|
@@ -654,9 +655,6 @@ class RegionSslPolicy(pulumi.CustomResource):
|
|
654
655
|
first character must be a lowercase letter, and all following
|
655
656
|
characters must be a dash, lowercase letter, or digit, except the last
|
656
657
|
character, which cannot be a dash.
|
657
|
-
|
658
|
-
|
659
|
-
- - -
|
660
658
|
:param pulumi.Input[str] profile: Profile specifies the set of SSL features that can be used by the
|
661
659
|
load balancer when negotiating SSL with clients. If using `CUSTOM`,
|
662
660
|
the set of SSL features to enable must be specified in the
|
@@ -669,6 +667,9 @@ class RegionSslPolicy(pulumi.CustomResource):
|
|
669
667
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
670
668
|
If it is not provided, the provider project is used.
|
671
669
|
:param pulumi.Input[str] region: The region where the regional SSL policy resides.
|
670
|
+
|
671
|
+
|
672
|
+
- - -
|
672
673
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
673
674
|
"""
|
674
675
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -757,9 +758,6 @@ class RegionSslPolicy(pulumi.CustomResource):
|
|
757
758
|
first character must be a lowercase letter, and all following
|
758
759
|
characters must be a dash, lowercase letter, or digit, except the last
|
759
760
|
character, which cannot be a dash.
|
760
|
-
|
761
|
-
|
762
|
-
- - -
|
763
761
|
"""
|
764
762
|
return pulumi.get(self, "name")
|
765
763
|
|
@@ -793,6 +791,9 @@ class RegionSslPolicy(pulumi.CustomResource):
|
|
793
791
|
def region(self) -> pulumi.Output[str]:
|
794
792
|
"""
|
795
793
|
The region where the regional SSL policy resides.
|
794
|
+
|
795
|
+
|
796
|
+
- - -
|
796
797
|
"""
|
797
798
|
return pulumi.get(self, "region")
|
798
799
|
|
@@ -23,8 +23,7 @@ class SecurityPolicyRuleInitArgs:
|
|
23
23
|
match: Optional[pulumi.Input['SecurityPolicyRuleMatchArgs']] = None,
|
24
24
|
preconfigured_waf_config: Optional[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigArgs']] = None,
|
25
25
|
preview: Optional[pulumi.Input[bool]] = None,
|
26
|
-
project: Optional[pulumi.Input[str]] = None
|
27
|
-
rate_limit_options: Optional[pulumi.Input['SecurityPolicyRuleRateLimitOptionsArgs']] = None):
|
26
|
+
project: Optional[pulumi.Input[str]] = None):
|
28
27
|
"""
|
29
28
|
The set of arguments for constructing a SecurityPolicyRule resource.
|
30
29
|
:param pulumi.Input[str] action: The Action to perform when the rule is matched. The following are the valid actions:
|
@@ -50,8 +49,6 @@ class SecurityPolicyRuleInitArgs:
|
|
50
49
|
:param pulumi.Input[bool] preview: If set to true, the specified action is not enforced.
|
51
50
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
52
51
|
If it is not provided, the provider project is used.
|
53
|
-
:param pulumi.Input['SecurityPolicyRuleRateLimitOptionsArgs'] rate_limit_options: Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
|
54
|
-
Structure is documented below.
|
55
52
|
"""
|
56
53
|
pulumi.set(__self__, "action", action)
|
57
54
|
pulumi.set(__self__, "priority", priority)
|
@@ -66,8 +63,6 @@ class SecurityPolicyRuleInitArgs:
|
|
66
63
|
pulumi.set(__self__, "preview", preview)
|
67
64
|
if project is not None:
|
68
65
|
pulumi.set(__self__, "project", project)
|
69
|
-
if rate_limit_options is not None:
|
70
|
-
pulumi.set(__self__, "rate_limit_options", rate_limit_options)
|
71
66
|
|
72
67
|
@property
|
73
68
|
@pulumi.getter
|
@@ -180,19 +175,6 @@ class SecurityPolicyRuleInitArgs:
|
|
180
175
|
def project(self, value: Optional[pulumi.Input[str]]):
|
181
176
|
pulumi.set(self, "project", value)
|
182
177
|
|
183
|
-
@property
|
184
|
-
@pulumi.getter(name="rateLimitOptions")
|
185
|
-
def rate_limit_options(self) -> Optional[pulumi.Input['SecurityPolicyRuleRateLimitOptionsArgs']]:
|
186
|
-
"""
|
187
|
-
Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
|
188
|
-
Structure is documented below.
|
189
|
-
"""
|
190
|
-
return pulumi.get(self, "rate_limit_options")
|
191
|
-
|
192
|
-
@rate_limit_options.setter
|
193
|
-
def rate_limit_options(self, value: Optional[pulumi.Input['SecurityPolicyRuleRateLimitOptionsArgs']]):
|
194
|
-
pulumi.set(self, "rate_limit_options", value)
|
195
|
-
|
196
178
|
|
197
179
|
@pulumi.input_type
|
198
180
|
class _SecurityPolicyRuleState:
|
@@ -204,7 +186,6 @@ class _SecurityPolicyRuleState:
|
|
204
186
|
preview: Optional[pulumi.Input[bool]] = None,
|
205
187
|
priority: Optional[pulumi.Input[int]] = None,
|
206
188
|
project: Optional[pulumi.Input[str]] = None,
|
207
|
-
rate_limit_options: Optional[pulumi.Input['SecurityPolicyRuleRateLimitOptionsArgs']] = None,
|
208
189
|
security_policy: Optional[pulumi.Input[str]] = None):
|
209
190
|
"""
|
210
191
|
Input properties used for looking up and filtering SecurityPolicyRule resources.
|
@@ -227,8 +208,6 @@ class _SecurityPolicyRuleState:
|
|
227
208
|
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
|
228
209
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
229
210
|
If it is not provided, the provider project is used.
|
230
|
-
:param pulumi.Input['SecurityPolicyRuleRateLimitOptionsArgs'] rate_limit_options: Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
|
231
|
-
Structure is documented below.
|
232
211
|
:param pulumi.Input[str] security_policy: The name of the security policy this rule belongs to.
|
233
212
|
|
234
213
|
|
@@ -248,8 +227,6 @@ class _SecurityPolicyRuleState:
|
|
248
227
|
pulumi.set(__self__, "priority", priority)
|
249
228
|
if project is not None:
|
250
229
|
pulumi.set(__self__, "project", project)
|
251
|
-
if rate_limit_options is not None:
|
252
|
-
pulumi.set(__self__, "rate_limit_options", rate_limit_options)
|
253
230
|
if security_policy is not None:
|
254
231
|
pulumi.set(__self__, "security_policy", security_policy)
|
255
232
|
|
@@ -349,19 +326,6 @@ class _SecurityPolicyRuleState:
|
|
349
326
|
def project(self, value: Optional[pulumi.Input[str]]):
|
350
327
|
pulumi.set(self, "project", value)
|
351
328
|
|
352
|
-
@property
|
353
|
-
@pulumi.getter(name="rateLimitOptions")
|
354
|
-
def rate_limit_options(self) -> Optional[pulumi.Input['SecurityPolicyRuleRateLimitOptionsArgs']]:
|
355
|
-
"""
|
356
|
-
Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
|
357
|
-
Structure is documented below.
|
358
|
-
"""
|
359
|
-
return pulumi.get(self, "rate_limit_options")
|
360
|
-
|
361
|
-
@rate_limit_options.setter
|
362
|
-
def rate_limit_options(self, value: Optional[pulumi.Input['SecurityPolicyRuleRateLimitOptionsArgs']]):
|
363
|
-
pulumi.set(self, "rate_limit_options", value)
|
364
|
-
|
365
329
|
@property
|
366
330
|
@pulumi.getter(name="securityPolicy")
|
367
331
|
def security_policy(self) -> Optional[pulumi.Input[str]]:
|
@@ -390,7 +354,6 @@ class SecurityPolicyRule(pulumi.CustomResource):
|
|
390
354
|
preview: Optional[pulumi.Input[bool]] = None,
|
391
355
|
priority: Optional[pulumi.Input[int]] = None,
|
392
356
|
project: Optional[pulumi.Input[str]] = None,
|
393
|
-
rate_limit_options: Optional[pulumi.Input[pulumi.InputType['SecurityPolicyRuleRateLimitOptionsArgs']]] = None,
|
394
357
|
security_policy: Optional[pulumi.Input[str]] = None,
|
395
358
|
__props__=None):
|
396
359
|
"""
|
@@ -550,8 +513,6 @@ class SecurityPolicyRule(pulumi.CustomResource):
|
|
550
513
|
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
|
551
514
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
552
515
|
If it is not provided, the provider project is used.
|
553
|
-
:param pulumi.Input[pulumi.InputType['SecurityPolicyRuleRateLimitOptionsArgs']] rate_limit_options: Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
|
554
|
-
Structure is documented below.
|
555
516
|
:param pulumi.Input[str] security_policy: The name of the security policy this rule belongs to.
|
556
517
|
|
557
518
|
|
@@ -721,7 +682,6 @@ class SecurityPolicyRule(pulumi.CustomResource):
|
|
721
682
|
preview: Optional[pulumi.Input[bool]] = None,
|
722
683
|
priority: Optional[pulumi.Input[int]] = None,
|
723
684
|
project: Optional[pulumi.Input[str]] = None,
|
724
|
-
rate_limit_options: Optional[pulumi.Input[pulumi.InputType['SecurityPolicyRuleRateLimitOptionsArgs']]] = None,
|
725
685
|
security_policy: Optional[pulumi.Input[str]] = None,
|
726
686
|
__props__=None):
|
727
687
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -743,7 +703,6 @@ class SecurityPolicyRule(pulumi.CustomResource):
|
|
743
703
|
raise TypeError("Missing required property 'priority'")
|
744
704
|
__props__.__dict__["priority"] = priority
|
745
705
|
__props__.__dict__["project"] = project
|
746
|
-
__props__.__dict__["rate_limit_options"] = rate_limit_options
|
747
706
|
if security_policy is None and not opts.urn:
|
748
707
|
raise TypeError("Missing required property 'security_policy'")
|
749
708
|
__props__.__dict__["security_policy"] = security_policy
|
@@ -764,7 +723,6 @@ class SecurityPolicyRule(pulumi.CustomResource):
|
|
764
723
|
preview: Optional[pulumi.Input[bool]] = None,
|
765
724
|
priority: Optional[pulumi.Input[int]] = None,
|
766
725
|
project: Optional[pulumi.Input[str]] = None,
|
767
|
-
rate_limit_options: Optional[pulumi.Input[pulumi.InputType['SecurityPolicyRuleRateLimitOptionsArgs']]] = None,
|
768
726
|
security_policy: Optional[pulumi.Input[str]] = None) -> 'SecurityPolicyRule':
|
769
727
|
"""
|
770
728
|
Get an existing SecurityPolicyRule resource's state with the given name, id, and optional extra
|
@@ -792,8 +750,6 @@ class SecurityPolicyRule(pulumi.CustomResource):
|
|
792
750
|
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
|
793
751
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
794
752
|
If it is not provided, the provider project is used.
|
795
|
-
:param pulumi.Input[pulumi.InputType['SecurityPolicyRuleRateLimitOptionsArgs']] rate_limit_options: Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
|
796
|
-
Structure is documented below.
|
797
753
|
:param pulumi.Input[str] security_policy: The name of the security policy this rule belongs to.
|
798
754
|
|
799
755
|
|
@@ -810,7 +766,6 @@ class SecurityPolicyRule(pulumi.CustomResource):
|
|
810
766
|
__props__.__dict__["preview"] = preview
|
811
767
|
__props__.__dict__["priority"] = priority
|
812
768
|
__props__.__dict__["project"] = project
|
813
|
-
__props__.__dict__["rate_limit_options"] = rate_limit_options
|
814
769
|
__props__.__dict__["security_policy"] = security_policy
|
815
770
|
return SecurityPolicyRule(resource_name, opts=opts, __props__=__props__)
|
816
771
|
|
@@ -882,15 +837,6 @@ class SecurityPolicyRule(pulumi.CustomResource):
|
|
882
837
|
"""
|
883
838
|
return pulumi.get(self, "project")
|
884
839
|
|
885
|
-
@property
|
886
|
-
@pulumi.getter(name="rateLimitOptions")
|
887
|
-
def rate_limit_options(self) -> pulumi.Output[Optional['outputs.SecurityPolicyRuleRateLimitOptions']]:
|
888
|
-
"""
|
889
|
-
Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
|
890
|
-
Structure is documented below.
|
891
|
-
"""
|
892
|
-
return pulumi.get(self, "rate_limit_options")
|
893
|
-
|
894
840
|
@property
|
895
841
|
@pulumi.getter(name="securityPolicy")
|
896
842
|
def security_policy(self) -> pulumi.Output[str]:
|