pulumi-gcp 7.17.0a1712163201__py3-none-any.whl → 7.17.0a1712402830__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 (44) hide show
  1. pulumi_gcp/bigtable/_inputs.py +4 -4
  2. pulumi_gcp/bigtable/gc_policy.py +8 -0
  3. pulumi_gcp/bigtable/outputs.py +4 -4
  4. pulumi_gcp/billing/_inputs.py +4 -4
  5. pulumi_gcp/billing/outputs.py +4 -4
  6. pulumi_gcp/cloudfunctionsv2/_inputs.py +2 -2
  7. pulumi_gcp/cloudfunctionsv2/outputs.py +4 -4
  8. pulumi_gcp/cloudrunv2/service.py +7 -7
  9. pulumi_gcp/composer/_inputs.py +14 -4
  10. pulumi_gcp/composer/outputs.py +22 -10
  11. pulumi_gcp/compute/_inputs.py +40 -44
  12. pulumi_gcp/compute/autoscaler.py +14 -14
  13. pulumi_gcp/compute/outputs.py +62 -60
  14. pulumi_gcp/compute/region_autoscaler.py +14 -14
  15. pulumi_gcp/container/_inputs.py +148 -16
  16. pulumi_gcp/container/outputs.py +148 -16
  17. pulumi_gcp/dataloss/_inputs.py +6 -6
  18. pulumi_gcp/dataloss/outputs.py +6 -6
  19. pulumi_gcp/dataproc/_inputs.py +14 -10
  20. pulumi_gcp/dataproc/outputs.py +14 -10
  21. pulumi_gcp/iam/_inputs.py +76 -0
  22. pulumi_gcp/iam/outputs.py +76 -0
  23. pulumi_gcp/iam/workforce_pool_provider.py +35 -0
  24. pulumi_gcp/iam/workload_identity_pool_provider.py +140 -0
  25. pulumi_gcp/logging/_inputs.py +8 -8
  26. pulumi_gcp/logging/metric.py +7 -7
  27. pulumi_gcp/logging/outputs.py +8 -8
  28. pulumi_gcp/monitoring/_inputs.py +2 -2
  29. pulumi_gcp/monitoring/outputs.py +2 -2
  30. pulumi_gcp/monitoring/slo.py +4 -4
  31. pulumi_gcp/networkservices/_inputs.py +6 -6
  32. pulumi_gcp/networkservices/outputs.py +6 -6
  33. pulumi_gcp/serviceusage/consumer_quota_override.py +7 -7
  34. pulumi_gcp/sql/_inputs.py +20 -2
  35. pulumi_gcp/sql/database_instance.py +2 -2
  36. pulumi_gcp/sql/outputs.py +20 -2
  37. pulumi_gcp/storage/_inputs.py +2 -2
  38. pulumi_gcp/storage/outputs.py +2 -2
  39. pulumi_gcp/vertex/_inputs.py +6 -8
  40. pulumi_gcp/vertex/outputs.py +8 -10
  41. {pulumi_gcp-7.17.0a1712163201.dist-info → pulumi_gcp-7.17.0a1712402830.dist-info}/METADATA +1 -1
  42. {pulumi_gcp-7.17.0a1712163201.dist-info → pulumi_gcp-7.17.0a1712402830.dist-info}/RECORD +44 -44
  43. {pulumi_gcp-7.17.0a1712163201.dist-info → pulumi_gcp-7.17.0a1712402830.dist-info}/WHEEL +0 -0
  44. {pulumi_gcp-7.17.0a1712163201.dist-info → pulumi_gcp-7.17.0a1712402830.dist-info}/top_level.txt +0 -0
@@ -2571,7 +2571,7 @@ class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransfo
2571
2571
  :param pulumi.Input['PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyArgs'] crypto_key: The key used by the encryption algorithm.
2572
2572
  Structure is documented below.
2573
2573
  :param pulumi.Input[str] custom_alphabet: This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range \\[2, 95\\]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is:
2574
- ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%!^(MISSING)&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
2574
+ ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
2575
2575
  :param pulumi.Input[int] radix: The native way to select the alphabet. Must be in the range \\[2, 95\\]. Only one of this, `custom_alphabet` or `common_alphabet` must be specified.
2576
2576
  :param pulumi.Input['PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigSurrogateInfoTypeArgs'] surrogate_info_type: The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info\\_type\\_name(surrogate\\_character\\_count):surrogate
2577
2577
  For example, if the name of custom infoType is 'MY\\_TOKEN\\_INFO\\_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY\\_TOKEN\\_INFO\\_TYPE(3):abc'
