pulumi-gcp 7.8.0a1706805960__py3-none-any.whl → 7.8.0a1706829616__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. pulumi_gcp/_utilities.py +6 -2
  2. pulumi_gcp/alloydb/outputs.py +16 -0
  3. pulumi_gcp/artifactregistry/outputs.py +204 -0
  4. pulumi_gcp/assuredworkloads/_inputs.py +34 -0
  5. pulumi_gcp/assuredworkloads/outputs.py +34 -0
  6. pulumi_gcp/backupdisasterrecovery/outputs.py +20 -0
  7. pulumi_gcp/beyondcorp/outputs.py +54 -0
  8. pulumi_gcp/bigquery/_inputs.py +18 -0
  9. pulumi_gcp/bigquery/outputs.py +172 -0
  10. pulumi_gcp/bigtable/_inputs.py +4 -0
  11. pulumi_gcp/bigtable/outputs.py +4 -0
  12. pulumi_gcp/certificateauthority/outputs.py +378 -0
  13. pulumi_gcp/certificatemanager/outputs.py +32 -0
  14. pulumi_gcp/cloudbuild/outputs.py +1009 -3
  15. pulumi_gcp/cloudbuildv2/_inputs.py +14 -0
  16. pulumi_gcp/cloudbuildv2/outputs.py +14 -0
  17. pulumi_gcp/clouddeploy/_inputs.py +36 -0
  18. pulumi_gcp/clouddeploy/outputs.py +36 -0
  19. pulumi_gcp/cloudfunctions/_inputs.py +4 -0
  20. pulumi_gcp/cloudfunctions/outputs.py +54 -0
  21. pulumi_gcp/cloudfunctionsv2/outputs.py +302 -0
  22. pulumi_gcp/cloudidentity/outputs.py +54 -0
  23. pulumi_gcp/cloudrun/outputs.py +704 -0
  24. pulumi_gcp/cloudrunv2/outputs.py +929 -5
  25. pulumi_gcp/composer/_inputs.py +430 -0
  26. pulumi_gcp/composer/outputs.py +860 -0
  27. pulumi_gcp/compute/_inputs.py +924 -0
  28. pulumi_gcp/compute/outputs.py +4091 -1
  29. pulumi_gcp/container/_inputs.py +542 -0
  30. pulumi_gcp/container/outputs.py +2137 -3
  31. pulumi_gcp/dataplex/_inputs.py +66 -0
  32. pulumi_gcp/dataplex/outputs.py +66 -0
  33. pulumi_gcp/dataproc/_inputs.py +174 -0
  34. pulumi_gcp/dataproc/outputs.py +174 -0
  35. pulumi_gcp/dns/_inputs.py +34 -0
  36. pulumi_gcp/dns/outputs.py +34 -0
  37. pulumi_gcp/filestore/outputs.py +88 -0
  38. pulumi_gcp/firebaserules/_inputs.py +6 -0
  39. pulumi_gcp/firebaserules/outputs.py +6 -0
  40. pulumi_gcp/folder/_inputs.py +4 -0
  41. pulumi_gcp/folder/iam_audit_config.py +2 -2
  42. pulumi_gcp/folder/iam_member.py +2 -2
  43. pulumi_gcp/folder/iam_policy.py +2 -2
  44. pulumi_gcp/folder/outputs.py +54 -0
  45. pulumi_gcp/gkehub/_inputs.py +8 -0
  46. pulumi_gcp/gkehub/outputs.py +8 -0
  47. pulumi_gcp/iam/outputs.py +92 -0
  48. pulumi_gcp/kms/outputs.py +16 -0
  49. pulumi_gcp/logging/_inputs.py +108 -0
  50. pulumi_gcp/logging/outputs.py +108 -0
  51. pulumi_gcp/monitoring/outputs.py +14 -0
  52. pulumi_gcp/networkconnectivity/_inputs.py +6 -0
  53. pulumi_gcp/networkconnectivity/outputs.py +6 -0
  54. pulumi_gcp/organizations/_inputs.py +4 -0
  55. pulumi_gcp/organizations/iam_audit_config.py +2 -2
  56. pulumi_gcp/organizations/iam_member.py +2 -2
  57. pulumi_gcp/organizations/iam_policy.py +2 -2
  58. pulumi_gcp/organizations/outputs.py +4 -0
  59. pulumi_gcp/projects/_inputs.py +4 -0
  60. pulumi_gcp/projects/iam_audit_config.py +2 -2
  61. pulumi_gcp/projects/iam_binding.py +2 -2
  62. pulumi_gcp/projects/iam_member.py +2 -2
  63. pulumi_gcp/projects/iam_policy.py +2 -2
  64. pulumi_gcp/projects/outputs.py +54 -0
  65. pulumi_gcp/pubsub/outputs.py +282 -0
  66. pulumi_gcp/redis/outputs.py +204 -0
  67. pulumi_gcp/secretmanager/outputs.py +88 -0
  68. pulumi_gcp/sourcerepo/outputs.py +20 -0
  69. pulumi_gcp/spanner/outputs.py +68 -0
  70. pulumi_gcp/sql/_inputs.py +50 -0
  71. pulumi_gcp/sql/outputs.py +904 -0
  72. pulumi_gcp/storage/outputs.py +188 -0
  73. pulumi_gcp/vertex/outputs.py +124 -0
  74. pulumi_gcp/vmwareengine/outputs.py +208 -0
  75. pulumi_gcp/vpcaccess/outputs.py +4 -0
  76. {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/METADATA +2 -1
  77. {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/RECORD +79 -79
  78. {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/WHEEL +0 -0
  79. {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/top_level.txt +0 -0
pulumi_gcp/dns/_inputs.py CHANGED
@@ -1702,6 +1702,16 @@ class GetManagedZonesManagedZoneArgs:
1702
1702
  name_servers: Sequence[str],
1703
1703
  project: str,
1704
1704
  visibility: str):
1705
+ """
1706
+ :param str description: A textual description field.
1707
+ :param str dns_name: The fully qualified DNS name of this zone.
1708
+ :param str id: DNS managed zone identifier
1709
+ :param int managed_zone_id: Unique identifier for the resource; defined by the server.
1710
+ :param str name: A unique name for the resource.
1711
+ :param Sequence[str] name_servers: The list of nameservers that will be authoritative for this domain. Use NS records to redirect from your DNS provider to these names, thus making Google Cloud DNS authoritative for this zone.
1712
+ :param str project: The ID of the project for the Google Cloud.
1713
+ :param str visibility: The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
1714
+ """
1705
1715
  pulumi.set(__self__, "description", description)
1706
1716
  pulumi.set(__self__, "dns_name", dns_name)
1707
1717
  pulumi.set(__self__, "id", id)
@@ -1714,6 +1724,9 @@ class GetManagedZonesManagedZoneArgs:
1714
1724
  @property
1715
1725
  @pulumi.getter
1716
1726
  def description(self) -> str:
1727
+ """
1728
+ A textual description field.
1729
+ """
1717
1730
  return pulumi.get(self, "description")
1718
1731
 
1719
1732
  @description.setter
@@ -1723,6 +1736,9 @@ class GetManagedZonesManagedZoneArgs:
1723
1736
  @property
1724
1737
  @pulumi.getter(name="dnsName")
1725
1738
  def dns_name(self) -> str:
1739
+ """
1740
+ The fully qualified DNS name of this zone.
1741
+ """
1726
1742
  return pulumi.get(self, "dns_name")
1727
1743
 
1728
1744
  @dns_name.setter
@@ -1732,6 +1748,9 @@ class GetManagedZonesManagedZoneArgs:
1732
1748
  @property
1733
1749
  @pulumi.getter
1734
1750
  def id(self) -> str:
1751
+ """
1752
+ DNS managed zone identifier
1753
+ """
1735
1754
  return pulumi.get(self, "id")
1736
1755
 
1737
1756
  @id.setter
@@ -1741,6 +1760,9 @@ class GetManagedZonesManagedZoneArgs:
1741
1760
  @property
1742
1761
  @pulumi.getter(name="managedZoneId")
1743
1762
  def managed_zone_id(self) -> int:
1763
+ """
1764
+ Unique identifier for the resource; defined by the server.
1765
+ """
1744
1766
  return pulumi.get(self, "managed_zone_id")
1745
1767
 
1746
1768
  @managed_zone_id.setter
@@ -1750,6 +1772,9 @@ class GetManagedZonesManagedZoneArgs:
1750
1772
  @property
1751
1773
  @pulumi.getter
1752
1774
  def name(self) -> str:
1775
+ """
1776
+ A unique name for the resource.
1777
+ """
1753
1778
  return pulumi.get(self, "name")
1754
1779
 
1755
1780
  @name.setter
@@ -1759,6 +1784,9 @@ class GetManagedZonesManagedZoneArgs:
1759
1784
  @property
1760
1785
  @pulumi.getter(name="nameServers")
1761
1786
  def name_servers(self) -> Sequence[str]:
1787
+ """
1788
+ The list of nameservers that will be authoritative for this domain. Use NS records to redirect from your DNS provider to these names, thus making Google Cloud DNS authoritative for this zone.
1789
+ """
1762
1790
  return pulumi.get(self, "name_servers")
1763
1791
 
1764
1792
  @name_servers.setter
@@ -1768,6 +1796,9 @@ class GetManagedZonesManagedZoneArgs:
1768
1796
  @property
1769
1797
  @pulumi.getter
1770
1798
  def project(self) -> str:
1799
+ """
1800
+ The ID of the project for the Google Cloud.
1801
+ """
1771
1802
  return pulumi.get(self, "project")
1772
1803
 
1773
1804
  @project.setter
@@ -1777,6 +1808,9 @@ class GetManagedZonesManagedZoneArgs:
1777
1808
  @property
1778
1809
  @pulumi.getter
1779
1810
  def visibility(self) -> str:
1811
+ """
1812
+ The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
1813
+ """
1780
1814
  return pulumi.get(self, "visibility")
1781
1815
 
1782
1816
  @visibility.setter
pulumi_gcp/dns/outputs.py CHANGED
@@ -2192,6 +2192,16 @@ class GetManagedZonesManagedZoneResult(dict):
2192
2192
  name_servers: Sequence[str],
2193
2193
  project: str,
2194
2194
  visibility: str):
2195
+ """
2196
+ :param str description: A textual description field.
2197
+ :param str dns_name: The fully qualified DNS name of this zone.
2198
+ :param str id: DNS managed zone identifier
2199
+ :param int managed_zone_id: Unique identifier for the resource; defined by the server.
2200
+ :param str name: A unique name for the resource.
2201
+ :param Sequence[str] name_servers: The list of nameservers that will be authoritative for this domain. Use NS records to redirect from your DNS provider to these names, thus making Google Cloud DNS authoritative for this zone.
2202
+ :param str project: The ID of the project for the Google Cloud.
2203
+ :param str visibility: The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
2204
+ """
2195
2205
  pulumi.set(__self__, "description", description)
2196
2206
  pulumi.set(__self__, "dns_name", dns_name)
2197
2207
  pulumi.set(__self__, "id", id)
@@ -2204,41 +2214,65 @@ class GetManagedZonesManagedZoneResult(dict):
2204
2214
  @property
2205
2215
  @pulumi.getter
2206
2216
  def description(self) -> str:
2217
+ """
2218
+ A textual description field.
2219
+ """
2207
2220
  return pulumi.get(self, "description")
2208
2221
 
2209
2222
  @property
2210
2223
  @pulumi.getter(name="dnsName")
2211
2224
  def dns_name(self) -> str:
2225
+ """
2226
+ The fully qualified DNS name of this zone.
2227
+ """
2212
2228
  return pulumi.get(self, "dns_name")
2213
2229
 
2214
2230
  @property
2215
2231
  @pulumi.getter
2216
2232
  def id(self) -> str:
2233
+ """
2234
+ DNS managed zone identifier
2235
+ """
2217
2236
  return pulumi.get(self, "id")
2218
2237
 
2219
2238
  @property
2220
2239
  @pulumi.getter(name="managedZoneId")
2221
2240
  def managed_zone_id(self) -> int:
2241
+ """
2242
+ Unique identifier for the resource; defined by the server.
2243
+ """
2222
2244
  return pulumi.get(self, "managed_zone_id")
2223
2245
 
2224
2246
  @property
2225
2247
  @pulumi.getter
2226
2248
  def name(self) -> str:
2249
+ """
2250
+ A unique name for the resource.
2251
+ """
2227
2252
  return pulumi.get(self, "name")
2228
2253
 
2229
2254
  @property
2230
2255
  @pulumi.getter(name="nameServers")
2231
2256
  def name_servers(self) -> Sequence[str]:
2257
+ """
2258
+ The list of nameservers that will be authoritative for this domain. Use NS records to redirect from your DNS provider to these names, thus making Google Cloud DNS authoritative for this zone.
2259
+ """
2232
2260
  return pulumi.get(self, "name_servers")
2233
2261
 
2234
2262
  @property
2235
2263
  @pulumi.getter
2236
2264
  def project(self) -> str:
2265
+ """
2266
+ The ID of the project for the Google Cloud.
2267
+ """
2237
2268
  return pulumi.get(self, "project")
2238
2269
 
2239
2270
  @property
2240
2271
  @pulumi.getter
2241
2272
  def visibility(self) -> str:
2273
+ """
2274
+ The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
2275
+ """
2242
2276
  return pulumi.get(self, "visibility")
2243
2277
 
2244
2278
 
@@ -335,9 +335,15 @@ class GetInstanceFileShareResult(dict):
335
335
  nfs_export_options: Sequence['outputs.GetInstanceFileShareNfsExportOptionResult'],
336
336
  source_backup: str):
337
337
  """
338
+ :param int capacity_gb: File share capacity in GiB. This must be at least 1024 GiB
339
+ for the standard tier, or 2560 GiB for the premium tier.
338
340
  :param str name: The name of a Filestore instance.
339
341
 
340
342
  - - -
343
+ :param Sequence['GetInstanceFileShareNfsExportOptionArgs'] nfs_export_options: Nfs Export Options. There is a limit of 10 export options per file share.
344
+ :param str source_backup: The resource name of the backup, in the format
345
+ projects/{projectId}/locations/{locationId}/backups/{backupId},
346
+ that this file share has been restored from.
341
347
  """
342
348
  pulumi.set(__self__, "capacity_gb", capacity_gb)
343
349
  pulumi.set(__self__, "name", name)
@@ -347,6 +353,10 @@ class GetInstanceFileShareResult(dict):
347
353
  @property
348
354
  @pulumi.getter(name="capacityGb")
349
355
  def capacity_gb(self) -> int:
356
+ """
357
+ File share capacity in GiB. This must be at least 1024 GiB
358
+ for the standard tier, or 2560 GiB for the premium tier.
359
+ """
350
360
  return pulumi.get(self, "capacity_gb")
351
361
 
352
362
  @property
@@ -362,11 +372,19 @@ class GetInstanceFileShareResult(dict):
362
372
  @property
363
373
  @pulumi.getter(name="nfsExportOptions")
364
374
  def nfs_export_options(self) -> Sequence['outputs.GetInstanceFileShareNfsExportOptionResult']:
375
+ """
376
+ Nfs Export Options. There is a limit of 10 export options per file share.
377
+ """
365
378
  return pulumi.get(self, "nfs_export_options")
366
379
 
367
380
  @property
368
381
  @pulumi.getter(name="sourceBackup")
369
382
  def source_backup(self) -> str:
383
+ """
384
+ The resource name of the backup, in the format
385
+ projects/{projectId}/locations/{locationId}/backups/{backupId},
386
+ that this file share has been restored from.
387
+ """
370
388
  return pulumi.get(self, "source_backup")
371
389
 
372
390
 
@@ -378,6 +396,21 @@ class GetInstanceFileShareNfsExportOptionResult(dict):
378
396
  anon_uid: int,
379
397
  ip_ranges: Sequence[str],
380
398
  squash_mode: str):
