pulumi-gcp 8.1.0__py3-none-any.whl → 8.1.0a1726293903__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 (101) hide show
  1. pulumi_gcp/__init__.py +0 -24
  2. pulumi_gcp/alloydb/_inputs.py +0 -94
  3. pulumi_gcp/alloydb/cluster.py +1 -94
  4. pulumi_gcp/alloydb/outputs.py +0 -79
  5. pulumi_gcp/assuredworkloads/workload.py +16 -135
  6. pulumi_gcp/backupdisasterrecovery/__init__.py +0 -1
  7. pulumi_gcp/bigquery/_inputs.py +0 -33
  8. pulumi_gcp/bigquery/data_transfer_config.py +6 -134
  9. pulumi_gcp/bigquery/outputs.py +0 -36
  10. pulumi_gcp/bigqueryanalyticshub/_inputs.py +7 -169
  11. pulumi_gcp/bigqueryanalyticshub/data_exchange.py +3 -96
  12. pulumi_gcp/bigqueryanalyticshub/listing.py +0 -114
  13. pulumi_gcp/bigqueryanalyticshub/outputs.py +5 -138
  14. pulumi_gcp/bigtable/_inputs.py +1 -21
  15. pulumi_gcp/bigtable/outputs.py +1 -13
  16. pulumi_gcp/bigtable/table.py +0 -34
  17. pulumi_gcp/certificateauthority/authority.py +7 -14
  18. pulumi_gcp/certificatemanager/__init__.py +0 -1
  19. pulumi_gcp/certificatemanager/certificate.py +0 -28
  20. pulumi_gcp/certificatemanager/outputs.py +0 -322
  21. pulumi_gcp/cloudbuild/_inputs.py +6 -6
  22. pulumi_gcp/cloudbuild/outputs.py +4 -4
  23. pulumi_gcp/cloudrun/_inputs.py +12 -6
  24. pulumi_gcp/cloudrun/outputs.py +16 -8
  25. pulumi_gcp/cloudrunv2/_inputs.py +15 -72
  26. pulumi_gcp/cloudrunv2/outputs.py +16 -82
  27. pulumi_gcp/cloudrunv2/service.py +4 -50
  28. pulumi_gcp/cloudtasks/_inputs.py +0 -630
  29. pulumi_gcp/cloudtasks/outputs.py +0 -479
  30. pulumi_gcp/cloudtasks/queue.py +0 -238
  31. pulumi_gcp/compute/_inputs.py +9 -129
  32. pulumi_gcp/compute/get_instance.py +1 -1
  33. pulumi_gcp/compute/health_check.py +0 -114
  34. pulumi_gcp/compute/instance.py +4 -86
  35. pulumi_gcp/compute/instance_template.py +0 -66
  36. pulumi_gcp/compute/interconnect.py +21 -28
  37. pulumi_gcp/compute/node_template.py +0 -93
  38. pulumi_gcp/compute/outputs.py +6 -108
  39. pulumi_gcp/compute/target_https_proxy.py +0 -28
  40. pulumi_gcp/container/_inputs.py +3 -140
  41. pulumi_gcp/container/attached_cluster.py +7 -7
  42. pulumi_gcp/container/outputs.py +2 -174
  43. pulumi_gcp/databasemigrationservice/_inputs.py +148 -176
  44. pulumi_gcp/databasemigrationservice/connection_profile.py +0 -206
  45. pulumi_gcp/databasemigrationservice/outputs.py +87 -109
  46. pulumi_gcp/dataloss/_inputs.py +1 -353
  47. pulumi_gcp/dataloss/outputs.py +3 -274
  48. pulumi_gcp/dataproc/_inputs.py +27 -27
  49. pulumi_gcp/dataproc/outputs.py +18 -18
  50. pulumi_gcp/datastream/_inputs.py +1 -69
  51. pulumi_gcp/datastream/outputs.py +2 -44
  52. pulumi_gcp/datastream/stream.py +7 -194
  53. pulumi_gcp/discoveryengine/_inputs.py +0 -188
  54. pulumi_gcp/discoveryengine/data_store.py +14 -14
  55. pulumi_gcp/discoveryengine/outputs.py +1 -153
  56. pulumi_gcp/firebase/database_instance.py +7 -7
  57. pulumi_gcp/gkehub/_inputs.py +1 -25
  58. pulumi_gcp/gkehub/feature_membership.py +6 -12
  59. pulumi_gcp/gkehub/outputs.py +1 -17
  60. pulumi_gcp/iam/_inputs.py +0 -196
  61. pulumi_gcp/iam/get_workload_identity_pool_provider.py +3 -13
  62. pulumi_gcp/iam/outputs.py +0 -295
  63. pulumi_gcp/iam/workload_identity_pool_provider.py +3 -164
  64. pulumi_gcp/kms/__init__.py +0 -2
  65. pulumi_gcp/kms/autokey_config.py +2 -10
  66. pulumi_gcp/kms/outputs.py +0 -164
  67. pulumi_gcp/netapp/active_directory.py +6 -6
  68. pulumi_gcp/netapp/backup.py +6 -6
  69. pulumi_gcp/netapp/backup_policy.py +6 -6
  70. pulumi_gcp/netapp/backup_vault.py +6 -6
  71. pulumi_gcp/netapp/storage_pool.py +4 -4
  72. pulumi_gcp/netapp/volume.py +0 -7
  73. pulumi_gcp/networkconnectivity/_inputs.py +1 -21
  74. pulumi_gcp/networkconnectivity/outputs.py +1 -15
  75. pulumi_gcp/networkconnectivity/spoke.py +0 -8
  76. pulumi_gcp/networksecurity/client_tls_policy.py +22 -24
  77. pulumi_gcp/networksecurity/server_tls_policy.py +32 -20
  78. pulumi_gcp/organizations/get_project.py +3 -13
  79. pulumi_gcp/organizations/project.py +3 -88
  80. pulumi_gcp/parallelstore/instance.py +121 -121
  81. pulumi_gcp/projects/iam_member_remove.py +0 -26
  82. pulumi_gcp/projects/usage_export_bucket.py +0 -38
  83. pulumi_gcp/pubsub/_inputs.py +0 -40
  84. pulumi_gcp/pubsub/outputs.py +1 -51
  85. pulumi_gcp/pubsub/subscription.py +0 -6
  86. pulumi_gcp/pulumi-plugin.json +1 -1
  87. pulumi_gcp/redis/_inputs.py +0 -419
  88. pulumi_gcp/redis/cluster.py +0 -123
  89. pulumi_gcp/redis/outputs.py +0 -315
  90. pulumi_gcp/securitycenter/__init__.py +0 -2
  91. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +4 -4
  92. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/METADATA +1 -1
  93. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/RECORD +95 -101
  94. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/WHEEL +1 -1
  95. pulumi_gcp/backupdisasterrecovery/backup_vault.py +0 -1203
  96. pulumi_gcp/certificatemanager/get_certificates.py +0 -150
  97. pulumi_gcp/kms/get_crypto_key_latest_version.py +0 -222
  98. pulumi_gcp/kms/get_crypto_key_versions.py +0 -175
  99. pulumi_gcp/securitycenter/v2_folder_scc_big_query_export.py +0 -857
  100. pulumi_gcp/securitycenter/v2_project_scc_big_query_export.py +0 -796
  101. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/top_level.txt +0 -0