@@ -2644,7 +2644,7 @@ class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransfo
2644
2644
  def custom_alphabet(self) -> Optional[pulumi.Input[str]]:
2645
2645
  """
2646
2646
  This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range \\[2, 95\\]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is:
2647
- ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%!^(MISSING)&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
2647
+ ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
2648
2648
  """
2649
2649
  return pulumi.get(self, "custom_alphabet")
2650
2650
 
@@ -6226,7 +6226,7 @@ class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTran
6226
6226
  * a string is encoded in UTF-8 format followed by a single byte of value 2
6227
6227
  Structure is documented below.
6228
6228
  :param pulumi.Input[str] custom_alphabet: This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range \\[2, 95\\]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is:
6229
- ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%!^(MISSING)&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
6229
+ ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
6230
6230
  :param pulumi.Input[int] radix: The native way to select the alphabet. Must be in the range \\[2, 95\\]. Only one of this, `custom_alphabet` or `common_alphabet` must be specified.
6231
6231
  :param pulumi.Input['PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigSurrogateInfoTypeArgs'] surrogate_info_type: The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info\\_type\\_name(surrogate\\_character\\_count):surrogate
6232
6232
  For example, if the name of custom infoType is 'MY\\_TOKEN\\_INFO\\_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY\\_TOKEN\\_INFO\\_TYPE(3):abc'
@@ -6298,7 +6298,7 @@ class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTran
6298
6298
  def custom_alphabet(self) -> Optional[pulumi.Input[str]]:
6299
6299
  """
6300
6300
  This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range \\[2, 95\\]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is:
6301
- ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%!^(MISSING)&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
6301
+ ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
6302
6302
  """
6303
6303
  return pulumi.get(self, "custom_alphabet")
6304
6304
 
@@ -9165,7 +9165,7 @@ class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTran
9165
9165
  :param pulumi.Input['PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyArgs'] crypto_key: The key used by the encryption algorithm.
9166
9166
  Structure is documented below.
9167
9167
  :param pulumi.Input[str] custom_alphabet: This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range \\[2, 95\\]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is:
9168
- ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%!^(MISSING)&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
9168
+ ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
9169
9169
  :param pulumi.Input[int] radix: The native way to select the alphabet. Must be in the range \\[2, 95\\]. Only one of this, `custom_alphabet` or `common_alphabet` must be specified.
9170
9170
  :param pulumi.Input['PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigSurrogateInfoTypeArgs'] surrogate_info_type: The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info\\_type\\_name(surrogate\\_character\\_count):surrogate
9171
9171
  For example, if the name of custom infoType is 'MY\\_TOKEN\\_INFO\\_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY\\_TOKEN\\_INFO\\_TYPE(3):abc'
@@ -9238,7 +9238,7 @@ class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTran
9238
9238
  def custom_alphabet(self) -> Optional[pulumi.Input[str]]:
9239
9239
  """
9240
9240
  This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range \\[2, 95\\]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is:
9241
- ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%!^(MISSING)&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
9241
+ ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
9242
9242
  """
9243
9243
  return pulumi.get(self, "custom_alphabet")
9244
9244
 
@@ -2579,7 +2579,7 @@ class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransfo
2579
2579
  :param 'PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyArgs' crypto_key: The key used by the encryption algorithm.
2580
2580
  Structure is documented below.
2581
2581
  :param str custom_alphabet: This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range \\[2, 95\\]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is:
2582
- ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%!^(MISSING)&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
2582
+ ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
2583
2583
  :param int radix: The native way to select the alphabet. Must be in the range \\[2, 95\\]. Only one of this, `custom_alphabet` or `common_alphabet` must be specified.
2584
2584
  :param 'PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigSurrogateInfoTypeArgs' surrogate_info_type: The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info\\_type\\_name(surrogate\\_character\\_count):surrogate
2585
2585
  For example, if the name of custom infoType is 'MY\\_TOKEN\\_INFO\\_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY\\_TOKEN\\_INFO\\_TYPE(3):abc'
@@ -2640,7 +2640,7 @@ class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransfo
2640
2640
  def custom_alphabet(self) -> Optional[str]:
2641
2641
  """
2642
2642
  This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range \\[2, 95\\]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is:
2643
- ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%!^(MISSING)&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
2643
+ ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
2644
2644
  """
2645
2645
  return pulumi.get(self, "custom_alphabet")
2646
2646
 
