pulumi-gcp 8.42.0a1756968228__py3-none-any.whl → 9.0.0a1__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 +35 -48
- pulumi_gcp/alloydb/backup.py +8 -4
- pulumi_gcp/alloydb/cluster.py +56 -10
- pulumi_gcp/alloydb/get_cluster.py +12 -1
- pulumi_gcp/alloydb/instance.py +10 -4
- pulumi_gcp/alloydb/user.py +8 -4
- pulumi_gcp/apigee/_inputs.py +151 -108
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
- pulumi_gcp/apigee/outputs.py +92 -88
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/_inputs.py +0 -12
- pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
- pulumi_gcp/artifactregistry/outputs.py +8 -16
- pulumi_gcp/beyondcorp/__init__.py +0 -5
- pulumi_gcp/beyondcorp/_inputs.py +0 -312
- pulumi_gcp/beyondcorp/outputs.py +0 -200
- pulumi_gcp/bigquery/_inputs.py +114 -4
- pulumi_gcp/bigquery/app_profile.py +52 -19
- pulumi_gcp/bigquery/dataset_access.py +8 -4
- pulumi_gcp/bigquery/outputs.py +75 -5
- pulumi_gcp/bigquery/table.py +21 -7
- pulumi_gcp/bigtable/app_profile.py +50 -15
- pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/bigtable/table_iam_binding.py +43 -43
- pulumi_gcp/bigtable/table_iam_member.py +43 -43
- pulumi_gcp/bigtable/table_iam_policy.py +43 -43
- pulumi_gcp/billing/_inputs.py +0 -6
- pulumi_gcp/billing/outputs.py +0 -4
- pulumi_gcp/certificatemanager/__init__.py +1 -0
- pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
- pulumi_gcp/certificatemanager/outputs.py +41 -0
- pulumi_gcp/cloudbuild/_inputs.py +289 -45
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
- pulumi_gcp/cloudbuild/get_trigger.py +12 -1
- pulumi_gcp/cloudbuild/outputs.py +366 -30
- pulumi_gcp/cloudbuild/trigger.py +156 -0
- pulumi_gcp/cloudbuild/worker_pool.py +23 -34
- pulumi_gcp/cloudfunctions/function.py +8 -4
- pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
- pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
- pulumi_gcp/cloudrunv2/_inputs.py +23 -26
- pulumi_gcp/cloudrunv2/outputs.py +28 -30
- pulumi_gcp/cloudrunv2/service.py +18 -12
- pulumi_gcp/cloudtasks/queue.py +98 -2
- pulumi_gcp/colab/_inputs.py +1 -114
- pulumi_gcp/colab/outputs.py +1 -106
- pulumi_gcp/composer/environment.py +49 -28
- pulumi_gcp/compute/_inputs.py +80 -0
- pulumi_gcp/compute/backend_bucket.py +54 -0
- pulumi_gcp/compute/backend_service.py +54 -0
- pulumi_gcp/compute/get_backend_bucket.py +12 -1
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/instance_from_machine_image.py +110 -75
- pulumi_gcp/compute/instance_from_template.py +110 -75
- pulumi_gcp/compute/instance_group_manager.py +14 -7
- pulumi_gcp/compute/instance_template.py +14 -7
- pulumi_gcp/compute/interconnect.py +8 -4
- pulumi_gcp/compute/network_peering_routes_config.py +0 -100
- pulumi_gcp/compute/organization_security_policy.py +83 -51
- pulumi_gcp/compute/outputs.py +128 -0
- pulumi_gcp/compute/packet_mirroring.py +6 -0
- pulumi_gcp/compute/region_instance_group_manager.py +14 -7
- pulumi_gcp/compute/subnetwork.py +0 -98
- pulumi_gcp/config/__init__.pyi +2 -2
- pulumi_gcp/config/vars.py +4 -4
- pulumi_gcp/container/_inputs.py +20 -0
- pulumi_gcp/container/aws_cluster.py +42 -28
- pulumi_gcp/container/aws_node_pool.py +42 -28
- pulumi_gcp/container/azure_cluster.py +70 -35
- pulumi_gcp/container/azure_node_pool.py +42 -28
- pulumi_gcp/container/outputs.py +25 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
- pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
- pulumi_gcp/dataplex/asset.py +21 -28
- pulumi_gcp/dataplex/zone.py +21 -28
- pulumi_gcp/dataproc/cluster.py +14 -21
- pulumi_gcp/dataproc/workflow_template.py +105 -42
- pulumi_gcp/diagflow/_inputs.py +152 -0
- pulumi_gcp/diagflow/cx_agent.py +425 -0
- pulumi_gcp/diagflow/outputs.py +143 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -12
- pulumi_gcp/firebase/app_hosting_backend.py +4 -8
- pulumi_gcp/firebase/app_hosting_build.py +4 -8
- pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
- pulumi_gcp/firebase/data_connect_service.py +4 -8
- pulumi_gcp/firebase/database_instance.py +4 -8
- pulumi_gcp/gkehub/_inputs.py +0 -60
- pulumi_gcp/gkehub/get_membership.py +1 -12
- pulumi_gcp/gkehub/membership.py +0 -70
- pulumi_gcp/gkehub/outputs.py +0 -36
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_region_forwarding_rule_service_iam_binding.py} +321 -314
- pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_region_forwarding_rule_service_iam_member.py} +321 -314
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
- pulumi_gcp/kms/autokey_config.py +0 -2
- pulumi_gcp/kms/key_handle.py +0 -2
- pulumi_gcp/logging/billing_account_bucket_config.py +21 -7
- pulumi_gcp/logging/folder_bucket_config.py +21 -7
- pulumi_gcp/logging/organization_bucket_config.py +21 -7
- pulumi_gcp/memorystore/get_instance.py +1 -12
- pulumi_gcp/memorystore/instance.py +0 -70
- pulumi_gcp/monitoring/dashboard.py +14 -7
- pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
- pulumi_gcp/notebooks/__init__.py +0 -1
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
- pulumi_gcp/organizations/project.py +21 -7
- pulumi_gcp/projects/service.py +2 -4
- pulumi_gcp/provider.py +20 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +0 -70
- pulumi_gcp/redis/get_cluster.py +1 -12
- pulumi_gcp/saasruntime/__init__.py +11 -0
- pulumi_gcp/saasruntime/_inputs.py +55 -0
- pulumi_gcp/saasruntime/outputs.py +39 -0
- pulumi_gcp/saasruntime/saa_s.py +815 -0
- pulumi_gcp/securesourcemanager/_inputs.py +20 -19
- pulumi_gcp/securesourcemanager/outputs.py +15 -14
- pulumi_gcp/serviceaccount/get_account_key.py +1 -21
- pulumi_gcp/sql/database_instance.py +61 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +11 -0
- pulumi_gcp/sql/user.py +61 -0
- pulumi_gcp/storage/_inputs.py +7 -7
- pulumi_gcp/storage/bucket.py +14 -7
- pulumi_gcp/storage/outputs.py +7 -7
- pulumi_gcp/tpu/__init__.py +0 -2
- pulumi_gcp/tpu/_inputs.py +0 -93
- pulumi_gcp/tpu/outputs.py +0 -72
- pulumi_gcp/vertex/_inputs.py +8 -9
- pulumi_gcp/vertex/ai_endpoint.py +2 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
- pulumi_gcp/vertex/ai_index.py +24 -23
- pulumi_gcp/vertex/outputs.py +7 -8
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/RECORD +143 -141
- pulumi_gcp/beyondcorp/application.py +0 -746
- pulumi_gcp/beyondcorp/application_iam_policy.py +0 -903
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
- pulumi_gcp/notebooks/location.py +0 -285
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
- pulumi_gcp/tpu/node.py +0 -1062
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/top_level.txt +0 -0
@@ -508,7 +508,8 @@ class _InterconnectState:
|
|
508
508
|
- CANCELLED: The outage associated with this notification was cancelled before the
|
509
509
|
outage was due to start.
|
510
510
|
- COMPLETED: The outage associated with this notification is complete.
|
511
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] wire_groups: A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The Interconnect cannot be
|
511
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] wire_groups: A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The Interconnect cannot be
|
512
|
+
deleted if this list is non-empty.
|
512
513
|
"""
|
513
514
|
if aai_enabled is not None:
|
514
515
|
pulumi.set(__self__, "aai_enabled", aai_enabled)
|
@@ -1045,7 +1046,8 @@ class _InterconnectState:
|
|
1045
1046
|
@pulumi.getter(name="wireGroups")
|
1046
1047
|
def wire_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
1047
1048
|
"""
|
1048
|
-
A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The Interconnect cannot be
|
1049
|
+
A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The Interconnect cannot be
|
1050
|
+
deleted if this list is non-empty.
|
1049
1051
|
"""
|
1050
1052
|
return pulumi.get(self, "wire_groups")
|
1051
1053
|
|
@@ -1481,7 +1483,8 @@ class Interconnect(pulumi.CustomResource):
|
|
1481
1483
|
- CANCELLED: The outage associated with this notification was cancelled before the
|
1482
1484
|
outage was due to start.
|
1483
1485
|
- COMPLETED: The outage associated with this notification is complete.
|
1484
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] wire_groups: A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The Interconnect cannot be
|
1486
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] wire_groups: A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The Interconnect cannot be
|
1487
|
+
deleted if this list is non-empty.
|
1485
1488
|
"""
|
1486
1489
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
1487
1490
|
|
@@ -1857,7 +1860,8 @@ class Interconnect(pulumi.CustomResource):
|
|
1857
1860
|
@pulumi.getter(name="wireGroups")
|
1858
1861
|
def wire_groups(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
1859
1862
|
"""
|
1860
|
-
A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The Interconnect cannot be
|
1863
|
+
A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The Interconnect cannot be
|
1864
|
+
deleted if this list is non-empty.
|
1861
1865
|
"""
|
1862
1866
|
return pulumi.get(self, "wire_groups")
|
1863
1867
|
|
@@ -332,56 +332,6 @@ class NetworkPeeringRoutesConfig(pulumi.CustomResource):
|
|
332
332
|
network=network_secondary.id,
|
333
333
|
peer_network=network_primary.id)
|
334
334
|
```
|
335
|
-
### Network Peering Routes Config Gke
|
336
|
-
|
337
|
-
```python
|
338
|
-
import pulumi
|
339
|
-
import pulumi_gcp as gcp
|
340
|
-
|
341
|
-
container_network = gcp.compute.Network("container_network",
|
342
|
-
name="container-network",
|
343
|
-
auto_create_subnetworks=False)
|
344
|
-
container_subnetwork = gcp.compute.Subnetwork("container_subnetwork",
|
345
|
-
name="container-subnetwork",
|
346
|
-
region="us-central1",
|
347
|
-
network=container_network.name,
|
348
|
-
ip_cidr_range="10.0.36.0/24",
|
349
|
-
private_ip_google_access=True,
|
350
|
-
secondary_ip_ranges=[
|
351
|
-
{
|
352
|
-
"range_name": "pod",
|
353
|
-
"ip_cidr_range": "10.0.0.0/19",
|
354
|
-
},
|
355
|
-
{
|
356
|
-
"range_name": "svc",
|
357
|
-
"ip_cidr_range": "10.0.32.0/22",
|
358
|
-
},
|
359
|
-
])
|
360
|
-
private_cluster = gcp.container.Cluster("private_cluster",
|
361
|
-
name="private-cluster",
|
362
|
-
location="us-central1-a",
|
363
|
-
initial_node_count=1,
|
364
|
-
network=container_network.name,
|
365
|
-
subnetwork=container_subnetwork.name,
|
366
|
-
private_cluster_config={
|
367
|
-
"enable_private_endpoint": True,
|
368
|
-
"enable_private_nodes": True,
|
369
|
-
"master_ipv4_cidr_block": "10.42.0.0/28",
|
370
|
-
},
|
371
|
-
master_authorized_networks_config={},
|
372
|
-
ip_allocation_policy={
|
373
|
-
"cluster_secondary_range_name": container_subnetwork.secondary_ip_ranges[0].range_name,
|
374
|
-
"services_secondary_range_name": container_subnetwork.secondary_ip_ranges[1].range_name,
|
375
|
-
},
|
376
|
-
deletion_protection=True)
|
377
|
-
peering_gke_routes = gcp.compute.NetworkPeeringRoutesConfig("peering_gke_routes",
|
378
|
-
peering=private_cluster.private_cluster_config.peering_name,
|
379
|
-
network=container_network.name,
|
380
|
-
import_custom_routes=True,
|
381
|
-
export_custom_routes=True,
|
382
|
-
import_subnet_routes_with_public_ip=True,
|
383
|
-
export_subnet_routes_with_public_ip=True)
|
384
|
-
```
|
385
335
|
|
386
336
|
## Import
|
387
337
|
|
@@ -474,56 +424,6 @@ class NetworkPeeringRoutesConfig(pulumi.CustomResource):
|
|
474
424
|
network=network_secondary.id,
|
475
425
|
peer_network=network_primary.id)
|
476
426
|
```
|
477
|
-
### Network Peering Routes Config Gke
|
478
|
-
|
479
|
-
```python
|
480
|
-
import pulumi
|
481
|
-
import pulumi_gcp as gcp
|
482
|
-
|
483
|
-
container_network = gcp.compute.Network("container_network",
|
484
|
-
name="container-network",
|
485
|
-
auto_create_subnetworks=False)
|
486
|
-
container_subnetwork = gcp.compute.Subnetwork("container_subnetwork",
|
487
|
-
name="container-subnetwork",
|
488
|
-
region="us-central1",
|
489
|
-
network=container_network.name,
|
490
|
-
ip_cidr_range="10.0.36.0/24",
|
491
|
-
private_ip_google_access=True,
|
492
|
-
secondary_ip_ranges=[
|
493
|
-
{
|
494
|
-
"range_name": "pod",
|
495
|
-
"ip_cidr_range": "10.0.0.0/19",
|
496
|
-
},
|
497
|
-
{
|
498
|
-
"range_name": "svc",
|
499
|
-
"ip_cidr_range": "10.0.32.0/22",
|
500
|
-
},
|
501
|
-
])
|
502
|
-
private_cluster = gcp.container.Cluster("private_cluster",
|
503
|
-
name="private-cluster",
|
504
|
-
location="us-central1-a",
|
505
|
-
initial_node_count=1,
|
506
|
-
network=container_network.name,
|
507
|
-
subnetwork=container_subnetwork.name,
|
508
|
-
private_cluster_config={
|
509
|
-
"enable_private_endpoint": True,
|
510
|
-
"enable_private_nodes": True,
|
511
|
-
"master_ipv4_cidr_block": "10.42.0.0/28",
|
512
|
-
},
|
513
|
-
master_authorized_networks_config={},
|
514
|
-
ip_allocation_policy={
|
515
|
-
"cluster_secondary_range_name": container_subnetwork.secondary_ip_ranges[0].range_name,
|
516
|
-
"services_secondary_range_name": container_subnetwork.secondary_ip_ranges[1].range_name,
|
517
|
-
},
|
518
|
-
deletion_protection=True)
|
519
|
-
peering_gke_routes = gcp.compute.NetworkPeeringRoutesConfig("peering_gke_routes",
|
520
|
-
peering=private_cluster.private_cluster_config.peering_name,
|
521
|
-
network=container_network.name,
|
522
|
-
import_custom_routes=True,
|
523
|
-
export_custom_routes=True,
|
524
|
-
import_subnet_routes_with_public_ip=True,
|
525
|
-
export_subnet_routes_with_public_ip=True)
|
526
|
-
```
|
527
427
|
|
528
428
|
## Import
|
529
429
|
|
@@ -19,41 +19,32 @@ __all__ = ['OrganizationSecurityPolicyArgs', 'OrganizationSecurityPolicy']
|
|
19
19
|
@pulumi.input_type
|
20
20
|
class OrganizationSecurityPolicyArgs:
|
21
21
|
def __init__(__self__, *,
|
22
|
-
display_name: pulumi.Input[_builtins.str],
|
23
22
|
parent: pulumi.Input[_builtins.str],
|
24
23
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
24
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
25
|
+
short_name: Optional[pulumi.Input[_builtins.str]] = None,
|
25
26
|
type: Optional[pulumi.Input[_builtins.str]] = None):
|
26
27
|
"""
|
27
28
|
The set of arguments for constructing a OrganizationSecurityPolicy resource.
|
28
|
-
:param pulumi.Input[_builtins.str] display_name: A textual name of the security policy.
|
29
29
|
:param pulumi.Input[_builtins.str] parent: The parent of this OrganizationSecurityPolicy in the Cloud Resource Hierarchy.
|
30
30
|
Format: organizations/{organization_id} or folders/{folder_id}
|
31
31
|
:param pulumi.Input[_builtins.str] description: A textual description for the organization security policy.
|
32
|
-
:param pulumi.Input[_builtins.str]
|
33
|
-
|
34
|
-
|
32
|
+
:param pulumi.Input[_builtins.str] display_name: User-provided name of the organization security policy. The name should be unique in the organization in which the security policy is created. This should only be used when SecurityPolicyType is FIREWALL.
|
33
|
+
:param pulumi.Input[_builtins.str] short_name: User-provided name of the organization security policy. The name should be unique in the organization in which the security policy is created. This should only be used when SecurityPolicyType is CLOUD_ARMOR.
|
34
|
+
:param pulumi.Input[_builtins.str] type: The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
35
35
|
Default value is `FIREWALL`.
|
36
|
-
Possible values are: `FIREWALL`.
|
36
|
+
Possible values are: `FIREWALL`, `CLOUD_ARMOR`, `CLOUD_ARMOR_EDGE`, `CLOUD_ARMOR_INTERNAL_SERVICE`, `CLOUD_ARMOR_NETWORK`.
|
37
37
|
"""
|
38
|
-
pulumi.set(__self__, "display_name", display_name)
|
39
38
|
pulumi.set(__self__, "parent", parent)
|
40
39
|
if description is not None:
|
41
40
|
pulumi.set(__self__, "description", description)
|
41
|
+
if display_name is not None:
|
42
|
+
pulumi.set(__self__, "display_name", display_name)
|
43
|
+
if short_name is not None:
|
44
|
+
pulumi.set(__self__, "short_name", short_name)
|
42
45
|
if type is not None:
|
43
46
|
pulumi.set(__self__, "type", type)
|
44
47
|
|
45
|
-
@_builtins.property
|
46
|
-
@pulumi.getter(name="displayName")
|
47
|
-
def display_name(self) -> pulumi.Input[_builtins.str]:
|
48
|
-
"""
|
49
|
-
A textual name of the security policy.
|
50
|
-
"""
|
51
|
-
return pulumi.get(self, "display_name")
|
52
|
-
|
53
|
-
@display_name.setter
|
54
|
-
def display_name(self, value: pulumi.Input[_builtins.str]):
|
55
|
-
pulumi.set(self, "display_name", value)
|
56
|
-
|
57
48
|
@_builtins.property
|
58
49
|
@pulumi.getter
|
59
50
|
def parent(self) -> pulumi.Input[_builtins.str]:
|
@@ -79,15 +70,37 @@ class OrganizationSecurityPolicyArgs:
|
|
79
70
|
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
80
71
|
pulumi.set(self, "description", value)
|
81
72
|
|
73
|
+
@_builtins.property
|
74
|
+
@pulumi.getter(name="displayName")
|
75
|
+
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
76
|
+
"""
|
77
|
+
User-provided name of the organization security policy. The name should be unique in the organization in which the security policy is created. This should only be used when SecurityPolicyType is FIREWALL.
|
78
|
+
"""
|
79
|
+
return pulumi.get(self, "display_name")
|
80
|
+
|
81
|
+
@display_name.setter
|
82
|
+
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
83
|
+
pulumi.set(self, "display_name", value)
|
84
|
+
|
85
|
+
@_builtins.property
|
86
|
+
@pulumi.getter(name="shortName")
|
87
|
+
def short_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
88
|
+
"""
|
89
|
+
User-provided name of the organization security policy. The name should be unique in the organization in which the security policy is created. This should only be used when SecurityPolicyType is CLOUD_ARMOR.
|
90
|
+
"""
|
91
|
+
return pulumi.get(self, "short_name")
|
92
|
+
|
93
|
+
@short_name.setter
|
94
|
+
def short_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
95
|
+
pulumi.set(self, "short_name", value)
|
96
|
+
|
82
97
|
@_builtins.property
|
83
98
|
@pulumi.getter
|
84
99
|
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
85
100
|
"""
|
86
|
-
The type indicates the intended use of the security policy.
|
87
|
-
For organization security policies, the only supported type
|
88
|
-
is "FIREWALL".
|
101
|
+
The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
89
102
|
Default value is `FIREWALL`.
|
90
|
-
Possible values are: `FIREWALL`.
|
103
|
+
Possible values are: `FIREWALL`, `CLOUD_ARMOR`, `CLOUD_ARMOR_EDGE`, `CLOUD_ARMOR_INTERNAL_SERVICE`, `CLOUD_ARMOR_NETWORK`.
|
91
104
|
"""
|
92
105
|
return pulumi.get(self, "type")
|
93
106
|
|
@@ -104,21 +117,21 @@ class _OrganizationSecurityPolicyState:
|
|
104
117
|
fingerprint: Optional[pulumi.Input[_builtins.str]] = None,
|
105
118
|
parent: Optional[pulumi.Input[_builtins.str]] = None,
|
106
119
|
policy_id: Optional[pulumi.Input[_builtins.str]] = None,
|
120
|
+
short_name: Optional[pulumi.Input[_builtins.str]] = None,
|
107
121
|
type: Optional[pulumi.Input[_builtins.str]] = None):
|
108
122
|
"""
|
109
123
|
Input properties used for looking up and filtering OrganizationSecurityPolicy resources.
|
110
124
|
:param pulumi.Input[_builtins.str] description: A textual description for the organization security policy.
|
111
|
-
:param pulumi.Input[_builtins.str] display_name:
|
125
|
+
:param pulumi.Input[_builtins.str] display_name: User-provided name of the organization security policy. The name should be unique in the organization in which the security policy is created. This should only be used when SecurityPolicyType is FIREWALL.
|
112
126
|
:param pulumi.Input[_builtins.str] fingerprint: Fingerprint of this resource. This field is used internally during
|
113
127
|
updates of this resource.
|
114
128
|
:param pulumi.Input[_builtins.str] parent: The parent of this OrganizationSecurityPolicy in the Cloud Resource Hierarchy.
|
115
129
|
Format: organizations/{organization_id} or folders/{folder_id}
|
116
130
|
:param pulumi.Input[_builtins.str] policy_id: The unique identifier for the resource. This identifier is defined by the server.
|
117
|
-
:param pulumi.Input[_builtins.str]
|
118
|
-
|
119
|
-
is "FIREWALL".
|
131
|
+
:param pulumi.Input[_builtins.str] short_name: User-provided name of the organization security policy. The name should be unique in the organization in which the security policy is created. This should only be used when SecurityPolicyType is CLOUD_ARMOR.
|
132
|
+
:param pulumi.Input[_builtins.str] type: The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
120
133
|
Default value is `FIREWALL`.
|
121
|
-
Possible values are: `FIREWALL`.
|
134
|
+
Possible values are: `FIREWALL`, `CLOUD_ARMOR`, `CLOUD_ARMOR_EDGE`, `CLOUD_ARMOR_INTERNAL_SERVICE`, `CLOUD_ARMOR_NETWORK`.
|
122
135
|
"""
|
123
136
|
if description is not None:
|
124
137
|
pulumi.set(__self__, "description", description)
|
@@ -130,6 +143,8 @@ class _OrganizationSecurityPolicyState:
|
|
130
143
|
pulumi.set(__self__, "parent", parent)
|
131
144
|
if policy_id is not None:
|
132
145
|
pulumi.set(__self__, "policy_id", policy_id)
|
146
|
+
if short_name is not None:
|
147
|
+
pulumi.set(__self__, "short_name", short_name)
|
133
148
|
if type is not None:
|
134
149
|
pulumi.set(__self__, "type", type)
|
135
150
|
|
@@ -149,7 +164,7 @@ class _OrganizationSecurityPolicyState:
|
|
149
164
|
@pulumi.getter(name="displayName")
|
150
165
|
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
151
166
|
"""
|
152
|
-
|
167
|
+
User-provided name of the organization security policy. The name should be unique in the organization in which the security policy is created. This should only be used when SecurityPolicyType is FIREWALL.
|
153
168
|
"""
|
154
169
|
return pulumi.get(self, "display_name")
|
155
170
|
|
@@ -195,15 +210,25 @@ class _OrganizationSecurityPolicyState:
|
|
195
210
|
def policy_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
196
211
|
pulumi.set(self, "policy_id", value)
|
197
212
|
|
213
|
+
@_builtins.property
|
214
|
+
@pulumi.getter(name="shortName")
|
215
|
+
def short_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
216
|
+
"""
|
217
|
+
User-provided name of the organization security policy. The name should be unique in the organization in which the security policy is created. This should only be used when SecurityPolicyType is CLOUD_ARMOR.
|
218
|
+
"""
|
219
|
+
return pulumi.get(self, "short_name")
|
220
|
+
|
221
|
+
@short_name.setter
|
222
|
+
def short_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
223
|
+
pulumi.set(self, "short_name", value)
|
224
|
+
|
198
225
|
@_builtins.property
|
199
226
|
@pulumi.getter
|
200
227
|
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
201
228
|
"""
|
202
|
-
The type indicates the intended use of the security policy.
|
203
|
-
For organization security policies, the only supported type
|
204
|
-
is "FIREWALL".
|
229
|
+
The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
205
230
|
Default value is `FIREWALL`.
|
206
|
-
Possible values are: `FIREWALL`.
|
231
|
+
Possible values are: `FIREWALL`, `CLOUD_ARMOR`, `CLOUD_ARMOR_EDGE`, `CLOUD_ARMOR_INTERNAL_SERVICE`, `CLOUD_ARMOR_NETWORK`.
|
207
232
|
"""
|
208
233
|
return pulumi.get(self, "type")
|
209
234
|
|
@@ -221,6 +246,7 @@ class OrganizationSecurityPolicy(pulumi.CustomResource):
|
|
221
246
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
222
247
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
223
248
|
parent: Optional[pulumi.Input[_builtins.str]] = None,
|
249
|
+
short_name: Optional[pulumi.Input[_builtins.str]] = None,
|
224
250
|
type: Optional[pulumi.Input[_builtins.str]] = None,
|
225
251
|
__props__=None):
|
226
252
|
"""
|
@@ -266,14 +292,13 @@ class OrganizationSecurityPolicy(pulumi.CustomResource):
|
|
266
292
|
:param str resource_name: The name of the resource.
|
267
293
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
268
294
|
:param pulumi.Input[_builtins.str] description: A textual description for the organization security policy.
|
269
|
-
:param pulumi.Input[_builtins.str] display_name:
|
295
|
+
:param pulumi.Input[_builtins.str] display_name: User-provided name of the organization security policy. The name should be unique in the organization in which the security policy is created. This should only be used when SecurityPolicyType is FIREWALL.
|
270
296
|
:param pulumi.Input[_builtins.str] parent: The parent of this OrganizationSecurityPolicy in the Cloud Resource Hierarchy.
|
271
297
|
Format: organizations/{organization_id} or folders/{folder_id}
|
272
|
-
:param pulumi.Input[_builtins.str]
|
273
|
-
|
274
|
-
is "FIREWALL".
|
298
|
+
:param pulumi.Input[_builtins.str] short_name: User-provided name of the organization security policy. The name should be unique in the organization in which the security policy is created. This should only be used when SecurityPolicyType is CLOUD_ARMOR.
|
299
|
+
:param pulumi.Input[_builtins.str] type: The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
275
300
|
Default value is `FIREWALL`.
|
276
|
-
Possible values are: `FIREWALL`.
|
301
|
+
Possible values are: `FIREWALL`, `CLOUD_ARMOR`, `CLOUD_ARMOR_EDGE`, `CLOUD_ARMOR_INTERNAL_SERVICE`, `CLOUD_ARMOR_NETWORK`.
|
277
302
|
"""
|
278
303
|
...
|
279
304
|
@overload
|
@@ -339,6 +364,7 @@ class OrganizationSecurityPolicy(pulumi.CustomResource):
|
|
339
364
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
340
365
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
341
366
|
parent: Optional[pulumi.Input[_builtins.str]] = None,
|
367
|
+
short_name: Optional[pulumi.Input[_builtins.str]] = None,
|
342
368
|
type: Optional[pulumi.Input[_builtins.str]] = None,
|
343
369
|
__props__=None):
|
344
370
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -350,12 +376,11 @@ class OrganizationSecurityPolicy(pulumi.CustomResource):
|
|
350
376
|
__props__ = OrganizationSecurityPolicyArgs.__new__(OrganizationSecurityPolicyArgs)
|
351
377
|
|
352
378
|
__props__.__dict__["description"] = description
|
353
|
-
if display_name is None and not opts.urn:
|
354
|
-
raise TypeError("Missing required property 'display_name'")
|
355
379
|
__props__.__dict__["display_name"] = display_name
|
356
380
|
if parent is None and not opts.urn:
|
357
381
|
raise TypeError("Missing required property 'parent'")
|
358
382
|
__props__.__dict__["parent"] = parent
|
383
|
+
__props__.__dict__["short_name"] = short_name
|
359
384
|
__props__.__dict__["type"] = type
|
360
385
|
__props__.__dict__["fingerprint"] = None
|
361
386
|
__props__.__dict__["policy_id"] = None
|
@@ -374,6 +399,7 @@ class OrganizationSecurityPolicy(pulumi.CustomResource):
|
|
374
399
|
fingerprint: Optional[pulumi.Input[_builtins.str]] = None,
|
375
400
|
parent: Optional[pulumi.Input[_builtins.str]] = None,
|
376
401
|
policy_id: Optional[pulumi.Input[_builtins.str]] = None,
|
402
|
+
short_name: Optional[pulumi.Input[_builtins.str]] = None,
|
377
403
|
type: Optional[pulumi.Input[_builtins.str]] = None) -> 'OrganizationSecurityPolicy':
|
378
404
|
"""
|
379
405
|
Get an existing OrganizationSecurityPolicy resource's state with the given name, id, and optional extra
|
@@ -383,17 +409,16 @@ class OrganizationSecurityPolicy(pulumi.CustomResource):
|
|
383
409
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
384
410
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
385
411
|
:param pulumi.Input[_builtins.str] description: A textual description for the organization security policy.
|
386
|
-
:param pulumi.Input[_builtins.str] display_name:
|
412
|
+
:param pulumi.Input[_builtins.str] display_name: User-provided name of the organization security policy. The name should be unique in the organization in which the security policy is created. This should only be used when SecurityPolicyType is FIREWALL.
|
387
413
|
:param pulumi.Input[_builtins.str] fingerprint: Fingerprint of this resource. This field is used internally during
|
388
414
|
updates of this resource.
|
389
415
|
:param pulumi.Input[_builtins.str] parent: The parent of this OrganizationSecurityPolicy in the Cloud Resource Hierarchy.
|
390
416
|
Format: organizations/{organization_id} or folders/{folder_id}
|
391
417
|
:param pulumi.Input[_builtins.str] policy_id: The unique identifier for the resource. This identifier is defined by the server.
|
392
|
-
:param pulumi.Input[_builtins.str]
|
393
|
-
|
394
|
-
is "FIREWALL".
|
418
|
+
:param pulumi.Input[_builtins.str] short_name: User-provided name of the organization security policy. The name should be unique in the organization in which the security policy is created. This should only be used when SecurityPolicyType is CLOUD_ARMOR.
|
419
|
+
:param pulumi.Input[_builtins.str] type: The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
395
420
|
Default value is `FIREWALL`.
|
396
|
-
Possible values are: `FIREWALL`.
|
421
|
+
Possible values are: `FIREWALL`, `CLOUD_ARMOR`, `CLOUD_ARMOR_EDGE`, `CLOUD_ARMOR_INTERNAL_SERVICE`, `CLOUD_ARMOR_NETWORK`.
|
397
422
|
"""
|
398
423
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
399
424
|
|
@@ -404,6 +429,7 @@ class OrganizationSecurityPolicy(pulumi.CustomResource):
|
|
404
429
|
__props__.__dict__["fingerprint"] = fingerprint
|
405
430
|
__props__.__dict__["parent"] = parent
|
406
431
|
__props__.__dict__["policy_id"] = policy_id
|
432
|
+
__props__.__dict__["short_name"] = short_name
|
407
433
|
__props__.__dict__["type"] = type
|
408
434
|
return OrganizationSecurityPolicy(resource_name, opts=opts, __props__=__props__)
|
409
435
|
|
@@ -417,9 +443,9 @@ class OrganizationSecurityPolicy(pulumi.CustomResource):
|
|
417
443
|
|
418
444
|
@_builtins.property
|
419
445
|
@pulumi.getter(name="displayName")
|
420
|
-
def display_name(self) -> pulumi.Output[_builtins.str]:
|
446
|
+
def display_name(self) -> pulumi.Output[Optional[_builtins.str]]:
|
421
447
|
"""
|
422
|
-
|
448
|
+
User-provided name of the organization security policy. The name should be unique in the organization in which the security policy is created. This should only be used when SecurityPolicyType is FIREWALL.
|
423
449
|
"""
|
424
450
|
return pulumi.get(self, "display_name")
|
425
451
|
|
@@ -449,15 +475,21 @@ class OrganizationSecurityPolicy(pulumi.CustomResource):
|
|
449
475
|
"""
|
450
476
|
return pulumi.get(self, "policy_id")
|
451
477
|
|
478
|
+
@_builtins.property
|
479
|
+
@pulumi.getter(name="shortName")
|
480
|
+
def short_name(self) -> pulumi.Output[Optional[_builtins.str]]:
|
481
|
+
"""
|
482
|
+
User-provided name of the organization security policy. The name should be unique in the organization in which the security policy is created. This should only be used when SecurityPolicyType is CLOUD_ARMOR.
|
483
|
+
"""
|
484
|
+
return pulumi.get(self, "short_name")
|
485
|
+
|
452
486
|
@_builtins.property
|
453
487
|
@pulumi.getter
|
454
488
|
def type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
455
489
|
"""
|
456
|
-
The type indicates the intended use of the security policy.
|
457
|
-
For organization security policies, the only supported type
|
458
|
-
is "FIREWALL".
|
490
|
+
The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
459
491
|
Default value is `FIREWALL`.
|
460
|
-
Possible values are: `FIREWALL`.
|
492
|
+
Possible values are: `FIREWALL`, `CLOUD_ARMOR`, `CLOUD_ARMOR_EDGE`, `CLOUD_ARMOR_INTERNAL_SERVICE`, `CLOUD_ARMOR_NETWORK`.
|
461
493
|
"""
|
462
494
|
return pulumi.get(self, "type")
|
463
495
|
|
pulumi_gcp/compute/outputs.py
CHANGED
@@ -31,6 +31,7 @@ __all__ = [
|
|
31
31
|
'BackendBucketCdnPolicyNegativeCachingPolicy',
|
32
32
|
'BackendBucketIamBindingCondition',
|
33
33
|
'BackendBucketIamMemberCondition',
|
34
|
+
'BackendBucketParams',
|
34
35
|
'BackendServiceBackend',
|
35
36
|
'BackendServiceBackendCustomMetric',
|
36
37
|
'BackendServiceCdnPolicy',
|
@@ -58,6 +59,7 @@ __all__ = [
|
|
58
59
|
'BackendServiceOutlierDetection',
|
59
60
|
'BackendServiceOutlierDetectionBaseEjectionTime',
|
60
61
|
'BackendServiceOutlierDetectionInterval',
|
62
|
+
'BackendServiceParams',
|
61
63
|
'BackendServiceSecuritySettings',
|
62
64
|
'BackendServiceSecuritySettingsAwsV4Authentication',
|
63
65
|
'BackendServiceStrongSessionAffinityCookie',
|
@@ -828,6 +830,7 @@ __all__ = [
|
|
828
830
|
'GetBackendBucketCdnPolicyBypassCacheOnRequestHeaderResult',
|
829
831
|
'GetBackendBucketCdnPolicyCacheKeyPolicyResult',
|
830
832
|
'GetBackendBucketCdnPolicyNegativeCachingPolicyResult',
|
833
|
+
'GetBackendBucketParamResult',
|
831
834
|
'GetBackendServiceBackendResult',
|
832
835
|
'GetBackendServiceBackendCustomMetricResult',
|
833
836
|
'GetBackendServiceCdnPolicyResult',
|
@@ -853,6 +856,7 @@ __all__ = [
|
|
853
856
|
'GetBackendServiceOutlierDetectionResult',
|
854
857
|
'GetBackendServiceOutlierDetectionBaseEjectionTimeResult',
|
855
858
|
'GetBackendServiceOutlierDetectionIntervalResult',
|
859
|
+
'GetBackendServiceParamResult',
|
856
860
|
'GetBackendServiceSecuritySettingResult',
|
857
861
|
'GetBackendServiceSecuritySettingAwsV4AuthenticationResult',
|
858
862
|
'GetBackendServiceStrongSessionAffinityCookyResult',
|
@@ -2268,6 +2272,46 @@ class BackendBucketIamMemberCondition(dict):
|
|
2268
2272
|
return pulumi.get(self, "description")
|
2269
2273
|
|
2270
2274
|
|
2275
|
+
@pulumi.output_type
|
2276
|
+
class BackendBucketParams(dict):
|
2277
|
+
@staticmethod
|
2278
|
+
def __key_warning(key: str):
|
2279
|
+
suggest = None
|
2280
|
+
if key == "resourceManagerTags":
|
2281
|
+
suggest = "resource_manager_tags"
|
2282
|
+
|
2283
|
+
if suggest:
|
2284
|
+
pulumi.log.warn(f"Key '{key}' not found in BackendBucketParams. Access the value via the '{suggest}' property getter instead.")
|
2285
|
+
|
2286
|
+
def __getitem__(self, key: str) -> Any:
|
2287
|
+
BackendBucketParams.__key_warning(key)
|
2288
|
+
return super().__getitem__(key)
|
2289
|
+
|
2290
|
+
def get(self, key: str, default = None) -> Any:
|
2291
|
+
BackendBucketParams.__key_warning(key)
|
2292
|
+
return super().get(key, default)
|
2293
|
+
|
2294
|
+
def __init__(__self__, *,
|
2295
|
+
resource_manager_tags: Optional[Mapping[str, _builtins.str]] = None):
|
2296
|
+
"""
|
2297
|
+
:param Mapping[str, _builtins.str] resource_manager_tags: Resource manager tags to be bound to the backend bucket. Tag keys and values have the
|
2298
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
2299
|
+
and values are in the format tagValues/456.
|
2300
|
+
"""
|
2301
|
+
if resource_manager_tags is not None:
|
2302
|
+
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
2303
|
+
|
2304
|
+
@_builtins.property
|
2305
|
+
@pulumi.getter(name="resourceManagerTags")
|
2306
|
+
def resource_manager_tags(self) -> Optional[Mapping[str, _builtins.str]]:
|
2307
|
+
"""
|
2308
|
+
Resource manager tags to be bound to the backend bucket. Tag keys and values have the
|
2309
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
2310
|
+
and values are in the format tagValues/456.
|
2311
|
+
"""
|
2312
|
+
return pulumi.get(self, "resource_manager_tags")
|
2313
|
+
|
2314
|
+
|
2271
2315
|
@pulumi.output_type
|
2272
2316
|
class BackendServiceBackend(dict):
|
2273
2317
|
@staticmethod
|
@@ -4382,6 +4426,46 @@ class BackendServiceOutlierDetectionInterval(dict):
|
|
4382
4426
|
return pulumi.get(self, "nanos")
|
4383
4427
|
|
4384
4428
|
|
4429
|
+
@pulumi.output_type
|
4430
|
+
class BackendServiceParams(dict):
|
4431
|
+
@staticmethod
|
4432
|
+
def __key_warning(key: str):
|
4433
|
+
suggest = None
|
4434
|
+
if key == "resourceManagerTags":
|
4435
|
+
suggest = "resource_manager_tags"
|
4436
|
+
|
4437
|
+
if suggest:
|
4438
|
+
pulumi.log.warn(f"Key '{key}' not found in BackendServiceParams. Access the value via the '{suggest}' property getter instead.")
|
4439
|
+
|
4440
|
+
def __getitem__(self, key: str) -> Any:
|
4441
|
+
BackendServiceParams.__key_warning(key)
|
4442
|
+
return super().__getitem__(key)
|
4443
|
+
|
4444
|
+
def get(self, key: str, default = None) -> Any:
|
4445
|
+
BackendServiceParams.__key_warning(key)
|
4446
|
+
return super().get(key, default)
|
4447
|
+
|
4448
|
+
def __init__(__self__, *,
|
4449
|
+
resource_manager_tags: Optional[Mapping[str, _builtins.str]] = None):
|
4450
|
+
"""
|
4451
|
+
:param Mapping[str, _builtins.str] resource_manager_tags: Resource manager tags to be bound to the backend service. Tag keys and values have the
|
4452
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
4453
|
+
and values are in the format tagValues/456.
|
4454
|
+
"""
|
4455
|
+
if resource_manager_tags is not None:
|
4456
|
+
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
4457
|
+
|
4458
|
+
@_builtins.property
|
4459
|
+
@pulumi.getter(name="resourceManagerTags")
|
4460
|
+
def resource_manager_tags(self) -> Optional[Mapping[str, _builtins.str]]:
|
4461
|
+
"""
|
4462
|
+
Resource manager tags to be bound to the backend service. Tag keys and values have the
|
4463
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
4464
|
+
and values are in the format tagValues/456.
|
4465
|
+
"""
|
4466
|
+
return pulumi.get(self, "resource_manager_tags")
|
4467
|
+
|
4468
|
+
|
4385
4469
|
@pulumi.output_type
|
4386
4470
|
class BackendServiceSecuritySettings(dict):
|
4387
4471
|
@staticmethod
|
@@ -61000,6 +61084,28 @@ class GetBackendBucketCdnPolicyNegativeCachingPolicyResult(dict):
|
|
61000
61084
|
return pulumi.get(self, "ttl")
|
61001
61085
|
|
61002
61086
|
|
61087
|
+
@pulumi.output_type
|
61088
|
+
class GetBackendBucketParamResult(dict):
|
61089
|
+
def __init__(__self__, *,
|
61090
|
+
resource_manager_tags: Mapping[str, _builtins.str]):
|
61091
|
+
"""
|
61092
|
+
:param Mapping[str, _builtins.str] resource_manager_tags: Resource manager tags to be bound to the backend bucket. Tag keys and values have the
|
61093
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
61094
|
+
and values are in the format tagValues/456.
|
61095
|
+
"""
|
61096
|
+
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
61097
|
+
|
61098
|
+
@_builtins.property
|
61099
|
+
@pulumi.getter(name="resourceManagerTags")
|
61100
|
+
def resource_manager_tags(self) -> Mapping[str, _builtins.str]:
|
61101
|
+
"""
|
61102
|
+
Resource manager tags to be bound to the backend bucket. Tag keys and values have the
|
61103
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
61104
|
+
and values are in the format tagValues/456.
|
61105
|
+
"""
|
61106
|
+
return pulumi.get(self, "resource_manager_tags")
|
61107
|
+
|
61108
|
+
|
61003
61109
|
@pulumi.output_type
|
61004
61110
|
class GetBackendServiceBackendResult(dict):
|
61005
61111
|
def __init__(__self__, *,
|
@@ -62523,6 +62629,28 @@ class GetBackendServiceOutlierDetectionIntervalResult(dict):
|
|
62523
62629
|
return pulumi.get(self, "seconds")
|
62524
62630
|
|
62525
62631
|
|
62632
|
+
@pulumi.output_type
|
62633
|
+
class GetBackendServiceParamResult(dict):
|
62634
|
+
def __init__(__self__, *,
|
62635
|
+
resource_manager_tags: Mapping[str, _builtins.str]):
|
62636
|
+
"""
|
62637
|
+
:param Mapping[str, _builtins.str] resource_manager_tags: Resource manager tags to be bound to the backend service. Tag keys and values have the
|
62638
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
62639
|
+
and values are in the format tagValues/456.
|
62640
|
+
"""
|
62641
|
+
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
62642
|
+
|
62643
|
+
@_builtins.property
|
62644
|
+
@pulumi.getter(name="resourceManagerTags")
|
62645
|
+
def resource_manager_tags(self) -> Mapping[str, _builtins.str]:
|
62646
|
+
"""
|
62647
|
+
Resource manager tags to be bound to the backend service. Tag keys and values have the
|
62648
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
62649
|
+
and values are in the format tagValues/456.
|
62650
|
+
"""
|
62651
|
+
return pulumi.get(self, "resource_manager_tags")
|
62652
|
+
|
62653
|
+
|
62526
62654
|
@pulumi.output_type
|
62527
62655
|
class GetBackendServiceSecuritySettingResult(dict):
|
62528
62656
|
def __init__(__self__, *,
|
@@ -458,6 +458,9 @@ class PacketMirroring(pulumi.CustomResource):
|
|
458
458
|
"instances": [{
|
459
459
|
"url": mirror.id,
|
460
460
|
}],
|
461
|
+
"subnetworks": [{
|
462
|
+
"url": default_subnetwork.id,
|
463
|
+
}],
|
461
464
|
},
|
462
465
|
filter={
|
463
466
|
"ip_protocols": ["tcp"],
|
@@ -598,6 +601,9 @@ class PacketMirroring(pulumi.CustomResource):
|
|
598
601
|
"instances": [{
|
599
602
|
"url": mirror.id,
|
600
603
|
}],
|
604
|
+
"subnetworks": [{
|
605
|
+
"url": default_subnetwork.id,
|
606
|
+
}],
|
601
607
|
},
|
602
608
|
filter={
|
603
609
|
"ip_protocols": ["tcp"],
|