pulumi-gcp 8.3.0__py3-none-any.whl → 8.3.0a1726834947__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 +0 -120
  2. pulumi_gcp/alloydb/_inputs.py +0 -20
  3. pulumi_gcp/alloydb/instance.py +0 -36
  4. pulumi_gcp/alloydb/outputs.py +0 -14
  5. pulumi_gcp/compute/__init__.py +0 -1
  6. pulumi_gcp/compute/_inputs.py +0 -1400
  7. pulumi_gcp/compute/attached_disk.py +0 -103
  8. pulumi_gcp/compute/backend_service.py +22 -29
  9. pulumi_gcp/compute/outputs.py +0 -1019
  10. pulumi_gcp/compute/region_backend_service.py +22 -29
  11. pulumi_gcp/compute/router_nat.py +66 -27
  12. pulumi_gcp/config/__init__.pyi +0 -2
  13. pulumi_gcp/config/vars.py +0 -4
  14. pulumi_gcp/container/_inputs.py +99 -72
  15. pulumi_gcp/container/outputs.py +70 -53
  16. pulumi_gcp/databasemigrationservice/__init__.py +0 -1
  17. pulumi_gcp/databasemigrationservice/_inputs.py +0 -362
  18. pulumi_gcp/databasemigrationservice/outputs.py +0 -268
  19. pulumi_gcp/dataproc/get_metastore_service.py +1 -11
  20. pulumi_gcp/dataproc/metastore_service.py +0 -93
  21. pulumi_gcp/developerconnect/_inputs.py +39 -42
  22. pulumi_gcp/developerconnect/connection.py +83 -86
  23. pulumi_gcp/developerconnect/outputs.py +26 -28
  24. pulumi_gcp/discoveryengine/__init__.py +0 -1
  25. pulumi_gcp/discoveryengine/_inputs.py +0 -131
  26. pulumi_gcp/discoveryengine/outputs.py +0 -131
  27. pulumi_gcp/dns/managed_zone.py +1 -1
  28. pulumi_gcp/filestore/get_instance.py +1 -21
  29. pulumi_gcp/filestore/instance.py +0 -94
  30. pulumi_gcp/gkehub/feature_membership.py +62 -140
  31. pulumi_gcp/healthcare/__init__.py +0 -1
  32. pulumi_gcp/healthcare/_inputs.py +0 -39
  33. pulumi_gcp/healthcare/outputs.py +0 -40
  34. pulumi_gcp/looker/instance.py +0 -81
  35. pulumi_gcp/netapp/_inputs.py +0 -63
  36. pulumi_gcp/netapp/outputs.py +0 -57
  37. pulumi_gcp/netapp/storage_pool.py +0 -54
  38. pulumi_gcp/netapp/volume.py +0 -82
  39. pulumi_gcp/provider.py +0 -20
  40. pulumi_gcp/pubsub/subscription.py +7 -43
  41. pulumi_gcp/pulumi-plugin.json +1 -1
  42. pulumi_gcp/secretmanager/__init__.py +0 -8
  43. pulumi_gcp/secretmanager/_inputs.py +0 -308
  44. pulumi_gcp/secretmanager/outputs.py +0 -336
  45. pulumi_gcp/securitycenter/__init__.py +0 -4
  46. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -6
  47. pulumi_gcp/siteverification/__init__.py +0 -3
  48. pulumi_gcp/spanner/__init__.py +0 -1
  49. pulumi_gcp/spanner/_inputs.py +0 -129
  50. pulumi_gcp/spanner/get_instance.py +1 -11
  51. pulumi_gcp/spanner/instance.py +0 -56
  52. pulumi_gcp/spanner/outputs.py +0 -93
  53. {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726834947.dist-info}/METADATA +1 -1
  54. {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726834947.dist-info}/RECORD +56 -76
  55. pulumi_gcp/compute/firewall_policy_with_rules.py +0 -769
  56. pulumi_gcp/databasemigrationservice/migration_job.py +0 -1739
  57. pulumi_gcp/discoveryengine/target_site.py +0 -870
  58. pulumi_gcp/healthcare/workspace.py +0 -465
  59. pulumi_gcp/secretmanager/get_regional_secret.py +0 -279
  60. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +0 -173
  61. pulumi_gcp/secretmanager/get_regional_secret_version.py +0 -241
  62. pulumi_gcp/secretmanager/regional_secret.py +0 -1433
  63. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +0 -1082
  64. pulumi_gcp/secretmanager/regional_secret_iam_member.py +0 -1082
  65. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +0 -901
  66. pulumi_gcp/secretmanager/regional_secret_version.py +0 -753
  67. pulumi_gcp/securitycenter/folder_scc_big_query_export.py +0 -795
  68. pulumi_gcp/securitycenter/organization_scc_big_query_export.py +0 -738
  69. pulumi_gcp/securitycenter/project_scc_big_query_export.py +0 -749
  70. pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +0 -862
  71. pulumi_gcp/siteverification/_inputs.py +0 -85
  72. pulumi_gcp/siteverification/outputs.py +0 -57
  73. pulumi_gcp/siteverification/web_resource.py +0 -398
  74. pulumi_gcp/spanner/backup_schedule.py +0 -748
  75. {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726834947.dist-info}/WHEEL +0 -0
  76. {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726834947.dist-info}/top_level.txt +0 -0