399
+ """
400
+ :param str access_mode: Either READ_ONLY, for allowing only read requests on the exported directory,
401
+ or READ_WRITE, for allowing both read and write requests. The default is READ_WRITE. Default value: "READ_WRITE" Possible values: ["READ_ONLY", "READ_WRITE"]
402
+ :param int anon_gid: An integer representing the anonymous group id with a default value of 65534.
403
+ Anon_gid may only be set with squashMode of ROOT_SQUASH. An error will be returned
404
+ if this field is specified for other squashMode settings.
405
+ :param int anon_uid: An integer representing the anonymous user id with a default value of 65534.
406
+ Anon_uid may only be set with squashMode of ROOT_SQUASH. An error will be returned
407
+ if this field is specified for other squashMode settings.
408
+ :param Sequence[str] ip_ranges: List of either IPv4 addresses, or ranges in CIDR notation which may mount the file share.
409
+ Overlapping IP ranges are not allowed, both within and across NfsExportOptions. An error will be returned.
410
+ The limit is 64 IP ranges/addresses for each FileShareConfig among all NfsExportOptions.
411
+ :param str squash_mode: Either NO_ROOT_SQUASH, for allowing root access on the exported directory, or ROOT_SQUASH,
412
+ for not allowing root access. The default is NO_ROOT_SQUASH. Default value: "NO_ROOT_SQUASH" Possible values: ["NO_ROOT_SQUASH", "ROOT_SQUASH"]
413
+ """
381
414
  pulumi.set(__self__, "access_mode", access_mode)