@@ -6220,7 +6220,7 @@ class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTran
6220
6220
  * a string is encoded in UTF-8 format followed by a single byte of value 2
6221
6221
  Structure is documented below.
6222
6222
  :param str custom_alphabet: This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range \\[2, 95\\]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is:
6223
- ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%!^(MISSING)&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
6223
+ ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
6224
6224
  :param int radix: The native way to select the alphabet. Must be in the range \\[2, 95\\]. Only one of this, `custom_alphabet` or `common_alphabet` must be specified.
6225
6225
  :param 'PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigSurrogateInfoTypeArgs' surrogate_info_type: The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info\\_type\\_name(surrogate\\_character\\_count):surrogate
6226
6226
  For example, if the name of custom infoType is 'MY\\_TOKEN\\_INFO\\_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY\\_TOKEN\\_INFO\\_TYPE(3):abc'
@@ -6280,7 +6280,7 @@ class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTran
6280
6280
  def custom_alphabet(self) -> Optional[str]:
6281
6281
  """
6282
6282
  This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range \\[2, 95\\]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is:
6283
- ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%!^(MISSING)&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
6283
+ ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
6284
6284
  """
6285
6285
  return pulumi.get(self, "custom_alphabet")
6286
6286
 
@@ -9167,7 +9167,7 @@ class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTran
9167
9167
  :param 'PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyArgs' crypto_key: The key used by the encryption algorithm.
9168
9168
  Structure is documented below.
9169
9169
  :param str custom_alphabet: This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range \\[2, 95\\]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is:
9170
- ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%!^(MISSING)&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
9170
+ ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
9171
9171
  :param int radix: The native way to select the alphabet. Must be in the range \\[2, 95\\]. Only one of this, `custom_alphabet` or `common_alphabet` must be specified.
9172
9172
  :param 'PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigSurrogateInfoTypeArgs' surrogate_info_type: The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info\\_type\\_name(surrogate\\_character\\_count):surrogate
9173
9173
  For example, if the name of custom infoType is 'MY\\_TOKEN\\_INFO\\_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY\\_TOKEN\\_INFO\\_TYPE(3):abc'
@@ -9228,7 +9228,7 @@ class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTran
9228
9228
  def custom_alphabet(self) -> Optional[str]:
9229
9229
  """
9230
9230
  This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range \\[2, 95\\]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is:
9231
- ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%!^(MISSING)&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
9231
+ ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/``. Only one of this, `common_alphabet` or `radix` must be specified.
9232
9232
  """
9233
9233
  return pulumi.get(self, "custom_alphabet")
9234
9234
 
@@ -587,7 +587,9 @@ class ClusterClusterConfigArgs:
587
587
  Structure defined below.
588
588
  :param pulumi.Input[Sequence[pulumi.Input['ClusterClusterConfigAuxiliaryNodeGroupArgs']]] auxiliary_node_groups: A Dataproc NodeGroup resource is a group of Dataproc cluster nodes that execute an assigned role.
589
589
  Structure defined below.
590
- :param pulumi.Input[str] bucket: The name of the cloud storage bucket ultimately used to house the staging data for the cluster. If staging_bucket is specified, it will contain this value, otherwise it will be the auto generated name.
590
+ :param pulumi.Input[str] bucket: The name of the cloud storage bucket ultimately used to house the staging data
591
+ for the cluster. If `staging_bucket` is specified, it will contain this value, otherwise
592
+ it will be the auto generated name.
591
593
  :param pulumi.Input['ClusterClusterConfigDataprocMetricConfigArgs'] dataproc_metric_config: The Compute Engine accelerator (GPU) configuration for these instances. Can be specified multiple times.
592
594
  Structure defined below.
593
595
  :param pulumi.Input['ClusterClusterConfigEncryptionConfigArgs'] encryption_config: The Customer managed encryption keys settings for the cluster.
@@ -693,7 +695,9 @@ class ClusterClusterConfigArgs:
693
695
  @pulumi.getter
694
696
  def bucket(self) -> Optional[pulumi.Input[str]]:
695
697
  """
696
- The name of the cloud storage bucket ultimately used to house the staging data for the cluster. If staging_bucket is specified, it will contain this value, otherwise it will be the auto generated name.
698
+ The name of the cloud storage bucket ultimately used to house the staging data
699
+ for the cluster. If `staging_bucket` is specified, it will contain this value, otherwise
700
+ it will be the auto generated name.
697
701
  """
698
702
  return pulumi.get(self, "bucket")
699
703
 
