pulumi-gcp 8.7.0__py3-none-any.whl → 8.7.0a1729200523__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 -70
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeters.py +0 -2
- pulumi_gcp/apigee/__init__.py +0 -2
- pulumi_gcp/apigee/_inputs.py +0 -108
- pulumi_gcp/apigee/outputs.py +0 -64
- pulumi_gcp/artifactregistry/get_docker_image.py +0 -40
- pulumi_gcp/bigquery/connection.py +12 -12
- pulumi_gcp/bigquery/job.py +6 -6
- pulumi_gcp/cloudrunv2/get_service.py +1 -12
- pulumi_gcp/cloudrunv2/service.py +0 -92
- pulumi_gcp/compute/_inputs.py +116 -214
- pulumi_gcp/compute/backend_service.py +0 -76
- pulumi_gcp/compute/get_backend_service.py +1 -12
- pulumi_gcp/compute/get_instance.py +1 -29
- pulumi_gcp/compute/get_instance_template.py +1 -29
- pulumi_gcp/compute/get_region_instance_group_manager.py +18 -0
- pulumi_gcp/compute/get_region_instance_template.py +1 -29
- pulumi_gcp/compute/instance.py +0 -89
- pulumi_gcp/compute/instance_from_machine_image.py +0 -82
- pulumi_gcp/compute/instance_from_template.py +0 -82
- pulumi_gcp/compute/instance_template.py +0 -75
- pulumi_gcp/compute/network_firewall_policy_association.py +50 -76
- pulumi_gcp/compute/network_firewall_policy_rule.py +103 -149
- pulumi_gcp/compute/outputs.py +80 -170
- pulumi_gcp/compute/region_backend_service.py +0 -94
- pulumi_gcp/compute/region_instance_template.py +0 -75
- pulumi_gcp/compute/region_network_endpoint_group.py +4 -6
- pulumi_gcp/compute/region_network_firewall_policy_association.py +54 -104
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +107 -160
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/attached_cluster.py +6 -9
- pulumi_gcp/container/outputs.py +2 -2
- pulumi_gcp/datastream/stream.py +2 -2
- pulumi_gcp/diagflow/_inputs.py +2 -472
- pulumi_gcp/diagflow/cx_agent.py +4 -64
- pulumi_gcp/diagflow/cx_flow.py +0 -30
- pulumi_gcp/diagflow/outputs.py +2 -378
- pulumi_gcp/gkehub/feature.py +4 -2
- pulumi_gcp/iam/workload_identity_pool_provider.py +0 -56
- pulumi_gcp/looker/instance.py +2 -104
- pulumi_gcp/monitoring/_inputs.py +0 -23
- pulumi_gcp/monitoring/get_secret_version.py +3 -22
- pulumi_gcp/monitoring/outputs.py +0 -16
- pulumi_gcp/networkconnectivity/__init__.py +0 -1
- pulumi_gcp/networkconnectivity/_inputs.py +0 -148
- pulumi_gcp/networkconnectivity/outputs.py +0 -125
- pulumi_gcp/networkconnectivity/spoke.py +0 -144
- pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
- pulumi_gcp/organizations/folder.py +7 -7
- pulumi_gcp/organizations/project.py +7 -7
- pulumi_gcp/orgpolicy/_inputs.py +3 -3
- pulumi_gcp/orgpolicy/outputs.py +2 -2
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +2 -46
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_version.py +5 -24
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +5 -24
- pulumi_gcp/secretmanager/get_secret_version.py +3 -22
- pulumi_gcp/secretmanager/get_secret_version_access.py +3 -22
- pulumi_gcp/secretmanager/regional_secret.py +2 -2
- pulumi_gcp/siteverification/get_token.py +16 -0
- pulumi_gcp/siteverification/owner.py +16 -0
- pulumi_gcp/spanner/_inputs.py +5 -29
- pulumi_gcp/spanner/outputs.py +3 -20
- pulumi_gcp/sql/_inputs.py +6 -6
- pulumi_gcp/sql/outputs.py +4 -4
- pulumi_gcp/sql/user.py +21 -28
- pulumi_gcp/storage/_inputs.py +0 -36
- pulumi_gcp/storage/bucket.py +0 -47
- pulumi_gcp/storage/get_bucket.py +1 -12
- pulumi_gcp/storage/outputs.py +0 -40
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
- pulumi_gcp/vmwareengine/_inputs.py +0 -440
- pulumi_gcp/vmwareengine/cluster.py +2 -100
- pulumi_gcp/vmwareengine/get_cluster.py +1 -12
- pulumi_gcp/vmwareengine/outputs.py +0 -615
- pulumi_gcp/workstations/_inputs.py +0 -54
- pulumi_gcp/workstations/outputs.py +0 -32
- pulumi_gcp/workstations/workstation_config.py +0 -205
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/RECORD +89 -111
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/WHEEL +1 -1
- pulumi_gcp/apigee/app_group.py +0 -811
- pulumi_gcp/apigee/developer.py +0 -757
- pulumi_gcp/networkconnectivity/group.py +0 -764
- pulumi_gcp/oracledatabase/__init__.py +0 -20
- pulumi_gcp/oracledatabase/_inputs.py +0 -4745
- pulumi_gcp/oracledatabase/autonomous_database.py +0 -983
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +0 -842
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +0 -1086
- pulumi_gcp/oracledatabase/get_autonomous_database.py +0 -290
- pulumi_gcp/oracledatabase/get_autonomous_databases.py +0 -150
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +0 -257
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +0 -150
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +0 -290
- pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +0 -150
- pulumi_gcp/oracledatabase/get_db_nodes.py +0 -245
- pulumi_gcp/oracledatabase/get_db_servers.py +0 -245
- pulumi_gcp/oracledatabase/outputs.py +0 -9304
- pulumi_gcp/transcoder/__init__.py +0 -11
- pulumi_gcp/transcoder/_inputs.py +0 -3991
- pulumi_gcp/transcoder/job.py +0 -2134
- pulumi_gcp/transcoder/job_template.py +0 -1524
- pulumi_gcp/transcoder/outputs.py +0 -2918
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/top_level.txt +0 -0
@@ -27,13 +27,13 @@ class RegionNetworkFirewallPolicyAssociationArgs:
|
|
27
27
|
"""
|
28
28
|
The set of arguments for constructing a RegionNetworkFirewallPolicyAssociation resource.
|
29
29
|
:param pulumi.Input[str] attachment_target: The target that the firewall policy is attached to.
|
30
|
-
:param pulumi.Input[str] firewall_policy: The firewall policy of the
|
30
|
+
:param pulumi.Input[str] firewall_policy: The firewall policy ID of the association.
|
31
|
+
:param pulumi.Input[str] name: The name for an association.
|
32
|
+
|
31
33
|
|
32
34
|
|
33
35
|
- - -
|
34
|
-
:param pulumi.Input[str]
|
35
|
-
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
36
|
-
If it is not provided, the provider project is used.
|
36
|
+
:param pulumi.Input[str] project: The project for the resource
|
37
37
|
:param pulumi.Input[str] region: The location of this resource.
|
38
38
|
"""
|
39
39
|
pulumi.set(__self__, "attachment_target", attachment_target)
|
@@ -61,10 +61,7 @@ class RegionNetworkFirewallPolicyAssociationArgs:
|
|
61
61
|
@pulumi.getter(name="firewallPolicy")
|
62
62
|
def firewall_policy(self) -> pulumi.Input[str]:
|
63
63
|
"""
|
64
|
-
The firewall policy of the
|
65
|
-
|
66
|
-
|
67
|
-
- - -
|
64
|
+
The firewall policy ID of the association.
|
68
65
|
"""
|
69
66
|
return pulumi.get(self, "firewall_policy")
|
70
67
|
|
@@ -77,6 +74,10 @@ class RegionNetworkFirewallPolicyAssociationArgs:
|
|
77
74
|
def name(self) -> Optional[pulumi.Input[str]]:
|
78
75
|
"""
|
79
76
|
The name for an association.
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
- - -
|
80
81
|
"""
|
81
82
|
return pulumi.get(self, "name")
|
82
83
|
|
@@ -88,8 +89,7 @@ class RegionNetworkFirewallPolicyAssociationArgs:
|
|
88
89
|
@pulumi.getter
|
89
90
|
def project(self) -> Optional[pulumi.Input[str]]:
|
90
91
|
"""
|
91
|
-
The
|
92
|
-
If it is not provided, the provider project is used.
|
92
|
+
The project for the resource
|
93
93
|
"""
|
94
94
|
return pulumi.get(self, "project")
|
95
95
|
|
@@ -122,13 +122,13 @@ class _RegionNetworkFirewallPolicyAssociationState:
|
|
122
122
|
"""
|
123
123
|
Input properties used for looking up and filtering RegionNetworkFirewallPolicyAssociation resources.
|
124
124
|
:param pulumi.Input[str] attachment_target: The target that the firewall policy is attached to.
|
125
|
-
:param pulumi.Input[str] firewall_policy: The firewall policy of the
|
125
|
+
:param pulumi.Input[str] firewall_policy: The firewall policy ID of the association.
|
126
|
+
:param pulumi.Input[str] name: The name for an association.
|
127
|
+
|
126
128
|
|
127
129
|
|
128
130
|
- - -
|
129
|
-
:param pulumi.Input[str]
|
130
|
-
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
131
|
-
If it is not provided, the provider project is used.
|
131
|
+
:param pulumi.Input[str] project: The project for the resource
|
132
132
|
:param pulumi.Input[str] region: The location of this resource.
|
133
133
|
:param pulumi.Input[str] short_name: The short name of the firewall policy of the association.
|
134
134
|
"""
|
@@ -161,10 +161,7 @@ class _RegionNetworkFirewallPolicyAssociationState:
|
|
161
161
|
@pulumi.getter(name="firewallPolicy")
|
162
162
|
def firewall_policy(self) -> Optional[pulumi.Input[str]]:
|
163
163
|
"""
|
164
|
-
The firewall policy of the
|
165
|
-
|
166
|
-
|
167
|
-
- - -
|
164
|
+
The firewall policy ID of the association.
|
168
165
|
"""
|
169
166
|
return pulumi.get(self, "firewall_policy")
|
170
167
|
|
@@ -177,6 +174,10 @@ class _RegionNetworkFirewallPolicyAssociationState:
|
|
177
174
|
def name(self) -> Optional[pulumi.Input[str]]:
|
178
175
|
"""
|
179
176
|
The name for an association.
|
177
|
+
|
178
|
+
|
179
|
+
|
180
|
+
- - -
|
180
181
|
"""
|
181
182
|
return pulumi.get(self, "name")
|
182
183
|
|
@@ -188,8 +189,7 @@ class _RegionNetworkFirewallPolicyAssociationState:
|
|
188
189
|
@pulumi.getter
|
189
190
|
def project(self) -> Optional[pulumi.Input[str]]:
|
190
191
|
"""
|
191
|
-
The
|
192
|
-
If it is not provided, the provider project is used.
|
192
|
+
The project for the resource
|
193
193
|
"""
|
194
194
|
return pulumi.get(self, "project")
|
195
195
|
|
@@ -236,49 +236,36 @@ class RegionNetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
236
236
|
"""
|
237
237
|
The Compute NetworkFirewallPolicyAssociation resource
|
238
238
|
|
239
|
-
To get more information about RegionNetworkFirewallPolicyAssociation, see:
|
240
|
-
|
241
|
-
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionNetworkFirewallPolicies/addAssociation)
|
242
|
-
|
243
239
|
## Example Usage
|
244
240
|
|
245
|
-
###
|
246
|
-
|
241
|
+
### Regional
|
247
242
|
```python
|
248
243
|
import pulumi
|
249
244
|
import pulumi_gcp as gcp
|
250
245
|
|
251
|
-
|
252
|
-
name="
|
246
|
+
basic_regional_network_firewall_policy = gcp.compute.RegionNetworkFirewallPolicy("basic_regional_network_firewall_policy",
|
247
|
+
name="policy",
|
253
248
|
project="my-project-name",
|
254
249
|
description="Sample global network firewall policy",
|
255
250
|
region="us-west1")
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
name
|
251
|
+
basic_network = gcp.compute.Network("basic_network", name="network")
|
252
|
+
primary = gcp.compute.RegionNetworkFirewallPolicyAssociation("primary",
|
253
|
+
name="association",
|
254
|
+
attachment_target=basic_network.id,
|
255
|
+
firewall_policy=basic_regional_network_firewall_policy.name,
|
261
256
|
project="my-project-name",
|
262
|
-
attachment_target=network.id,
|
263
|
-
firewall_policy=policy.id,
|
264
257
|
region="us-west1")
|
265
258
|
```
|
266
259
|
|
267
260
|
## Import
|
268
261
|
|
269
|
-
|
262
|
+
NetworkFirewallPolicyAssociation can be imported using any of these accepted formats:
|
270
263
|
|
271
264
|
* `projects/{{project}}/regions/{{region}}/firewallPolicies/{{firewall_policy}}/associations/{{name}}`
|
272
265
|
|
273
266
|
* `{{project}}/{{region}}/{{firewall_policy}}/{{name}}`
|
274
267
|
|
275
|
-
|
276
|
-
|
277
|
-
* `{{project}}/{{firewall_policy}}/{{name}}`
|
278
|
-
|
279
|
-
* `{{firewall_policy}}/{{name}}`
|
280
|
-
|
281
|
-
When using the `pulumi import` command, RegionNetworkFirewallPolicyAssociation can be imported using one of the formats above. For example:
|
268
|
+
When using the `pulumi import` command, NetworkFirewallPolicyAssociation can be imported using one of the formats above. For example:
|
282
269
|
|
283
270
|
```sh
|
284
271
|
$ pulumi import gcp:compute/regionNetworkFirewallPolicyAssociation:RegionNetworkFirewallPolicyAssociation default projects/{{project}}/regions/{{region}}/firewallPolicies/{{firewall_policy}}/associations/{{name}}
|
@@ -288,28 +275,16 @@ class RegionNetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
288
275
|
$ pulumi import gcp:compute/regionNetworkFirewallPolicyAssociation:RegionNetworkFirewallPolicyAssociation default {{project}}/{{region}}/{{firewall_policy}}/{{name}}
|
289
276
|
```
|
290
277
|
|
291
|
-
```sh
|
292
|
-
$ pulumi import gcp:compute/regionNetworkFirewallPolicyAssociation:RegionNetworkFirewallPolicyAssociation default {{region}}/{{firewall_policy}}/{{name}}
|
293
|
-
```
|
294
|
-
|
295
|
-
```sh
|
296
|
-
$ pulumi import gcp:compute/regionNetworkFirewallPolicyAssociation:RegionNetworkFirewallPolicyAssociation default {{project}}/{{firewall_policy}}/{{name}}
|
297
|
-
```
|
298
|
-
|
299
|
-
```sh
|
300
|
-
$ pulumi import gcp:compute/regionNetworkFirewallPolicyAssociation:RegionNetworkFirewallPolicyAssociation default {{firewall_policy}}/{{name}}
|
301
|
-
```
|
302
|
-
|
303
278
|
:param str resource_name: The name of the resource.
|
304
279
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
305
280
|
:param pulumi.Input[str] attachment_target: The target that the firewall policy is attached to.
|
306
|
-
:param pulumi.Input[str] firewall_policy: The firewall policy of the
|
281
|
+
:param pulumi.Input[str] firewall_policy: The firewall policy ID of the association.
|
282
|
+
:param pulumi.Input[str] name: The name for an association.
|
283
|
+
|
307
284
|
|
308
285
|
|
309
286
|
- - -
|
310
|
-
:param pulumi.Input[str]
|
311
|
-
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
312
|
-
If it is not provided, the provider project is used.
|
287
|
+
:param pulumi.Input[str] project: The project for the resource
|
313
288
|
:param pulumi.Input[str] region: The location of this resource.
|
314
289
|
"""
|
315
290
|
...
|
@@ -321,49 +296,36 @@ class RegionNetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
321
296
|
"""
|
322
297
|
The Compute NetworkFirewallPolicyAssociation resource
|
323
298
|
|
324
|
-
To get more information about RegionNetworkFirewallPolicyAssociation, see:
|
325
|
-
|
326
|
-
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionNetworkFirewallPolicies/addAssociation)
|
327
|
-
|
328
299
|
## Example Usage
|
329
300
|
|
330
|
-
###
|
331
|
-
|
301
|
+
### Regional
|
332
302
|
```python
|
333
303
|
import pulumi
|
334
304
|
import pulumi_gcp as gcp
|
335
305
|
|
336
|
-
|
337
|
-
name="
|
306
|
+
basic_regional_network_firewall_policy = gcp.compute.RegionNetworkFirewallPolicy("basic_regional_network_firewall_policy",
|
307
|
+
name="policy",
|
338
308
|
project="my-project-name",
|
339
309
|
description="Sample global network firewall policy",
|
340
310
|
region="us-west1")
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
name
|
311
|
+
basic_network = gcp.compute.Network("basic_network", name="network")
|
312
|
+
primary = gcp.compute.RegionNetworkFirewallPolicyAssociation("primary",
|
313
|
+
name="association",
|
314
|
+
attachment_target=basic_network.id,
|
315
|
+
firewall_policy=basic_regional_network_firewall_policy.name,
|
346
316
|
project="my-project-name",
|
347
|
-
attachment_target=network.id,
|
348
|
-
firewall_policy=policy.id,
|
349
317
|
region="us-west1")
|
350
318
|
```
|
351
319
|
|
352
320
|
## Import
|
353
321
|
|
354
|
-
|
322
|
+
NetworkFirewallPolicyAssociation can be imported using any of these accepted formats:
|
355
323
|
|
356
324
|
* `projects/{{project}}/regions/{{region}}/firewallPolicies/{{firewall_policy}}/associations/{{name}}`
|
357
325
|
|
358
326
|
* `{{project}}/{{region}}/{{firewall_policy}}/{{name}}`
|
359
327
|
|
360
|
-
|
361
|
-
|
362
|
-
* `{{project}}/{{firewall_policy}}/{{name}}`
|
363
|
-
|
364
|
-
* `{{firewall_policy}}/{{name}}`
|
365
|
-
|
366
|
-
When using the `pulumi import` command, RegionNetworkFirewallPolicyAssociation can be imported using one of the formats above. For example:
|
328
|
+
When using the `pulumi import` command, NetworkFirewallPolicyAssociation can be imported using one of the formats above. For example:
|
367
329
|
|
368
330
|
```sh
|
369
331
|
$ pulumi import gcp:compute/regionNetworkFirewallPolicyAssociation:RegionNetworkFirewallPolicyAssociation default projects/{{project}}/regions/{{region}}/firewallPolicies/{{firewall_policy}}/associations/{{name}}
|
@@ -373,18 +335,6 @@ class RegionNetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
373
335
|
$ pulumi import gcp:compute/regionNetworkFirewallPolicyAssociation:RegionNetworkFirewallPolicyAssociation default {{project}}/{{region}}/{{firewall_policy}}/{{name}}
|
374
336
|
```
|
375
337
|
|
376
|
-
```sh
|
377
|
-
$ pulumi import gcp:compute/regionNetworkFirewallPolicyAssociation:RegionNetworkFirewallPolicyAssociation default {{region}}/{{firewall_policy}}/{{name}}
|
378
|
-
```
|
379
|
-
|
380
|
-
```sh
|
381
|
-
$ pulumi import gcp:compute/regionNetworkFirewallPolicyAssociation:RegionNetworkFirewallPolicyAssociation default {{project}}/{{firewall_policy}}/{{name}}
|
382
|
-
```
|
383
|
-
|
384
|
-
```sh
|
385
|
-
$ pulumi import gcp:compute/regionNetworkFirewallPolicyAssociation:RegionNetworkFirewallPolicyAssociation default {{firewall_policy}}/{{name}}
|
386
|
-
```
|
387
|
-
|
388
338
|
:param str resource_name: The name of the resource.
|
389
339
|
:param RegionNetworkFirewallPolicyAssociationArgs args: The arguments to use to populate this resource's properties.
|
390
340
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
@@ -448,13 +398,13 @@ class RegionNetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
448
398
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
449
399
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
450
400
|
:param pulumi.Input[str] attachment_target: The target that the firewall policy is attached to.
|
451
|
-
:param pulumi.Input[str] firewall_policy: The firewall policy of the
|
401
|
+
:param pulumi.Input[str] firewall_policy: The firewall policy ID of the association.
|
402
|
+
:param pulumi.Input[str] name: The name for an association.
|
403
|
+
|
452
404
|
|
453
405
|
|
454
406
|
- - -
|
455
|
-
:param pulumi.Input[str]
|
456
|
-
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
457
|
-
If it is not provided, the provider project is used.
|
407
|
+
:param pulumi.Input[str] project: The project for the resource
|
458
408
|
:param pulumi.Input[str] region: The location of this resource.
|
459
409
|
:param pulumi.Input[str] short_name: The short name of the firewall policy of the association.
|
460
410
|
"""
|
@@ -482,10 +432,7 @@ class RegionNetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
482
432
|
@pulumi.getter(name="firewallPolicy")
|
483
433
|
def firewall_policy(self) -> pulumi.Output[str]:
|
484
434
|
"""
|
485
|
-
The firewall policy of the
|
486
|
-
|
487
|
-
|
488
|
-
- - -
|
435
|
+
The firewall policy ID of the association.
|
489
436
|
"""
|
490
437
|
return pulumi.get(self, "firewall_policy")
|
491
438
|
|
@@ -494,6 +441,10 @@ class RegionNetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
494
441
|
def name(self) -> pulumi.Output[str]:
|
495
442
|
"""
|
496
443
|
The name for an association.
|
444
|
+
|
445
|
+
|
446
|
+
|
447
|
+
- - -
|
497
448
|
"""
|
498
449
|
return pulumi.get(self, "name")
|
499
450
|
|
@@ -501,8 +452,7 @@ class RegionNetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
501
452
|
@pulumi.getter
|
502
453
|
def project(self) -> pulumi.Output[str]:
|
503
454
|
"""
|
504
|
-
The
|
505
|
-
If it is not provided, the provider project is used.
|
455
|
+
The project for the resource
|
506
456
|
"""
|
507
457
|
return pulumi.get(self, "project")
|
508
458
|
|