382
415
  pulumi.set(__self__, "anon_gid", anon_gid)
383
416
  pulumi.set(__self__, "anon_uid", anon_uid)
@@ -387,26 +420,49 @@ class GetInstanceFileShareNfsExportOptionResult(dict):
387
420
  @property
388
421
  @pulumi.getter(name="accessMode")
389
422
  def access_mode(self) -> str:
423
+ """
424
+ Either READ_ONLY, for allowing only read requests on the exported directory,
425
+ or READ_WRITE, for allowing both read and write requests. The default is READ_WRITE. Default value: "READ_WRITE" Possible values: ["READ_ONLY", "READ_WRITE"]
426
+ """
390
427
  return pulumi.get(self, "access_mode")
391
428
 
392
429
  @property
393
430
  @pulumi.getter(name="anonGid")
394
431
  def anon_gid(self) -> int:
432
+ """
433
+ An integer representing the anonymous group id with a default value of 65534.
434
+ Anon_gid may only be set with squashMode of ROOT_SQUASH. An error will be returned
435
+ if this field is specified for other squashMode settings.
436
+ """
395
437
  return pulumi.get(self, "anon_gid")
396
438
 
397
439
  @property
398
440
  @pulumi.getter(name="anonUid")
399
441
  def anon_uid(self) -> int:
442
+ """
443
+ An integer representing the anonymous user id with a default value of 65534.
444
+ Anon_uid may only be set with squashMode of ROOT_SQUASH. An error will be returned
445
+ if this field is specified for other squashMode settings.
446
+ """
400
447
  return pulumi.get(self, "anon_uid")
401
448
 
402
449
  @property
403
450
  @pulumi.getter(name="ipRanges")
404
451
  def ip_ranges(self) -> Sequence[str]:
452
+ """
453
+ List of either IPv4 addresses, or ranges in CIDR notation which may mount the file share.
454
+ Overlapping IP ranges are not allowed, both within and across NfsExportOptions. An error will be returned.
455
+ The limit is 64 IP ranges/addresses for each FileShareConfig among all NfsExportOptions.
456
+ """
405
457
  return pulumi.get(self, "ip_ranges")
406
458
 
407
459
  @property
408
460
  @pulumi.getter(name="squashMode")
409
461
  def squash_mode(self) -> str:
462
+ """
463
+ Either NO_ROOT_SQUASH, for allowing root access on the exported directory, or ROOT_SQUASH,
464
+ for not allowing root access. The default is NO_ROOT_SQUASH. Default value: "NO_ROOT_SQUASH" Possible values: ["NO_ROOT_SQUASH", "ROOT_SQUASH"]
465
+ """
410
466
  return pulumi.get(self, "squash_mode")
