pulumi-gcp 9.0.0a1__py3-none-any.whl → 9.0.0a1758219982__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 (209) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/activedirectory/peering.py +16 -0
  3. pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
  4. pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
  5. pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
  6. pulumi_gcp/apigateway/api_iam_binding.py +4 -4
  7. pulumi_gcp/apigateway/api_iam_member.py +4 -4
  8. pulumi_gcp/apigateway/api_iam_policy.py +4 -4
  9. pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
  10. pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
  11. pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
  12. pulumi_gcp/artifactregistry/__init__.py +1 -0
  13. pulumi_gcp/artifactregistry/get_python_package.py +237 -0
  14. pulumi_gcp/artifactregistry/get_repository.py +12 -1
  15. pulumi_gcp/artifactregistry/repository.py +28 -0
  16. pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
  17. pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
  18. pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
  19. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
  20. pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
  21. pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
  22. pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
  23. pulumi_gcp/bigquery/app_profile.py +14 -49
  24. pulumi_gcp/bigquery/dataset_access.py +4 -8
  25. pulumi_gcp/bigquery/table.py +7 -21
  26. pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
  27. pulumi_gcp/bigtable/app_profile.py +14 -49
  28. pulumi_gcp/bigtable/table.py +42 -42
  29. pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
  30. pulumi_gcp/chronicle/_inputs.py +6 -5
  31. pulumi_gcp/chronicle/outputs.py +4 -3
  32. pulumi_gcp/chronicle/reference_list.py +53 -5
  33. pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
  34. pulumi_gcp/cloudbuild/_inputs.py +20 -0
  35. pulumi_gcp/cloudbuild/outputs.py +14 -0
  36. pulumi_gcp/cloudbuild/trigger.py +4 -2
  37. pulumi_gcp/cloudbuild/worker_pool.py +28 -21
  38. pulumi_gcp/cloudfunctions/function.py +4 -8
  39. pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
  40. pulumi_gcp/cloudrunv2/_inputs.py +57 -0
  41. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  42. pulumi_gcp/cloudrunv2/outputs.py +81 -0
  43. pulumi_gcp/cloudrunv2/service.py +54 -0
  44. pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
  45. pulumi_gcp/composer/environment.py +28 -49
  46. pulumi_gcp/compute/_inputs.py +804 -24
  47. pulumi_gcp/compute/backend_bucket.py +14 -0
  48. pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
  49. pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
  50. pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
  51. pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
  52. pulumi_gcp/compute/backend_service_iam_member.py +464 -0
  53. pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
  54. pulumi_gcp/compute/cross_site_network.py +16 -0
  55. pulumi_gcp/compute/future_reservation.py +32 -0
  56. pulumi_gcp/compute/get_region_backend_service.py +12 -1
  57. pulumi_gcp/compute/get_resource_policy.py +2 -20
  58. pulumi_gcp/compute/instance_from_machine_image.py +75 -110
  59. pulumi_gcp/compute/instance_from_template.py +75 -110
  60. pulumi_gcp/compute/instance_group_manager.py +7 -14
  61. pulumi_gcp/compute/instance_template.py +7 -14
  62. pulumi_gcp/compute/interconnect.py +4 -8
  63. pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
  64. pulumi_gcp/compute/machine_image_iam_member.py +8 -4
  65. pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
  66. pulumi_gcp/compute/network_edge_security_service.py +16 -0
  67. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
  68. pulumi_gcp/compute/outputs.py +671 -16
  69. pulumi_gcp/compute/preview_feature.py +16 -0
  70. pulumi_gcp/compute/public_delegated_prefix.py +42 -0
  71. pulumi_gcp/compute/region_backend_service.py +54 -0
  72. pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
  73. pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
  74. pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
  75. pulumi_gcp/compute/region_instance_group_manager.py +7 -14
  76. pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
  77. pulumi_gcp/compute/region_resize_request.py +24 -0
  78. pulumi_gcp/compute/region_url_map.py +75 -0
  79. pulumi_gcp/compute/wire_group.py +16 -0
  80. pulumi_gcp/container/_inputs.py +446 -18
  81. pulumi_gcp/container/aws_cluster.py +28 -42
  82. pulumi_gcp/container/aws_node_pool.py +28 -42
  83. pulumi_gcp/container/azure_cluster.py +35 -70
  84. pulumi_gcp/container/azure_node_pool.py +28 -42
  85. pulumi_gcp/container/cluster.py +16 -7
  86. pulumi_gcp/container/outputs.py +423 -15
  87. pulumi_gcp/dataflow/flex_template_job.py +10 -0
  88. pulumi_gcp/dataform/repository.py +16 -0
  89. pulumi_gcp/dataform/repository_release_config.py +16 -0
  90. pulumi_gcp/dataform/repository_workflow_config.py +16 -0
  91. pulumi_gcp/dataplex/asset.py +28 -21
  92. pulumi_gcp/dataplex/zone.py +28 -21
  93. pulumi_gcp/dataproc/cluster.py +21 -14
  94. pulumi_gcp/dataproc/workflow_template.py +42 -105
  95. pulumi_gcp/discoveryengine/__init__.py +1 -0
  96. pulumi_gcp/discoveryengine/_inputs.py +94 -0
  97. pulumi_gcp/discoveryengine/acl_config.py +393 -0
  98. pulumi_gcp/discoveryengine/outputs.py +92 -0
  99. pulumi_gcp/firebase/android_app.py +16 -0
  100. pulumi_gcp/firebase/apple_app.py +16 -0
  101. pulumi_gcp/firebase/database_instance.py +16 -0
  102. pulumi_gcp/firebase/extensions_instance.py +12 -0
  103. pulumi_gcp/firebase/get_android_app.py +4 -2
  104. pulumi_gcp/firebase/get_apple_app.py +4 -2
  105. pulumi_gcp/firebase/get_apple_app_config.py +16 -2
  106. pulumi_gcp/firebase/get_hosting_channel.py +4 -2
  107. pulumi_gcp/firebase/hosting_channel.py +20 -0
  108. pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
  109. pulumi_gcp/firebase/hosting_release.py +16 -0
  110. pulumi_gcp/firebase/hosting_site.py +16 -0
  111. pulumi_gcp/firebase/hosting_version.py +16 -0
  112. pulumi_gcp/firebase/storage_bucket.py +18 -0
  113. pulumi_gcp/firestore/index.py +118 -3
  114. pulumi_gcp/folder/service_identity.py +26 -0
  115. pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
  116. pulumi_gcp/healthcare/_inputs.py +205 -0
  117. pulumi_gcp/healthcare/fhir_store.py +128 -0
  118. pulumi_gcp/healthcare/outputs.py +163 -0
  119. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
  120. pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
  121. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
  122. pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
  123. pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
  124. pulumi_gcp/iap/__init__.py +4 -0
  125. pulumi_gcp/iap/_inputs.py +130 -0
  126. pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
  127. pulumi_gcp/iap/outputs.py +76 -0
  128. pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1002 -0
  129. pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1002 -0
  130. pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
  131. pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
  132. pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
  133. pulumi_gcp/logging/folder_bucket_config.py +7 -21
  134. pulumi_gcp/logging/organization_bucket_config.py +7 -21
  135. pulumi_gcp/logging/organization_sink.py +7 -7
  136. pulumi_gcp/managedkafka/connect_cluster.py +4 -0
  137. pulumi_gcp/managedkafka/connector.py +4 -0
  138. pulumi_gcp/memorystore/instance.py +14 -14
  139. pulumi_gcp/monitoring/dashboard.py +7 -14
  140. pulumi_gcp/netapp/storage_pool.py +91 -2
  141. pulumi_gcp/netapp/volume.py +47 -0
  142. pulumi_gcp/networkmanagement/__init__.py +1 -0
  143. pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
  144. pulumi_gcp/networksecurity/authorization_policy.py +12 -0
  145. pulumi_gcp/networkservices/gateway.py +7 -7
  146. pulumi_gcp/networkservices/service_lb_policies.py +12 -0
  147. pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
  148. pulumi_gcp/organizations/project.py +7 -21
  149. pulumi_gcp/projects/service.py +0 -7
  150. pulumi_gcp/pulumi-plugin.json +1 -1
  151. pulumi_gcp/resourcemanager/capability.py +16 -0
  152. pulumi_gcp/runtimeconfig/config.py +16 -0
  153. pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
  154. pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
  155. pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
  156. pulumi_gcp/runtimeconfig/variable.py +10 -0
  157. pulumi_gcp/saasruntime/__init__.py +1 -0
  158. pulumi_gcp/saasruntime/_inputs.py +458 -0
  159. pulumi_gcp/saasruntime/outputs.py +392 -0
  160. pulumi_gcp/saasruntime/saa_s.py +4 -0
  161. pulumi_gcp/saasruntime/unit_kind.py +1024 -0
  162. pulumi_gcp/securesourcemanager/instance.py +7 -7
  163. pulumi_gcp/securesourcemanager/repository.py +7 -7
  164. pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
  165. pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
  166. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  167. pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
  168. pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
  169. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  170. pulumi_gcp/sql/_inputs.py +135 -1
  171. pulumi_gcp/sql/database_instance.py +54 -14
  172. pulumi_gcp/sql/get_database_instance.py +12 -1
  173. pulumi_gcp/sql/outputs.py +265 -3
  174. pulumi_gcp/storage/_inputs.py +246 -0
  175. pulumi_gcp/storage/bucket.py +7 -14
  176. pulumi_gcp/storage/bucket_object.py +0 -9
  177. pulumi_gcp/storage/outputs.py +191 -1
  178. pulumi_gcp/storage/transfer_job.py +47 -0
  179. pulumi_gcp/tpu/v2_queued_resource.py +16 -0
  180. pulumi_gcp/tpu/v2_vm.py +16 -0
  181. pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
  182. pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
  183. pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
  184. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
  185. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
  186. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
  187. pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
  188. pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
  189. pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
  190. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
  191. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
  192. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
  193. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
  194. pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
  195. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
  196. pulumi_gcp/vertex/ai_metadata_store.py +16 -0
  197. pulumi_gcp/workstations/workstation.py +16 -0
  198. pulumi_gcp/workstations/workstation_cluster.py +16 -0
  199. pulumi_gcp/workstations/workstation_config.py +16 -0
  200. pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
  201. pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
  202. pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
  203. pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
  204. pulumi_gcp/workstations/workstation_iam_member.py +272 -0
  205. pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
  206. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
  207. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +209 -200
  208. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
  209. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
