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