@@ -23,7 +23,6 @@ class MetastoreServiceArgs:
23
23
  def __init__(__self__, *,
24
24
  service_id: pulumi.Input[str],
25
25
  database_type: Optional[pulumi.Input[str]] = None,
26
- deletion_protection: Optional[pulumi.Input[bool]] = None,
27
26
  encryption_config: Optional[pulumi.Input['MetastoreServiceEncryptionConfigArgs']] = None,
28
27
  hive_metastore_config: Optional[pulumi.Input['MetastoreServiceHiveMetastoreConfigArgs']] = None,
29
28
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -50,7 +49,6 @@ class MetastoreServiceArgs:
50
49
  :param pulumi.Input[str] database_type: The database type that the Metastore service stores its data.
51
50
  Default value is `MYSQL`.
52
51
  Possible values are: `MYSQL`, `SPANNER`.
53
- :param pulumi.Input[bool] deletion_protection: Indicates if the dataproc metastore should be protected against accidental deletions.
54
52
  :param pulumi.Input['MetastoreServiceEncryptionConfigArgs'] encryption_config: Information used to configure the Dataproc Metastore service to encrypt
55
53
  customer data at rest.
56
54
  Structure is documented below.
@@ -89,8 +87,6 @@ class MetastoreServiceArgs:
89
87
  pulumi.set(__self__, "service_id", service_id)
90
88
  if database_type is not None:
91
89
  pulumi.set(__self__, "database_type", database_type)
92
- if deletion_protection is not None:
93
- pulumi.set(__self__, "deletion_protection", deletion_protection)
94
90
  if encryption_config is not None:
95
91
  pulumi.set(__self__, "encryption_config", encryption_config)
96
92
  if hive_metastore_config is not None:
@@ -153,18 +149,6 @@ class MetastoreServiceArgs:
153
149
  def database_type(self, value: Optional[pulumi.Input[str]]):
154
150
  pulumi.set(self, "database_type", value)
155
151
 
156
- @property
157
- @pulumi.getter(name="deletionProtection")
158
- def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
159
- """
160
- Indicates if the dataproc metastore should be protected against accidental deletions.
161
- """
162
- return pulumi.get(self, "deletion_protection")
163
-
164
- @deletion_protection.setter
165
- def deletion_protection(self, value: Optional[pulumi.Input[bool]]):
166
- pulumi.set(self, "deletion_protection", value)
167
-
168
152
  @property
169
153
  @pulumi.getter(name="encryptionConfig")
170
154
  def encryption_config(self) -> Optional[pulumi.Input['MetastoreServiceEncryptionConfigArgs']]:
@@ -370,7 +354,6 @@ class _MetastoreServiceState:
370
354
  def __init__(__self__, *,
371
355
  artifact_gcs_uri: Optional[pulumi.Input[str]] = None,
372
356
  database_type: Optional[pulumi.Input[str]] = None,
373
- deletion_protection: Optional[pulumi.Input[bool]] = None,
374
357
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
375
358
  encryption_config: Optional[pulumi.Input['MetastoreServiceEncryptionConfigArgs']] = None,
376
359
  endpoint_uri: Optional[pulumi.Input[str]] = None,
@@ -400,7 +383,6 @@ class _MetastoreServiceState:
400
383
  :param pulumi.Input[str] database_type: The database type that the Metastore service stores its data.
401
384
  Default value is `MYSQL`.
402
385
  Possible values are: `MYSQL`, `SPANNER`.
403
- :param pulumi.Input[bool] deletion_protection: Indicates if the dataproc metastore should be protected against accidental deletions.
404
386
  :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.
405
387
  :param pulumi.Input['MetastoreServiceEncryptionConfigArgs'] encryption_config: Information used to configure the Dataproc Metastore service to encrypt
406
388
  customer data at rest.
@@ -454,8 +436,6 @@ class _MetastoreServiceState:
454
436
  pulumi.set(__self__, "artifact_gcs_uri", artifact_gcs_uri)
455
437
  if database_type is not None:
456
438
  pulumi.set(__self__, "database_type", database_type)
457
- if deletion_protection is not None:
458
- pulumi.set(__self__, "deletion_protection", deletion_protection)
459
439
  if effective_labels is not None:
460
440
  pulumi.set(__self__, "effective_labels", effective_labels)
461
441
  if encryption_config is not None:
@@ -529,18 +509,6 @@ class _MetastoreServiceState:
529
509
  def database_type(self, value: Optional[pulumi.Input[str]]):
530
510
  pulumi.set(self, "database_type", value)
531
511
 
532
- @property
533
- @pulumi.getter(name="deletionProtection")
534
- def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
535
- """
536
- Indicates if the dataproc metastore should be protected against accidental deletions.
537
- """
538
- return pulumi.get(self, "deletion_protection")
539
-
540
- @deletion_protection.setter
541
- def deletion_protection(self, value: Optional[pulumi.Input[bool]]):
542
- pulumi.set(self, "deletion_protection", value)
543
-
544
512
  @property
545
513
  @pulumi.getter(name="effectiveLabels")
546
514
  def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
@@ -849,7 +817,6 @@ class MetastoreService(pulumi.CustomResource):
849
817
  resource_name: str,
850
818
  opts: Optional[pulumi.ResourceOptions] = None,
851
819
  database_type: Optional[pulumi.Input[str]] = None,
852
- deletion_protection: Optional[pulumi.Input[bool]] = None,
853
820
  encryption_config: Optional[pulumi.Input[Union['MetastoreServiceEncryptionConfigArgs', 'MetastoreServiceEncryptionConfigArgsDict']]] = None,
854
821
  hive_metastore_config: Optional[pulumi.Input[Union['MetastoreServiceHiveMetastoreConfigArgs', 'MetastoreServiceHiveMetastoreConfigArgsDict']]] = None,
855
822
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -900,29 +867,6 @@ class MetastoreService(pulumi.CustomResource):
900
867
  "env": "test",
901
868
  })
