pulumi-gcp 8.42.0a1756709266__py3-none-any.whl → 8.42.0a1756968228__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/bigquery/app_profile.py +14 -49
- pulumi_gcp/bigquery/dataset_access.py +4 -8
- pulumi_gcp/bigquery/table.py +7 -21
- pulumi_gcp/bigtable/app_profile.py +14 -49
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/cloudbuild/worker_pool.py +28 -21
- pulumi_gcp/cloudfunctions/function.py +4 -8
- pulumi_gcp/composer/environment.py +28 -49
- pulumi_gcp/compute/instance_from_machine_image.py +75 -110
- pulumi_gcp/compute/instance_from_template.py +75 -110
- pulumi_gcp/compute/instance_group_manager.py +7 -14
- pulumi_gcp/compute/instance_template.py +7 -14
- pulumi_gcp/compute/interconnect.py +4 -8
- pulumi_gcp/compute/region_instance_group_manager.py +7 -14
- pulumi_gcp/container/aws_cluster.py +28 -42
- pulumi_gcp/container/aws_node_pool.py +28 -42
- pulumi_gcp/container/azure_cluster.py +35 -70
- pulumi_gcp/container/azure_node_pool.py +28 -42
- pulumi_gcp/dataplex/asset.py +28 -21
- pulumi_gcp/dataplex/zone.py +28 -21
- pulumi_gcp/dataproc/cluster.py +21 -14
- pulumi_gcp/dataproc/workflow_template.py +42 -105
- pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
- pulumi_gcp/logging/folder_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_bucket_config.py +7 -21
- pulumi_gcp/monitoring/dashboard.py +7 -14
- pulumi_gcp/organizations/project.py +7 -21
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/database_instance.py +7 -14
- pulumi_gcp/storage/bucket.py +7 -14
- {pulumi_gcp-8.42.0a1756709266.dist-info → pulumi_gcp-8.42.0a1756968228.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1756709266.dist-info → pulumi_gcp-8.42.0a1756968228.dist-info}/RECORD +34 -34
- {pulumi_gcp-8.42.0a1756709266.dist-info → pulumi_gcp-8.42.0a1756968228.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1756709266.dist-info → pulumi_gcp-8.42.0a1756968228.dist-info}/top_level.txt +0 -0
@@ -32,9 +32,10 @@ class WorkerPoolArgs:
|
|
32
32
|
"""
|
33
33
|
The set of arguments for constructing a WorkerPool resource.
|
34
34
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
35
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size
|
36
|
-
|
37
|
-
|
35
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
|
36
|
+
|
37
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
38
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
38
39
|
:param pulumi.Input[_builtins.str] display_name: A user-specified, human-readable name for the `WorkerPool`. If provided, this value must be 1-63 characters.
|
39
40
|
:param pulumi.Input[_builtins.str] name: User-defined name of the `WorkerPool`.
|
40
41
|
|
@@ -77,9 +78,10 @@ class WorkerPoolArgs:
|
|
77
78
|
@pulumi.getter
|
78
79
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
79
80
|
"""
|
80
|
-
User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size
|
81
|
-
|
82
|
-
|
81
|
+
User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
|
82
|
+
|
83
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
84
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
83
85
|
"""
|
84
86
|
return pulumi.get(self, "annotations")
|
85
87
|
|
@@ -182,9 +184,10 @@ class _WorkerPoolState:
|
|
182
184
|
worker_config: Optional[pulumi.Input['WorkerPoolWorkerConfigArgs']] = None):
|
183
185
|
"""
|
184
186
|
Input properties used for looking up and filtering WorkerPool resources.
|
185
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size
|
186
|
-
|
187
|
-
|
187
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
|
188
|
+
|
189
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
190
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
188
191
|
:param pulumi.Input[_builtins.str] create_time: Output only. Time at which the request to create the `WorkerPool` was received.
|
189
192
|
:param pulumi.Input[_builtins.str] delete_time: Output only. Time at which the request to delete the `WorkerPool` was received.
|
190
193
|
:param pulumi.Input[_builtins.str] display_name: A user-specified, human-readable name for the `WorkerPool`. If provided, this value must be 1-63 characters.
|
@@ -234,9 +237,10 @@ class _WorkerPoolState:
|
|
234
237
|
@pulumi.getter
|
235
238
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
236
239
|
"""
|
237
|
-
User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size
|
238
|
-
|
239
|
-
|
240
|
+
User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
|
241
|
+
|
242
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
243
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
240
244
|
"""
|
241
245
|
return pulumi.get(self, "annotations")
|
242
246
|
|
@@ -500,9 +504,10 @@ class WorkerPool(pulumi.CustomResource):
|
|
500
504
|
|
501
505
|
:param str resource_name: The name of the resource.
|
502
506
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
503
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size
|
504
|
-
|
505
|
-
|
507
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
|
508
|
+
|
509
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
510
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
506
511
|
:param pulumi.Input[_builtins.str] display_name: A user-specified, human-readable name for the `WorkerPool`. If provided, this value must be 1-63 characters.
|
507
512
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
508
513
|
:param pulumi.Input[_builtins.str] name: User-defined name of the `WorkerPool`.
|
@@ -681,9 +686,10 @@ class WorkerPool(pulumi.CustomResource):
|
|
681
686
|
:param str resource_name: The unique name of the resulting resource.
|
682
687
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
683
688
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
684
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size
|
685
|
-
|
686
|
-
|
689
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
|
690
|
+
|
691
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
692
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
687
693
|
:param pulumi.Input[_builtins.str] create_time: Output only. Time at which the request to create the `WorkerPool` was received.
|
688
694
|
:param pulumi.Input[_builtins.str] delete_time: Output only. Time at which the request to delete the `WorkerPool` was received.
|
689
695
|
:param pulumi.Input[_builtins.str] display_name: A user-specified, human-readable name for the `WorkerPool`. If provided, this value must be 1-63 characters.
|
@@ -724,9 +730,10 @@ class WorkerPool(pulumi.CustomResource):
|
|
724
730
|
@pulumi.getter
|
725
731
|
def annotations(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
726
732
|
"""
|
727
|
-
User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size
|
728
|
-
|
729
|
-
|
733
|
+
User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
|
734
|
+
|
735
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
736
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
730
737
|
"""
|
731
738
|
return pulumi.get(self, "annotations")
|
732
739
|
|
@@ -662,8 +662,7 @@ class _FunctionState:
|
|
662
662
|
:param pulumi.Input[_builtins.str] status: Describes the current stage of a deployment.
|
663
663
|
:param pulumi.Input[_builtins.int] timeout: Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be more than 540 seconds.
|
664
664
|
:param pulumi.Input[_builtins.bool] trigger_http: Boolean variable. Any HTTP request (of a supported type) to the endpoint will trigger function execution. Supported HTTP request types are: POST, PUT, GET, DELETE, and OPTIONS. Endpoint is returned as `https_trigger_url`. Cannot be used with `event_trigger`.
|
665
|
-
:param pulumi.Input[_builtins.str] version_id: The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being
|
666
|
-
created.
|
665
|
+
:param pulumi.Input[_builtins.str] version_id: The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being created.
|
667
666
|
:param pulumi.Input[_builtins.str] vpc_connector: The VPC Network Connector that this cloud function can connect to. It should be set up as fully-qualified URI. The format of this field is `projects/*/locations/*/connectors/*`.
|
668
667
|
:param pulumi.Input[_builtins.str] vpc_connector_egress_settings: The egress settings for the connector, controlling what traffic is diverted through it. Allowed values are `ALL_TRAFFIC` and `PRIVATE_RANGES_ONLY`. Defaults to `PRIVATE_RANGES_ONLY`. If unset, this field preserves the previously set value.
|
669
668
|
"""
|
@@ -1165,8 +1164,7 @@ class _FunctionState:
|
|
1165
1164
|
@pulumi.getter(name="versionId")
|
1166
1165
|
def version_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1167
1166
|
"""
|
1168
|
-
The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being
|
1169
|
-
created.
|
1167
|
+
The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being created.
|
1170
1168
|
"""
|
1171
1169
|
return pulumi.get(self, "version_id")
|
1172
1170
|
|
@@ -1695,8 +1693,7 @@ class Function(pulumi.CustomResource):
|
|
1695
1693
|
:param pulumi.Input[_builtins.str] status: Describes the current stage of a deployment.
|
1696
1694
|
:param pulumi.Input[_builtins.int] timeout: Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be more than 540 seconds.
|
1697
1695
|
:param pulumi.Input[_builtins.bool] trigger_http: Boolean variable. Any HTTP request (of a supported type) to the endpoint will trigger function execution. Supported HTTP request types are: POST, PUT, GET, DELETE, and OPTIONS. Endpoint is returned as `https_trigger_url`. Cannot be used with `event_trigger`.
|
1698
|
-
:param pulumi.Input[_builtins.str] version_id: The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being
|
1699
|
-
created.
|
1696
|
+
:param pulumi.Input[_builtins.str] version_id: The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being created.
|
1700
1697
|
:param pulumi.Input[_builtins.str] vpc_connector: The VPC Network Connector that this cloud function can connect to. It should be set up as fully-qualified URI. The format of this field is `projects/*/locations/*/connectors/*`.
|
1701
1698
|
:param pulumi.Input[_builtins.str] vpc_connector_egress_settings: The egress settings for the connector, controlling what traffic is diverted through it. Allowed values are `ALL_TRAFFIC` and `PRIVATE_RANGES_ONLY`. Defaults to `PRIVATE_RANGES_ONLY`. If unset, this field preserves the previously set value.
|
1702
1699
|
"""
|
@@ -2030,8 +2027,7 @@ class Function(pulumi.CustomResource):
|
|
2030
2027
|
@pulumi.getter(name="versionId")
|
2031
2028
|
def version_id(self) -> pulumi.Output[_builtins.str]:
|
2032
2029
|
"""
|
2033
|
-
The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being
|
2034
|
-
created.
|
2030
|
+
The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being created.
|
2035
2031
|
"""
|
2036
2032
|
return pulumi.get(self, "version_id")
|
2037
2033
|
|
@@ -30,13 +30,10 @@ class EnvironmentArgs:
|
|
30
30
|
"""
|
31
31
|
The set of arguments for constructing a Environment resource.
|
32
32
|
:param pulumi.Input['EnvironmentConfigArgs'] config: Configuration parameters for this environment.
|
33
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
38
|
-
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
39
|
-
resource.
|
33
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
|
34
|
+
|
35
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
36
|
+
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
40
37
|
:param pulumi.Input[_builtins.str] name: Name of the environment.
|
41
38
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
42
39
|
:param pulumi.Input[_builtins.str] region: The location or Compute Engine region for the environment.
|
@@ -71,13 +68,10 @@ class EnvironmentArgs:
|
|
71
68
|
@pulumi.getter
|
72
69
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
73
70
|
"""
|
74
|
-
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
79
|
-
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
80
|
-
resource.
|
71
|
+
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
|
72
|
+
|
73
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
74
|
+
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
81
75
|
"""
|
82
76
|
return pulumi.get(self, "labels")
|
83
77
|
|
@@ -148,13 +142,10 @@ class _EnvironmentState:
|
|
148
142
|
"""
|
149
143
|
Input properties used for looking up and filtering Environment resources.
|
150
144
|
:param pulumi.Input['EnvironmentConfigArgs'] config: Configuration parameters for this environment.
|
151
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
156
|
-
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
157
|
-
resource.
|
145
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
|
146
|
+
|
147
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
148
|
+
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
158
149
|
:param pulumi.Input[_builtins.str] name: Name of the environment.
|
159
150
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
160
151
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
@@ -203,13 +194,10 @@ class _EnvironmentState:
|
|
203
194
|
@pulumi.getter
|
204
195
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
205
196
|
"""
|
206
|
-
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
211
|
-
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
212
|
-
resource.
|
197
|
+
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
|
198
|
+
|
199
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
200
|
+
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
213
201
|
"""
|
214
202
|
return pulumi.get(self, "labels")
|
215
203
|
|
@@ -319,13 +307,10 @@ class Environment(pulumi.CustomResource):
|
|
319
307
|
:param str resource_name: The name of the resource.
|
320
308
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
321
309
|
:param pulumi.Input[Union['EnvironmentConfigArgs', 'EnvironmentConfigArgsDict']] config: Configuration parameters for this environment.
|
322
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
327
|
-
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
328
|
-
resource.
|
310
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
|
311
|
+
|
312
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
313
|
+
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
329
314
|
:param pulumi.Input[_builtins.str] name: Name of the environment.
|
330
315
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
331
316
|
:param pulumi.Input[_builtins.str] region: The location or Compute Engine region for the environment.
|
@@ -428,13 +413,10 @@ class Environment(pulumi.CustomResource):
|
|
428
413
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
429
414
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
430
415
|
:param pulumi.Input[Union['EnvironmentConfigArgs', 'EnvironmentConfigArgsDict']] config: Configuration parameters for this environment.
|
431
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
436
|
-
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
437
|
-
resource.
|
416
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
|
417
|
+
|
418
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
419
|
+
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
438
420
|
:param pulumi.Input[_builtins.str] name: Name of the environment.
|
439
421
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
440
422
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
@@ -472,13 +454,10 @@ class Environment(pulumi.CustomResource):
|
|
472
454
|
@pulumi.getter
|
473
455
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
474
456
|
"""
|
475
|
-
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
480
|
-
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
481
|
-
resource.
|
457
|
+
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
|
458
|
+
|
459
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
460
|
+
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
482
461
|
"""
|
483
462
|
return pulumi.get(self, "labels")
|
484
463
|
|