@@ -102,6 +102,8 @@ __all__ = [
102
102
  'TransferJobScheduleScheduleStartDate',
103
103
  'TransferJobScheduleStartTimeOfDay',
104
104
  'TransferJobTransferSpec',
105
+ 'TransferJobTransferSpecAwsS3CompatibleDataSource',
106
+ 'TransferJobTransferSpecAwsS3CompatibleDataSourceS3Metadata',
105
107
  'TransferJobTransferSpecAwsS3DataSource',
106
108
  'TransferJobTransferSpecAwsS3DataSourceAwsAccessKey',
107
109
  'TransferJobTransferSpecAzureBlobStorageDataSource',
@@ -4377,7 +4379,9 @@ class TransferJobTransferSpec(dict):
4377
4379
  @staticmethod
4378
4380
  def __key_warning(key: str):
4379
4381
  suggest = None
4380
- if key == "awsS3DataSource":
4382
+ if key == "awsS3CompatibleDataSource":
4383
+ suggest = "aws_s3_compatible_data_source"
4384
+ elif key == "awsS3DataSource":
4381
4385
  suggest = "aws_s3_data_source"
4382
4386
  elif key == "azureBlobStorageDataSource":
4383
4387
  suggest = "azure_blob_storage_data_source"
@@ -4414,6 +4418,7 @@ class TransferJobTransferSpec(dict):
4414
4418
  return super().get(key, default)
4415
4419
 
4416
4420
  def __init__(__self__, *,
4421
+ aws_s3_compatible_data_source: Optional['outputs.TransferJobTransferSpecAwsS3CompatibleDataSource'] = None,
4417
4422
  aws_s3_data_source: Optional['outputs.TransferJobTransferSpecAwsS3DataSource'] = None,
4418
4423
  azure_blob_storage_data_source: Optional['outputs.TransferJobTransferSpecAzureBlobStorageDataSource'] = None,
4419
4424
  gcs_data_sink: Optional['outputs.TransferJobTransferSpecGcsDataSink'] = None,
@@ -4427,6 +4432,7 @@ class TransferJobTransferSpec(dict):
4427
4432
  source_agent_pool_name: Optional[_builtins.str] = None,
4428
4433
  transfer_options: Optional['outputs.TransferJobTransferSpecTransferOptions'] = None):
4429
4434
  """
4435
+ :param 'TransferJobTransferSpecAwsS3CompatibleDataSourceArgs' aws_s3_compatible_data_source: An AWS S3 Compatible data source. Structure documented below.
4430
4436
  :param 'TransferJobTransferSpecAwsS3DataSourceArgs' aws_s3_data_source: An AWS S3 data source. Structure documented below.
4431
4437
  :param 'TransferJobTransferSpecAzureBlobStorageDataSourceArgs' azure_blob_storage_data_source: An Azure Blob Storage data source. Structure documented below.
4432
4438
  :param 'TransferJobTransferSpecGcsDataSinkArgs' gcs_data_sink: A Google Cloud Storage data sink. Structure documented below.
@@ -4440,6 +4446,8 @@ class TransferJobTransferSpec(dict):
4440
4446
  :param _builtins.str source_agent_pool_name: Specifies the agent pool name associated with the posix data source. When unspecified, the default name is used.
4441
4447
  :param 'TransferJobTransferSpecTransferOptionsArgs' transfer_options: Characteristics of how to treat files from datasource and sink during job. If the option `delete_objects_unique_in_sink` is true, object conditions based on objects' `last_modification_time` are ignored and do not exclude objects in a data source or a data sink. Structure documented below.
4442
4448
  """
4449
+ if aws_s3_compatible_data_source is not None:
4450
+ pulumi.set(__self__, "aws_s3_compatible_data_source", aws_s3_compatible_data_source)
4443
4451
  if aws_s3_data_source is not None:
4444
4452
  pulumi.set(__self__, "aws_s3_data_source", aws_s3_data_source)
4445
4453
  if azure_blob_storage_data_source is not None:
@@ -4465,6 +4473,14 @@ class TransferJobTransferSpec(dict):
4465
4473
  if transfer_options is not None:
4466
4474
  pulumi.set(__self__, "transfer_options", transfer_options)
4467
4475
 
4476
+ @_builtins.property
4477
+ @pulumi.getter(name="awsS3CompatibleDataSource")
4478
+ def aws_s3_compatible_data_source(self) -> Optional['outputs.TransferJobTransferSpecAwsS3CompatibleDataSource']:
4479
+ """
4480
+ An AWS S3 Compatible data source. Structure documented below.
4481
+ """
4482
+ return pulumi.get(self, "aws_s3_compatible_data_source")
4483
+
4468
4484
  @_builtins.property
4469
4485
  @pulumi.getter(name="awsS3DataSource")
4470
4486
  def aws_s3_data_source(self) -> Optional['outputs.TransferJobTransferSpecAwsS3DataSource']:
@@ -4562,6 +4578,166 @@ class TransferJobTransferSpec(dict):
4562
4578
  return pulumi.get(self, "transfer_options")
4563
4579
 
4564
4580
 
4581
+ @pulumi.output_type
4582
+ class TransferJobTransferSpecAwsS3CompatibleDataSource(dict):
4583
+ @staticmethod
4584
+ def __key_warning(key: str):
4585
+ suggest = None
4586
+ if key == "bucketName":
4587
+ suggest = "bucket_name"
4588
+ elif key == "s3Metadata":
4589
+ suggest = "s3_metadata"
4590
+
4591
+ if suggest:
4592
+ pulumi.log.warn(f"Key '{key}' not found in TransferJobTransferSpecAwsS3CompatibleDataSource. Access the value via the '{suggest}' property getter instead.")
4593
+
4594
+ def __getitem__(self, key: str) -> Any:
4595
+ TransferJobTransferSpecAwsS3CompatibleDataSource.__key_warning(key)
4596
+ return super().__getitem__(key)
4597
+
4598
+ def get(self, key: str, default = None) -> Any:
4599
+ TransferJobTransferSpecAwsS3CompatibleDataSource.__key_warning(key)
4600
+ return super().get(key, default)
4601
+
4602
+ def __init__(__self__, *,
4603
+ bucket_name: _builtins.str,
4604
+ endpoint: _builtins.str,
4605
+ path: Optional[_builtins.str] = None,
4606
+ region: Optional[_builtins.str] = None,
4607
+ s3_metadata: Optional['outputs.TransferJobTransferSpecAwsS3CompatibleDataSourceS3Metadata'] = None):
4608
+ """
4609
+ :param _builtins.str bucket_name: Name of the bucket.
4610
+ :param _builtins.str endpoint: Endpoint of the storage service.
4611
+ :param _builtins.str path: Specifies the path to transfer objects.
4612
+ :param _builtins.str region: Specifies the region to sign requests with. This can be left blank if requests should be signed with an empty region.
4613
+ :param 'TransferJobTransferSpecAwsS3CompatibleDataSourceS3MetadataArgs' s3_metadata: S3 compatible metadata.
4614
+ """
4615
+ pulumi.set(__self__, "bucket_name", bucket_name)
4616
+ pulumi.set(__self__, "endpoint", endpoint)
4617
+ if path is not None:
4618
+ pulumi.set(__self__, "path", path)
4619
+ if region is not None:
4620
+ pulumi.set(__self__, "region", region)
4621
+ if s3_metadata is not None:
4622
+ pulumi.set(__self__, "s3_metadata", s3_metadata)
4623
+
4624
+ @_builtins.property
4625
+ @pulumi.getter(name="bucketName")
4626
+ def bucket_name(self) -> _builtins.str:
4627
+ """
4628
+ Name of the bucket.
4629
+ """
4630
+ return pulumi.get(self, "bucket_name")
4631
+
4632
+ @_builtins.property
4633
+ @pulumi.getter
4634
+ def endpoint(self) -> _builtins.str:
4635
+ """
4636
+ Endpoint of the storage service.
4637
+ """
4638
+ return pulumi.get(self, "endpoint")
4639
+
4640
+ @_builtins.property
4641
+ @pulumi.getter
4642
+ def path(self) -> Optional[_builtins.str]:
4643
+ """
4644
+ Specifies the path to transfer objects.
4645
+ """
4646
+ return pulumi.get(self, "path")
4647
+
4648
+ @_builtins.property
4649
+ @pulumi.getter
4650
+ def region(self) -> Optional[_builtins.str]:
4651
+ """
4652
+ Specifies the region to sign requests with. This can be left blank if requests should be signed with an empty region.
4653
+ """
4654
+ return pulumi.get(self, "region")
4655
+
4656
+ @_builtins.property
4657
+ @pulumi.getter(name="s3Metadata")
4658
+ def s3_metadata(self) -> Optional['outputs.TransferJobTransferSpecAwsS3CompatibleDataSourceS3Metadata']:
4659
+ """
4660
+ S3 compatible metadata.
4661
+ """
4662
+ return pulumi.get(self, "s3_metadata")
4663
+
4664
+
4665
+ @pulumi.output_type
4666
+ class TransferJobTransferSpecAwsS3CompatibleDataSourceS3Metadata(dict):
4667
+ @staticmethod
4668
+ def __key_warning(key: str):
4669
+ suggest = None
4670
+ if key == "authMethod":
4671
+ suggest = "auth_method"
4672
+ elif key == "listApi":
4673
+ suggest = "list_api"
4674
+ elif key == "requestModel":
4675
+ suggest = "request_model"
4676
+
4677
+ if suggest:
4678
+ pulumi.log.warn(f"Key '{key}' not found in TransferJobTransferSpecAwsS3CompatibleDataSourceS3Metadata. Access the value via the '{suggest}' property getter instead.")
4679
+
4680
+ def __getitem__(self, key: str) -> Any:
4681
+ TransferJobTransferSpecAwsS3CompatibleDataSourceS3Metadata.__key_warning(key)
4682
+ return super().__getitem__(key)
4683
+
4684
+ def get(self, key: str, default = None) -> Any:
4685
+ TransferJobTransferSpecAwsS3CompatibleDataSourceS3Metadata.__key_warning(key)
4686
+ return super().get(key, default)
4687
+
4688
+ def __init__(__self__, *,
4689
+ auth_method: Optional[_builtins.str] = None,
4690
+ list_api: Optional[_builtins.str] = None,
4691
+ protocol: Optional[_builtins.str] = None,
4692
+ request_model: Optional[_builtins.str] = None):
4693
+ """
4694
+ :param _builtins.str auth_method: Authentication and authorization method used by the storage service. When not specified, Transfer Service will attempt to determine right auth method to use.
4695
+ :param _builtins.str list_api: The Listing API to use for discovering objects. When not specified, Transfer Service will attempt to determine the right API to use.
4696
+ :param _builtins.str protocol: The network protocol of the agent. When not specified, the default value of NetworkProtocol NETWORK_PROTOCOL_HTTPS is used.
4697
+ :param _builtins.str request_model: API request model used to call the storage service. When not specified, the default value of RequestModel REQUEST_MODEL_VIRTUAL_HOSTED_STYLE is used.
4698
+ """
4699
+ if auth_method is not None:
4700
+ pulumi.set(__self__, "auth_method", auth_method)
4701
+ if list_api is not None:
4702
+ pulumi.set(__self__, "list_api", list_api)
4703
+ if protocol is not None:
4704
+ pulumi.set(__self__, "protocol", protocol)
4705
+ if request_model is not None:
4706
+ pulumi.set(__self__, "request_model", request_model)
4707
+
4708
+ @_builtins.property
4709
+ @pulumi.getter(name="authMethod")
4710
+ def auth_method(self) -> Optional[_builtins.str]:
4711
+ """
4712
+ Authentication and authorization method used by the storage service. When not specified, Transfer Service will attempt to determine right auth method to use.
4713
+ """
4714
+ return pulumi.get(self, "auth_method")
4715
+
4716
+ @_builtins.property
4717
+ @pulumi.getter(name="listApi")
4718
+ def list_api(self) -> Optional[_builtins.str]:
4719
+ """
4720
+ The Listing API to use for discovering objects. When not specified, Transfer Service will attempt to determine the right API to use.
4721
+ """
4722
+ return pulumi.get(self, "list_api")
4723
+
4724
+ @_builtins.property
4725
+ @pulumi.getter
4726
+ def protocol(self) -> Optional[_builtins.str]:
4727
+ """
4728
+ The network protocol of the agent. When not specified, the default value of NetworkProtocol NETWORK_PROTOCOL_HTTPS is used.
4729
+ """
4730
+ return pulumi.get(self, "protocol")
4731
+
4732
+ @_builtins.property
4733
+ @pulumi.getter(name="requestModel")
4734
+ def request_model(self) -> Optional[_builtins.str]:
4735
+ """
4736
+ API request model used to call the storage service. When not specified, the default value of RequestModel REQUEST_MODEL_VIRTUAL_HOSTED_STYLE is used.
4737
+ """
4738
+ return pulumi.get(self, "request_model")
4739
+
4740
+
4565
4741
  @pulumi.output_type
4566
4742
  class TransferJobTransferSpecAwsS3DataSource(dict):
4567
4743
  @staticmethod
@@ -4573,6 +4749,8 @@ class TransferJobTransferSpecAwsS3DataSource(dict):
4573
4749
  suggest = "aws_access_key"
4574
4750
  elif key == "cloudfrontDomain":
4575
4751
  suggest = "cloudfront_domain"
4752
+ elif key == "credentialsSecret":
4753
+ suggest = "credentials_secret"
4576
4754
  elif key == "managedPrivateNetwork":
4577
4755
  suggest = "managed_private_network"
4578
4756
  elif key == "roleArn":
@@ -4593,6 +4771,7 @@ class TransferJobTransferSpecAwsS3DataSource(dict):
4593
4771
  bucket_name: _builtins.str,
4594
4772
  aws_access_key: Optional['outputs.TransferJobTransferSpecAwsS3DataSourceAwsAccessKey'] = None,
4595
4773
  cloudfront_domain: Optional[_builtins.str] = None,
4774
+ credentials_secret: Optional[_builtins.str] = None,
4596
4775
  managed_private_network: Optional[_builtins.bool] = None,
4597
4776
  path: Optional[_builtins.str] = None,
4598
4777
  role_arn: Optional[_builtins.str] = None):
