pulumi-gcp 8.7.0__py3-none-any.whl → 8.7.0a1729107581__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.0a1729107581.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/RECORD +89 -111
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.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.0a1729107581.dist-info}/top_level.txt +0 -0
pulumi_gcp/cloudrunv2/service.py
CHANGED
@@ -32,7 +32,6 @@ class ServiceArgs:
|
|
32
32
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
33
33
|
description: Optional[pulumi.Input[str]] = None,
|
34
34
|
ingress: Optional[pulumi.Input[str]] = None,
|
35
|
-
invoker_iam_disabled: Optional[pulumi.Input[bool]] = None,
|
36
35
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
37
36
|
launch_stage: Optional[pulumi.Input[str]] = None,
|
38
37
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -62,8 +61,6 @@ class ServiceArgs:
|
|
62
61
|
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
63
62
|
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
64
63
|
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
65
|
-
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service. This feature is available by invitation
|
66
|
-
only. For more information, visit https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
67
64
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
68
65
|
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
69
66
|
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
@@ -103,8 +100,6 @@ class ServiceArgs:
|
|
103
100
|
pulumi.set(__self__, "description", description)
|
104
101
|
if ingress is not None:
|
105
102
|
pulumi.set(__self__, "ingress", ingress)
|
106
|
-
if invoker_iam_disabled is not None:
|
107
|
-
pulumi.set(__self__, "invoker_iam_disabled", invoker_iam_disabled)
|
108
103
|
if labels is not None:
|
109
104
|
pulumi.set(__self__, "labels", labels)
|
110
105
|
if launch_stage is not None:
|
@@ -258,19 +253,6 @@ class ServiceArgs:
|
|
258
253
|
def ingress(self, value: Optional[pulumi.Input[str]]):
|
259
254
|
pulumi.set(self, "ingress", value)
|
260
255
|
|
261
|
-
@property
|
262
|
-
@pulumi.getter(name="invokerIamDisabled")
|
263
|
-
def invoker_iam_disabled(self) -> Optional[pulumi.Input[bool]]:
|
264
|
-
"""
|
265
|
-
Disables IAM permission check for run.routes.invoke for callers of this service. This feature is available by invitation
|
266
|
-
only. For more information, visit https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
267
|
-
"""
|
268
|
-
return pulumi.get(self, "invoker_iam_disabled")
|
269
|
-
|
270
|
-
@invoker_iam_disabled.setter
|
271
|
-
def invoker_iam_disabled(self, value: Optional[pulumi.Input[bool]]):
|
272
|
-
pulumi.set(self, "invoker_iam_disabled", value)
|
273
|
-
|
274
256
|
@property
|
275
257
|
@pulumi.getter
|
276
258
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -375,7 +357,6 @@ class _ServiceState:
|
|
375
357
|
expire_time: Optional[pulumi.Input[str]] = None,
|
376
358
|
generation: Optional[pulumi.Input[str]] = None,
|
377
359
|
ingress: Optional[pulumi.Input[str]] = None,
|
378
|
-
invoker_iam_disabled: Optional[pulumi.Input[bool]] = None,
|
379
360
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
380
361
|
last_modifier: Optional[pulumi.Input[str]] = None,
|
381
362
|
latest_created_revision: Optional[pulumi.Input[str]] = None,
|
@@ -424,8 +405,6 @@ class _ServiceState:
|
|
424
405
|
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
425
406
|
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
426
407
|
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
427
|
-
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service. This feature is available by invitation
|
428
|
-
only. For more information, visit https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
429
408
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
430
409
|
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
431
410
|
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
@@ -502,8 +481,6 @@ class _ServiceState:
|
|
502
481
|
pulumi.set(__self__, "generation", generation)
|
503
482
|
if ingress is not None:
|
504
483
|
pulumi.set(__self__, "ingress", ingress)
|
505
|
-
if invoker_iam_disabled is not None:
|
506
|
-
pulumi.set(__self__, "invoker_iam_disabled", invoker_iam_disabled)
|
507
484
|
if labels is not None:
|
508
485
|
pulumi.set(__self__, "labels", labels)
|
509
486
|
if last_modifier is not None:
|
@@ -764,19 +741,6 @@ class _ServiceState:
|
|
764
741
|
def ingress(self, value: Optional[pulumi.Input[str]]):
|
765
742
|
pulumi.set(self, "ingress", value)
|
766
743
|
|
767
|
-
@property
|
768
|
-
@pulumi.getter(name="invokerIamDisabled")
|
769
|
-
def invoker_iam_disabled(self) -> Optional[pulumi.Input[bool]]:
|
770
|
-
"""
|
771
|
-
Disables IAM permission check for run.routes.invoke for callers of this service. This feature is available by invitation
|
772
|
-
only. For more information, visit https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
773
|
-
"""
|
774
|
-
return pulumi.get(self, "invoker_iam_disabled")
|
775
|
-
|
776
|
-
@invoker_iam_disabled.setter
|
777
|
-
def invoker_iam_disabled(self, value: Optional[pulumi.Input[bool]]):
|
778
|
-
pulumi.set(self, "invoker_iam_disabled", value)
|
779
|
-
|
780
744
|
@property
|
781
745
|
@pulumi.getter
|
782
746
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -1038,7 +1002,6 @@ class Service(pulumi.CustomResource):
|
|
1038
1002
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
1039
1003
|
description: Optional[pulumi.Input[str]] = None,
|
1040
1004
|
ingress: Optional[pulumi.Input[str]] = None,
|
1041
|
-
invoker_iam_disabled: Optional[pulumi.Input[bool]] = None,
|
1042
1005
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1043
1006
|
launch_stage: Optional[pulumi.Input[str]] = None,
|
1044
1007
|
location: Optional[pulumi.Input[str]] = None,
|
@@ -1498,25 +1461,6 @@ class Service(pulumi.CustomResource):
|
|
1498
1461
|
},
|
1499
1462
|
opts = pulumi.ResourceOptions(depends_on=[wait_for_mesh]))
|
1500
1463
|
```
|
1501
|
-
### Cloudrunv2 Service Invokeriam
|
1502
|
-
|
1503
|
-
```python
|
1504
|
-
import pulumi
|
1505
|
-
import pulumi_gcp as gcp
|
1506
|
-
|
1507
|
-
default = gcp.cloudrunv2.Service("default",
|
1508
|
-
name="cloudrun-service",
|
1509
|
-
location="us-central1",
|
1510
|
-
deletion_protection=False,
|
1511
|
-
invoker_iam_disabled=True,
|
1512
|
-
description="The serving URL of this service will not perform any IAM check when invoked",
|
1513
|
-
ingress="INGRESS_TRAFFIC_ALL",
|
1514
|
-
template={
|
1515
|
-
"containers": [{
|
1516
|
-
"image": "us-docker.pkg.dev/cloudrun/container/hello",
|
1517
|
-
}],
|
1518
|
-
})
|
1519
|
-
```
|
1520
1464
|
|
1521
1465
|
## Import
|
1522
1466
|
|
@@ -1562,8 +1506,6 @@ class Service(pulumi.CustomResource):
|
|
1562
1506
|
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
1563
1507
|
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
1564
1508
|
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
1565
|
-
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service. This feature is available by invitation
|
1566
|
-
only. For more information, visit https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
1567
1509
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
1568
1510
|
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
1569
1511
|
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
@@ -2042,25 +1984,6 @@ class Service(pulumi.CustomResource):
|
|
2042
1984
|
},
|
2043
1985
|
opts = pulumi.ResourceOptions(depends_on=[wait_for_mesh]))
|
2044
1986
|
```
|
2045
|
-
### Cloudrunv2 Service Invokeriam
|
2046
|
-
|
2047
|
-
```python
|
2048
|
-
import pulumi
|
2049
|
-
import pulumi_gcp as gcp
|
2050
|
-
|
2051
|
-
default = gcp.cloudrunv2.Service("default",
|
2052
|
-
name="cloudrun-service",
|
2053
|
-
location="us-central1",
|
2054
|
-
deletion_protection=False,
|
2055
|
-
invoker_iam_disabled=True,
|
2056
|
-
description="The serving URL of this service will not perform any IAM check when invoked",
|
2057
|
-
ingress="INGRESS_TRAFFIC_ALL",
|
2058
|
-
template={
|
2059
|
-
"containers": [{
|
2060
|
-
"image": "us-docker.pkg.dev/cloudrun/container/hello",
|
2061
|
-
}],
|
2062
|
-
})
|
2063
|
-
```
|
2064
1987
|
|
2065
1988
|
## Import
|
2066
1989
|
|
@@ -2110,7 +2033,6 @@ class Service(pulumi.CustomResource):
|
|
2110
2033
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
2111
2034
|
description: Optional[pulumi.Input[str]] = None,
|
2112
2035
|
ingress: Optional[pulumi.Input[str]] = None,
|
2113
|
-
invoker_iam_disabled: Optional[pulumi.Input[bool]] = None,
|
2114
2036
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
2115
2037
|
launch_stage: Optional[pulumi.Input[str]] = None,
|
2116
2038
|
location: Optional[pulumi.Input[str]] = None,
|
@@ -2137,7 +2059,6 @@ class Service(pulumi.CustomResource):
|
|
2137
2059
|
__props__.__dict__["deletion_protection"] = deletion_protection
|
2138
2060
|
__props__.__dict__["description"] = description
|
2139
2061
|
__props__.__dict__["ingress"] = ingress
|
2140
|
-
__props__.__dict__["invoker_iam_disabled"] = invoker_iam_disabled
|
2141
2062
|
__props__.__dict__["labels"] = labels
|
2142
2063
|
__props__.__dict__["launch_stage"] = launch_stage
|
2143
2064
|
if location is None and not opts.urn:
|
@@ -2200,7 +2121,6 @@ class Service(pulumi.CustomResource):
|
|
2200
2121
|
expire_time: Optional[pulumi.Input[str]] = None,
|
2201
2122
|
generation: Optional[pulumi.Input[str]] = None,
|
2202
2123
|
ingress: Optional[pulumi.Input[str]] = None,
|
2203
|
-
invoker_iam_disabled: Optional[pulumi.Input[bool]] = None,
|
2204
2124
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
2205
2125
|
last_modifier: Optional[pulumi.Input[str]] = None,
|
2206
2126
|
latest_created_revision: Optional[pulumi.Input[str]] = None,
|
@@ -2254,8 +2174,6 @@ class Service(pulumi.CustomResource):
|
|
2254
2174
|
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
2255
2175
|
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
2256
2176
|
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
2257
|
-
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service. This feature is available by invitation
|
2258
|
-
only. For more information, visit https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
2259
2177
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
2260
2178
|
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
2261
2179
|
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
@@ -2318,7 +2236,6 @@ class Service(pulumi.CustomResource):
|
|
2318
2236
|
__props__.__dict__["expire_time"] = expire_time
|
2319
2237
|
__props__.__dict__["generation"] = generation
|
2320
2238
|
__props__.__dict__["ingress"] = ingress
|
2321
|
-
__props__.__dict__["invoker_iam_disabled"] = invoker_iam_disabled
|
2322
2239
|
__props__.__dict__["labels"] = labels
|
2323
2240
|
__props__.__dict__["last_modifier"] = last_modifier
|
2324
2241
|
__props__.__dict__["latest_created_revision"] = latest_created_revision
|
@@ -2489,15 +2406,6 @@ class Service(pulumi.CustomResource):
|
|
2489
2406
|
"""
|
2490
2407
|
return pulumi.get(self, "ingress")
|
2491
2408
|
|
2492
|
-
@property
|
2493
|
-
@pulumi.getter(name="invokerIamDisabled")
|
2494
|
-
def invoker_iam_disabled(self) -> pulumi.Output[Optional[bool]]:
|
2495
|
-
"""
|
2496
|
-
Disables IAM permission check for run.routes.invoke for callers of this service. This feature is available by invitation
|
2497
|
-
only. For more information, visit https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
2498
|
-
"""
|
2499
|
-
return pulumi.get(self, "invoker_iam_disabled")
|
2500
|
-
|
2501
2409
|
@property
|
2502
2410
|
@pulumi.getter
|
2503
2411
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|