@@ -49,8 +49,7 @@ class AuthorityArgs:
49
49
  :param pulumi.Input[str] location: Location of the CertificateAuthority. A full list of valid locations can be found by
50
50
  running `gcloud privateca locations list`.
51
51
  :param pulumi.Input[str] pool: The name of the CaPool this Certificate Authority belongs to.
52
- :param pulumi.Input[str] desired_state: Desired state of the CertificateAuthority. Set this field to 'STAGED' to create a 'STAGED' root CA. Possible values:
53
- ENABLED, DISABLED, STAGED.
52
+ :param pulumi.Input[str] desired_state: Desired state of the CertificateAuthority. Set this field to 'STAGED' to create a 'STAGED' root CA.
54
53
  :param pulumi.Input[str] gcs_bucket: The name of a Cloud Storage bucket where this CertificateAuthority will publish content, such as the CA certificate and
55
54
  CRLs. This must be a bucket name, without any prefixes (such as 'gs://') or suffixes (such as '.googleapis.com'). For
56
55
  example, to use a bucket named my-bucket, you would simply specify 'my-bucket'. If not specified, a managed bucket will
@@ -178,8 +177,7 @@ class AuthorityArgs:
178
177
  @pulumi.getter(name="desiredState")
179
178
  def desired_state(self) -> Optional[pulumi.Input[str]]:
180
179
  """
181
- Desired state of the CertificateAuthority. Set this field to 'STAGED' to create a 'STAGED' root CA. Possible values:
182
- ENABLED, DISABLED, STAGED.
180
+ Desired state of the CertificateAuthority. Set this field to 'STAGED' to create a 'STAGED' root CA.
183
181
  """
184
182
  return pulumi.get(self, "desired_state")
185
183
 
@@ -342,8 +340,7 @@ class _AuthorityState:
342
340
  :param pulumi.Input[str] create_time: The time at which this CertificateAuthority was created.
343
341
  A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine
344
342
  fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
345
- :param pulumi.Input[str] desired_state: Desired state of the CertificateAuthority. Set this field to 'STAGED' to create a 'STAGED' root CA. Possible values:
346
- ENABLED, DISABLED, STAGED.
343
+ :param pulumi.Input[str] desired_state: Desired state of the CertificateAuthority. Set this field to 'STAGED' to create a 'STAGED' root CA.
347
344
  :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.
348
345
  :param pulumi.Input[str] gcs_bucket: The name of a Cloud Storage bucket where this CertificateAuthority will publish content, such as the CA certificate and
349
346
  CRLs. This must be a bucket name, without any prefixes (such as 'gs://') or suffixes (such as '.googleapis.com'). For
@@ -499,8 +496,7 @@ class _AuthorityState:
499
496
  @pulumi.getter(name="desiredState")
500
497
  def desired_state(self) -> Optional[pulumi.Input[str]]:
501
498
  """
502
- Desired state of the CertificateAuthority. Set this field to 'STAGED' to create a 'STAGED' root CA. Possible values:
503
- ENABLED, DISABLED, STAGED.
499
+ Desired state of the CertificateAuthority. Set this field to 'STAGED' to create a 'STAGED' root CA.
504
500
  """
505
501
  return pulumi.get(self, "desired_state")
506
502
 
@@ -1073,8 +1069,7 @@ class Authority(pulumi.CustomResource):
1073
1069
  :param pulumi.Input[str] certificate_authority_id: The user provided Resource ID for this Certificate Authority.
1074
1070
  :param pulumi.Input[Union['AuthorityConfigArgs', 'AuthorityConfigArgsDict']] config: The config used to create a self-signed X.509 certificate or CSR.
1075
1071
  Structure is documented below.