@@ -4600,6 +4779,7 @@ class TransferJobTransferSpecAwsS3DataSource(dict):
4600
4779
  :param _builtins.str bucket_name: S3 Bucket name.
4601
4780
  :param 'TransferJobTransferSpecAwsS3DataSourceAwsAccessKeyArgs' aws_access_key: AWS credentials block.
4602
4781
  :param _builtins.str cloudfront_domain: The CloudFront distribution domain name pointing to this bucket, to use when fetching. See [Transfer from S3 via CloudFront](https://cloud.google.com/storage-transfer/docs/s3-cloudfront) for more information. Format: https://{id}.cloudfront.net or any valid custom domain. Must begin with https://.
4782
+ :param _builtins.str credentials_secret: The Resource name of a secret in Secret Manager. AWS credentials must be stored in Secret Manager in JSON format. If credentials_secret is specified, do not specify role_arn or aws_access_key. Format: projects/{projectNumber}/secrets/{secret_name}.
4603
4783
  :param _builtins.bool managed_private_network: Egress bytes over a Google-managed private network. This network is shared between other users of Storage Transfer Service.
4604
4784
  :param _builtins.str path: S3 Bucket path in bucket to transfer.
4605
4785
  :param _builtins.str role_arn: The Amazon Resource Name (ARN) of the role to support temporary credentials via 'AssumeRoleWithWebIdentity'. For more information about ARNs, see [IAM ARNs](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-arns). When a role ARN is provided, Transfer Service fetches temporary credentials for the session using a 'AssumeRoleWithWebIdentity' call for the provided role using the [GoogleServiceAccount][] for this project.
@@ -4609,6 +4789,8 @@ class TransferJobTransferSpecAwsS3DataSource(dict):
4609
4789
  pulumi.set(__self__, "aws_access_key", aws_access_key)
4610
4790
  if cloudfront_domain is not None:
4611
4791
  pulumi.set(__self__, "cloudfront_domain", cloudfront_domain)
4792
+ if credentials_secret is not None:
4793
+ pulumi.set(__self__, "credentials_secret", credentials_secret)
4612
4794
  if managed_private_network is not None:
4613
4795
  pulumi.set(__self__, "managed_private_network", managed_private_network)
4614
4796
  if path is not None:
@@ -4640,6 +4822,14 @@ class TransferJobTransferSpecAwsS3DataSource(dict):
4640
4822
  """
4641
4823
  return pulumi.get(self, "cloudfront_domain")
4642
4824
 
4825
+ @_builtins.property
4826
+ @pulumi.getter(name="credentialsSecret")
4827
+ def credentials_secret(self) -> Optional[_builtins.str]:
4828
+ """
4829
+ The Resource name of a secret in Secret Manager. AWS credentials must be stored in Secret Manager in JSON format. If credentials_secret is specified, do not specify role_arn or aws_access_key. Format: projects/{projectNumber}/secrets/{secret_name}.
4830
+ """
4831
+ return pulumi.get(self, "credentials_secret")
4832
+
4643
4833
  @_builtins.property
4644
4834
  @pulumi.getter(name="managedPrivateNetwork")
4645
4835
  def managed_private_network(self) -> Optional[_builtins.bool]:
@@ -29,6 +29,7 @@ class TransferJobArgs:
29
29
  project: Optional[pulumi.Input[_builtins.str]] = None,
30
30
  replication_spec: Optional[pulumi.Input['TransferJobReplicationSpecArgs']] = None,
31
31
  schedule: Optional[pulumi.Input['TransferJobScheduleArgs']] = None,
32
+ service_account: Optional[pulumi.Input[_builtins.str]] = None,
32
33
  status: Optional[pulumi.Input[_builtins.str]] = None,
33
34
  transfer_spec: Optional[pulumi.Input['TransferJobTransferSpecArgs']] = None):
34
35
  """
@@ -44,6 +45,7 @@ class TransferJobArgs:
44
45
 
45
46
  - - -
46
47
  :param pulumi.Input['TransferJobScheduleArgs'] schedule: Schedule specification defining when the Transfer Job should be scheduled to start, end and what time to run. Structure documented below. Either `schedule` or `event_stream` must be set.
48
+ :param pulumi.Input[_builtins.str] service_account: The user-managed service account to run the job. If this field is specified, the given service account is granted the necessary permissions to all applicable resources (e.g. GCS buckets) required by the job.
47
49
  :param pulumi.Input[_builtins.str] status: Status of the job. Default: `ENABLED`. **NOTE: The effect of the new job status takes place during a subsequent job run. For example, if you change the job status from ENABLED to DISABLED, and an operation spawned by the transfer is running, the status change would not affect the current operation.**
48
50
  :param pulumi.Input['TransferJobTransferSpecArgs'] transfer_spec: Transfer specification. Structure documented below. One of `transfer_spec`, or `replication_spec` can be specified.
49
51
  """
@@ -62,6 +64,8 @@ class TransferJobArgs:
62
64
  pulumi.set(__self__, "replication_spec", replication_spec)
63
65
  if schedule is not None:
64
66
  pulumi.set(__self__, "schedule", schedule)
67
+ if service_account is not None:
68
+ pulumi.set(__self__, "service_account", service_account)
65
69
  if status is not None:
66
70
  pulumi.set(__self__, "status", status)
67
71
  if transfer_spec is not None:
@@ -166,6 +170,18 @@ class TransferJobArgs:
166
170
  def schedule(self, value: Optional[pulumi.Input['TransferJobScheduleArgs']]):
167
171
  pulumi.set(self, "schedule", value)
168
172
 
173
+ @_builtins.property
174
+ @pulumi.getter(name="serviceAccount")
175
+ def service_account(self) -> Optional[pulumi.Input[_builtins.str]]:
176
+ """
177
+ The user-managed service account to run the job. If this field is specified, the given service account is granted the necessary permissions to all applicable resources (e.g. GCS buckets) required by the job.
178
+ """
179
+ return pulumi.get(self, "service_account")
180
+
181
+ @service_account.setter
182
+ def service_account(self, value: Optional[pulumi.Input[_builtins.str]]):
183
+ pulumi.set(self, "service_account", value)
184
+
169
185
  @_builtins.property
170
186
  @pulumi.getter
171
187
  def status(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -205,6 +221,7 @@ class _TransferJobState:
205
221
  project: Optional[pulumi.Input[_builtins.str]] = None,
206
222
  replication_spec: Optional[pulumi.Input['TransferJobReplicationSpecArgs']] = None,
207
223
  schedule: Optional[pulumi.Input['TransferJobScheduleArgs']] = None,
224
+ service_account: Optional[pulumi.Input[_builtins.str]] = None,
208
225
  status: Optional[pulumi.Input[_builtins.str]] = None,
209
226
  transfer_spec: Optional[pulumi.Input['TransferJobTransferSpecArgs']] = None):
210
227
  """
@@ -223,6 +240,7 @@ class _TransferJobState:
223
240
 
224
241
  - - -
225
242
  :param pulumi.Input['TransferJobScheduleArgs'] schedule: Schedule specification defining when the Transfer Job should be scheduled to start, end and what time to run. Structure documented below. Either `schedule` or `event_stream` must be set.
243
+ :param pulumi.Input[_builtins.str] service_account: The user-managed service account to run the job. If this field is specified, the given service account is granted the necessary permissions to all applicable resources (e.g. GCS buckets) required by the job.
226
244
  :param pulumi.Input[_builtins.str] status: Status of the job. Default: `ENABLED`. **NOTE: The effect of the new job status takes place during a subsequent job run. For example, if you change the job status from ENABLED to DISABLED, and an operation spawned by the transfer is running, the status change would not affect the current operation.**
227
245
  :param pulumi.Input['TransferJobTransferSpecArgs'] transfer_spec: Transfer specification. Structure documented below. One of `transfer_spec`, or `replication_spec` can be specified.
228
246
  """
@@ -248,6 +266,8 @@ class _TransferJobState:
248
266
  pulumi.set(__self__, "replication_spec", replication_spec)
249
267
  if schedule is not None:
250
268
  pulumi.set(__self__, "schedule", schedule)
269
+ if service_account is not None:
270
+ pulumi.set(__self__, "service_account", service_account)
251
271
  if status is not None:
252
272
  pulumi.set(__self__, "status", status)
253
273
  if transfer_spec is not None:
@@ -388,6 +408,18 @@ class _TransferJobState:
388
408
  def schedule(self, value: Optional[pulumi.Input['TransferJobScheduleArgs']]):
389
409
  pulumi.set(self, "schedule", value)
390
410
 
411
+ @_builtins.property
412
+ @pulumi.getter(name="serviceAccount")
413
+ def service_account(self) -> Optional[pulumi.Input[_builtins.str]]:
414
+ """
415
+ The user-managed service account to run the job. If this field is specified, the given service account is granted the necessary permissions to all applicable resources (e.g. GCS buckets) required by the job.
416
+ """
417
+ return pulumi.get(self, "service_account")
418
+
419
+ @service_account.setter
420
+ def service_account(self, value: Optional[pulumi.Input[_builtins.str]]):
421
+ pulumi.set(self, "service_account", value)
422
+
391
423
  @_builtins.property
392
424
  @pulumi.getter
393
425
  def status(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -427,6 +459,7 @@ class TransferJob(pulumi.CustomResource):
427
459
  project: Optional[pulumi.Input[_builtins.str]] = None,
428
460
  replication_spec: Optional[pulumi.Input[Union['TransferJobReplicationSpecArgs', 'TransferJobReplicationSpecArgsDict']]] = None,
429
461
  schedule: Optional[pulumi.Input[Union['TransferJobScheduleArgs', 'TransferJobScheduleArgsDict']]] = None,
462
+ service_account: Optional[pulumi.Input[_builtins.str]] = None,
430
463
  status: Optional[pulumi.Input[_builtins.str]] = None,
431
464
  transfer_spec: Optional[pulumi.Input[Union['TransferJobTransferSpecArgs', 'TransferJobTransferSpecArgsDict']]] = None,
432
465
  __props__=None):
@@ -555,6 +588,7 @@ class TransferJob(pulumi.CustomResource):
555
588
 
556
589
  - - -
557
590
  :param pulumi.Input[Union['TransferJobScheduleArgs', 'TransferJobScheduleArgsDict']] schedule: Schedule specification defining when the Transfer Job should be scheduled to start, end and what time to run. Structure documented below. Either `schedule` or `event_stream` must be set.
591
+ :param pulumi.Input[_builtins.str] service_account: The user-managed service account to run the job. If this field is specified, the given service account is granted the necessary permissions to all applicable resources (e.g. GCS buckets) required by the job.
558
592
  :param pulumi.Input[_builtins.str] status: Status of the job. Default: `ENABLED`. **NOTE: The effect of the new job status takes place during a subsequent job run. For example, if you change the job status from ENABLED to DISABLED, and an operation spawned by the transfer is running, the status change would not affect the current operation.**
559
593
  :param pulumi.Input[Union['TransferJobTransferSpecArgs', 'TransferJobTransferSpecArgsDict']] transfer_spec: Transfer specification. Structure documented below. One of `transfer_spec`, or `replication_spec` can be specified.
560
594
  """
@@ -699,6 +733,7 @@ class TransferJob(pulumi.CustomResource):
699
733
  project: Optional[pulumi.Input[_builtins.str]] = None,
700
734
  replication_spec: Optional[pulumi.Input[Union['TransferJobReplicationSpecArgs', 'TransferJobReplicationSpecArgsDict']]] = None,
701
735
  schedule: Optional[pulumi.Input[Union['TransferJobScheduleArgs', 'TransferJobScheduleArgsDict']]] = None,
736
+ service_account: Optional[pulumi.Input[_builtins.str]] = None,
702
737
  status: Optional[pulumi.Input[_builtins.str]] = None,
703
738
  transfer_spec: Optional[pulumi.Input[Union['TransferJobTransferSpecArgs', 'TransferJobTransferSpecArgsDict']]] = None,
704
739
  __props__=None):