411
467
 
412
468
 
@@ -418,6 +474,18 @@ class GetInstanceNetworkResult(dict):
418
474
  modes: Sequence[str],
419
475
  network: str,
420
476
  reserved_ip_range: str):
477
+ """
478
+ :param str connect_mode: The network connect mode of the Filestore instance.
479
+ If not provided, the connect mode defaults to
480
+ DIRECT_PEERING. Default value: "DIRECT_PEERING" Possible values: ["DIRECT_PEERING", "PRIVATE_SERVICE_ACCESS"]
481
+ :param Sequence[str] ip_addresses: A list of IPv4 or IPv6 addresses.
482
+ :param Sequence[str] modes: IP versions for which the instance has
483
+ IP addresses assigned. Possible values: ["ADDRESS_MODE_UNSPECIFIED", "MODE_IPV4", "MODE_IPV6"]
484
+ :param str network: The name of the GCE VPC network to which the
485
+ instance is connected.
486
+ :param str reserved_ip_range: A /29 CIDR block that identifies the range of IP
487
+ addresses reserved for this instance.
488
+ """
421
489
  pulumi.set(__self__, "connect_mode", connect_mode)
422
490
  pulumi.set(__self__, "ip_addresses", ip_addresses)
423
491
  pulumi.set(__self__, "modes", modes)
@@ -427,26 +495,46 @@ class GetInstanceNetworkResult(dict):
427
495
  @property
428
496
  @pulumi.getter(name="connectMode")
429
497
  def connect_mode(self) -> str:
498
+ """
499
+ The network connect mode of the Filestore instance.
500
+ If not provided, the connect mode defaults to
501
+ DIRECT_PEERING. Default value: "DIRECT_PEERING" Possible values: ["DIRECT_PEERING", "PRIVATE_SERVICE_ACCESS"]
502
+ """
430
503
  return pulumi.get(self, "connect_mode")
431
504
 
432
505
  @property
433
506
  @pulumi.getter(name="ipAddresses")
434
507
  def ip_addresses(self) -> Sequence[str]:
508
+ """
509
+ A list of IPv4 or IPv6 addresses.
510
+ """
435
511
  return pulumi.get(self, "ip_addresses")
436
512
 
437
513
  @property
438
514
  @pulumi.getter
439
515
  def modes(self) -> Sequence[str]:
516
+ """
517
+ IP versions for which the instance has
518
+ IP addresses assigned. Possible values: ["ADDRESS_MODE_UNSPECIFIED", "MODE_IPV4", "MODE_IPV6"]
519
+ """
440
520
  return pulumi.get(self, "modes")
441
521
 
442
522
  @property
443
523
  @pulumi.getter
444
524
  def network(self) -> str:
525
+ """
526
+ The name of the GCE VPC network to which the
527
+ instance is connected.
528
+ """
445
529
  return pulumi.get(self, "network")
446
530
 
447
531
  @property
448
532
  @pulumi.getter(name="reservedIpRange")
449
533
  def reserved_ip_range(self) -> str:
534
+ """
535
+ A /29 CIDR block that identifies the range of IP
536
+ addresses reserved for this instance.
537
+ """
450
538
  return pulumi.get(self, "reserved_ip_range")
451
539
 
452
540
 