1076
- :param pulumi.Input[str] desired_state: Desired state of the CertificateAuthority. Set this field to 'STAGED' to create a 'STAGED' root CA. Possible values:
1077
- ENABLED, DISABLED, STAGED.
1072
+ :param pulumi.Input[str] desired_state: Desired state of the CertificateAuthority. Set this field to 'STAGED' to create a 'STAGED' root CA.
1078
1073
  :param pulumi.Input[str] gcs_bucket: The name of a Cloud Storage bucket where this CertificateAuthority will publish content, such as the CA certificate and
1079
1074
  CRLs. This must be a bucket name, without any prefixes (such as 'gs://') or suffixes (such as '.googleapis.com'). For
1080
1075
  example, to use a bucket named my-bucket, you would simply specify 'my-bucket'. If not specified, a managed bucket will
@@ -1535,8 +1530,7 @@ class Authority(pulumi.CustomResource):
1535
1530
  :param pulumi.Input[str] create_time: The time at which this CertificateAuthority was created.
1536
1531
  A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine
1537
1532
  fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
1538
- :param pulumi.Input[str] desired_state: Desired state of the CertificateAuthority. Set this field to 'STAGED' to create a 'STAGED' root CA. Possible values:
1539
- ENABLED, DISABLED, STAGED.
1533
+ :param pulumi.Input[str] desired_state: Desired state of the CertificateAuthority. Set this field to 'STAGED' to create a 'STAGED' root CA.
1540
1534
  :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.
1541
1535
  :param pulumi.Input[str] gcs_bucket: The name of a Cloud Storage bucket where this CertificateAuthority will publish content, such as the CA certificate and
1542
1536
  CRLs. This must be a bucket name, without any prefixes (such as 'gs://') or suffixes (such as '.googleapis.com'). For
@@ -1653,8 +1647,7 @@ class Authority(pulumi.CustomResource):
1653
1647
  @pulumi.getter(name="desiredState")
1654
1648
  def desired_state(self) -> pulumi.Output[Optional[str]]:
1655
1649
  """
1656
- Desired state of the CertificateAuthority. Set this field to 'STAGED' to create a 'STAGED' root CA. Possible values:
1657
- ENABLED, DISABLED, STAGED.
1650
+ Desired state of the CertificateAuthority. Set this field to 'STAGED' to create a 'STAGED' root CA.
1658
1651
  """
1659
1652
  return pulumi.get(self, "desired_state")
1660
1653
 
@@ -11,7 +11,6 @@ from .certificate_map import *
11
11
  from .certificate_map_entry import *
12
12
  from .dns_authorization import *
13
13
  from .get_certificate_map import *
14
- from .get_certificates import *
15
14
  from .trust_config import *
16
15
  from ._inputs import *
17
16
  from . import outputs
@@ -205,7 +205,6 @@ class _CertificateState:
205
205
  name: Optional[pulumi.Input[str]] = None,
206
206
  project: Optional[pulumi.Input[str]] = None,
207
207
  pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
208
- san_dnsnames: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
209
208
  scope: Optional[pulumi.Input[str]] = None,
210
209
  self_managed: Optional[pulumi.Input['CertificateSelfManagedArgs']] = None):
211
210
  """
@@ -230,7 +229,6 @@ class _CertificateState:
230
229
  If it is not provided, the provider project is used.
231
230
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
232
231
  and default labels configured on the provider.
233
- :param pulumi.Input[Sequence[pulumi.Input[str]]] san_dnsnames: The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6)
234
232
  :param pulumi.Input[str] scope: The scope of the certificate.
235
233
  DEFAULT: Certificates with default scope are served from core Google data centers.
236
234
  If unsure, choose this option.
@@ -259,8 +257,6 @@ class _CertificateState:
259
257
  pulumi.set(__self__, "project", project)
260
258
  if pulumi_labels is not None:
261
259
  pulumi.set(__self__, "pulumi_labels", pulumi_labels)
262
- if san_dnsnames is not None:
263
- pulumi.set(__self__, "san_dnsnames", san_dnsnames)
264
260
  if scope is not None:
265
261
  pulumi.set(__self__, "scope", scope)
266
262
  if self_managed is not None:
@@ -374,18 +370,6 @@ class _CertificateState:
374
370
  def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
375
371
  pulumi.set(self, "pulumi_labels", value)
376
372
 
377
- @property
378
- @pulumi.getter(name="sanDnsnames")
379
- def san_dnsnames(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
380
- """
381
- The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6)
382
- """
383
- return pulumi.get(self, "san_dnsnames")
384
-
385
- @san_dnsnames.setter
386
- def san_dnsnames(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
387
- pulumi.set(self, "san_dnsnames", value)
388
-
389
373
  @property
390
374
  @pulumi.getter
391
375
  def scope(self) -> Optional[pulumi.Input[str]]:
@@ -1093,7 +1077,6 @@ class Certificate(pulumi.CustomResource):
1093
1077
  __props__.__dict__["self_managed"] = self_managed
1094
1078
  __props__.__dict__["effective_labels"] = None
1095
1079
  __props__.__dict__["pulumi_labels"] = None
1096
- __props__.__dict__["san_dnsnames"] = None
1097
1080
  secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["effectiveLabels", "pulumiLabels"])
1098
1081
  opts = pulumi.ResourceOptions.merge(opts, secret_opts)
1099
1082
  super(Certificate, __self__).__init__(
@@ -1114,7 +1097,6 @@ class Certificate(pulumi.CustomResource):
1114
1097
  name: Optional[pulumi.Input[str]] = None,
1115
1098
  project: Optional[pulumi.Input[str]] = None,
1116
1099
  pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1117
- san_dnsnames: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1118
1100
  scope: Optional[pulumi.Input[str]] = None,
1119
1101
  self_managed: Optional[pulumi.Input[Union['CertificateSelfManagedArgs', 'CertificateSelfManagedArgsDict']]] = None) -> 'Certificate':
1120
1102
  """