@@ -720,6 +755,7 @@ class TransferJob(pulumi.CustomResource):
720
755
  __props__.__dict__["project"] = project
721
756
  __props__.__dict__["replication_spec"] = replication_spec
722
757
  __props__.__dict__["schedule"] = schedule
758
+ __props__.__dict__["service_account"] = service_account
723
759
  __props__.__dict__["status"] = status
724
760
  __props__.__dict__["transfer_spec"] = transfer_spec
725
761
  __props__.__dict__["creation_time"] = None
@@ -746,6 +782,7 @@ class TransferJob(pulumi.CustomResource):
746
782
  project: Optional[pulumi.Input[_builtins.str]] = None,
747
783
  replication_spec: Optional[pulumi.Input[Union['TransferJobReplicationSpecArgs', 'TransferJobReplicationSpecArgsDict']]] = None,
748
784
  schedule: Optional[pulumi.Input[Union['TransferJobScheduleArgs', 'TransferJobScheduleArgsDict']]] = None,
785
+ service_account: Optional[pulumi.Input[_builtins.str]] = None,
749
786
  status: Optional[pulumi.Input[_builtins.str]] = None,
750
787
  transfer_spec: Optional[pulumi.Input[Union['TransferJobTransferSpecArgs', 'TransferJobTransferSpecArgsDict']]] = None) -> 'TransferJob':