@@ -19,12 +19,18 @@ __all__ = [
19
19
  class RulesetMetadataArgs:
20
20
  def __init__(__self__, *,
21
21
  services: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
22
+ """
23
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] services: Services that this ruleset has declarations for (e.g., "cloud.firestore"). There may be 0+ of these.
24
+ """
22
25
  if services is not None:
23
26
  pulumi.set(__self__, "services", services)
24
27
 
25
28
  @property
26
29
  @pulumi.getter
27
30
  def services(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
31
+ """
32
+ Services that this ruleset has declarations for (e.g., "cloud.firestore"). There may be 0+ of these.
33
+ """
28
34
  return pulumi.get(self, "services")
29
35
 
30
36
  @services.setter
@@ -20,12 +20,18 @@ __all__ = [
20
20
  class RulesetMetadata(dict):
21
21
  def __init__(__self__, *,
22
22
  services: Optional[Sequence[str]] = None):
23
+ """
24
+ :param Sequence[str] services: Services that this ruleset has declarations for (e.g., "cloud.firestore"). There may be 0+ of these.
25
+ """
23
26
  if services is not None:
24
27
  pulumi.set(__self__, "services", services)
25
28
 
26
29
  @property
27
30
  @pulumi.getter
28
31
  def services(self) -> Optional[Sequence[str]]:
32
+ """
33
+ Services that this ruleset has declarations for (e.g., "cloud.firestore"). There may be 0+ of these.
34
+ """
29
35
  return pulumi.get(self, "services")
30
36
 
31
37
 
@@ -280,6 +280,7 @@ class OrganizationPolicyListPolicyArgs:
280
280
  suggested_value: Optional[pulumi.Input[str]] = None):
281
281
  """
282
282
  :param pulumi.Input['OrganizationPolicyListPolicyAllowArgs'] allow: or `deny` - (Optional) One or the other must be set.
283
+ :param pulumi.Input['OrganizationPolicyListPolicyDenyArgs'] deny: One or the other must be set.
283
284
  :param pulumi.Input[bool] inherit_from_parent: If set to true, the values from the effective Policy of the parent resource
284
285
  are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy.
285
286
 
@@ -310,6 +311,9 @@ class OrganizationPolicyListPolicyArgs:
310
311
  @property
311
312
  @pulumi.getter
312
313
  def deny(self) -> Optional[pulumi.Input['OrganizationPolicyListPolicyDenyArgs']]:
314
+ """
315
+ One or the other must be set.
316
+ """
313
317
  return pulumi.get(self, "deny")
314
318
 
315
319
  @deny.setter
@@ -275,7 +275,7 @@ class IamAuditConfig(pulumi.CustomResource):
275
275
  log_type="ADMIN_READ",
276
276
  ),
277
277
  gcp.folder.IamAuditConfigAuditLogConfigArgs(
278
- exempted_members=["user:joebloggs@hashicorp.com"],
278
+ exempted_members=["user:joebloggs@example.com"],
279
279
  log_type="DATA_READ",
280
280
  ),
281
281
  ],
@@ -435,7 +435,7 @@ class IamAuditConfig(pulumi.CustomResource):
435
435
  log_type="ADMIN_READ",
436
436
  ),
437
437
  gcp.folder.IamAuditConfigAuditLogConfigArgs(
438
- exempted_members=["user:joebloggs@hashicorp.com"],
438
+ exempted_members=["user:joebloggs@example.com"],
439
439
  log_type="DATA_READ",
440
440
  ),
441
441
  ],
@@ -312,7 +312,7 @@ class IAMMember(pulumi.CustomResource):
312
312
  log_type="ADMIN_READ",
313
313
  ),
314
314
  gcp.folder.IamAuditConfigAuditLogConfigArgs(
315
- exempted_members=["user:joebloggs@hashicorp.com"],
315
+ exempted_members=["user:joebloggs@example.com"],
316
316
  log_type="DATA_READ",
317
317
  ),
318
318
  ],
@@ -475,7 +475,7 @@ class IAMMember(pulumi.CustomResource):
475
475
  log_type="ADMIN_READ",
476
476
  ),
477
477
  gcp.folder.IamAuditConfigAuditLogConfigArgs(
478
- exempted_members=["user:joebloggs@hashicorp.com"],
478
+ exempted_members=["user:joebloggs@example.com"],
479
479
  log_type="DATA_READ",
480
480
  ),
481
481
  ],
@@ -269,7 +269,7 @@ class IAMPolicy(pulumi.CustomResource):
269
269
  log_type="ADMIN_READ",
270
270
  ),
271
271
  gcp.folder.IamAuditConfigAuditLogConfigArgs(
272
- exempted_members=["user:joebloggs@hashicorp.com"],
272
+ exempted_members=["user:joebloggs@example.com"],
273
273
  log_type="DATA_READ",
274
274
  ),
275
275
  ],
@@ -435,7 +435,7 @@ class IAMPolicy(pulumi.CustomResource):
435
435
  log_type="ADMIN_READ",
436
436
  ),
437
437
  gcp.folder.IamAuditConfigAuditLogConfigArgs(
438
- exempted_members=["user:joebloggs@hashicorp.com"],
438
+ exempted_members=["user:joebloggs@example.com"],
439
439
  log_type="DATA_READ",
440
440
  ),
441
441
  ],
@@ -299,6 +299,7 @@ class OrganizationPolicyListPolicy(dict):
299
299
  suggested_value: Optional[str] = None):
300
300
  """
301
301
  :param 'OrganizationPolicyListPolicyAllowArgs' allow: or `deny` - (Optional) One or the other must be set.
302
+ :param 'OrganizationPolicyListPolicyDenyArgs' deny: One or the other must be set.
302
303
  :param bool inherit_from_parent: If set to true, the values from the effective Policy of the parent resource
303
304
  are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy.
304
305
 
@@ -325,6 +326,9 @@ class OrganizationPolicyListPolicy(dict):
325
326
  @property
326
327
  @pulumi.getter
327
328
  def deny(self) -> Optional['outputs.OrganizationPolicyListPolicyDeny']:
329
+ """
330
+ One or the other must be set.
331
+ """
328
332
  return pulumi.get(self, "deny")
329
333
 
330
334
  @property
@@ -431,11 +435,17 @@ class OrganizationPolicyRestorePolicy(dict):
431
435
  class GetOrganizationPolicyBooleanPolicyResult(dict):
432
436
  def __init__(__self__, *,
433
437
  enforced: bool):
438
+ """
439
+ :param bool enforced: If true, then the Policy is enforced. If false, then any configuration is acceptable.
440
+ """
434
441
  pulumi.set(__self__, "enforced", enforced)
435
442
 
436
443
  @property
437
444
  @pulumi.getter
438
445
  def enforced(self) -> bool:
446
+ """
447
+ If true, then the Policy is enforced. If false, then any configuration is acceptable.
448
+ """
439
449
  return pulumi.get(self, "enforced")
440
450
 
441
451
 
@@ -446,6 +456,12 @@ class GetOrganizationPolicyListPolicyResult(dict):
446
456
  denies: Sequence['outputs.GetOrganizationPolicyListPolicyDenyResult'],
447
457
  inherit_from_parent: bool,
448
458
  suggested_value: str):
459
+ """
460
+ :param Sequence['GetOrganizationPolicyListPolicyAllowArgs'] allows: One or the other must be set.
461
+ :param Sequence['GetOrganizationPolicyListPolicyDenyArgs'] denies: One or the other must be set.
462
+ :param bool inherit_from_parent: If set to true, the values from the effective Policy of the parent resource are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy.
463
+ :param str suggested_value: The Google Cloud Console will try to default to a configuration that matches the value specified in this field.
464
+ """
449
465
  pulumi.set(__self__, "allows", allows)
450
466
  pulumi.set(__self__, "denies", denies)
451
467
  pulumi.set(__self__, "inherit_from_parent", inherit_from_parent)
@@ -454,21 +470,33 @@ class GetOrganizationPolicyListPolicyResult(dict):
454
470
  @property
455
471
  @pulumi.getter
456
472
  def allows(self) -> Sequence['outputs.GetOrganizationPolicyListPolicyAllowResult']:
473
+ """
474
+ One or the other must be set.
475
+ """
457
476
  return pulumi.get(self, "allows")
458
477
 
459
478
  @property
460
479
  @pulumi.getter
461
480
  def denies(self) -> Sequence['outputs.GetOrganizationPolicyListPolicyDenyResult']:
481
+ """
482
+ One or the other must be set.
483
+ """
462
484
  return pulumi.get(self, "denies")
463
485
 
464
486
  @property
465
487
  @pulumi.getter(name="inheritFromParent")
466
488
  def inherit_from_parent(self) -> bool:
489
+ """
490
+ If set to true, the values from the effective Policy of the parent resource are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy.
491
+ """
467
492
  return pulumi.get(self, "inherit_from_parent")
468
493
 
469
494
  @property
470
495
  @pulumi.getter(name="suggestedValue")
471
496
  def suggested_value(self) -> str:
497
+ """
498
+ The Google Cloud Console will try to default to a configuration that matches the value specified in this field.
499
+ """
472
500
  return pulumi.get(self, "suggested_value")
473
501
 
474
502
 
@@ -477,17 +505,27 @@ class GetOrganizationPolicyListPolicyAllowResult(dict):
477
505
  def __init__(__self__, *,
478
506
  all: bool,
479
507
  values: Sequence[str]):
508
+ """
509
+ :param bool all: The policy allows or denies all values.
510
+ :param Sequence[str] values: The policy can define specific values that are allowed or denied.
511
+ """
480
512
  pulumi.set(__self__, "all", all)
481
513
  pulumi.set(__self__, "values", values)
482
514
 
483
515
  @property
484
516
  @pulumi.getter
485
517
  def all(self) -> bool:
518
+ """
519
+ The policy allows or denies all values.
520
+ """
486
521
  return pulumi.get(self, "all")
487
522
 
488
523
  @property
489
524
  @pulumi.getter
490
525
  def values(self) -> Sequence[str]:
526
+ """
527
+ The policy can define specific values that are allowed or denied.
528
+ """
491
529
  return pulumi.get(self, "values")
492
530
 
493
531
 
@@ -496,17 +534,27 @@ class GetOrganizationPolicyListPolicyDenyResult(dict):
496
534
  def __init__(__self__, *,
497
535
  all: bool,
498
536
  values: Sequence[str]):
537
+ """
538
+ :param bool all: The policy allows or denies all values.
539
+ :param Sequence[str] values: The policy can define specific values that are allowed or denied.
540
+ """
499
541
  pulumi.set(__self__, "all", all)
500
542
  pulumi.set(__self__, "values", values)
501
543
 
502
544
  @property
503
545
  @pulumi.getter
504
546
  def all(self) -> bool:
547
+ """
548
+ The policy allows or denies all values.
549
+ """
505
550
  return pulumi.get(self, "all")
506
551
 
507
552
  @property
508
553
  @pulumi.getter
509
554
  def values(self) -> Sequence[str]:
555
+ """
556
+ The policy can define specific values that are allowed or denied.
557
+ """
510
558
  return pulumi.get(self, "values")
511
559
 
512
560
 
@@ -514,11 +562,17 @@ class GetOrganizationPolicyListPolicyDenyResult(dict):
514
562
  class GetOrganizationPolicyRestorePolicyResult(dict):
515
563
  def __init__(__self__, *,
516
564
  default: bool):
565
+ """
566
+ :param bool default: May only be set to true. If set, then the default Policy is restored.
567
+ """
517
568
  pulumi.set(__self__, "default", default)
518
569
 
519
570
  @property
520
571
  @pulumi.getter
521
572
  def default(self) -> bool:
573
+ """
574
+ May only be set to true. If set, then the default Policy is restored.
575
+ """
522
576
  return pulumi.get(self, "default")
523
577
 
524
578
 
@@ -1338,6 +1338,7 @@ class FeatureMembershipConfigmanagementConfigSyncArgs:
1338
1338
  source_format: Optional[pulumi.Input[str]] = None):
1339
1339
  """
1340
1340
  :param pulumi.Input['FeatureMembershipConfigmanagementConfigSyncGitArgs'] git: (Optional) Structure is documented below.
1341
+ :param pulumi.Input[str] metrics_gcp_service_account_email: The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring. The GSA should have the Monitoring Metric Writer(roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be bound to the GSA.
1341
1342
  :param pulumi.Input['FeatureMembershipConfigmanagementConfigSyncOciArgs'] oci: (Optional) Supported from ACM versions 1.12.0 onwards. Structure is documented below.
1342
1343
 
1343
1344
  Use either `git` or `oci` config option.
@@ -1370,6 +1371,9 @@ class FeatureMembershipConfigmanagementConfigSyncArgs:
1370
1371
  @property
1371
1372
  @pulumi.getter(name="metricsGcpServiceAccountEmail")
1372
1373
  def metrics_gcp_service_account_email(self) -> Optional[pulumi.Input[str]]:
1374
+ """
1375
+ The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring. The GSA should have the Monitoring Metric Writer(roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be bound to the GSA.
1376
+ """
1373
1377
  return pulumi.get(self, "metrics_gcp_service_account_email")
1374
1378
 
1375
1379
  @metrics_gcp_service_account_email.setter
@@ -1856,6 +1860,7 @@ class FeatureMembershipMeshArgs:
1856
1860
  control_plane: Optional[pulumi.Input[str]] = None,
1857
1861
  management: Optional[pulumi.Input[str]] = None):
1858
1862
  """
1863
+ :param pulumi.Input[str] control_plane: **DEPRECATED** Whether to automatically manage Service Mesh control planes. Possible values: CONTROL_PLANE_MANAGEMENT_UNSPECIFIED, AUTOMATIC, MANUAL
1859
1864
  :param pulumi.Input[str] management: Whether to automatically manage Service Mesh. Can either be `MANAGEMENT_AUTOMATIC` or `MANAGEMENT_MANUAL`.
1860
1865
  """
1861
1866
  if control_plane is not None:
@@ -1869,6 +1874,9 @@ class FeatureMembershipMeshArgs:
1869
1874
  @property
1870
1875
  @pulumi.getter(name="controlPlane")
1871
1876
  def control_plane(self) -> Optional[pulumi.Input[str]]:
1877
+ """
1878
+ **DEPRECATED** Whether to automatically manage Service Mesh control planes. Possible values: CONTROL_PLANE_MANAGEMENT_UNSPECIFIED, AUTOMATIC, MANUAL
1879
+ """
1872
1880
  warnings.warn("""Deprecated in favor of the `management` field""", DeprecationWarning)
1873
1881
  pulumi.log.warn("""control_plane is deprecated: Deprecated in favor of the `management` field""")
1874
1882