902
869
  ```
903
- ### Dataproc Metastore Service Deletion Protection
904
-
905
- ```python
906
- import pulumi
907
- import pulumi_gcp as gcp
908
-
909
- default = gcp.dataproc.MetastoreService("default",
910
- service_id="metastore-srv",
911
- location="us-central1",
912
- port=9080,
913
- tier="DEVELOPER",
914
- deletion_protection=True,
915
- maintenance_window={
916
- "hour_of_day": 2,
917
- "day_of_week": "SUNDAY",
918
- },
919
- hive_metastore_config={
920
- "version": "2.3.6",
921
- },
922
- labels={
923
- "env": "test",
924
- })
925
- ```
926
870
  ### Dataproc Metastore Service Cmek Example
927
871
 
928
872
  ```python
@@ -1183,7 +1127,6 @@ class MetastoreService(pulumi.CustomResource):
1183
1127
  :param pulumi.Input[str] database_type: The database type that the Metastore service stores its data.
1184
1128
  Default value is `MYSQL`.
1185
1129
  Possible values are: `MYSQL`, `SPANNER`.
1186
- :param pulumi.Input[bool] deletion_protection: Indicates if the dataproc metastore should be protected against accidental deletions.
1187
1130
  :param pulumi.Input[Union['MetastoreServiceEncryptionConfigArgs', 'MetastoreServiceEncryptionConfigArgsDict']] encryption_config: Information used to configure the Dataproc Metastore service to encrypt
1188
1131
  customer data at rest.
1189
1132
  Structure is documented below.
@@ -1264,29 +1207,6 @@ class MetastoreService(pulumi.CustomResource):
1264
1207
  "env": "test",
1265
1208
  })
1266
1209
  ```
1267
- ### Dataproc Metastore Service Deletion Protection
1268
-
1269
- ```python
1270
- import pulumi
1271
- import pulumi_gcp as gcp
1272
-
1273
- default = gcp.dataproc.MetastoreService("default",
1274
- service_id="metastore-srv",
1275
- location="us-central1",
1276
- port=9080,
1277
- tier="DEVELOPER",
1278
- deletion_protection=True,
1279
- maintenance_window={
1280
- "hour_of_day": 2,
1281
- "day_of_week": "SUNDAY",
1282
- },
1283
- hive_metastore_config={
1284
- "version": "2.3.6",
1285
- },
1286
- labels={
1287
- "env": "test",
1288
- })
1289
- ```
1290
1210
  ### Dataproc Metastore Service Cmek Example
1291
1211
 
1292
1212
  ```python
