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
pulumi_gcp/storage/bucket.py
CHANGED
@@ -420,8 +420,6 @@ class _BucketState:
|
|
420
420
|
:param pulumi.Input[Sequence[pulumi.Input['BucketCorArgs']]] cors: The bucket's [Cross-Origin Resource Sharing (CORS)](https://www.w3.org/TR/cors/) configuration. Multiple blocks of this type are permitted. Structure is documented below.
|
421
421
|
:param pulumi.Input['BucketCustomPlacementConfigArgs'] custom_placement_config: The bucket's custom location configuration, which specifies the individual regions that comprise a dual-region bucket. If the bucket is designated a single or multi-region, the parameters are empty. Structure is documented below.
|
422
422
|
:param pulumi.Input[bool] default_event_based_hold: Whether or not to automatically apply an eventBasedHold to new objects added to the bucket.
|
423
|
-
: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
|
424
|
-
clients and services.
|
425
423
|
:param pulumi.Input[bool] enable_object_retention: Enables [object retention](https://cloud.google.com/storage/docs/object-lock) on a storage bucket.
|
426
424
|
:param pulumi.Input['BucketEncryptionArgs'] encryption: The bucket's encryption configuration. Structure is documented below.
|
427
425
|
:param pulumi.Input[bool] force_destroy: When deleting a bucket, this
|
@@ -557,10 +555,6 @@ class _BucketState:
|
|
557
555
|
@property
|
558
556
|
@pulumi.getter(name="effectiveLabels")
|
559
557
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
560
|
-
"""
|
561
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
562
|
-
clients and services.
|
563
|
-
"""
|
564
558
|
return pulumi.get(self, "effective_labels")
|
565
559
|
|
566
560
|
@effective_labels.setter
|
@@ -1260,8 +1254,6 @@ class Bucket(pulumi.CustomResource):
|
|
1260
1254
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BucketCorArgs']]]] cors: The bucket's [Cross-Origin Resource Sharing (CORS)](https://www.w3.org/TR/cors/) configuration. Multiple blocks of this type are permitted. Structure is documented below.
|
1261
1255
|
:param pulumi.Input[pulumi.InputType['BucketCustomPlacementConfigArgs']] custom_placement_config: The bucket's custom location configuration, which specifies the individual regions that comprise a dual-region bucket. If the bucket is designated a single or multi-region, the parameters are empty. Structure is documented below.
|
1262
1256
|
:param pulumi.Input[bool] default_event_based_hold: Whether or not to automatically apply an eventBasedHold to new objects added to the bucket.
|
1263
|
-
: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
|
1264
|
-
clients and services.
|
1265
1257
|
:param pulumi.Input[bool] enable_object_retention: Enables [object retention](https://cloud.google.com/storage/docs/object-lock) on a storage bucket.
|
1266
1258
|
:param pulumi.Input[pulumi.InputType['BucketEncryptionArgs']] encryption: The bucket's encryption configuration. Structure is documented below.
|
1267
1259
|
:param pulumi.Input[bool] force_destroy: When deleting a bucket, this
|
@@ -1359,10 +1351,6 @@ class Bucket(pulumi.CustomResource):
|
|
1359
1351
|
@property
|
1360
1352
|
@pulumi.getter(name="effectiveLabels")
|
1361
1353
|
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
1362
|
-
"""
|
1363
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
1364
|
-
clients and services.
|
1365
|
-
"""
|
1366
1354
|
return pulumi.get(self, "effective_labels")
|
1367
1355
|
|
1368
1356
|
@property
|
@@ -0,0 +1,153 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import pulumi
|
8
|
+
import pulumi.runtime
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
+
from .. import _utilities
|
11
|
+
from . import outputs
|
12
|
+
|
13
|
+
__all__ = [
|
14
|
+
'GetBucketObjectsResult',
|
15
|
+
'AwaitableGetBucketObjectsResult',
|
16
|
+
'get_bucket_objects',
|
17
|
+
'get_bucket_objects_output',
|
18
|
+
]
|
19
|
+
|
20
|
+
@pulumi.output_type
|
21
|
+
class GetBucketObjectsResult:
|
22
|
+
"""
|
23
|
+
A collection of values returned by getBucketObjects.
|
24
|
+
"""
|
25
|
+
def __init__(__self__, bucket=None, bucket_objects=None, id=None, match_glob=None, prefix=None):
|
26
|
+
if bucket and not isinstance(bucket, str):
|
27
|
+
raise TypeError("Expected argument 'bucket' to be a str")
|
28
|
+
pulumi.set(__self__, "bucket", bucket)
|
29
|
+
if bucket_objects and not isinstance(bucket_objects, list):
|
30
|
+
raise TypeError("Expected argument 'bucket_objects' to be a list")
|
31
|
+
pulumi.set(__self__, "bucket_objects", bucket_objects)
|
32
|
+
if id and not isinstance(id, str):
|
33
|
+
raise TypeError("Expected argument 'id' to be a str")
|
34
|
+
pulumi.set(__self__, "id", id)
|
35
|
+
if match_glob and not isinstance(match_glob, str):
|
36
|
+
raise TypeError("Expected argument 'match_glob' to be a str")
|
37
|
+
pulumi.set(__self__, "match_glob", match_glob)
|
38
|
+
if prefix and not isinstance(prefix, str):
|
39
|
+
raise TypeError("Expected argument 'prefix' to be a str")
|
40
|
+
pulumi.set(__self__, "prefix", prefix)
|
41
|
+
|
42
|
+
@property
|
43
|
+
@pulumi.getter
|
44
|
+
def bucket(self) -> str:
|
45
|
+
return pulumi.get(self, "bucket")
|
46
|
+
|
47
|
+
@property
|
48
|
+
@pulumi.getter(name="bucketObjects")
|
49
|
+
def bucket_objects(self) -> Sequence['outputs.GetBucketObjectsBucketObjectResult']:
|
50
|
+
"""
|
51
|
+
A list of retrieved objects contained in the provided GCS bucket. Structure is defined below.
|
52
|
+
"""
|
53
|
+
return pulumi.get(self, "bucket_objects")
|
54
|
+
|
55
|
+
@property
|
56
|
+
@pulumi.getter
|
57
|
+
def id(self) -> str:
|
58
|
+
"""
|
59
|
+
The provider-assigned unique ID for this managed resource.
|
60
|
+
"""
|
61
|
+
return pulumi.get(self, "id")
|
62
|
+
|
63
|
+
@property
|
64
|
+
@pulumi.getter(name="matchGlob")
|
65
|
+
def match_glob(self) -> Optional[str]:
|
66
|
+
return pulumi.get(self, "match_glob")
|
67
|
+
|
68
|
+
@property
|
69
|
+
@pulumi.getter
|
70
|
+
def prefix(self) -> Optional[str]:
|
71
|
+
return pulumi.get(self, "prefix")
|
72
|
+
|
73
|
+
|
74
|
+
class AwaitableGetBucketObjectsResult(GetBucketObjectsResult):
|
75
|
+
# pylint: disable=using-constant-test
|
76
|
+
def __await__(self):
|
77
|
+
if False:
|
78
|
+
yield self
|
79
|
+
return GetBucketObjectsResult(
|
80
|
+
bucket=self.bucket,
|
81
|
+
bucket_objects=self.bucket_objects,
|
82
|
+
id=self.id,
|
83
|
+
match_glob=self.match_glob,
|
84
|
+
prefix=self.prefix)
|
85
|
+
|
86
|
+
|
87
|
+
def get_bucket_objects(bucket: Optional[str] = None,
|
88
|
+
match_glob: Optional[str] = None,
|
89
|
+
prefix: Optional[str] = None,
|
90
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBucketObjectsResult:
|
91
|
+
"""
|
92
|
+
Gets existing objects inside an existing bucket in Google Cloud Storage service (GCS).
|
93
|
+
See [the official documentation](https://cloud.google.com/storage/docs/key-terms#objects)
|
94
|
+
and [API](https://cloud.google.com/storage/docs/json_api/v1/objects/list).
|
95
|
+
|
96
|
+
## Example Usage
|
97
|
+
|
98
|
+
Example files stored within a bucket.
|
99
|
+
|
100
|
+
```python
|
101
|
+
import pulumi
|
102
|
+
import pulumi_gcp as gcp
|
103
|
+
|
104
|
+
files = gcp.storage.get_bucket_objects(bucket="file-store")
|
105
|
+
```
|
106
|
+
|
107
|
+
|
108
|
+
:param str bucket: The name of the containing bucket.
|
109
|
+
:param str match_glob: A glob pattern used to filter results (for example, `foo*bar`).
|
110
|
+
:param str prefix: Filter results to include only objects whose names begin with this prefix.
|
111
|
+
"""
|
112
|
+
__args__ = dict()
|
113
|
+
__args__['bucket'] = bucket
|
114
|
+
__args__['matchGlob'] = match_glob
|
115
|
+
__args__['prefix'] = prefix
|
116
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
117
|
+
__ret__ = pulumi.runtime.invoke('gcp:storage/getBucketObjects:getBucketObjects', __args__, opts=opts, typ=GetBucketObjectsResult).value
|
118
|
+
|
119
|
+
return AwaitableGetBucketObjectsResult(
|
120
|
+
bucket=pulumi.get(__ret__, 'bucket'),
|
121
|
+
bucket_objects=pulumi.get(__ret__, 'bucket_objects'),
|
122
|
+
id=pulumi.get(__ret__, 'id'),
|
123
|
+
match_glob=pulumi.get(__ret__, 'match_glob'),
|
124
|
+
prefix=pulumi.get(__ret__, 'prefix'))
|
125
|
+
|
126
|
+
|
127
|
+
@_utilities.lift_output_func(get_bucket_objects)
|
128
|
+
def get_bucket_objects_output(bucket: Optional[pulumi.Input[str]] = None,
|
129
|
+
match_glob: Optional[pulumi.Input[Optional[str]]] = None,
|
130
|
+
prefix: Optional[pulumi.Input[Optional[str]]] = None,
|
131
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBucketObjectsResult]:
|
132
|
+
"""
|
133
|
+
Gets existing objects inside an existing bucket in Google Cloud Storage service (GCS).
|
134
|
+
See [the official documentation](https://cloud.google.com/storage/docs/key-terms#objects)
|
135
|
+
and [API](https://cloud.google.com/storage/docs/json_api/v1/objects/list).
|
136
|
+
|
137
|
+
## Example Usage
|
138
|
+
|
139
|
+
Example files stored within a bucket.
|
140
|
+
|
141
|
+
```python
|
142
|
+
import pulumi
|
143
|
+
import pulumi_gcp as gcp
|
144
|
+
|
145
|
+
files = gcp.storage.get_bucket_objects(bucket="file-store")
|
146
|
+
```
|
147
|
+
|
148
|
+
|
149
|
+
:param str bucket: The name of the containing bucket.
|
150
|
+
:param str match_glob: A glob pattern used to filter results (for example, `foo*bar`).
|
151
|
+
:param str prefix: Filter results to include only objects whose names begin with this prefix.
|
152
|
+
"""
|
153
|
+
...
|
pulumi_gcp/storage/outputs.py
CHANGED
@@ -67,6 +67,7 @@ __all__ = [
|
|
67
67
|
'GetBucketObjectContentRetentionResult',
|
68
68
|
'GetBucketObjectCustomerEncryptionResult',
|
69
69
|
'GetBucketObjectRetentionResult',
|
70
|
+
'GetBucketObjectsBucketObjectResult',
|
70
71
|
'GetBucketRetentionPolicyResult',
|
71
72
|
'GetBucketSoftDeletePolicyResult',
|
72
73
|
'GetBucketVersioningResult',
|
@@ -3055,6 +3056,68 @@ class GetBucketObjectRetentionResult(dict):
|
|
3055
3056
|
return pulumi.get(self, "retain_until_time")
|
3056
3057
|
|
3057
3058
|
|
3059
|
+
@pulumi.output_type
|
3060
|
+
class GetBucketObjectsBucketObjectResult(dict):
|
3061
|
+
def __init__(__self__, *,
|
3062
|
+
content_type: str,
|
3063
|
+
media_link: str,
|
3064
|
+
name: str,
|
3065
|
+
self_link: str,
|
3066
|
+
storage_class: str):
|
3067
|
+
"""
|
3068
|
+
:param str content_type: [Content-Type](https://tools.ietf.org/html/rfc7231#section-3.1.1.5) of the object data.
|
3069
|
+
:param str media_link: A url reference to download this object.
|
3070
|
+
:param str name: The name of the object.
|
3071
|
+
:param str self_link: A url reference to this object.
|
3072
|
+
:param str storage_class: The [StorageClass](https://cloud.google.com/storage/docs/storage-classes) of the bucket object.
|
3073
|
+
"""
|
3074
|
+
pulumi.set(__self__, "content_type", content_type)
|
3075
|
+
pulumi.set(__self__, "media_link", media_link)
|
3076
|
+
pulumi.set(__self__, "name", name)
|
3077
|
+
pulumi.set(__self__, "self_link", self_link)
|
3078
|
+
pulumi.set(__self__, "storage_class", storage_class)
|
3079
|
+
|
3080
|
+
@property
|
3081
|
+
@pulumi.getter(name="contentType")
|
3082
|
+
def content_type(self) -> str:
|
3083
|
+
"""
|
3084
|
+
[Content-Type](https://tools.ietf.org/html/rfc7231#section-3.1.1.5) of the object data.
|
3085
|
+
"""
|
3086
|
+
return pulumi.get(self, "content_type")
|
3087
|
+
|
3088
|
+
@property
|
3089
|
+
@pulumi.getter(name="mediaLink")
|
3090
|
+
def media_link(self) -> str:
|
3091
|
+
"""
|
3092
|
+
A url reference to download this object.
|
3093
|
+
"""
|
3094
|
+
return pulumi.get(self, "media_link")
|
3095
|
+
|
3096
|
+
@property
|
3097
|
+
@pulumi.getter
|
3098
|
+
def name(self) -> str:
|
3099
|
+
"""
|
3100
|
+
The name of the object.
|
3101
|
+
"""
|
3102
|
+
return pulumi.get(self, "name")
|
3103
|
+
|
3104
|
+
@property
|
3105
|
+
@pulumi.getter(name="selfLink")
|
3106
|
+
def self_link(self) -> str:
|
3107
|
+
"""
|
3108
|
+
A url reference to this object.
|
3109
|
+
"""
|
3110
|
+
return pulumi.get(self, "self_link")
|
3111
|
+
|
3112
|
+
@property
|
3113
|
+
@pulumi.getter(name="storageClass")
|
3114
|
+
def storage_class(self) -> str:
|
3115
|
+
"""
|
3116
|
+
The [StorageClass](https://cloud.google.com/storage/docs/storage-classes) of the bucket object.
|
3117
|
+
"""
|
3118
|
+
return pulumi.get(self, "storage_class")
|
3119
|
+
|
3120
|
+
|
3058
3121
|
@pulumi.output_type
|
3059
3122
|
class GetBucketRetentionPolicyResult(dict):
|
3060
3123
|
def __init__(__self__, *,
|
@@ -202,8 +202,6 @@ class _WorkstationState:
|
|
202
202
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
203
203
|
:param pulumi.Input[str] create_time: Time when this resource was created.
|
204
204
|
:param pulumi.Input[str] display_name: Human-readable name for this resource.
|
205
|
-
: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
|
206
|
-
Terraform, other clients and services.
|
207
205
|
: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.
|
208
206
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] env: 'Client-specified environment variables passed to the workstation container's entrypoint.'
|
209
207
|
:param pulumi.Input[str] host: Host to which clients can send HTTPS traffic that will be received by the workstation.
|
@@ -303,10 +301,6 @@ class _WorkstationState:
|
|
303
301
|
@property
|
304
302
|
@pulumi.getter(name="effectiveAnnotations")
|
305
303
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
306
|
-
"""
|
307
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
308
|
-
Terraform, other clients and services.
|
309
|
-
"""
|
310
304
|
return pulumi.get(self, "effective_annotations")
|
311
305
|
|
312
306
|
@effective_annotations.setter
|
@@ -777,8 +771,6 @@ class Workstation(pulumi.CustomResource):
|
|
777
771
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
778
772
|
:param pulumi.Input[str] create_time: Time when this resource was created.
|
779
773
|
:param pulumi.Input[str] display_name: Human-readable name for this resource.
|
780
|
-
: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
|
781
|
-
Terraform, other clients and services.
|
782
774
|
: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.
|
783
775
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] env: 'Client-specified environment variables passed to the workstation container's entrypoint.'
|
784
776
|
:param pulumi.Input[str] host: Host to which clients can send HTTPS traffic that will be received by the workstation.
|
@@ -854,10 +846,6 @@ class Workstation(pulumi.CustomResource):
|
|
854
846
|
@property
|
855
847
|
@pulumi.getter(name="effectiveAnnotations")
|
856
848
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
857
|
-
"""
|
858
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
859
|
-
Terraform, other clients and services.
|
860
|
-
"""
|
861
849
|
return pulumi.get(self, "effective_annotations")
|
862
850
|
|
863
851
|
@property
|
@@ -240,8 +240,6 @@ class _WorkstationClusterState:
|
|
240
240
|
:param pulumi.Input[str] display_name: Human-readable name for this resource.
|
241
241
|
:param pulumi.Input['WorkstationClusterDomainConfigArgs'] domain_config: Configuration options for a custom domain.
|
242
242
|
Structure is documented below.
|
243
|
-
: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
|
244
|
-
Terraform, other clients and services.
|
245
243
|
: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.
|
246
244
|
:param pulumi.Input[str] etag: Checksum computed by the server.
|
247
245
|
May be sent on update and delete requests to ensure that the client has an up-to-date value before proceeding.
|
@@ -400,10 +398,6 @@ class _WorkstationClusterState:
|
|
400
398
|
@property
|
401
399
|
@pulumi.getter(name="effectiveAnnotations")
|
402
400
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
403
|
-
"""
|
404
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
405
|
-
Terraform, other clients and services.
|
406
|
-
"""
|
407
401
|
return pulumi.get(self, "effective_annotations")
|
408
402
|
|
409
403
|
@effective_annotations.setter
|
@@ -961,8 +955,6 @@ class WorkstationCluster(pulumi.CustomResource):
|
|
961
955
|
:param pulumi.Input[str] display_name: Human-readable name for this resource.
|
962
956
|
:param pulumi.Input[pulumi.InputType['WorkstationClusterDomainConfigArgs']] domain_config: Configuration options for a custom domain.
|
963
957
|
Structure is documented below.
|
964
|
-
: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
|
965
|
-
Terraform, other clients and services.
|
966
958
|
: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.
|
967
959
|
:param pulumi.Input[str] etag: Checksum computed by the server.
|
968
960
|
May be sent on update and delete requests to ensure that the client has an up-to-date value before proceeding.
|
@@ -1078,10 +1070,6 @@ class WorkstationCluster(pulumi.CustomResource):
|
|
1078
1070
|
@property
|
1079
1071
|
@pulumi.getter(name="effectiveAnnotations")
|
1080
1072
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1081
|
-
"""
|
1082
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1083
|
-
Terraform, other clients and services.
|
1084
|
-
"""
|
1085
1073
|
return pulumi.get(self, "effective_annotations")
|
1086
1074
|
|
1087
1075
|
@property
|
@@ -389,8 +389,6 @@ class _WorkstationConfigState:
|
|
389
389
|
:param pulumi.Input[bool] degraded: Whether this resource is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in the conditions field.
|
390
390
|
:param pulumi.Input[bool] disable_tcp_connections: Disables support for plain TCP connections in the workstation. By default the service supports TCP connections via a websocket relay. Setting this option to true disables that relay, which prevents the usage of services that require plain tcp connections, such as ssh. When enabled, all communication must occur over https or wss.
|
391
391
|
:param pulumi.Input[str] display_name: Human-readable name for this resource.
|
392
|
-
: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
|
393
|
-
Terraform, other clients and services.
|
394
392
|
: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.
|
395
393
|
:param pulumi.Input[bool] enable_audit_agent: Whether to enable Linux `auditd` logging on the workstation. When enabled, a service account must also be specified that has `logging.buckets.write` permission on the project. Operating system audit logging is distinct from Cloud Audit Logs.
|
396
394
|
:param pulumi.Input['WorkstationConfigEncryptionKeyArgs'] encryption_key: Encrypts resources of this workstation configuration using a customer-managed encryption key.
|
@@ -576,10 +574,6 @@ class _WorkstationConfigState:
|
|
576
574
|
@property
|
577
575
|
@pulumi.getter(name="effectiveAnnotations")
|
578
576
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
579
|
-
"""
|
580
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
581
|
-
Terraform, other clients and services.
|
582
|
-
"""
|
583
577
|
return pulumi.get(self, "effective_annotations")
|
584
578
|
|
585
579
|
@effective_annotations.setter
|
@@ -1837,8 +1831,6 @@ class WorkstationConfig(pulumi.CustomResource):
|
|
1837
1831
|
:param pulumi.Input[bool] degraded: Whether this resource is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in the conditions field.
|
1838
1832
|
:param pulumi.Input[bool] disable_tcp_connections: Disables support for plain TCP connections in the workstation. By default the service supports TCP connections via a websocket relay. Setting this option to true disables that relay, which prevents the usage of services that require plain tcp connections, such as ssh. When enabled, all communication must occur over https or wss.
|
1839
1833
|
:param pulumi.Input[str] display_name: Human-readable name for this resource.
|
1840
|
-
: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
|
1841
|
-
Terraform, other clients and services.
|
1842
1834
|
: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.
|
1843
1835
|
:param pulumi.Input[bool] enable_audit_agent: Whether to enable Linux `auditd` logging on the workstation. When enabled, a service account must also be specified that has `logging.buckets.write` permission on the project. Operating system audit logging is distinct from Cloud Audit Logs.
|
1844
1836
|
:param pulumi.Input[pulumi.InputType['WorkstationConfigEncryptionKeyArgs']] encryption_key: Encrypts resources of this workstation configuration using a customer-managed encryption key.
|
@@ -1974,10 +1966,6 @@ class WorkstationConfig(pulumi.CustomResource):
|
|
1974
1966
|
@property
|
1975
1967
|
@pulumi.getter(name="effectiveAnnotations")
|
1976
1968
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1977
|
-
"""
|
1978
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1979
|
-
Terraform, other clients and services.
|
1980
|
-
"""
|
1981
1969
|
return pulumi.get(self, "effective_annotations")
|
1982
1970
|
|
1983
1971
|
@property
|