pulumi-gcp 8.3.0__py3-none-any.whl → 8.3.0a1726726047__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 -120
- pulumi_gcp/alloydb/_inputs.py +0 -20
- pulumi_gcp/alloydb/instance.py +0 -36
- pulumi_gcp/alloydb/outputs.py +0 -14
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +0 -1400
- pulumi_gcp/compute/attached_disk.py +0 -103
- pulumi_gcp/compute/backend_service.py +22 -29
- pulumi_gcp/compute/outputs.py +0 -1019
- pulumi_gcp/compute/region_backend_service.py +22 -29
- pulumi_gcp/compute/router_nat.py +66 -27
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/container/_inputs.py +99 -72
- pulumi_gcp/container/outputs.py +70 -53
- pulumi_gcp/databasemigrationservice/__init__.py +0 -1
- pulumi_gcp/databasemigrationservice/_inputs.py +0 -362
- pulumi_gcp/databasemigrationservice/outputs.py +0 -268
- pulumi_gcp/dataproc/get_metastore_service.py +1 -11
- pulumi_gcp/dataproc/metastore_service.py +0 -93
- pulumi_gcp/developerconnect/_inputs.py +39 -42
- pulumi_gcp/developerconnect/connection.py +83 -86
- pulumi_gcp/developerconnect/outputs.py +26 -28
- pulumi_gcp/discoveryengine/__init__.py +0 -1
- pulumi_gcp/discoveryengine/_inputs.py +0 -131
- pulumi_gcp/discoveryengine/outputs.py +0 -131
- pulumi_gcp/dns/managed_zone.py +1 -1
- pulumi_gcp/filestore/get_instance.py +1 -21
- pulumi_gcp/filestore/instance.py +0 -94
- pulumi_gcp/gkehub/feature_membership.py +62 -140
- pulumi_gcp/healthcare/__init__.py +0 -1
- pulumi_gcp/healthcare/_inputs.py +0 -39
- pulumi_gcp/healthcare/outputs.py +0 -40
- pulumi_gcp/looker/instance.py +0 -81
- pulumi_gcp/netapp/_inputs.py +0 -63
- pulumi_gcp/netapp/outputs.py +0 -57
- pulumi_gcp/netapp/storage_pool.py +0 -54
- pulumi_gcp/netapp/volume.py +0 -82
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pubsub/subscription.py +7 -43
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/__init__.py +0 -8
- pulumi_gcp/secretmanager/_inputs.py +0 -308
- pulumi_gcp/secretmanager/outputs.py +0 -336
- pulumi_gcp/securitycenter/__init__.py +0 -4
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -6
- pulumi_gcp/siteverification/__init__.py +0 -3
- pulumi_gcp/spanner/__init__.py +0 -1
- pulumi_gcp/spanner/_inputs.py +0 -129
- pulumi_gcp/spanner/get_instance.py +1 -11
- pulumi_gcp/spanner/instance.py +0 -56
- pulumi_gcp/spanner/outputs.py +0 -93
- {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726726047.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726726047.dist-info}/RECORD +56 -76
- pulumi_gcp/compute/firewall_policy_with_rules.py +0 -769
- pulumi_gcp/databasemigrationservice/migration_job.py +0 -1739
- pulumi_gcp/discoveryengine/target_site.py +0 -870
- pulumi_gcp/healthcare/workspace.py +0 -465
- pulumi_gcp/secretmanager/get_regional_secret.py +0 -279
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +0 -173
- pulumi_gcp/secretmanager/get_regional_secret_version.py +0 -241
- pulumi_gcp/secretmanager/regional_secret.py +0 -1433
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +0 -1082
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +0 -1082
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +0 -901
- pulumi_gcp/secretmanager/regional_secret_version.py +0 -753
- pulumi_gcp/securitycenter/folder_scc_big_query_export.py +0 -795
- pulumi_gcp/securitycenter/organization_scc_big_query_export.py +0 -738
- pulumi_gcp/securitycenter/project_scc_big_query_export.py +0 -749
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +0 -862
- pulumi_gcp/siteverification/_inputs.py +0 -85
- pulumi_gcp/siteverification/outputs.py +0 -57
- pulumi_gcp/siteverification/web_resource.py +0 -398
- pulumi_gcp/spanner/backup_schedule.py +0 -748
- {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726726047.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726726047.dist-info}/top_level.txt +0 -0
@@ -31,26 +31,25 @@ class ConnectionArgs:
|
|
31
31
|
project: Optional[pulumi.Input[str]] = None):
|
32
32
|
"""
|
33
33
|
The set of arguments for constructing a Connection resource.
|
34
|
-
:param pulumi.Input[str] connection_id: Required. Id of the requesting object
|
35
|
-
remove this field and
|
34
|
+
:param pulumi.Input[str] connection_id: Required. Id of the requesting object
|
35
|
+
If auto-generating Id server-side, remove this field and
|
36
|
+
connection_id from the method_signature of Create RPC
|
36
37
|
|
37
38
|
|
38
39
|
- - -
|
39
|
-
:param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource
|
40
|
-
within its parent collection as described in https://google.aip.dev/122. See documentation
|
41
|
-
for resource type `developerconnect.googleapis.com/GitRepositoryLink`.
|
40
|
+
:param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type `developerconnect.googleapis.com/GitRepositoryLink`.
|
42
41
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] annotations: Optional. Allows clients to store small amounts of arbitrary data.
|
43
|
-
|
44
42
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
45
43
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
46
|
-
:param pulumi.Input[bool] disabled: Optional. If disabled is set to true, functionality is disabled for this connection.
|
47
|
-
|
48
|
-
|
44
|
+
:param pulumi.Input[bool] disabled: Optional. If disabled is set to true, functionality is disabled for this connection.
|
45
|
+
Repository based API methods and webhooks processing for repositories in
|
46
|
+
this connection will be disabled.
|
47
|
+
:param pulumi.Input[str] etag: Optional. This checksum is computed by the server based on the value of other
|
48
|
+
fields, and may be sent on update and delete requests to ensure the
|
49
49
|
client has an up-to-date value before proceeding.
|
50
50
|
:param pulumi.Input['ConnectionGithubConfigArgs'] github_config: Configuration for connections to github.com.
|
51
51
|
Structure is documented below.
|
52
52
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels as key value pairs
|
53
|
-
|
54
53
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
55
54
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
56
55
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -75,8 +74,9 @@ class ConnectionArgs:
|
|
75
74
|
@pulumi.getter(name="connectionId")
|
76
75
|
def connection_id(self) -> pulumi.Input[str]:
|
77
76
|
"""
|
78
|
-
Required. Id of the requesting object
|
79
|
-
remove this field and
|
77
|
+
Required. Id of the requesting object
|
78
|
+
If auto-generating Id server-side, remove this field and
|
79
|
+
connection_id from the method_signature of Create RPC
|
80
80
|
|
81
81
|
|
82
82
|
- - -
|
@@ -91,9 +91,7 @@ class ConnectionArgs:
|
|
91
91
|
@pulumi.getter
|
92
92
|
def location(self) -> pulumi.Input[str]:
|
93
93
|
"""
|
94
|
-
Resource ID segment making up resource `name`. It identifies the resource
|
95
|
-
within its parent collection as described in https://google.aip.dev/122. See documentation
|
96
|
-
for resource type `developerconnect.googleapis.com/GitRepositoryLink`.
|
94
|
+
Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type `developerconnect.googleapis.com/GitRepositoryLink`.
|
97
95
|
"""
|
98
96
|
return pulumi.get(self, "location")
|
99
97
|
|
@@ -106,7 +104,6 @@ class ConnectionArgs:
|
|
106
104
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
107
105
|
"""
|
108
106
|
Optional. Allows clients to store small amounts of arbitrary data.
|
109
|
-
|
110
107
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
111
108
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
112
109
|
"""
|
@@ -120,7 +117,9 @@ class ConnectionArgs:
|
|
120
117
|
@pulumi.getter
|
121
118
|
def disabled(self) -> Optional[pulumi.Input[bool]]:
|
122
119
|
"""
|
123
|
-
Optional. If disabled is set to true, functionality is disabled for this connection.
|
120
|
+
Optional. If disabled is set to true, functionality is disabled for this connection.
|
121
|
+
Repository based API methods and webhooks processing for repositories in
|
122
|
+
this connection will be disabled.
|
124
123
|
"""
|
125
124
|
return pulumi.get(self, "disabled")
|
126
125
|
|
@@ -132,8 +131,8 @@ class ConnectionArgs:
|
|
132
131
|
@pulumi.getter
|
133
132
|
def etag(self) -> Optional[pulumi.Input[str]]:
|
134
133
|
"""
|
135
|
-
Optional. This checksum is computed by the server based on the value
|
136
|
-
|
134
|
+
Optional. This checksum is computed by the server based on the value of other
|
135
|
+
fields, and may be sent on update and delete requests to ensure the
|
137
136
|
client has an up-to-date value before proceeding.
|
138
137
|
"""
|
139
138
|
return pulumi.get(self, "etag")
|
@@ -160,7 +159,6 @@ class ConnectionArgs:
|
|
160
159
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
161
160
|
"""
|
162
161
|
Optional. Labels as key value pairs
|
163
|
-
|
164
162
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
165
163
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
166
164
|
"""
|
@@ -208,41 +206,41 @@ class _ConnectionState:
|
|
208
206
|
"""
|
209
207
|
Input properties used for looking up and filtering Connection resources.
|
210
208
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] annotations: Optional. Allows clients to store small amounts of arbitrary data.
|
211
|
-
|
212
209
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
213
210
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
214
|
-
:param pulumi.Input[str] connection_id: Required. Id of the requesting object
|
215
|
-
remove this field and
|
211
|
+
:param pulumi.Input[str] connection_id: Required. Id of the requesting object
|
212
|
+
If auto-generating Id server-side, remove this field and
|
213
|
+
connection_id from the method_signature of Create RPC
|
216
214
|
|
217
215
|
|
218
216
|
- - -
|
219
217
|
:param pulumi.Input[str] create_time: Output only. [Output only] Create timestamp
|
220
218
|
:param pulumi.Input[str] delete_time: Output only. [Output only] Delete timestamp
|
221
|
-
:param pulumi.Input[bool] disabled: Optional. If disabled is set to true, functionality is disabled for this connection.
|
219
|
+
:param pulumi.Input[bool] disabled: Optional. If disabled is set to true, functionality is disabled for this connection.
|
220
|
+
Repository based API methods and webhooks processing for repositories in
|
221
|
+
this connection will be disabled.
|
222
222
|
: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.
|
223
|
-
:param pulumi.Input[str] etag: Optional. This checksum is computed by the server based on the value
|
224
|
-
|
223
|
+
:param pulumi.Input[str] etag: Optional. This checksum is computed by the server based on the value of other
|
224
|
+
fields, and may be sent on update and delete requests to ensure the
|
225
225
|
client has an up-to-date value before proceeding.
|
226
226
|
:param pulumi.Input['ConnectionGithubConfigArgs'] github_config: Configuration for connections to github.com.
|
227
227
|
Structure is documented below.
|
228
|
-
:param pulumi.Input[Sequence[pulumi.Input['ConnectionInstallationStateArgs']]] installation_states: Describes stage and necessary actions to be taken by the
|
229
|
-
Used for GitHub and GitHub Enterprise
|
228
|
+
:param pulumi.Input[Sequence[pulumi.Input['ConnectionInstallationStateArgs']]] installation_states: Describes stage and necessary actions to be taken by the
|
229
|
+
user to complete the installation. Used for GitHub and GitHub Enterprise
|
230
|
+
based connections.
|
230
231
|
Structure is documented below.
|
231
232
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels as key value pairs
|
232
|
-
|
233
233
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
234
234
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
235
|
-
:param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource
|
236
|
-
within its parent collection as described in https://google.aip.dev/122. See documentation
|
237
|
-
for resource type `developerconnect.googleapis.com/GitRepositoryLink`.
|
235
|
+
:param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type `developerconnect.googleapis.com/GitRepositoryLink`.
|
238
236
|
:param pulumi.Input[str] name: Identifier. The resource name of the connection, in the format
|
239
237
|
`projects/{project}/locations/{location}/connections/{connection_id}`.
|
240
238
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
241
239
|
If it is not provided, the provider project is used.
|
242
240
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
243
241
|
and default labels configured on the provider.
|
244
|
-
:param pulumi.Input[bool] reconciling: Output only. Set to true when the connection is being set up or updated
|
245
|
-
|
242
|
+
:param pulumi.Input[bool] reconciling: Output only. Set to true when the connection is being set up or updated in the
|
243
|
+
background.
|
246
244
|
:param pulumi.Input[str] uid: Output only. A system-assigned unique identifier for a the GitRepositoryLink.
|
247
245
|
:param pulumi.Input[str] update_time: Output only. [Output only] Update timestamp
|
248
246
|
"""
|
@@ -288,7 +286,6 @@ class _ConnectionState:
|
|
288
286
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
289
287
|
"""
|
290
288
|
Optional. Allows clients to store small amounts of arbitrary data.
|
291
|
-
|
292
289
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
293
290
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
294
291
|
"""
|
@@ -302,8 +299,9 @@ class _ConnectionState:
|
|
302
299
|
@pulumi.getter(name="connectionId")
|
303
300
|
def connection_id(self) -> Optional[pulumi.Input[str]]:
|
304
301
|
"""
|
305
|
-
Required. Id of the requesting object
|
306
|
-
remove this field and
|
302
|
+
Required. Id of the requesting object
|
303
|
+
If auto-generating Id server-side, remove this field and
|
304
|
+
connection_id from the method_signature of Create RPC
|
307
305
|
|
308
306
|
|
309
307
|
- - -
|
@@ -342,7 +340,9 @@ class _ConnectionState:
|
|
342
340
|
@pulumi.getter
|
343
341
|
def disabled(self) -> Optional[pulumi.Input[bool]]:
|
344
342
|
"""
|
345
|
-
Optional. If disabled is set to true, functionality is disabled for this connection.
|
343
|
+
Optional. If disabled is set to true, functionality is disabled for this connection.
|
344
|
+
Repository based API methods and webhooks processing for repositories in
|
345
|
+
this connection will be disabled.
|
346
346
|
"""
|
347
347
|
return pulumi.get(self, "disabled")
|
348
348
|
|
@@ -375,8 +375,8 @@ class _ConnectionState:
|
|
375
375
|
@pulumi.getter
|
376
376
|
def etag(self) -> Optional[pulumi.Input[str]]:
|
377
377
|
"""
|
378
|
-
Optional. This checksum is computed by the server based on the value
|
379
|
-
|
378
|
+
Optional. This checksum is computed by the server based on the value of other
|
379
|
+
fields, and may be sent on update and delete requests to ensure the
|
380
380
|
client has an up-to-date value before proceeding.
|
381
381
|
"""
|
382
382
|
return pulumi.get(self, "etag")
|
@@ -402,8 +402,9 @@ class _ConnectionState:
|
|
402
402
|
@pulumi.getter(name="installationStates")
|
403
403
|
def installation_states(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionInstallationStateArgs']]]]:
|
404
404
|
"""
|
405
|
-
Describes stage and necessary actions to be taken by the
|
406
|
-
Used for GitHub and GitHub Enterprise
|
405
|
+
Describes stage and necessary actions to be taken by the
|
406
|
+
user to complete the installation. Used for GitHub and GitHub Enterprise
|
407
|
+
based connections.
|
407
408
|
Structure is documented below.
|
408
409
|
"""
|
409
410
|
return pulumi.get(self, "installation_states")
|
@@ -417,7 +418,6 @@ class _ConnectionState:
|
|
417
418
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
418
419
|
"""
|
419
420
|
Optional. Labels as key value pairs
|
420
|
-
|
421
421
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
422
422
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
423
423
|
"""
|
@@ -431,9 +431,7 @@ class _ConnectionState:
|
|
431
431
|
@pulumi.getter
|
432
432
|
def location(self) -> Optional[pulumi.Input[str]]:
|
433
433
|
"""
|
434
|
-
Resource ID segment making up resource `name`. It identifies the resource
|
435
|
-
within its parent collection as described in https://google.aip.dev/122. See documentation
|
436
|
-
for resource type `developerconnect.googleapis.com/GitRepositoryLink`.
|
434
|
+
Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type `developerconnect.googleapis.com/GitRepositoryLink`.
|
437
435
|
"""
|
438
436
|
return pulumi.get(self, "location")
|
439
437
|
|
@@ -484,8 +482,8 @@ class _ConnectionState:
|
|
484
482
|
@pulumi.getter
|
485
483
|
def reconciling(self) -> Optional[pulumi.Input[bool]]:
|
486
484
|
"""
|
487
|
-
Output only. Set to true when the connection is being set up or updated
|
488
|
-
|
485
|
+
Output only. Set to true when the connection is being set up or updated in the
|
486
|
+
background.
|
489
487
|
"""
|
490
488
|
return pulumi.get(self, "reconciling")
|
491
489
|
|
@@ -612,27 +610,26 @@ class Connection(pulumi.CustomResource):
|
|
612
610
|
:param str resource_name: The name of the resource.
|
613
611
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
614
612
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] annotations: Optional. Allows clients to store small amounts of arbitrary data.
|
615
|
-
|
616
613
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
617
614
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
618
|
-
:param pulumi.Input[str] connection_id: Required. Id of the requesting object
|
619
|
-
remove this field and
|
615
|
+
:param pulumi.Input[str] connection_id: Required. Id of the requesting object
|
616
|
+
If auto-generating Id server-side, remove this field and
|
617
|
+
connection_id from the method_signature of Create RPC
|
620
618
|
|
621
619
|
|
622
620
|
- - -
|
623
|
-
:param pulumi.Input[bool] disabled: Optional. If disabled is set to true, functionality is disabled for this connection.
|
624
|
-
|
625
|
-
|
621
|
+
:param pulumi.Input[bool] disabled: Optional. If disabled is set to true, functionality is disabled for this connection.
|
622
|
+
Repository based API methods and webhooks processing for repositories in
|
623
|
+
this connection will be disabled.
|
624
|
+
:param pulumi.Input[str] etag: Optional. This checksum is computed by the server based on the value of other
|
625
|
+
fields, and may be sent on update and delete requests to ensure the
|
626
626
|
client has an up-to-date value before proceeding.
|
627
627
|
:param pulumi.Input[Union['ConnectionGithubConfigArgs', 'ConnectionGithubConfigArgsDict']] github_config: Configuration for connections to github.com.
|
628
628
|
Structure is documented below.
|
629
629
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels as key value pairs
|
630
|
-
|
631
630
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
632
631
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
633
|
-
:param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource
|
634
|
-
within its parent collection as described in https://google.aip.dev/122. See documentation
|
635
|
-
for resource type `developerconnect.googleapis.com/GitRepositoryLink`.
|
632
|
+
:param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type `developerconnect.googleapis.com/GitRepositoryLink`.
|
636
633
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
637
634
|
If it is not provided, the provider project is used.
|
638
635
|
"""
|
@@ -811,41 +808,41 @@ class Connection(pulumi.CustomResource):
|
|
811
808
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
812
809
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
813
810
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] annotations: Optional. Allows clients to store small amounts of arbitrary data.
|
814
|
-
|
815
811
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
816
812
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
817
|
-
:param pulumi.Input[str] connection_id: Required. Id of the requesting object
|
818
|
-
remove this field and
|
813
|
+
:param pulumi.Input[str] connection_id: Required. Id of the requesting object
|
814
|
+
If auto-generating Id server-side, remove this field and
|
815
|
+
connection_id from the method_signature of Create RPC
|
819
816
|
|
820
817
|
|
821
818
|
- - -
|
822
819
|
:param pulumi.Input[str] create_time: Output only. [Output only] Create timestamp
|
823
820
|
:param pulumi.Input[str] delete_time: Output only. [Output only] Delete timestamp
|
824
|
-
:param pulumi.Input[bool] disabled: Optional. If disabled is set to true, functionality is disabled for this connection.
|
821
|
+
:param pulumi.Input[bool] disabled: Optional. If disabled is set to true, functionality is disabled for this connection.
|
822
|
+
Repository based API methods and webhooks processing for repositories in
|
823
|
+
this connection will be disabled.
|
825
824
|
: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.
|
826
|
-
:param pulumi.Input[str] etag: Optional. This checksum is computed by the server based on the value
|
827
|
-
|
825
|
+
:param pulumi.Input[str] etag: Optional. This checksum is computed by the server based on the value of other
|
826
|
+
fields, and may be sent on update and delete requests to ensure the
|
828
827
|
client has an up-to-date value before proceeding.
|
829
828
|
:param pulumi.Input[Union['ConnectionGithubConfigArgs', 'ConnectionGithubConfigArgsDict']] github_config: Configuration for connections to github.com.
|
830
829
|
Structure is documented below.
|
831
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['ConnectionInstallationStateArgs', 'ConnectionInstallationStateArgsDict']]]] installation_states: Describes stage and necessary actions to be taken by the
|
832
|
-
Used for GitHub and GitHub Enterprise
|
830
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ConnectionInstallationStateArgs', 'ConnectionInstallationStateArgsDict']]]] installation_states: Describes stage and necessary actions to be taken by the
|
831
|
+
user to complete the installation. Used for GitHub and GitHub Enterprise
|
832
|
+
based connections.
|
833
833
|
Structure is documented below.
|
834
834
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels as key value pairs
|
835
|
-
|
836
835
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
837
836
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
838
|
-
:param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource
|
839
|
-
within its parent collection as described in https://google.aip.dev/122. See documentation
|
840
|
-
for resource type `developerconnect.googleapis.com/GitRepositoryLink`.
|
837
|
+
:param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type `developerconnect.googleapis.com/GitRepositoryLink`.
|
841
838
|
:param pulumi.Input[str] name: Identifier. The resource name of the connection, in the format
|
842
839
|
`projects/{project}/locations/{location}/connections/{connection_id}`.
|
843
840
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
844
841
|
If it is not provided, the provider project is used.
|
845
842
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
846
843
|
and default labels configured on the provider.
|
847
|
-
:param pulumi.Input[bool] reconciling: Output only. Set to true when the connection is being set up or updated
|
848
|
-
|
844
|
+
:param pulumi.Input[bool] reconciling: Output only. Set to true when the connection is being set up or updated in the
|
845
|
+
background.
|
849
846
|
:param pulumi.Input[str] uid: Output only. A system-assigned unique identifier for a the GitRepositoryLink.
|
850
847
|
:param pulumi.Input[str] update_time: Output only. [Output only] Update timestamp
|
851
848
|
"""
|
@@ -878,7 +875,6 @@ class Connection(pulumi.CustomResource):
|
|
878
875
|
def annotations(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
879
876
|
"""
|
880
877
|
Optional. Allows clients to store small amounts of arbitrary data.
|
881
|
-
|
882
878
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
883
879
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
884
880
|
"""
|
@@ -888,8 +884,9 @@ class Connection(pulumi.CustomResource):
|
|
888
884
|
@pulumi.getter(name="connectionId")
|
889
885
|
def connection_id(self) -> pulumi.Output[str]:
|
890
886
|
"""
|
891
|
-
Required. Id of the requesting object
|
892
|
-
remove this field and
|
887
|
+
Required. Id of the requesting object
|
888
|
+
If auto-generating Id server-side, remove this field and
|
889
|
+
connection_id from the method_signature of Create RPC
|
893
890
|
|
894
891
|
|
895
892
|
- - -
|
@@ -916,7 +913,9 @@ class Connection(pulumi.CustomResource):
|
|
916
913
|
@pulumi.getter
|
917
914
|
def disabled(self) -> pulumi.Output[Optional[bool]]:
|
918
915
|
"""
|
919
|
-
Optional. If disabled is set to true, functionality is disabled for this connection.
|
916
|
+
Optional. If disabled is set to true, functionality is disabled for this connection.
|
917
|
+
Repository based API methods and webhooks processing for repositories in
|
918
|
+
this connection will be disabled.
|
920
919
|
"""
|
921
920
|
return pulumi.get(self, "disabled")
|
922
921
|
|
@@ -937,8 +936,8 @@ class Connection(pulumi.CustomResource):
|
|
937
936
|
@pulumi.getter
|
938
937
|
def etag(self) -> pulumi.Output[Optional[str]]:
|
939
938
|
"""
|
940
|
-
Optional. This checksum is computed by the server based on the value
|
941
|
-
|
939
|
+
Optional. This checksum is computed by the server based on the value of other
|
940
|
+
fields, and may be sent on update and delete requests to ensure the
|
942
941
|
client has an up-to-date value before proceeding.
|
943
942
|
"""
|
944
943
|
return pulumi.get(self, "etag")
|
@@ -956,8 +955,9 @@ class Connection(pulumi.CustomResource):
|
|
956
955
|
@pulumi.getter(name="installationStates")
|
957
956
|
def installation_states(self) -> pulumi.Output[Sequence['outputs.ConnectionInstallationState']]:
|
958
957
|
"""
|
959
|
-
Describes stage and necessary actions to be taken by the
|
960
|
-
Used for GitHub and GitHub Enterprise
|
958
|
+
Describes stage and necessary actions to be taken by the
|
959
|
+
user to complete the installation. Used for GitHub and GitHub Enterprise
|
960
|
+
based connections.
|
961
961
|
Structure is documented below.
|
962
962
|
"""
|
963
963
|
return pulumi.get(self, "installation_states")
|
@@ -967,7 +967,6 @@ class Connection(pulumi.CustomResource):
|
|
967
967
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
968
968
|
"""
|
969
969
|
Optional. Labels as key value pairs
|
970
|
-
|
971
970
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
972
971
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
973
972
|
"""
|
@@ -977,9 +976,7 @@ class Connection(pulumi.CustomResource):
|
|
977
976
|
@pulumi.getter
|
978
977
|
def location(self) -> pulumi.Output[str]:
|
979
978
|
"""
|
980
|
-
Resource ID segment making up resource `name`. It identifies the resource
|
981
|
-
within its parent collection as described in https://google.aip.dev/122. See documentation
|
982
|
-
for resource type `developerconnect.googleapis.com/GitRepositoryLink`.
|
979
|
+
Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type `developerconnect.googleapis.com/GitRepositoryLink`.
|
983
980
|
"""
|
984
981
|
return pulumi.get(self, "location")
|
985
982
|
|
@@ -1014,8 +1011,8 @@ class Connection(pulumi.CustomResource):
|
|
1014
1011
|
@pulumi.getter
|
1015
1012
|
def reconciling(self) -> pulumi.Output[bool]:
|
1016
1013
|
"""
|
1017
|
-
Output only. Set to true when the connection is being set up or updated
|
1018
|
-
|
1014
|
+
Output only. Set to true when the connection is being set up or updated in the
|
1015
|
+
background.
|
1019
1016
|
"""
|
1020
1017
|
return pulumi.get(self, "reconciling")
|
1021
1018
|
|
@@ -52,19 +52,19 @@ class ConnectionGithubConfig(dict):
|
|
52
52
|
authorizer_credential: Optional['outputs.ConnectionGithubConfigAuthorizerCredential'] = None,
|
53
53
|
installation_uri: Optional[str] = None):
|
54
54
|
"""
|
55
|
-
:param str github_app: Required. Immutable. The GitHub Application that was installed to
|
56
|
-
|
55
|
+
:param str github_app: Required. Immutable. The GitHub Application that was installed to the GitHub user or
|
56
|
+
organization.
|
57
57
|
Possible values:
|
58
58
|
GIT_HUB_APP_UNSPECIFIED
|
59
59
|
DEVELOPER_CONNECT
|
60
|
-
FIREBASE
|
60
|
+
FIREBASE
|
61
61
|
:param str app_installation_id: Optional. GitHub App installation id.
|
62
|
-
:param 'ConnectionGithubConfigAuthorizerCredentialArgs' authorizer_credential: Represents an OAuth token of the account that authorized the Connection,
|
63
|
-
associated metadata.
|
62
|
+
:param 'ConnectionGithubConfigAuthorizerCredentialArgs' authorizer_credential: Represents an OAuth token of the account that authorized the Connection,
|
63
|
+
and associated metadata.
|
64
64
|
Structure is documented below.
|
65
65
|
:param str installation_uri: (Output)
|
66
|
-
Output only. The URI to navigate to in order to manage the installation
|
67
|
-
|
66
|
+
Output only. The URI to navigate to in order to manage the installation associated
|
67
|
+
with this GitHubConfig.
|
68
68
|
"""
|
69
69
|
pulumi.set(__self__, "github_app", github_app)
|
70
70
|
if app_installation_id is not None:
|
@@ -78,12 +78,12 @@ class ConnectionGithubConfig(dict):
|
|
78
78
|
@pulumi.getter(name="githubApp")
|
79
79
|
def github_app(self) -> str:
|
80
80
|
"""
|
81
|
-
Required. Immutable. The GitHub Application that was installed to
|
82
|
-
|
81
|
+
Required. Immutable. The GitHub Application that was installed to the GitHub user or
|
82
|
+
organization.
|
83
83
|
Possible values:
|
84
84
|
GIT_HUB_APP_UNSPECIFIED
|
85
85
|
DEVELOPER_CONNECT
|
86
|
-
FIREBASE
|
86
|
+
FIREBASE
|
87
87
|
"""
|
88
88
|
return pulumi.get(self, "github_app")
|
89
89
|
|
@@ -99,8 +99,8 @@ class ConnectionGithubConfig(dict):
|
|
99
99
|
@pulumi.getter(name="authorizerCredential")
|
100
100
|
def authorizer_credential(self) -> Optional['outputs.ConnectionGithubConfigAuthorizerCredential']:
|
101
101
|
"""
|
102
|
-
Represents an OAuth token of the account that authorized the Connection,
|
103
|
-
associated metadata.
|
102
|
+
Represents an OAuth token of the account that authorized the Connection,
|
103
|
+
and associated metadata.
|
104
104
|
Structure is documented below.
|
105
105
|
"""
|
106
106
|
return pulumi.get(self, "authorizer_credential")
|
@@ -110,8 +110,8 @@ class ConnectionGithubConfig(dict):
|
|
110
110
|
def installation_uri(self) -> Optional[str]:
|
111
111
|
"""
|
112
112
|
(Output)
|
113
|
-
Output only. The URI to navigate to in order to manage the installation
|
114
|
-
|
113
|
+
Output only. The URI to navigate to in order to manage the installation associated
|
114
|
+
with this GitHubConfig.
|
115
115
|
"""
|
116
116
|
return pulumi.get(self, "installation_uri")
|
117
117
|
|
@@ -139,9 +139,8 @@ class ConnectionGithubConfigAuthorizerCredential(dict):
|
|
139
139
|
oauth_token_secret_version: str,
|
140
140
|
username: Optional[str] = None):
|
141
141
|
"""
|
142
|
-
:param str oauth_token_secret_version: Required. A SecretManager resource containing the OAuth token
|
143
|
-
|
144
|
-
Format: `projects/*/secrets/*/versions/*`.
|
142
|
+
:param str oauth_token_secret_version: Required. A SecretManager resource containing the OAuth token that authorizes
|
143
|
+
the connection. Format: `projects/*/secrets/*/versions/*`.
|
145
144
|
:param str username: (Output)
|
146
145
|
Output only. The username associated with this token.
|
147
146
|
"""
|
@@ -153,9 +152,8 @@ class ConnectionGithubConfigAuthorizerCredential(dict):
|
|
153
152
|
@pulumi.getter(name="oauthTokenSecretVersion")
|
154
153
|
def oauth_token_secret_version(self) -> str:
|
155
154
|
"""
|
156
|
-
Required. A SecretManager resource containing the OAuth token
|
157
|
-
|
158
|
-
Format: `projects/*/secrets/*/versions/*`.
|
155
|
+
Required. A SecretManager resource containing the OAuth token that authorizes
|
156
|
+
the connection. Format: `projects/*/secrets/*/versions/*`.
|
159
157
|
"""
|
160
158
|
return pulumi.get(self, "oauth_token_secret_version")
|
161
159
|
|
@@ -193,10 +191,10 @@ class ConnectionInstallationState(dict):
|
|
193
191
|
message: Optional[str] = None,
|
194
192
|
stage: Optional[str] = None):
|
195
193
|
"""
|
196
|
-
:param str action_uri: Output only. Link to follow for next action. Empty string if the
|
197
|
-
|
198
|
-
:param str message: Output only. Message of what the user should do next to continue
|
199
|
-
|
194
|
+
:param str action_uri: Output only. Link to follow for next action. Empty string if the installation is already
|
195
|
+
complete.
|
196
|
+
:param str message: Output only. Message of what the user should do next to continue the installation.
|
197
|
+
Empty string if the installation is already complete.
|
200
198
|
:param str stage: (Output)
|
201
199
|
Output only. Current step of the installation process.
|
202
200
|
Possible values:
|
@@ -217,8 +215,8 @@ class ConnectionInstallationState(dict):
|
|
217
215
|
@pulumi.getter(name="actionUri")
|
218
216
|
def action_uri(self) -> Optional[str]:
|
219
217
|
"""
|
220
|
-
Output only. Link to follow for next action. Empty string if the
|
221
|
-
|
218
|
+
Output only. Link to follow for next action. Empty string if the installation is already
|
219
|
+
complete.
|
222
220
|
"""
|
223
221
|
return pulumi.get(self, "action_uri")
|
224
222
|
|
@@ -226,8 +224,8 @@ class ConnectionInstallationState(dict):
|
|
226
224
|
@pulumi.getter
|
227
225
|
def message(self) -> Optional[str]:
|
228
226
|
"""
|
229
|
-
Output only. Message of what the user should do next to continue
|
230
|
-
|
227
|
+
Output only. Message of what the user should do next to continue the installation.
|
228
|
+
Empty string if the installation is already complete.
|
231
229
|
"""
|
232
230
|
return pulumi.get(self, "message")
|
233
231
|
|