@@ -1558,7 +1478,6 @@ class MetastoreService(pulumi.CustomResource):
1558
1478
  resource_name: str,
1559
1479
  opts: Optional[pulumi.ResourceOptions] = None,
1560
1480
  database_type: Optional[pulumi.Input[str]] = None,
1561
- deletion_protection: Optional[pulumi.Input[bool]] = None,
1562
1481
  encryption_config: Optional[pulumi.Input[Union['MetastoreServiceEncryptionConfigArgs', 'MetastoreServiceEncryptionConfigArgsDict']]] = None,
1563
1482
  hive_metastore_config: Optional[pulumi.Input[Union['MetastoreServiceHiveMetastoreConfigArgs', 'MetastoreServiceHiveMetastoreConfigArgsDict']]] = None,
1564
1483
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -1585,7 +1504,6 @@ class MetastoreService(pulumi.CustomResource):
1585
1504
  __props__ = MetastoreServiceArgs.__new__(MetastoreServiceArgs)
1586
1505
 
1587
1506
  __props__.__dict__["database_type"] = database_type
1588
- __props__.__dict__["deletion_protection"] = deletion_protection
1589
1507
  __props__.__dict__["encryption_config"] = encryption_config
1590
1508
  __props__.__dict__["hive_metastore_config"] = hive_metastore_config
1591
1509
  __props__.__dict__["labels"] = labels
@@ -1626,7 +1544,6 @@ class MetastoreService(pulumi.CustomResource):
1626
1544
  opts: Optional[pulumi.ResourceOptions] = None,
1627
1545
  artifact_gcs_uri: Optional[pulumi.Input[str]] = None,
1628
1546
  database_type: Optional[pulumi.Input[str]] = None,
1629
- deletion_protection: Optional[pulumi.Input[bool]] = None,
1630
1547
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1631
1548
  encryption_config: Optional[pulumi.Input[Union['MetastoreServiceEncryptionConfigArgs', 'MetastoreServiceEncryptionConfigArgsDict']]] = None,
1632
1549
  endpoint_uri: Optional[pulumi.Input[str]] = None,
@@ -1661,7 +1578,6 @@ class MetastoreService(pulumi.CustomResource):
1661
1578
  :param pulumi.Input[str] database_type: The database type that the Metastore service stores its data.
1662
1579
  Default value is `MYSQL`.
1663
1580
  Possible values are: `MYSQL`, `SPANNER`.
1664
- :param pulumi.Input[bool] deletion_protection: Indicates if the dataproc metastore should be protected against accidental deletions.
1665
1581
  :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.
1666
1582
  :param pulumi.Input[Union['MetastoreServiceEncryptionConfigArgs', 'MetastoreServiceEncryptionConfigArgsDict']] encryption_config: Information used to configure the Dataproc Metastore service to encrypt
1667
1583
  customer data at rest.
@@ -1717,7 +1633,6 @@ class MetastoreService(pulumi.CustomResource):
1717
1633
 
1718
1634
  __props__.__dict__["artifact_gcs_uri"] = artifact_gcs_uri
1719
1635
  __props__.__dict__["database_type"] = database_type
1720
- __props__.__dict__["deletion_protection"] = deletion_protection
1721
1636
  __props__.__dict__["effective_labels"] = effective_labels
1722
1637
  __props__.__dict__["encryption_config"] = encryption_config
1723
1638
  __props__.__dict__["endpoint_uri"] = endpoint_uri
@@ -1761,14 +1676,6 @@ class MetastoreService(pulumi.CustomResource):
1761
1676
  """
1762
1677
  return pulumi.get(self, "database_type")
1763
1678
 
1764
- @property
1765
- @pulumi.getter(name="deletionProtection")
1766
- def deletion_protection(self) -> pulumi.Output[Optional[bool]]:
1767
- """
1768
- Indicates if the dataproc metastore should be protected against accidental deletions.
1769
- """
1770
- return pulumi.get(self, "deletion_protection")
1771
-
1772
1679
  @property
1773
1680
  @pulumi.getter(name="effectiveLabels")
1774
1681
  def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
@@ -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
33
- the GitHub user or organization.
32
+ Required. Immutable. The GitHub Application that was installed to the GitHub user or
33
+ 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,and
46
- associated metadata.
45
+ Represents an OAuth token of the account that authorized the Connection,
46
+ and 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
53
- associated with this GitHubConfig.
52
+ Output only. The URI to navigate to in order to manage the installation associated
53
+ 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
67
- the GitHub user or organization.
66
+ :param pulumi.Input[str] github_app: Required. Immutable. The GitHub Application that was installed to the GitHub user or
67
+ 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,and
74
- associated metadata.
73
+ :param pulumi.Input['ConnectionGithubConfigAuthorizerCredentialArgs'] authorizer_credential: Represents an OAuth token of the account that authorized the Connection,
74
+ and 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
78
- associated with this GitHubConfig.
77
+ Output only. The URI to navigate to in order to manage the installation associated
78
+ 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
93
- the GitHub user or organization.
92
+ Required. Immutable. The GitHub Application that was installed to the GitHub user or
93
+ 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,and
122
- associated metadata.
121
+ Represents an OAuth token of the account that authorized the Connection,
122
+ and 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
137
- associated with this GitHubConfig.
136
+ Output only. The URI to navigate to in order to manage the installation associated
137
+ with this GitHubConfig.
138
138
  """