751
788
  """
@@ -769,6 +806,7 @@ class TransferJob(pulumi.CustomResource):
769
806
 
770
807
  - - -
771
808
  :param pulumi.Input[Union['TransferJobScheduleArgs', 'TransferJobScheduleArgsDict']] schedule: Schedule specification defining when the Transfer Job should be scheduled to start, end and what time to run. Structure documented below. Either `schedule` or `event_stream` must be set.
809
+ :param pulumi.Input[_builtins.str] service_account: The user-managed service account to run the job. If this field is specified, the given service account is granted the necessary permissions to all applicable resources (e.g. GCS buckets) required by the job.
772
810
  :param pulumi.Input[_builtins.str] status: Status of the job. Default: `ENABLED`. **NOTE: The effect of the new job status takes place during a subsequent job run. For example, if you change the job status from ENABLED to DISABLED, and an operation spawned by the transfer is running, the status change would not affect the current operation.**
773
811
  :param pulumi.Input[Union['TransferJobTransferSpecArgs', 'TransferJobTransferSpecArgsDict']] transfer_spec: Transfer specification. Structure documented below. One of `transfer_spec`, or `replication_spec` can be specified.
774
812
  """
@@ -787,6 +825,7 @@ class TransferJob(pulumi.CustomResource):
787
825
  __props__.__dict__["project"] = project