@@ -4956,10 +4960,10 @@ class JobStatusArgs:
4956
4960
  state_start_time: Optional[pulumi.Input[str]] = None,
4957
4961
  substate: Optional[pulumi.Input[str]] = None):
4958
4962
  """
4959
- :param pulumi.Input[str] details: Output-only. Optional job state details, such as an error description if the state is ERROR
4960
- :param pulumi.Input[str] state: Output-only. A state message specifying the overall job state
4961
- :param pulumi.Input[str] state_start_time: Output-only. The time when this state was entered
4962
- :param pulumi.Input[str] substate: Output-only. Additional state information, which includes status reported by the agent
4963
+ :param pulumi.Input[str] details: Optional job state details, such as an error description if the state is ERROR.
4964
+ :param pulumi.Input[str] state: A state message specifying the overall job state.
4965
+ :param pulumi.Input[str] state_start_time: The time when this state was entered.
4966
+ :param pulumi.Input[str] substate: Additional state information, which includes status reported by the agent.
4963
4967
  """
4964
4968
  if details is not None:
4965
4969
  pulumi.set(__self__, "details", details)
@@ -4974,7 +4978,7 @@ class JobStatusArgs:
4974
4978
  @pulumi.getter
4975
4979
  def details(self) -> Optional[pulumi.Input[str]]:
4976
4980
  """
4977
- Output-only. Optional job state details, such as an error description if the state is ERROR
4981
+ Optional job state details, such as an error description if the state is ERROR.
4978
4982
  """
4979
4983
  return pulumi.get(self, "details")
4980
4984
 
@@ -4986,7 +4990,7 @@ class JobStatusArgs:
4986
4990
  @pulumi.getter
4987
4991
  def state(self) -> Optional[pulumi.Input[str]]:
4988
4992
  """
4989
- Output-only. A state message specifying the overall job state
4993
+ A state message specifying the overall job state.
4990
4994
  """
4991
4995
  return pulumi.get(self, "state")
4992
4996
 
@@ -4998,7 +5002,7 @@ class JobStatusArgs:
4998
5002
  @pulumi.getter(name="stateStartTime")
4999
5003
  def state_start_time(self) -> Optional[pulumi.Input[str]]:
5000
5004
  """
5001
- Output-only. The time when this state was entered
5005
+ The time when this state was entered.
5002
5006
  """
5003
5007
  return pulumi.get(self, "state_start_time")
5004
5008
 
@@ -5010,7 +5014,7 @@ class JobStatusArgs:
5010
5014
  @pulumi.getter
5011
5015
  def substate(self) -> Optional[pulumi.Input[str]]:
5012
5016
  """
5013
- Output-only. Additional state information, which includes status reported by the agent
5017
+ Additional state information, which includes status reported by the agent.
5014
5018
  """
5015
5019
  return pulumi.get(self, "substate")
5016
5020
 
@@ -653,7 +653,9 @@ class ClusterClusterConfig(dict):
653
653
  Structure defined below.
654
654
  :param Sequence['ClusterClusterConfigAuxiliaryNodeGroupArgs'] auxiliary_node_groups: A Dataproc NodeGroup resource is a group of Dataproc cluster nodes that execute an assigned role.
655
655
  Structure defined below.
656
- :param str bucket: The name of the cloud storage bucket ultimately used to house the staging data for the cluster. If staging_bucket is specified, it will contain this value, otherwise it will be the auto generated name.
656
+ :param str bucket: The name of the cloud storage bucket ultimately used to house the staging data
657
+ for the cluster. If `staging_bucket` is specified, it will contain this value, otherwise
658
+ it will be the auto generated name.
657
659
  :param 'ClusterClusterConfigDataprocMetricConfigArgs' dataproc_metric_config: The Compute Engine accelerator (GPU) configuration for these instances. Can be specified multiple times.
658
660
  Structure defined below.
659
661
  :param 'ClusterClusterConfigEncryptionConfigArgs' encryption_config: The Customer managed encryption keys settings for the cluster.
@@ -751,7 +753,9 @@ class ClusterClusterConfig(dict):
751
753
  @pulumi.getter
752
754
  def bucket(self) -> Optional[str]:
753
755
  """
754
- The name of the cloud storage bucket ultimately used to house the staging data for the cluster. If staging_bucket is specified, it will contain this value, otherwise it will be the auto generated name.
756
+ The name of the cloud storage bucket ultimately used to house the staging data
757
+ for the cluster. If `staging_bucket` is specified, it will contain this value, otherwise
758
+ it will be the auto generated name.
755
759
  """