139
139
  return pulumi.get(self, "installation_uri")
140
140
 
@@ -147,9 +147,8 @@ 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
151
- that authorizes the connection.
152
- Format: `projects/*/secrets/*/versions/*`.
150
+ Required. A SecretManager resource containing the OAuth token that authorizes
151
+ the connection. Format: `projects/*/secrets/*/versions/*`.
153
152
  """
154
153
  username: NotRequired[pulumi.Input[str]]
155
154
  """
@@ -165,9 +164,8 @@ class ConnectionGithubConfigAuthorizerCredentialArgs:
165
164
  oauth_token_secret_version: pulumi.Input[str],
166
165
  username: Optional[pulumi.Input[str]] = None):
167
166
  """
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/*`.
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/*`.
171
169
  :param pulumi.Input[str] username: (Output)
172
170
  Output only. The username associated with this token.
173
171
  """
@@ -179,9 +177,8 @@ class ConnectionGithubConfigAuthorizerCredentialArgs:
179
177
  @pulumi.getter(name="oauthTokenSecretVersion")
180
178
  def oauth_token_secret_version(self) -> pulumi.Input[str]:
181
179
  """
182
- Required. A SecretManager resource containing the OAuth token
183
- that authorizes the connection.
184
- Format: `projects/*/secrets/*/versions/*`.
180
+ Required. A SecretManager resource containing the OAuth token that authorizes
181
+ the connection. Format: `projects/*/secrets/*/versions/*`.
185
182
  """
186
183
  return pulumi.get(self, "oauth_token_secret_version")
187
184
 
@@ -207,13 +204,13 @@ if not MYPY:
207
204
  class ConnectionInstallationStateArgsDict(TypedDict):
208
205
  action_uri: NotRequired[pulumi.Input[str]]
209
206
  """
210
- Output only. Link to follow for next action. Empty string if the
211
- installation is already complete.
207
+ Output only. Link to follow for next action. Empty string if the installation is already
208
+ complete.
212
209
  """
213
210
  message: NotRequired[pulumi.Input[str]]
214
211
  """
215
- Output only. Message of what the user should do next to continue
216
- the installation.Empty string if the installation is already complete.
212
+ Output only. Message of what the user should do next to continue the installation.
213
+ Empty string if the installation is already complete.
217
214
  """
218
215
  stage: NotRequired[pulumi.Input[str]]
219
216
  """
@@ -236,10 +233,10 @@ class ConnectionInstallationStateArgs:
236
233
  message: Optional[pulumi.Input[str]] = None,
237
234
  stage: Optional[pulumi.Input[str]] = None):
238
235
  """
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.
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.
243
240
  :param pulumi.Input[str] stage: (Output)
244
241
  Output only. Current step of the installation process.
245
242
  Possible values:
@@ -260,8 +257,8 @@ class ConnectionInstallationStateArgs:
260
257
  @pulumi.getter(name="actionUri")
261
258
  def action_uri(self) -> Optional[pulumi.Input[str]]:
262
259
  """
263
- Output only. Link to follow for next action. Empty string if the
264
- installation is already complete.
260
+ Output only. Link to follow for next action. Empty string if the installation is already
261
+ complete.
265
262
  """
266
263
  return pulumi.get(self, "action_uri")
267
264
 
@@ -273,8 +270,8 @@ class ConnectionInstallationStateArgs:
273
270
  @pulumi.getter
274
271
  def message(self) -> Optional[pulumi.Input[str]]:
275
272
  """
276
- Output only. Message of what the user should do next to continue
277
- the installation.Empty string if the installation is already complete.
273
+ Output only. Message of what the user should do next to continue the installation.
274
+ Empty string if the installation is already complete.
278
275
  """
279
276
  return pulumi.get(self, "message")
280
277