788
826
  __props__.__dict__["replication_spec"] = replication_spec
789
827
  __props__.__dict__["schedule"] = schedule
828
+ __props__.__dict__["service_account"] = service_account
790
829
  __props__.__dict__["status"] = status
791
830
  __props__.__dict__["transfer_spec"] = transfer_spec
792
831
  return TransferJob(resource_name, opts=opts, __props__=__props__)
@@ -882,6 +921,14 @@ class TransferJob(pulumi.CustomResource):
882
921
  """
883
922
  return pulumi.get(self, "schedule")
884
923
 
924
+ @_builtins.property
925
+ @pulumi.getter(name="serviceAccount")
926
+ def service_account(self) -> pulumi.Output[Optional[_builtins.str]]:
927
+ """
928
+ The user-managed service account to run the job. If this field is specified, the given service account is granted the necessary permissions to all applicable resources (e.g. GCS buckets) required by the job.
929
+ """
930
+ return pulumi.get(self, "service_account")
931
+
885
932
  @_builtins.property
886
933
  @pulumi.getter
887
934
  def status(self) -> pulumi.Output[Optional[_builtins.str]]:
@@ -182,6 +182,14 @@ class V2QueuedResource(pulumi.CustomResource):
182
182
  zone: Optional[pulumi.Input[_builtins.str]] = None,
183
183
  __props__=None):
184
184
  """