756
760
  return pulumi.get(self, "bucket")
757
761
 
@@ -5305,10 +5309,10 @@ class JobStatus(dict):
5305
5309
  state_start_time: Optional[str] = None,
5306
5310
  substate: Optional[str] = None):
5307
5311
  """
5308
- :param str details: Output-only. Optional job state details, such as an error description if the state is ERROR
5309
- :param str state: Output-only. A state message specifying the overall job state
5310
- :param str state_start_time: Output-only. The time when this state was entered
5311
- :param str substate: Output-only. Additional state information, which includes status reported by the agent
5312
+ :param str details: Optional job state details, such as an error description if the state is ERROR.
5313
+ :param str state: A state message specifying the overall job state.
5314
+ :param str state_start_time: The time when this state was entered.
5315
+ :param str substate: Additional state information, which includes status reported by the agent.
5312
5316
  """
5313
5317
  if details is not None:
5314
5318
  pulumi.set(__self__, "details", details)
@@ -5323,7 +5327,7 @@ class JobStatus(dict):
5323
5327
  @pulumi.getter
5324
5328
  def details(self) -> Optional[str]:
5325
5329
  """
5326
- Output-only. Optional job state details, such as an error description if the state is ERROR
5330
+ Optional job state details, such as an error description if the state is ERROR.
5327
5331
  """
5328
5332
  return pulumi.get(self, "details")
5329
5333
 
@@ -5331,7 +5335,7 @@ class JobStatus(dict):
5331
5335
  @pulumi.getter
5332
5336
  def state(self) -> Optional[str]:
5333
5337
  """
5334
- Output-only. A state message specifying the overall job state
5338
+ A state message specifying the overall job state.
5335
5339
  """
5336
5340
  return pulumi.get(self, "state")
5337
5341
 
@@ -5339,7 +5343,7 @@ class JobStatus(dict):
5339
5343
  @pulumi.getter(name="stateStartTime")
5340
5344
  def state_start_time(self) -> Optional[str]:
5341
5345
  """
5342
- Output-only. The time when this state was entered
5346
+ The time when this state was entered.
5343
5347
  """
5344
5348
  return pulumi.get(self, "state_start_time")
5345
5349
 
@@ -5347,7 +5351,7 @@ class JobStatus(dict):
5347
5351
  @pulumi.getter
5348
5352
  def substate(self) -> Optional[str]:
5349
5353
  """
5350
- Output-only. Additional state information, which includes status reported by the agent
5354
+ Additional state information, which includes status reported by the agent.
5351
5355
  """
5352
5356
  return pulumi.get(self, "substate")
5353
5357
 
pulumi_gcp/iam/_inputs.py CHANGED
@@ -513,6 +513,23 @@ class WorkforcePoolProviderOidcArgs:
513
513
  .well-known path for the `issuer_uri`. Currently, RSA and EC asymmetric
514
514
  keys are supported. The JWK must use following format and include only
515
515
  the following fields:
516
+ ```
517
+ {
518
+ "keys": [
519
+ {
520
+ "kty": "RSA/EC",
521
+ "alg": "<algorithm>",
522
+ "use": "sig",
523
+ "kid": "<key-id>",
524
+ "n": "",
525
+ "e": "",
526
+ "x": "",
527
+ "y": "",
528
+ "crv": ""
529
+ }
530
+ ]
531
+ }
532
+ ```
516
533
  :param pulumi.Input['WorkforcePoolProviderOidcWebSsoConfigArgs'] web_sso_config: Configuration for web single sign-on for the OIDC provider. Here, web sign-in refers to console sign-in and gcloud sign-in through the browser.
517
534
  Structure is documented below.
518
535
  """
@@ -572,6 +589,23 @@ class WorkforcePoolProviderOidcArgs:
572
589
  .well-known path for the `issuer_uri`. Currently, RSA and EC asymmetric
573
590
  keys are supported. The JWK must use following format and include only
574
591
  the following fields:
592
+ ```
593
+ {
594
+ "keys": [
595
+ {
596
+ "kty": "RSA/EC",
597
+ "alg": "<algorithm>",
598
+ "use": "sig",
599
+ "kid": "<key-id>",
600
+ "n": "",
601
+ "e": "",
602
+ "x": "",
603
+ "y": "",
604
+ "crv": ""
605
+ }
606
+ ]
607
+ }
608
+ ```
575
609
  """
576
610
  return pulumi.get(self, "jwks_json")
577
611
 
