pulumi-gcp 7.20.0a1713986537__py3-none-any.whl → 7.21.0__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 +40 -0
- pulumi_gcp/alloydb/_inputs.py +74 -0
- pulumi_gcp/alloydb/backup.py +0 -12
- pulumi_gcp/alloydb/cluster.py +0 -12
- pulumi_gcp/alloydb/instance.py +90 -81
- pulumi_gcp/alloydb/outputs.py +98 -0
- pulumi_gcp/apigee/environment.py +47 -0
- pulumi_gcp/apigee/sharedflow.py +0 -20
- pulumi_gcp/appengine/flexible_app_version.py +0 -20
- pulumi_gcp/applicationintegration/__init__.py +1 -0
- pulumi_gcp/applicationintegration/_inputs.py +843 -0
- pulumi_gcp/applicationintegration/auth_config.py +998 -0
- pulumi_gcp/applicationintegration/outputs.py +891 -0
- pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
- pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
- pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
- pulumi_gcp/certificateauthority/_inputs.py +92 -12
- pulumi_gcp/certificateauthority/authority.py +117 -27
- pulumi_gcp/certificateauthority/certificate.py +176 -0
- pulumi_gcp/certificateauthority/outputs.py +144 -12
- pulumi_gcp/cloudbuild/worker_pool.py +0 -12
- pulumi_gcp/cloudbuildv2/connection.py +0 -12
- pulumi_gcp/cloudbuildv2/repository.py +0 -12
- pulumi_gcp/clouddeploy/automation.py +0 -12
- pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
- pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
- pulumi_gcp/clouddeploy/target.py +0 -12
- pulumi_gcp/cloudrunv2/job.py +0 -12
- pulumi_gcp/cloudrunv2/service.py +0 -12
- pulumi_gcp/composer/__init__.py +1 -0
- pulumi_gcp/composer/environment.py +35 -47
- pulumi_gcp/composer/user_workloads_secret.py +441 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +121 -58
- pulumi_gcp/compute/forwarding_rule.py +0 -13
- pulumi_gcp/compute/global_address.py +0 -12
- pulumi_gcp/compute/global_forwarding_rule.py +0 -282
- pulumi_gcp/compute/instance_from_machine_image.py +14 -46
- pulumi_gcp/compute/instance_from_template.py +14 -46
- pulumi_gcp/compute/outputs.py +120 -65
- pulumi_gcp/compute/region_instance_template.py +0 -13
- pulumi_gcp/compute/region_target_https_proxy.py +257 -0
- pulumi_gcp/compute/region_url_map.py +0 -470
- pulumi_gcp/compute/security_policy_rule.py +850 -0
- pulumi_gcp/container/attached_cluster.py +0 -12
- pulumi_gcp/container/aws_cluster.py +0 -12
- pulumi_gcp/container/aws_node_pool.py +0 -12
- pulumi_gcp/container/azure_cluster.py +0 -12
- pulumi_gcp/container/azure_node_pool.py +0 -12
- pulumi_gcp/container/cluster.py +0 -20
- pulumi_gcp/dataflow/flex_template_job.py +0 -39
- pulumi_gcp/dataloss/__init__.py +1 -0
- pulumi_gcp/dataloss/_inputs.py +1040 -0
- pulumi_gcp/dataloss/outputs.py +1123 -0
- pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
- pulumi_gcp/dataproc/cluster.py +0 -20
- pulumi_gcp/dataproc/workflow_template.py +21 -26
- pulumi_gcp/deploymentmanager/deployment.py +0 -34
- pulumi_gcp/dns/_inputs.py +2 -2
- pulumi_gcp/dns/outputs.py +2 -2
- pulumi_gcp/dns/record_set.py +2 -36
- pulumi_gcp/filestore/get_instance.py +11 -1
- pulumi_gcp/filestore/instance.py +101 -0
- pulumi_gcp/firebase/_inputs.py +16 -0
- pulumi_gcp/firebase/android_app.py +0 -27
- pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
- pulumi_gcp/firebase/app_check_service_config.py +0 -125
- pulumi_gcp/firebase/apple_app.py +0 -27
- pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
- pulumi_gcp/firebase/hosting_version.py +44 -0
- pulumi_gcp/firebase/outputs.py +12 -0
- pulumi_gcp/firebase/web_app.py +0 -20
- pulumi_gcp/firestore/database.py +0 -68
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
- pulumi_gcp/logging/folder_sink.py +54 -0
- pulumi_gcp/logging/organization_sink.py +54 -0
- pulumi_gcp/monitoring/_inputs.py +46 -2
- pulumi_gcp/monitoring/outputs.py +40 -2
- pulumi_gcp/monitoring/uptime_check_config.py +6 -0
- pulumi_gcp/netapp/active_directory.py +0 -20
- pulumi_gcp/netapp/volume_replication.py +0 -68
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
- pulumi_gcp/provider.py +3 -1
- pulumi_gcp/secretmanager/get_secret.py +13 -3
- pulumi_gcp/secretmanager/outputs.py +20 -1
- pulumi_gcp/secretmanager/secret.py +90 -15
- pulumi_gcp/servicenetworking/connection.py +0 -20
- pulumi_gcp/spanner/database.py +0 -41
- pulumi_gcp/spanner/instance.py +0 -40
- pulumi_gcp/storage/__init__.py +1 -0
- pulumi_gcp/storage/bucket.py +0 -12
- pulumi_gcp/storage/get_bucket_objects.py +153 -0
- pulumi_gcp/storage/outputs.py +63 -0
- pulumi_gcp/workstations/workstation.py +0 -12
- pulumi_gcp/workstations/workstation_cluster.py +0 -12
- pulumi_gcp/workstations/workstation_config.py +0 -12
- {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +106 -100
- {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
@@ -178,8 +178,6 @@ class _CustomTargetTypeState:
|
|
178
178
|
Structure is documented below.
|
179
179
|
:param pulumi.Input[str] custom_target_type_id: Resource id of the `CustomTargetType`.
|
180
180
|
:param pulumi.Input[str] description: Description of the `CustomTargetType`. Max length is 255 characters.
|
181
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
182
|
-
Terraform, other clients and services.
|
183
181
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
184
182
|
:param pulumi.Input[str] etag: The weak etag of the `CustomTargetType` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
185
183
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
|
@@ -294,10 +292,6 @@ class _CustomTargetTypeState:
|
|
294
292
|
@property
|
295
293
|
@pulumi.getter(name="effectiveAnnotations")
|
296
294
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
297
|
-
"""
|
298
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
299
|
-
Terraform, other clients and services.
|
300
|
-
"""
|
301
295
|
return pulumi.get(self, "effective_annotations")
|
302
296
|
|
303
297
|
@effective_annotations.setter
|
@@ -758,8 +752,6 @@ class CustomTargetType(pulumi.CustomResource):
|
|
758
752
|
Structure is documented below.
|
759
753
|
:param pulumi.Input[str] custom_target_type_id: Resource id of the `CustomTargetType`.
|
760
754
|
:param pulumi.Input[str] description: Description of the `CustomTargetType`. Max length is 255 characters.
|
761
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
762
|
-
Terraform, other clients and services.
|
763
755
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
764
756
|
:param pulumi.Input[str] etag: The weak etag of the `CustomTargetType` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
765
757
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
|
@@ -844,10 +836,6 @@ class CustomTargetType(pulumi.CustomResource):
|
|
844
836
|
@property
|
845
837
|
@pulumi.getter(name="effectiveAnnotations")
|
846
838
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
847
|
-
"""
|
848
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
849
|
-
Terraform, other clients and services.
|
850
|
-
"""
|
851
839
|
return pulumi.get(self, "effective_annotations")
|
852
840
|
|
853
841
|
@property
|
@@ -194,8 +194,6 @@ class _DeliveryPipelineState:
|
|
194
194
|
:param pulumi.Input[Sequence[pulumi.Input['DeliveryPipelineConditionArgs']]] conditions: Output only. Information around the state of the Delivery Pipeline.
|
195
195
|
:param pulumi.Input[str] create_time: Output only. Time at which the pipeline was created.
|
196
196
|
:param pulumi.Input[str] description: Description of the `DeliveryPipeline`. Max length is 255 characters.
|
197
|
-
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
198
|
-
Terraform, other clients and services.
|
199
197
|
:param pulumi.Input[Mapping[str, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
200
198
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
201
199
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the
|
@@ -301,10 +299,6 @@ class _DeliveryPipelineState:
|
|
301
299
|
@property
|
302
300
|
@pulumi.getter(name="effectiveAnnotations")
|
303
301
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
304
|
-
"""
|
305
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
306
|
-
Terraform, other clients and services.
|
307
|
-
"""
|
308
302
|
return pulumi.get(self, "effective_annotations")
|
309
303
|
|
310
304
|
@effective_annotations.setter
|
@@ -1052,8 +1046,6 @@ class DeliveryPipeline(pulumi.CustomResource):
|
|
1052
1046
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DeliveryPipelineConditionArgs']]]] conditions: Output only. Information around the state of the Delivery Pipeline.
|
1053
1047
|
:param pulumi.Input[str] create_time: Output only. Time at which the pipeline was created.
|
1054
1048
|
:param pulumi.Input[str] description: Description of the `DeliveryPipeline`. Max length is 255 characters.
|
1055
|
-
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1056
|
-
Terraform, other clients and services.
|
1057
1049
|
:param pulumi.Input[Mapping[str, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
1058
1050
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
1059
1051
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the
|
@@ -1132,10 +1124,6 @@ class DeliveryPipeline(pulumi.CustomResource):
|
|
1132
1124
|
@property
|
1133
1125
|
@pulumi.getter(name="effectiveAnnotations")
|
1134
1126
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
|
1135
|
-
"""
|
1136
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1137
|
-
Terraform, other clients and services.
|
1138
|
-
"""
|
1139
1127
|
return pulumi.get(self, "effective_annotations")
|
1140
1128
|
|
1141
1129
|
@property
|
pulumi_gcp/clouddeploy/target.py
CHANGED
@@ -282,8 +282,6 @@ class _TargetState:
|
|
282
282
|
:param pulumi.Input[str] create_time: Output only. Time at which the `Target` was created.
|
283
283
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deploy_parameters: Optional. The deploy parameters to use for this target.
|
284
284
|
:param pulumi.Input[str] description: Optional. Description of the `Target`. Max length is 255 characters.
|
285
|
-
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
286
|
-
Terraform, other clients and services.
|
287
285
|
:param pulumi.Input[Mapping[str, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
288
286
|
:param pulumi.Input[str] etag: Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
289
287
|
:param pulumi.Input[Sequence[pulumi.Input['TargetExecutionConfigArgs']]] execution_configs: Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`.
|
@@ -416,10 +414,6 @@ class _TargetState:
|
|
416
414
|
@property
|
417
415
|
@pulumi.getter(name="effectiveAnnotations")
|
418
416
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
419
|
-
"""
|
420
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
421
|
-
Terraform, other clients and services.
|
422
|
-
"""
|
423
417
|
return pulumi.get(self, "effective_annotations")
|
424
418
|
|
425
419
|
@effective_annotations.setter
|
@@ -1021,8 +1015,6 @@ class Target(pulumi.CustomResource):
|
|
1021
1015
|
:param pulumi.Input[str] create_time: Output only. Time at which the `Target` was created.
|
1022
1016
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deploy_parameters: Optional. The deploy parameters to use for this target.
|
1023
1017
|
:param pulumi.Input[str] description: Optional. Description of the `Target`. Max length is 255 characters.
|
1024
|
-
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1025
|
-
Terraform, other clients and services.
|
1026
1018
|
:param pulumi.Input[Mapping[str, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
1027
1019
|
:param pulumi.Input[str] etag: Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
1028
1020
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetExecutionConfigArgs']]]] execution_configs: Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`.
|
@@ -1119,10 +1111,6 @@ class Target(pulumi.CustomResource):
|
|
1119
1111
|
@property
|
1120
1112
|
@pulumi.getter(name="effectiveAnnotations")
|
1121
1113
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
|
1122
|
-
"""
|
1123
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1124
|
-
Terraform, other clients and services.
|
1125
|
-
"""
|
1126
1114
|
return pulumi.get(self, "effective_annotations")
|
1127
1115
|
|
1128
1116
|
@property
|
pulumi_gcp/cloudrunv2/job.py
CHANGED
@@ -263,8 +263,6 @@ class _JobState:
|
|
263
263
|
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
264
264
|
:param pulumi.Input[str] creator: Email address of the authenticated creator.
|
265
265
|
:param pulumi.Input[str] delete_time: The deletion time.
|
266
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
267
|
-
Terraform, other clients and services.
|
268
266
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
269
267
|
:param pulumi.Input[str] etag: A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
|
270
268
|
:param pulumi.Input[int] execution_count: Number of executions created for this job.
|
@@ -468,10 +466,6 @@ class _JobState:
|
|
468
466
|
@property
|
469
467
|
@pulumi.getter(name="effectiveAnnotations")
|
470
468
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
471
|
-
"""
|
472
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
473
|
-
Terraform, other clients and services.
|
474
|
-
"""
|
475
469
|
return pulumi.get(self, "effective_annotations")
|
476
470
|
|
477
471
|
@effective_annotations.setter
|
@@ -1470,8 +1464,6 @@ class Job(pulumi.CustomResource):
|
|
1470
1464
|
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
1471
1465
|
:param pulumi.Input[str] creator: Email address of the authenticated creator.
|
1472
1466
|
:param pulumi.Input[str] delete_time: The deletion time.
|
1473
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1474
|
-
Terraform, other clients and services.
|
1475
1467
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
1476
1468
|
:param pulumi.Input[str] etag: A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
|
1477
1469
|
:param pulumi.Input[int] execution_count: Number of executions created for this job.
|
@@ -1620,10 +1612,6 @@ class Job(pulumi.CustomResource):
|
|
1620
1612
|
@property
|
1621
1613
|
@pulumi.getter(name="effectiveAnnotations")
|
1622
1614
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1623
|
-
"""
|
1624
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1625
|
-
Terraform, other clients and services.
|
1626
|
-
"""
|
1627
1615
|
return pulumi.get(self, "effective_annotations")
|
1628
1616
|
|
1629
1617
|
@property
|
pulumi_gcp/cloudrunv2/service.py
CHANGED
@@ -362,8 +362,6 @@ class _ServiceState:
|
|
362
362
|
https://cloud.google.com/run/docs/configuring/custom-audiences.
|
363
363
|
:param pulumi.Input[str] delete_time: The deletion time.
|
364
364
|
:param pulumi.Input[str] description: User-provided description of the Service. This field currently has a 512-character limit.
|
365
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
366
|
-
Terraform, other clients and services.
|
367
365
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
368
366
|
:param pulumi.Input[str] etag: A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
|
369
367
|
:param pulumi.Input[str] expire_time: For a deleted resource, the time after which it will be permamently deleted.
|
@@ -614,10 +612,6 @@ class _ServiceState:
|
|
614
612
|
@property
|
615
613
|
@pulumi.getter(name="effectiveAnnotations")
|
616
614
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
617
|
-
"""
|
618
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
619
|
-
Terraform, other clients and services.
|
620
|
-
"""
|
621
615
|
return pulumi.get(self, "effective_annotations")
|
622
616
|
|
623
617
|
@effective_annotations.setter
|
@@ -1966,8 +1960,6 @@ class Service(pulumi.CustomResource):
|
|
1966
1960
|
https://cloud.google.com/run/docs/configuring/custom-audiences.
|
1967
1961
|
:param pulumi.Input[str] delete_time: The deletion time.
|
1968
1962
|
:param pulumi.Input[str] description: User-provided description of the Service. This field currently has a 512-character limit.
|
1969
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1970
|
-
Terraform, other clients and services.
|
1971
1963
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
1972
1964
|
:param pulumi.Input[str] etag: A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
|
1973
1965
|
:param pulumi.Input[str] expire_time: For a deleted resource, the time after which it will be permamently deleted.
|
@@ -2148,10 +2140,6 @@ class Service(pulumi.CustomResource):
|
|
2148
2140
|
@property
|
2149
2141
|
@pulumi.getter(name="effectiveAnnotations")
|
2150
2142
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
2151
|
-
"""
|
2152
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
2153
|
-
Terraform, other clients and services.
|
2154
|
-
"""
|
2155
2143
|
return pulumi.get(self, "effective_annotations")
|
2156
2144
|
|
2157
2145
|
@property
|
pulumi_gcp/composer/__init__.py
CHANGED
@@ -27,11 +27,11 @@ class EnvironmentArgs:
|
|
27
27
|
:param pulumi.Input['EnvironmentConfigArgs'] config: Configuration parameters for this environment.
|
28
28
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
29
29
|
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
30
|
-
must conform to the following regular expression:
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
30
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
31
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
32
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
33
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
34
|
+
resource.
|
35
35
|
:param pulumi.Input[str] name: Name of the environment.
|
36
36
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
37
37
|
:param pulumi.Input[str] region: The location or Compute Engine region for the environment.
|
@@ -68,11 +68,11 @@ class EnvironmentArgs:
|
|
68
68
|
"""
|
69
69
|
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
70
70
|
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
71
|
-
must conform to the following regular expression:
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
71
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
72
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
73
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
74
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
75
|
+
resource.
|
76
76
|
"""
|
77
77
|
return pulumi.get(self, "labels")
|
78
78
|
|
@@ -143,15 +143,13 @@ class _EnvironmentState:
|
|
143
143
|
"""
|
144
144
|
Input properties used for looking up and filtering Environment resources.
|
145
145
|
:param pulumi.Input['EnvironmentConfigArgs'] config: Configuration parameters for this environment.
|
146
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
147
|
-
clients and services.
|
148
146
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
149
147
|
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
150
|
-
must conform to the following regular expression:
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
148
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
149
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
150
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
151
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
152
|
+
resource.
|
155
153
|
:param pulumi.Input[str] name: Name of the environment.
|
156
154
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
157
155
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
@@ -190,10 +188,6 @@ class _EnvironmentState:
|
|
190
188
|
@property
|
191
189
|
@pulumi.getter(name="effectiveLabels")
|
192
190
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
193
|
-
"""
|
194
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
195
|
-
clients and services.
|
196
|
-
"""
|
197
191
|
return pulumi.get(self, "effective_labels")
|
198
192
|
|
199
193
|
@effective_labels.setter
|
@@ -206,11 +200,11 @@ class _EnvironmentState:
|
|
206
200
|
"""
|
207
201
|
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
208
202
|
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
209
|
-
must conform to the following regular expression:
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
203
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
204
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
205
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
206
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
207
|
+
resource.
|
214
208
|
"""
|
215
209
|
return pulumi.get(self, "labels")
|
216
210
|
|
@@ -321,11 +315,11 @@ class Environment(pulumi.CustomResource):
|
|
321
315
|
:param pulumi.Input[pulumi.InputType['EnvironmentConfigArgs']] config: Configuration parameters for this environment.
|
322
316
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
323
317
|
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
324
|
-
must conform to the following regular expression:
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
318
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
319
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
320
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
321
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
322
|
+
resource.
|
329
323
|
:param pulumi.Input[str] name: Name of the environment.
|
330
324
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
331
325
|
:param pulumi.Input[str] region: The location or Compute Engine region for the environment.
|
@@ -428,15 +422,13 @@ class Environment(pulumi.CustomResource):
|
|
428
422
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
429
423
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
430
424
|
:param pulumi.Input[pulumi.InputType['EnvironmentConfigArgs']] config: Configuration parameters for this environment.
|
431
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
432
|
-
clients and services.
|
433
425
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
434
426
|
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
435
|
-
must conform to the following regular expression:
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
427
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
428
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
429
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
430
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
431
|
+
resource.
|
440
432
|
:param pulumi.Input[str] name: Name of the environment.
|
441
433
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
442
434
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
@@ -468,10 +460,6 @@ class Environment(pulumi.CustomResource):
|
|
468
460
|
@property
|
469
461
|
@pulumi.getter(name="effectiveLabels")
|
470
462
|
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
471
|
-
"""
|
472
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
473
|
-
clients and services.
|
474
|
-
"""
|
475
463
|
return pulumi.get(self, "effective_labels")
|
476
464
|
|
477
465
|
@property
|
@@ -480,11 +468,11 @@ class Environment(pulumi.CustomResource):
|
|
480
468
|
"""
|
481
469
|
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
482
470
|
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
483
|
-
must conform to the following regular expression:
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
471
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
472
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
473
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
474
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
475
|
+
resource.
|
488
476
|
"""
|
489
477
|
return pulumi.get(self, "labels")
|
490
478
|
|