185
+ A Cloud TPU Queued Resource.
186
+
187
+ To get more information about QueuedResource, see:
188
+
189
+ * [API documentation](https://cloud.google.com/tpu/docs/reference/rest/v2/projects.locations.queuedResources)
190
+ * How-to Guides
191
+ * [Official Documentation](https://cloud.google.com/tpu/docs/)
192
+
185
193
  ## Example Usage
186
194
 
187
195
  ### Tpu V2 Queued Resource Basic
@@ -290,6 +298,14 @@ class V2QueuedResource(pulumi.CustomResource):
290
298
  args: Optional[V2QueuedResourceArgs] = None,
291
299
  opts: Optional[pulumi.ResourceOptions] = None):
292
300
  """
301
+ A Cloud TPU Queued Resource.
302
+
303
+ To get more information about QueuedResource, see:
304
+
305
+ * [API documentation](https://cloud.google.com/tpu/docs/reference/rest/v2/projects.locations.queuedResources)
306
+ * How-to Guides
307
+ * [Official Documentation](https://cloud.google.com/tpu/docs/)
308
+
293
309
  ## Example Usage
294
310
 
295
311
  ### Tpu V2 Queued Resource Basic
pulumi_gcp/tpu/v2_vm.py CHANGED
@@ -846,6 +846,14 @@ class V2Vm(pulumi.CustomResource):
846
846
  zone: Optional[pulumi.Input[_builtins.str]] = None,
847
847
  __props__=None):
848
848
  """
849
+ A Cloud TPU VM instance.
850
+
851
+ To get more information about Vm, see:
852
+
853
+ * [API documentation](https://cloud.google.com/tpu/docs/reference/rest/v2/projects.locations.nodes)
854
+ * How-to Guides
855
+ * [Official Documentation](https://cloud.google.com/tpu/docs/)
856
+
849
857
  ## Example Usage
850
858
 
851
859
  ### Tpu V2 Vm Basic
@@ -1007,6 +1015,14 @@ class V2Vm(pulumi.CustomResource):
1007
1015
  args: V2VmArgs,
1008
1016
  opts: Optional[pulumi.ResourceOptions] = None):
1009
1017
  """
1018
+ A Cloud TPU VM instance.
1019
+
1020
+ To get more information about Vm, see:
1021
+
1022
+ * [API documentation](https://cloud.google.com/tpu/docs/reference/rest/v2/projects.locations.nodes)
1023
+ * How-to Guides
1024
+ * [Official Documentation](https://cloud.google.com/tpu/docs/)
1025
+
1010
1026
  ## Example Usage
1011
1027
 
1012
1028
  ### Tpu V2 Vm Basic