@@ -812,12 +846,33 @@ class WorkloadIdentityPoolProviderOidcArgs:
812
846
  If this list is empty, the OIDC token audience must be equal to the full canonical
813
847
  resource name of the WorkloadIdentityPoolProvider, with or without the HTTPS prefix.
814
848
  For example:
849
+ ```
850
+ //iam.googleapis.com/projects/<project-number>/locations/<location>/workloadIdentityPools/<pool-id>/providers/<provider-id>
851
+ https://iam.googleapis.com/projects/<project-number>/locations/<location>/workloadIdentityPools/<pool-id>/providers/<provider-id>
852
+ ```
815
853
  :param pulumi.Input[str] jwks_json: OIDC JWKs in JSON String format. For details on definition of a
816
854
  JWK, see https:tools.ietf.org/html/rfc7517. If not set, then we
817
855
  use the `jwks_uri` from the discovery document fetched from the
818
856
  .well-known path for the `issuer_uri`. Currently, RSA and EC asymmetric
819
857
  keys are supported. The JWK must use following format and include only
820
858
  the following fields:
859
+ ```
860
+ {
861
+ "keys": [
862
+ {
863
+ "kty": "RSA/EC",
864
+ "alg": "<algorithm>",
865
+ "use": "sig",
866
+ "kid": "<key-id>",
867
+ "n": "",
868
+ "e": "",
869
+ "x": "",
870
+ "y": "",
871
+ "crv": ""
872
+ }
873
+ ]
874
+ }
875
+ ```
821
876
  """
822
877
  pulumi.set(__self__, "issuer_uri", issuer_uri)
823
878
  if allowed_audiences is not None:
@@ -848,6 +903,10 @@ class WorkloadIdentityPoolProviderOidcArgs:
848
903
  If this list is empty, the OIDC token audience must be equal to the full canonical
849
904
  resource name of the WorkloadIdentityPoolProvider, with or without the HTTPS prefix.
850
905
  For example:
906
+ ```
907
+ //iam.googleapis.com/projects/<project-number>/locations/<location>/workloadIdentityPools/<pool-id>/providers/<provider-id>
908
+ https://iam.googleapis.com/projects/<project-number>/locations/<location>/workloadIdentityPools/<pool-id>/providers/<provider-id>
909
+ ```
851
910
  """
852
911
  return pulumi.get(self, "allowed_audiences")
853
912
 
@@ -865,6 +924,23 @@ class WorkloadIdentityPoolProviderOidcArgs:
865
924
  .well-known path for the `issuer_uri`. Currently, RSA and EC asymmetric
866
925
  keys are supported. The JWK must use following format and include only
867
926
  the following fields:
927
+ ```
928
+ {
929
+ "keys": [
930
+ {
931
+ "kty": "RSA/EC",
932
+ "alg": "<algorithm>",
933
+ "use": "sig",
934
+ "kid": "<key-id>",
935
+ "n": "",
936
+ "e": "",
937
+ "x": "",
938
+ "y": "",
939
+ "crv": ""
940
+ }
941
+ ]
942
+ }
943
+ ```
868
944
  """
869
945
  return pulumi.get(self, "jwks_json")
870
946
 
pulumi_gcp/iam/outputs.py CHANGED
@@ -550,6 +550,23 @@ class WorkforcePoolProviderOidc(dict):
550
550
  .well-known path for the `issuer_uri`. Currently, RSA and EC asymmetric
551
551
  keys are supported. The JWK must use following format and include only
552
552
  the following fields:
553
+ ```
554
+ {
555
+ "keys": [
556
+ {
557
+ "kty": "RSA/EC",
558
+ "alg": "<algorithm>",
559
+ "use": "sig",
560
+ "kid": "<key-id>",
561
+ "n": "",
562
+ "e": "",
563
+ "x": "",
564
+ "y": "",
565
+ "crv": ""
566
+ }
567
+ ]
568
+ }
569
+ ```
553
570
  :param 'WorkforcePoolProviderOidcWebSsoConfigArgs' web_sso_config: Configuration for web single sign-on for the OIDC provider. Here, web sign-in refers to console sign-in and gcloud sign-in through the browser.
554
571
  Structure is documented below.
555
572
  """
@@ -597,6 +614,23 @@ class WorkforcePoolProviderOidc(dict):
597
614
  .well-known path for the `issuer_uri`. Currently, RSA and EC asymmetric
598
615
  keys are supported. The JWK must use following format and include only
599
616
  the following fields:
617
+ ```
618
+ {
619
+ "keys": [
620
+ {
621
+ "kty": "RSA/EC",
622
+ "alg": "<algorithm>",
623
+ "use": "sig",
624
+ "kid": "<key-id>",
625
+ "n": "",
626
+ "e": "",
627
+ "x": "",
628
+ "y": "",
629
+ "crv": ""
630
+ }
631
+ ]
632
+ }
633
+ ```
600
634
  """
601
635
  return pulumi.get(self, "jwks_json")
602
636
 
@@ -890,12 +924,33 @@ class WorkloadIdentityPoolProviderOidc(dict):
890
924
  If this list is empty, the OIDC token audience must be equal to the full canonical
891
925
  resource name of the WorkloadIdentityPoolProvider, with or without the HTTPS prefix.
892
926
  For example:
927
+ ```
928
+ //iam.googleapis.com/projects/<project-number>/locations/<location>/workloadIdentityPools/<pool-id>/providers/<provider-id>
929
+ https://iam.googleapis.com/projects/<project-number>/locations/<location>/workloadIdentityPools/<pool-id>/providers/<provider-id>
930
+ ```
893
931
  :param str jwks_json: OIDC JWKs in JSON String format. For details on definition of a
894
932
  JWK, see https:tools.ietf.org/html/rfc7517. If not set, then we
895
933
  use the `jwks_uri` from the discovery document fetched from the
896
934
  .well-known path for the `issuer_uri`. Currently, RSA and EC asymmetric
897
935
  keys are supported. The JWK must use following format and include only
898
936
  the following fields:
937
+ ```
938
+ {
939
+ "keys": [
940
+ {
941
+ "kty": "RSA/EC",
942
+ "alg": "<algorithm>",
943
+ "use": "sig",
944
+ "kid": "<key-id>",
945
+ "n": "",
946
+ "e": "",
947
+ "x": "",
948
+ "y": "",
949
+ "crv": ""
950
+ }
951
+ ]
952
+ }
953
+ ```
899
954
  """
900
955
  pulumi.set(__self__, "issuer_uri", issuer_uri)
901
956
  if allowed_audiences is not None:
@@ -922,6 +977,10 @@ class WorkloadIdentityPoolProviderOidc(dict):
922
977
  If this list is empty, the OIDC token audience must be equal to the full canonical
923
978
  resource name of the WorkloadIdentityPoolProvider, with or without the HTTPS prefix.
924
979
  For example:
980
+ ```
981
+ //iam.googleapis.com/projects/<project-number>/locations/<location>/workloadIdentityPools/<pool-id>/providers/<provider-id>
982
+ https://iam.googleapis.com/projects/<project-number>/locations/<location>/workloadIdentityPools/<pool-id>/providers/<provider-id>
983
+ ```
925
984
  """
926
985
  return pulumi.get(self, "allowed_audiences")
927
986
 
@@ -935,6 +994,23 @@ class WorkloadIdentityPoolProviderOidc(dict):
935
994
  .well-known path for the `issuer_uri`. Currently, RSA and EC asymmetric
936
995
  keys are supported. The JWK must use following format and include only
937
996
  the following fields:
997
+ ```
998
+ {
999
+ "keys": [
1000
+ {
1001
+ "kty": "RSA/EC",
1002
+ "alg": "<algorithm>",
1003
+ "use": "sig",
1004
+ "kid": "<key-id>",
1005
+ "n": "",
1006
+ "e": "",
1007
+ "x": "",
1008
+ "y": "",
1009
+ "crv": ""
1010
+ }
1011
+ ]
1012
+ }
1013
+ ```
938
1014
  """
939
1015
  return pulumi.get(self, "jwks_json")
940
1016
 
@@ -81,6 +81,11 @@ class WorkforcePoolProviderArgs:
81
81
  For OIDC providers, you must supply a custom mapping that includes the `google.subject` attribute.
82
82
  For example, the following maps the sub claim of the incoming credential to the `subject` attribute
83
83
  on a Google token:
84
+ ```
85
+ {"google.subject": "assertion.sub"}
86
+ ```
87
+ An object containing a list of `"key": value` pairs.
88
+ Example: `{ "name": "wrench", "mass": "1.3kg", "count": "3" }`.
84
89
  :param pulumi.Input[str] description: A user-specified description of the provider. Cannot exceed 256 characters.
85
90
  :param pulumi.Input[bool] disabled: Whether the provider is disabled. You cannot use a disabled provider to exchange tokens.
86
91
  However, existing tokens still grant access.