@@ -1144,7 +1126,6 @@ class Certificate(pulumi.CustomResource):
1144
1126
  If it is not provided, the provider project is used.
1145
1127
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
1146
1128
  and default labels configured on the provider.
1147
- :param pulumi.Input[Sequence[pulumi.Input[str]]] san_dnsnames: The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6)
1148
1129
  :param pulumi.Input[str] scope: The scope of the certificate.
1149
1130
  DEFAULT: Certificates with default scope are served from core Google data centers.
1150
1131
  If unsure, choose this option.
@@ -1169,7 +1150,6 @@ class Certificate(pulumi.CustomResource):
1169
1150
  __props__.__dict__["name"] = name
1170
1151
  __props__.__dict__["project"] = project
1171
1152
  __props__.__dict__["pulumi_labels"] = pulumi_labels
1172
- __props__.__dict__["san_dnsnames"] = san_dnsnames
1173
1153
  __props__.__dict__["scope"] = scope
1174
1154
  __props__.__dict__["self_managed"] = self_managed
1175
1155
  return Certificate(resource_name, opts=opts, __props__=__props__)
@@ -1250,14 +1230,6 @@ class Certificate(pulumi.CustomResource):
1250
1230
  """
1251
1231
  return pulumi.get(self, "pulumi_labels")
1252
1232
 
1253
- @property
1254
- @pulumi.getter(name="sanDnsnames")
1255
- def san_dnsnames(self) -> pulumi.Output[Sequence[str]]:
1256
- """
1257
- The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6)
1258
- """
1259
- return pulumi.get(self, "san_dnsnames")
1260
-
1261
1233
  @property
1262
1234
  @pulumi.getter
1263
1235
  def scope(self) -> pulumi.Output[Optional[str]]:
@@ -31,10 +31,6 @@ __all__ = [
31
31
  'TrustConfigTrustStoreTrustAnchor',
32
32
  'GetCertificateMapGclbTargetResult',
33
33
  'GetCertificateMapGclbTargetIpConfigResult',
34
- 'GetCertificatesCertificateResult',
35
- 'GetCertificatesCertificateManagedResult',
36
- 'GetCertificatesCertificateManagedAuthorizationAttemptInfoResult',
37
- 'GetCertificatesCertificateManagedProvisioningIssueResult',
38
34
  ]
39
35
 
40
36
  @pulumi.output_type
@@ -896,321 +892,3 @@ class GetCertificateMapGclbTargetIpConfigResult(dict):
896
892
  return pulumi.get(self, "ports")
897
893
 
898
894
 
899
- @pulumi.output_type
900
- class GetCertificatesCertificateResult(dict):
901
- def __init__(__self__, *,
902
- description: str,
903
- effective_labels: Mapping[str, str],
904
- labels: Mapping[str, str],
905
- location: str,
906
- manageds: Sequence['outputs.GetCertificatesCertificateManagedResult'],
907
- name: str,
908
- project: str,
909
- pulumi_labels: Mapping[str, str],
910
- san_dnsnames: Sequence[str],
911
- scope: str):
912
- """
913
- :param str description: A human-readable description of the resource.
914
- :param Mapping[str, str] labels: Set of label tags associated with the Certificate resource.
915
-
916
- **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
917
- Please refer to the field 'effective_labels' for all of the labels present on the resource.
918
- :param str location: The Certificate Manager location. If not specified, "global" is used.
919
- :param Sequence['GetCertificatesCertificateManagedArgs'] manageds: Configuration and state of a Managed Certificate.
920
- Certificate Manager provisions and renews Managed Certificates
921
- automatically, for as long as it's authorized to do so.
922
- :param str name: A user-defined name of the certificate. Certificate names must be unique
923
- The name must be 1-64 characters long, and match the regular expression [a-zA-Z][a-zA-Z0-9_-]* which means the first character must be a letter,
924
- and all following characters must be a dash, underscore, letter or digit.
925
- :param str project: The ID of the project in which the resource belongs. If it
926
- is not provided, the provider project is used.
927
- :param Mapping[str, str] pulumi_labels: The combination of labels configured directly on the resource
928
- and default labels configured on the provider.
929
- :param Sequence[str] san_dnsnames: The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6)
930
- :param str scope: The scope of the certificate.
931
-
932
- DEFAULT: Certificates with default scope are served from core Google data centers.
933
- If unsure, choose this option.
934
-
935
- EDGE_CACHE: Certificates with scope EDGE_CACHE are special-purposed certificates, served from Edge Points of Presence.
936
- See https://cloud.google.com/vpc/docs/edge-locations.
937
-
938
- ALL_REGIONS: Certificates with ALL_REGIONS scope are served from all GCP regions (You can only use ALL_REGIONS with global certs).
939
- See https://cloud.google.com/compute/docs/regions-zones
940
- """
941
- pulumi.set(__self__, "description", description)
942
- pulumi.set(__self__, "effective_labels", effective_labels)
943
- pulumi.set(__self__, "labels", labels)
944
- pulumi.set(__self__, "location", location)
945
- pulumi.set(__self__, "manageds", manageds)
946
- pulumi.set(__self__, "name", name)
947
- pulumi.set(__self__, "project", project)
948
- pulumi.set(__self__, "pulumi_labels", pulumi_labels)
949
- pulumi.set(__self__, "san_dnsnames", san_dnsnames)
950
- pulumi.set(__self__, "scope", scope)
951
-
952
- @property
953
- @pulumi.getter
954
- def description(self) -> str:
955
- """
956
- A human-readable description of the resource.
957
- """
958
- return pulumi.get(self, "description")
959
-
960
- @property
961
- @pulumi.getter(name="effectiveLabels")
962
- def effective_labels(self) -> Mapping[str, str]:
963
- return pulumi.get(self, "effective_labels")
964
-
965
- @property
966
- @pulumi.getter
967
- def labels(self) -> Mapping[str, str]:
968
- """
969
- Set of label tags associated with the Certificate resource.
970
-
971
- **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
972
- Please refer to the field 'effective_labels' for all of the labels present on the resource.
973
- """
974
- return pulumi.get(self, "labels")
975
-
976
- @property
977
- @pulumi.getter
978
- def location(self) -> str:
979
- """
980
- The Certificate Manager location. If not specified, "global" is used.
981
- """
982
- return pulumi.get(self, "location")
983
-
984
- @property
985
- @pulumi.getter
986
- def manageds(self) -> Sequence['outputs.GetCertificatesCertificateManagedResult']:
987
- """
988
- Configuration and state of a Managed Certificate.
989
- Certificate Manager provisions and renews Managed Certificates
990
- automatically, for as long as it's authorized to do so.
991
- """
992
- return pulumi.get(self, "manageds")
993
-
994
- @property
995
- @pulumi.getter
996
- def name(self) -> str:
997
- """
998
- A user-defined name of the certificate. Certificate names must be unique
999
- The name must be 1-64 characters long, and match the regular expression [a-zA-Z][a-zA-Z0-9_-]* which means the first character must be a letter,
1000
- and all following characters must be a dash, underscore, letter or digit.
1001
- """
1002
- return pulumi.get(self, "name")
1003
-
1004
- @property
1005
- @pulumi.getter
1006
- def project(self) -> str:
1007
- """
1008
- The ID of the project in which the resource belongs. If it
1009
- is not provided, the provider project is used.
1010
- """
1011
- return pulumi.get(self, "project")
1012
-
1013
- @property
1014
- @pulumi.getter(name="pulumiLabels")
1015
- def pulumi_labels(self) -> Mapping[str, str]:
1016
- """
1017
- The combination of labels configured directly on the resource
1018
- and default labels configured on the provider.
1019
- """
1020
- return pulumi.get(self, "pulumi_labels")
1021
-
1022
- @property
1023
- @pulumi.getter(name="sanDnsnames")
1024
- def san_dnsnames(self) -> Sequence[str]:
1025
- """
1026
- The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6)
1027
- """
1028
- return pulumi.get(self, "san_dnsnames")
1029
-
1030
- @property
1031
- @pulumi.getter
1032
- def scope(self) -> str:
1033
- """
1034
- The scope of the certificate.
1035
-
1036
- DEFAULT: Certificates with default scope are served from core Google data centers.
1037
- If unsure, choose this option.
1038
-
1039
- EDGE_CACHE: Certificates with scope EDGE_CACHE are special-purposed certificates, served from Edge Points of Presence.
1040
- See https://cloud.google.com/vpc/docs/edge-locations.
1041
-
1042
- ALL_REGIONS: Certificates with ALL_REGIONS scope are served from all GCP regions (You can only use ALL_REGIONS with global certs).
1043
- See https://cloud.google.com/compute/docs/regions-zones
1044
- """
1045
- return pulumi.get(self, "scope")
1046
-
1047
-
1048
- @pulumi.output_type
1049
- class GetCertificatesCertificateManagedResult(dict):
1050
- def __init__(__self__, *,
1051
- authorization_attempt_infos: Sequence['outputs.GetCertificatesCertificateManagedAuthorizationAttemptInfoResult'],
1052
- dns_authorizations: Sequence[str],
1053
- domains: Sequence[str],
1054
- issuance_config: str,
1055
- provisioning_issues: Sequence['outputs.GetCertificatesCertificateManagedProvisioningIssueResult'],
1056
- state: str):
1057
- """
1058
- :param Sequence['GetCertificatesCertificateManagedAuthorizationAttemptInfoArgs'] authorization_attempt_infos: Detailed state of the latest authorization attempt for each domain
1059
- specified for this Managed Certificate.
1060
- :param Sequence[str] dns_authorizations: Authorizations that will be used for performing domain authorization. Either issuanceConfig or dnsAuthorizations should be specificed, but not both.
1061
- :param Sequence[str] domains: The domains for which a managed SSL certificate will be generated.
1062
- Wildcard domains are only supported with DNS challenge resolution
1063
- :param str issuance_config: The resource name for a CertificateIssuanceConfig used to configure private PKI certificates in the format projects/*/locations/*/certificateIssuanceConfigs/*.
1064
- If this field is not set, the certificates will instead be publicly signed as documented at https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs#caa.
1065
- Either issuanceConfig or dnsAuthorizations should be specificed, but not both.
1066
- :param Sequence['GetCertificatesCertificateManagedProvisioningIssueArgs'] provisioning_issues: Information about issues with provisioning this Managed Certificate.
1067
- :param str state: A state of this Managed Certificate.
1068
- """
1069
- pulumi.set(__self__, "authorization_attempt_infos", authorization_attempt_infos)
1070
- pulumi.set(__self__, "dns_authorizations", dns_authorizations)
1071
- pulumi.set(__self__, "domains", domains)
1072
- pulumi.set(__self__, "issuance_config", issuance_config)
1073
- pulumi.set(__self__, "provisioning_issues", provisioning_issues)
1074
- pulumi.set(__self__, "state", state)
1075
-
1076
- @property
1077
- @pulumi.getter(name="authorizationAttemptInfos")
1078
- def authorization_attempt_infos(self) -> Sequence['outputs.GetCertificatesCertificateManagedAuthorizationAttemptInfoResult']:
1079
- """
1080
- Detailed state of the latest authorization attempt for each domain
1081
- specified for this Managed Certificate.
1082
- """
1083
- return pulumi.get(self, "authorization_attempt_infos")
1084
-
1085
- @property
1086
- @pulumi.getter(name="dnsAuthorizations")
1087
- def dns_authorizations(self) -> Sequence[str]:
1088
- """
1089
- Authorizations that will be used for performing domain authorization. Either issuanceConfig or dnsAuthorizations should be specificed, but not both.
1090
- """
1091
- return pulumi.get(self, "dns_authorizations")
1092
-
1093
- @property
1094
- @pulumi.getter
1095
- def domains(self) -> Sequence[str]:
1096
- """
1097
- The domains for which a managed SSL certificate will be generated.
1098
- Wildcard domains are only supported with DNS challenge resolution
1099
- """
1100
- return pulumi.get(self, "domains")
1101
-
1102
- @property
1103
- @pulumi.getter(name="issuanceConfig")
1104
- def issuance_config(self) -> str:
1105
- """
1106
- The resource name for a CertificateIssuanceConfig used to configure private PKI certificates in the format projects/*/locations/*/certificateIssuanceConfigs/*.
1107
- If this field is not set, the certificates will instead be publicly signed as documented at https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs#caa.
1108
- Either issuanceConfig or dnsAuthorizations should be specificed, but not both.
1109
- """
1110
- return pulumi.get(self, "issuance_config")
1111
-
1112
- @property
1113
- @pulumi.getter(name="provisioningIssues")
1114
- def provisioning_issues(self) -> Sequence['outputs.GetCertificatesCertificateManagedProvisioningIssueResult']:
1115
- """
1116
- Information about issues with provisioning this Managed Certificate.
1117
- """
1118
- return pulumi.get(self, "provisioning_issues")
1119
-
1120
- @property
1121
- @pulumi.getter
1122
- def state(self) -> str:
1123
- """
1124
- A state of this Managed Certificate.
1125
- """
1126
- return pulumi.get(self, "state")
1127
-
1128
-
1129
- @pulumi.output_type
1130
- class GetCertificatesCertificateManagedAuthorizationAttemptInfoResult(dict):
1131
- def __init__(__self__, *,
1132
- details: str,
1133
- domain: str,
1134
- failure_reason: str,
1135
- state: str):
1136
- """
1137
- :param str details: Human readable explanation for reaching the state. Provided to help
1138
- address the configuration issues.
1139
- Not guaranteed to be stable. For programmatic access use 'failure_reason' field.
1140
- :param str domain: Domain name of the authorization attempt.
1141
- :param str failure_reason: Reason for failure of the authorization attempt for the domain.
1142
- :param str state: State of the domain for managed certificate issuance.
1143
- """
1144
- pulumi.set(__self__, "details", details)
1145
- pulumi.set(__self__, "domain", domain)
1146
- pulumi.set(__self__, "failure_reason", failure_reason)
1147
- pulumi.set(__self__, "state", state)
1148
-
1149
- @property
1150
- @pulumi.getter
1151
- def details(self) -> str:
1152
- """
1153
- Human readable explanation for reaching the state. Provided to help
1154
- address the configuration issues.
1155
- Not guaranteed to be stable. For programmatic access use 'failure_reason' field.
1156
- """
1157
- return pulumi.get(self, "details")
1158
-
1159
- @property
1160
- @pulumi.getter
1161
- def domain(self) -> str:
1162
- """
1163
- Domain name of the authorization attempt.
1164
- """
1165
- return pulumi.get(self, "domain")
1166
-
1167
- @property
1168
- @pulumi.getter(name="failureReason")
1169
- def failure_reason(self) -> str:
1170
- """
1171
- Reason for failure of the authorization attempt for the domain.
1172
- """
1173
- return pulumi.get(self, "failure_reason")
1174
-
1175
- @property
1176
- @pulumi.getter
1177
- def state(self) -> str:
1178
- """
1179
- State of the domain for managed certificate issuance.
1180
- """
1181
- return pulumi.get(self, "state")
1182
-
1183
-
1184
- @pulumi.output_type
1185
- class GetCertificatesCertificateManagedProvisioningIssueResult(dict):
1186
- def __init__(__self__, *,
1187
- details: str,
1188
- reason: str):
1189
- """
1190
- :param str details: Human readable explanation about the issue. Provided to help address
1191
- the configuration issues.
1192
- Not guaranteed to be stable. For programmatic access use 'reason' field.
1193
- :param str reason: Reason for provisioning failures.
1194
- """
1195
- pulumi.set(__self__, "details", details)
1196
- pulumi.set(__self__, "reason", reason)
1197
-
1198
- @property
1199
- @pulumi.getter
1200
- def details(self) -> str:
1201
- """
1202
- Human readable explanation about the issue. Provided to help address
1203
- the configuration issues.
1204
- Not guaranteed to be stable. For programmatic access use 'reason' field.
1205
- """
1206
- return pulumi.get(self, "details")
1207
-
1208
- @property
1209
- @pulumi.getter
1210
- def reason(self) -> str:
1211
- """
1212
- Reason for provisioning failures.
1213
- """
1214
- return pulumi.get(self, "reason")
1215
-
1216
-
@@ -3961,11 +3961,11 @@ if not MYPY:
3961
3961
  class WorkerPoolWorkerConfigArgsDict(TypedDict):
3962
3962
  disk_size_gb: NotRequired[pulumi.Input[int]]
3963
3963
  """
3964
- Size of the disk attached to the worker, in GB. See [diskSizeGb](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#disksizegb). Specify a value of up to 1000. If `0` is specified, Cloud Build will use a standard disk size.
3964
+ Size of the disk attached to the worker, in GB. See (https://cloud.google.com/cloud-build/docs/custom-workers/worker-pool-config-file). Specify a value of up to 1000. If `0` is specified, Cloud Build will use a standard disk size.
3965
3965
  """
3966
3966
  machine_type: NotRequired[pulumi.Input[str]]
3967
3967
  """
3968
- Machine type of a worker, such as `n1-standard-1`. See [machineType](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#machinetype). If left blank, Cloud Build will use `n1-standard-1`.
3968
+ Machine type of a worker, such as `n1-standard-1`. See (https://cloud.google.com/cloud-build/docs/custom-workers/worker-pool-config-file). If left blank, Cloud Build will use `n1-standard-1`.
3969
3969
  """
3970
3970
  no_external_ip: NotRequired[pulumi.Input[bool]]
3971
3971
  """
@@ -3981,8 +3981,8 @@ class WorkerPoolWorkerConfigArgs:
3981
3981
  machine_type: Optional[pulumi.Input[str]] = None,
3982
3982
  no_external_ip: Optional[pulumi.Input[bool]] = None):
3983
3983
  """
3984
- :param pulumi.Input[int] disk_size_gb: Size of the disk attached to the worker, in GB. See [diskSizeGb](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#disksizegb). Specify a value of up to 1000. If `0` is specified, Cloud Build will use a standard disk size.
3985
- :param pulumi.Input[str] machine_type: Machine type of a worker, such as `n1-standard-1`. See [machineType](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#machinetype). If left blank, Cloud Build will use `n1-standard-1`.
3984
+ :param pulumi.Input[int] disk_size_gb: Size of the disk attached to the worker, in GB. See (https://cloud.google.com/cloud-build/docs/custom-workers/worker-pool-config-file). Specify a value of up to 1000. If `0` is specified, Cloud Build will use a standard disk size.
3985
+ :param pulumi.Input[str] machine_type: Machine type of a worker, such as `n1-standard-1`. See (https://cloud.google.com/cloud-build/docs/custom-workers/worker-pool-config-file). If left blank, Cloud Build will use `n1-standard-1`.
3986
3986
  :param pulumi.Input[bool] no_external_ip: If true, workers are created without any public address, which prevents network egress to public IPs.
3987
3987
  """
3988
3988
  if disk_size_gb is not None:
@@ -3996,7 +3996,7 @@ class WorkerPoolWorkerConfigArgs:
3996
3996
  @pulumi.getter(name="diskSizeGb")
3997
3997
  def disk_size_gb(self) -> Optional[pulumi.Input[int]]:
3998
3998
  """
3999
- Size of the disk attached to the worker, in GB. See [diskSizeGb](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#disksizegb). Specify a value of up to 1000. If `0` is specified, Cloud Build will use a standard disk size.
3999
+ Size of the disk attached to the worker, in GB. See (https://cloud.google.com/cloud-build/docs/custom-workers/worker-pool-config-file). Specify a value of up to 1000. If `0` is specified, Cloud Build will use a standard disk size.
4000
4000
  """
4001
4001
  return pulumi.get(self, "disk_size_gb")
4002
4002
 
@@ -4008,7 +4008,7 @@ class WorkerPoolWorkerConfigArgs:
4008
4008
  @pulumi.getter(name="machineType")
4009
4009
  def machine_type(self) -> Optional[pulumi.Input[str]]:
4010
4010
  """
4011
- Machine type of a worker, such as `n1-standard-1`. See [machineType](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#machinetype). If left blank, Cloud Build will use `n1-standard-1`.
4011
+ Machine type of a worker, such as `n1-standard-1`. See (https://cloud.google.com/cloud-build/docs/custom-workers/worker-pool-config-file). If left blank, Cloud Build will use `n1-standard-1`.
4012
4012
  """
4013
4013
  return pulumi.get(self, "machine_type")
4014
4014
 
@@ -3036,8 +3036,8 @@ class WorkerPoolWorkerConfig(dict):
3036
3036
  machine_type: Optional[str] = None,
3037
3037
  no_external_ip: Optional[bool] = None):
3038
3038
  """
3039
- :param int disk_size_gb: Size of the disk attached to the worker, in GB. See [diskSizeGb](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#disksizegb). Specify a value of up to 1000. If `0` is specified, Cloud Build will use a standard disk size.
3040
- :param str machine_type: Machine type of a worker, such as `n1-standard-1`. See [machineType](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#machinetype). If left blank, Cloud Build will use `n1-standard-1`.
3039
+ :param int disk_size_gb: Size of the disk attached to the worker, in GB. See (https://cloud.google.com/cloud-build/docs/custom-workers/worker-pool-config-file). Specify a value of up to 1000. If `0` is specified, Cloud Build will use a standard disk size.
3040
+ :param str machine_type: Machine type of a worker, such as `n1-standard-1`. See (https://cloud.google.com/cloud-build/docs/custom-workers/worker-pool-config-file). If left blank, Cloud Build will use `n1-standard-1`.
3041
3041
  :param bool no_external_ip: If true, workers are created without any public address, which prevents network egress to public IPs.
3042
3042
  """
3043
3043
  if disk_size_gb is not None:
@@ -3051,7 +3051,7 @@ class WorkerPoolWorkerConfig(dict):
3051
3051
  @pulumi.getter(name="diskSizeGb")
3052
3052
  def disk_size_gb(self) -> Optional[int]:
3053
3053
  """
3054
- Size of the disk attached to the worker, in GB. See [diskSizeGb](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#disksizegb). Specify a value of up to 1000. If `0` is specified, Cloud Build will use a standard disk size.
3054
+ Size of the disk attached to the worker, in GB. See (https://cloud.google.com/cloud-build/docs/custom-workers/worker-pool-config-file). Specify a value of up to 1000. If `0` is specified, Cloud Build will use a standard disk size.
3055
3055
  """
3056
3056
  return pulumi.get(self, "disk_size_gb")
3057
3057
 
@@ -3059,7 +3059,7 @@ class WorkerPoolWorkerConfig(dict):
3059
3059
  @pulumi.getter(name="machineType")
3060
3060
  def machine_type(self) -> Optional[str]:
3061
3061
  """
3062
- Machine type of a worker, such as `n1-standard-1`. See [machineType](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#machinetype). If left blank, Cloud Build will use `n1-standard-1`.
3062
+ Machine type of a worker, such as `n1-standard-1`. See (https://cloud.google.com/cloud-build/docs/custom-workers/worker-pool-config-file). If left blank, Cloud Build will use `n1-standard-1`.
3063
3063
  """
3064
3064
  return pulumi.get(self, "machine_type")
3065
3065
 
@@ -3870,7 +3870,8 @@ if not MYPY:
3870
3870
  nfs: NotRequired[pulumi.Input['ServiceTemplateSpecVolumeNfsArgsDict']]
3871
3871
  """
3872
3872
  A filesystem backed by a Network File System share. This filesystem requires the
3873
- run.googleapis.com/execution-environment annotation to be unset or set to "gen2"
3873
+ run.googleapis.com/execution-environment annotation to be set to "gen2" and
3874
+ run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
3874
3875
  Structure is documented below.
3875
3876
  """
3876
3877
  secret: NotRequired[pulumi.Input['ServiceTemplateSpecVolumeSecretArgsDict']]
@@ -3898,7 +3899,8 @@ class ServiceTemplateSpecVolumeArgs:
3898
3899
  :param pulumi.Input['ServiceTemplateSpecVolumeEmptyDirArgs'] empty_dir: Ephemeral storage which can be backed by real disks (HD, SSD), network storage or memory (i.e. tmpfs). For now only in memory (tmpfs) is supported. It is ephemeral in the sense that when the sandbox is taken down, the data is destroyed with it (it does not persist across sandbox runs).
3899
3900
  Structure is documented below.
3900
3901
  :param pulumi.Input['ServiceTemplateSpecVolumeNfsArgs'] nfs: A filesystem backed by a Network File System share. This filesystem requires the
3901
- run.googleapis.com/execution-environment annotation to be unset or set to "gen2"
3902
+ run.googleapis.com/execution-environment annotation to be set to "gen2" and
3903
+ run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
3902
3904
  Structure is documented below.
3903
3905
  :param pulumi.Input['ServiceTemplateSpecVolumeSecretArgs'] secret: The secret's value will be presented as the content of a file whose
3904
3906
  name is defined in the item path. If no items are defined, the name of
@@ -3958,7 +3960,8 @@ class ServiceTemplateSpecVolumeArgs:
3958
3960
  def nfs(self) -> Optional[pulumi.Input['ServiceTemplateSpecVolumeNfsArgs']]:
3959
3961
  """
3960
3962
  A filesystem backed by a Network File System share. This filesystem requires the
3961
- run.googleapis.com/execution-environment annotation to be unset or set to "gen2"
3963
+ run.googleapis.com/execution-environment annotation to be set to "gen2" and
3964
+ run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
3962
3965
  Structure is documented below.
3963
3966
  """
3964
3967
  return pulumi.get(self, "nfs")
@@ -3989,7 +3992,8 @@ if not MYPY:
3989
3992
  """
3990
3993
  Unique name representing the type of file system to be created. Cloud Run supports the following values:
3991
3994
  * gcsfuse.run.googleapis.com: Mount a Google Cloud Storage bucket using GCSFuse. This driver requires the
3992
- run.googleapis.com/execution-environment annotation to be unset or set to "gen2"
3995
+ run.googleapis.com/execution-environment annotation to be set to "gen2" and
3996
+ run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
3993
3997
  """
3994
3998
  read_only: NotRequired[pulumi.Input[bool]]
3995
3999
  """
@@ -4013,7 +4017,8 @@ class ServiceTemplateSpecVolumeCsiArgs:
4013
4017
  """
4014
4018
  :param pulumi.Input[str] driver: Unique name representing the type of file system to be created. Cloud Run supports the following values:
4015
4019
  * gcsfuse.run.googleapis.com: Mount a Google Cloud Storage bucket using GCSFuse. This driver requires the
4016
- run.googleapis.com/execution-environment annotation to be unset or set to "gen2"
4020
+ run.googleapis.com/execution-environment annotation to be set to "gen2" and
4021
+ run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
4017
4022
  :param pulumi.Input[bool] read_only: If true, all mounts created from this volume will be read-only.
4018
4023
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] volume_attributes: Driver-specific attributes. The following options are supported for available drivers:
4019
4024
  * gcsfuse.run.googleapis.com
@@ -4031,7 +4036,8 @@ class ServiceTemplateSpecVolumeCsiArgs:
4031
4036
  """
4032
4037
  Unique name representing the type of file system to be created. Cloud Run supports the following values:
4033
4038
  * gcsfuse.run.googleapis.com: Mount a Google Cloud Storage bucket using GCSFuse. This driver requires the
4034
- run.googleapis.com/execution-environment annotation to be unset or set to "gen2"
4039
+ run.googleapis.com/execution-environment annotation to be set to "gen2" and
4040
+ run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
4035
4041
  """
4036
4042
  return pulumi.get(self, "driver")
4037
4043