@@ -209,6 +214,11 @@ class WorkforcePoolProviderArgs:
209
214
  For OIDC providers, you must supply a custom mapping that includes the `google.subject` attribute.
210
215
  For example, the following maps the sub claim of the incoming credential to the `subject` attribute
211
216
  on a Google token:
217
+ ```
218
+ {"google.subject": "assertion.sub"}
219
+ ```
220
+ An object containing a list of `"key": value` pairs.
221
+ Example: `{ "name": "wrench", "mass": "1.3kg", "count": "3" }`.
212
222
  """
213
223
  return pulumi.get(self, "attribute_mapping")
214
224
 
@@ -339,6 +349,11 @@ class _WorkforcePoolProviderState:
339
349
  For OIDC providers, you must supply a custom mapping that includes the `google.subject` attribute.
340
350
  For example, the following maps the sub claim of the incoming credential to the `subject` attribute
341
351
  on a Google token:
352
+ ```
353
+ {"google.subject": "assertion.sub"}
354
+ ```
355
+ An object containing a list of `"key": value` pairs.
356
+ Example: `{ "name": "wrench", "mass": "1.3kg", "count": "3" }`.
342
357
  :param pulumi.Input[str] description: A user-specified description of the provider. Cannot exceed 256 characters.
343
358
  :param pulumi.Input[bool] disabled: Whether the provider is disabled. You cannot use a disabled provider to exchange tokens.
344
359
  However, existing tokens still grant access.
@@ -449,6 +464,11 @@ class _WorkforcePoolProviderState:
449
464
  For OIDC providers, you must supply a custom mapping that includes the `google.subject` attribute.
450
465
  For example, the following maps the sub claim of the incoming credential to the `subject` attribute
451
466
  on a Google token:
467
+ ```
468
+ {"google.subject": "assertion.sub"}
469
+ ```
470
+ An object containing a list of `"key": value` pairs.
471
+ Example: `{ "name": "wrench", "mass": "1.3kg", "count": "3" }`.
452
472
  """
453
473
  return pulumi.get(self, "attribute_mapping")
454
474
 
@@ -811,6 +831,11 @@ class WorkforcePoolProvider(pulumi.CustomResource):
811
831
  For OIDC providers, you must supply a custom mapping that includes the `google.subject` attribute.
812
832
  For example, the following maps the sub claim of the incoming credential to the `subject` attribute
813
833
  on a Google token:
834
+ ```
835
+ {"google.subject": "assertion.sub"}
836
+ ```
837
+ An object containing a list of `"key": value` pairs.
838
+ Example: `{ "name": "wrench", "mass": "1.3kg", "count": "3" }`.
814
839
  :param pulumi.Input[str] description: A user-specified description of the provider. Cannot exceed 256 characters.
815
840
  :param pulumi.Input[bool] disabled: Whether the provider is disabled. You cannot use a disabled provider to exchange tokens.
816
841
  However, existing tokens still grant access.
@@ -1117,6 +1142,11 @@ class WorkforcePoolProvider(pulumi.CustomResource):
1117
1142
  For OIDC providers, you must supply a custom mapping that includes the `google.subject` attribute.
1118
1143
  For example, the following maps the sub claim of the incoming credential to the `subject` attribute
1119
1144
  on a Google token:
1145
+ ```
1146
+ {"google.subject": "assertion.sub"}
1147
+ ```
1148
+ An object containing a list of `"key": value` pairs.
1149
+ Example: `{ "name": "wrench", "mass": "1.3kg", "count": "3" }`.
1120
1150
  :param pulumi.Input[str] description: A user-specified description of the provider. Cannot exceed 256 characters.
1121
1151
  :param pulumi.Input[bool] disabled: Whether the provider is disabled. You cannot use a disabled provider to exchange tokens.
1122
1152
  However, existing tokens still grant access.
@@ -1216,6 +1246,11 @@ class WorkforcePoolProvider(pulumi.CustomResource):
1216
1246
  For OIDC providers, you must supply a custom mapping that includes the `google.subject` attribute.
1217
1247
  For example, the following maps the sub claim of the incoming credential to the `subject` attribute
1218
1248
  on a Google token:
1249
+ ```
1250
+ {"google.subject": "assertion.sub"}
1251
+ ```
1252
+ An object containing a list of `"key": value` pairs.
1253
+ Example: `{ "name": "wrench", "mass": "1.3kg", "count": "3" }`.
1219
1254
  """
1220
1255
  return pulumi.get(self, "attribute_mapping")
1221
1256