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.
- pulumi_gcp/__init__.py +48 -0
- pulumi_gcp/activedirectory/peering.py +16 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_iam_policy.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_python_package.py +237 -0
- pulumi_gcp/artifactregistry/get_repository.py +12 -1
- pulumi_gcp/artifactregistry/repository.py +28 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
- pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
- pulumi_gcp/bigquery/app_profile.py +14 -49
- pulumi_gcp/bigquery/dataset_access.py +4 -8
- pulumi_gcp/bigquery/table.py +7 -21
- pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
- pulumi_gcp/bigtable/app_profile.py +14 -49
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
- pulumi_gcp/chronicle/_inputs.py +6 -5
- pulumi_gcp/chronicle/outputs.py +4 -3
- pulumi_gcp/chronicle/reference_list.py +53 -5
- pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
- pulumi_gcp/cloudbuild/_inputs.py +20 -0
- pulumi_gcp/cloudbuild/outputs.py +14 -0
- pulumi_gcp/cloudbuild/trigger.py +4 -2
- pulumi_gcp/cloudbuild/worker_pool.py +28 -21
- pulumi_gcp/cloudfunctions/function.py +4 -8
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
- pulumi_gcp/cloudrunv2/_inputs.py +57 -0
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/outputs.py +81 -0
- pulumi_gcp/cloudrunv2/service.py +54 -0
- pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
- pulumi_gcp/composer/environment.py +28 -49
- pulumi_gcp/compute/_inputs.py +804 -24
- pulumi_gcp/compute/backend_bucket.py +14 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
- pulumi_gcp/compute/backend_service_iam_member.py +464 -0
- pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
- pulumi_gcp/compute/cross_site_network.py +16 -0
- pulumi_gcp/compute/future_reservation.py +32 -0
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_resource_policy.py +2 -20
- pulumi_gcp/compute/instance_from_machine_image.py +75 -110
- pulumi_gcp/compute/instance_from_template.py +75 -110
- pulumi_gcp/compute/instance_group_manager.py +7 -14
- pulumi_gcp/compute/instance_template.py +7 -14
- pulumi_gcp/compute/interconnect.py +4 -8
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
- pulumi_gcp/compute/machine_image_iam_member.py +8 -4
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
- pulumi_gcp/compute/network_edge_security_service.py +16 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
- pulumi_gcp/compute/outputs.py +671 -16
- pulumi_gcp/compute/preview_feature.py +16 -0
- pulumi_gcp/compute/public_delegated_prefix.py +42 -0
- pulumi_gcp/compute/region_backend_service.py +54 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
- pulumi_gcp/compute/region_instance_group_manager.py +7 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
- pulumi_gcp/compute/region_resize_request.py +24 -0
- pulumi_gcp/compute/region_url_map.py +75 -0
- pulumi_gcp/compute/wire_group.py +16 -0
- pulumi_gcp/container/_inputs.py +446 -18
- pulumi_gcp/container/aws_cluster.py +28 -42
- pulumi_gcp/container/aws_node_pool.py +28 -42
- pulumi_gcp/container/azure_cluster.py +35 -70
- pulumi_gcp/container/azure_node_pool.py +28 -42
- pulumi_gcp/container/cluster.py +16 -7
- pulumi_gcp/container/outputs.py +423 -15
- pulumi_gcp/dataflow/flex_template_job.py +10 -0
- pulumi_gcp/dataform/repository.py +16 -0
- pulumi_gcp/dataform/repository_release_config.py +16 -0
- pulumi_gcp/dataform/repository_workflow_config.py +16 -0
- pulumi_gcp/dataplex/asset.py +28 -21
- pulumi_gcp/dataplex/zone.py +28 -21
- pulumi_gcp/dataproc/cluster.py +21 -14
- pulumi_gcp/dataproc/workflow_template.py +42 -105
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/_inputs.py +94 -0
- pulumi_gcp/discoveryengine/acl_config.py +393 -0
- pulumi_gcp/discoveryengine/outputs.py +92 -0
- pulumi_gcp/firebase/android_app.py +16 -0
- pulumi_gcp/firebase/apple_app.py +16 -0
- pulumi_gcp/firebase/database_instance.py +16 -0
- pulumi_gcp/firebase/extensions_instance.py +12 -0
- pulumi_gcp/firebase/get_android_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app_config.py +16 -2
- pulumi_gcp/firebase/get_hosting_channel.py +4 -2
- pulumi_gcp/firebase/hosting_channel.py +20 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
- pulumi_gcp/firebase/hosting_release.py +16 -0
- pulumi_gcp/firebase/hosting_site.py +16 -0
- pulumi_gcp/firebase/hosting_version.py +16 -0
- pulumi_gcp/firebase/storage_bucket.py +18 -0
- pulumi_gcp/firestore/index.py +118 -3
- pulumi_gcp/folder/service_identity.py +26 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
- pulumi_gcp/healthcare/_inputs.py +205 -0
- pulumi_gcp/healthcare/fhir_store.py +128 -0
- pulumi_gcp/healthcare/outputs.py +163 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
- pulumi_gcp/logging/folder_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_sink.py +7 -7
- pulumi_gcp/managedkafka/connect_cluster.py +4 -0
- pulumi_gcp/managedkafka/connector.py +4 -0
- pulumi_gcp/memorystore/instance.py +14 -14
- pulumi_gcp/monitoring/dashboard.py +7 -14
- pulumi_gcp/netapp/storage_pool.py +91 -2
- pulumi_gcp/netapp/volume.py +47 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
- pulumi_gcp/networksecurity/authorization_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +7 -7
- pulumi_gcp/networkservices/service_lb_policies.py +12 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/organizations/project.py +7 -21
- pulumi_gcp/projects/service.py +0 -7
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/capability.py +16 -0
- pulumi_gcp/runtimeconfig/config.py +16 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
- pulumi_gcp/runtimeconfig/variable.py +10 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +458 -0
- pulumi_gcp/saasruntime/outputs.py +392 -0
- pulumi_gcp/saasruntime/saa_s.py +4 -0
- pulumi_gcp/saasruntime/unit_kind.py +1024 -0
- pulumi_gcp/securesourcemanager/instance.py +7 -7
- pulumi_gcp/securesourcemanager/repository.py +7 -7
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sql/_inputs.py +135 -1
- pulumi_gcp/sql/database_instance.py +54 -14
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +265 -3
- pulumi_gcp/storage/_inputs.py +246 -0
- pulumi_gcp/storage/bucket.py +7 -14
- pulumi_gcp/storage/bucket_object.py +0 -9
- pulumi_gcp/storage/outputs.py +191 -1
- pulumi_gcp/storage/transfer_job.py +47 -0
- pulumi_gcp/tpu/v2_queued_resource.py +16 -0
- pulumi_gcp/tpu/v2_vm.py +16 -0
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_metadata_store.py +16 -0
- pulumi_gcp/workstations/workstation.py +16 -0
- pulumi_gcp/workstations/workstation_cluster.py +16 -0
- pulumi_gcp/workstations/workstation_config.py +16 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
- pulumi_gcp/workstations/workstation_iam_member.py +272 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +209 -200
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
pulumi_gcp/storage/_inputs.py
CHANGED
@@ -187,6 +187,10 @@ __all__ = [
|
|
187
187
|
'TransferJobScheduleStartTimeOfDayArgsDict',
|
188
188
|
'TransferJobTransferSpecArgs',
|
189
189
|
'TransferJobTransferSpecArgsDict',
|
190
|
+
'TransferJobTransferSpecAwsS3CompatibleDataSourceArgs',
|
191
|
+
'TransferJobTransferSpecAwsS3CompatibleDataSourceArgsDict',
|
192
|
+
'TransferJobTransferSpecAwsS3CompatibleDataSourceS3MetadataArgs',
|
193
|
+
'TransferJobTransferSpecAwsS3CompatibleDataSourceS3MetadataArgsDict',
|
190
194
|
'TransferJobTransferSpecAwsS3DataSourceArgs',
|
191
195
|
'TransferJobTransferSpecAwsS3DataSourceArgsDict',
|
192
196
|
'TransferJobTransferSpecAwsS3DataSourceAwsAccessKeyArgs',
|
@@ -5345,6 +5349,10 @@ class TransferJobScheduleStartTimeOfDayArgs:
|
|
5345
5349
|
|
5346
5350
|
if not MYPY:
|
5347
5351
|
class TransferJobTransferSpecArgsDict(TypedDict):
|
5352
|
+
aws_s3_compatible_data_source: NotRequired[pulumi.Input['TransferJobTransferSpecAwsS3CompatibleDataSourceArgsDict']]
|
5353
|
+
"""
|
5354
|
+
An AWS S3 Compatible data source. Structure documented below.
|
5355
|
+
"""
|
5348
5356
|
aws_s3_data_source: NotRequired[pulumi.Input['TransferJobTransferSpecAwsS3DataSourceArgsDict']]
|
5349
5357
|
"""
|
5350
5358
|
An AWS S3 data source. Structure documented below.
|
@@ -5399,6 +5407,7 @@ elif False:
|
|
5399
5407
|
@pulumi.input_type
|
5400
5408
|
class TransferJobTransferSpecArgs:
|
5401
5409
|
def __init__(__self__, *,
|
5410
|
+
aws_s3_compatible_data_source: Optional[pulumi.Input['TransferJobTransferSpecAwsS3CompatibleDataSourceArgs']] = None,
|
5402
5411
|
aws_s3_data_source: Optional[pulumi.Input['TransferJobTransferSpecAwsS3DataSourceArgs']] = None,
|
5403
5412
|
azure_blob_storage_data_source: Optional[pulumi.Input['TransferJobTransferSpecAzureBlobStorageDataSourceArgs']] = None,
|
5404
5413
|
gcs_data_sink: Optional[pulumi.Input['TransferJobTransferSpecGcsDataSinkArgs']] = None,
|
@@ -5412,6 +5421,7 @@ class TransferJobTransferSpecArgs:
|
|
5412
5421
|
source_agent_pool_name: Optional[pulumi.Input[_builtins.str]] = None,
|
5413
5422
|
transfer_options: Optional[pulumi.Input['TransferJobTransferSpecTransferOptionsArgs']] = None):
|
5414
5423
|
"""
|
5424
|
+
:param pulumi.Input['TransferJobTransferSpecAwsS3CompatibleDataSourceArgs'] aws_s3_compatible_data_source: An AWS S3 Compatible data source. Structure documented below.
|
5415
5425
|
:param pulumi.Input['TransferJobTransferSpecAwsS3DataSourceArgs'] aws_s3_data_source: An AWS S3 data source. Structure documented below.
|
5416
5426
|
:param pulumi.Input['TransferJobTransferSpecAzureBlobStorageDataSourceArgs'] azure_blob_storage_data_source: An Azure Blob Storage data source. Structure documented below.
|
5417
5427
|
:param pulumi.Input['TransferJobTransferSpecGcsDataSinkArgs'] gcs_data_sink: A Google Cloud Storage data sink. Structure documented below.
|
@@ -5425,6 +5435,8 @@ class TransferJobTransferSpecArgs:
|
|
5425
5435
|
:param pulumi.Input[_builtins.str] source_agent_pool_name: Specifies the agent pool name associated with the posix data source. When unspecified, the default name is used.
|
5426
5436
|
:param pulumi.Input['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.
|
5427
5437
|
"""
|
5438
|
+
if aws_s3_compatible_data_source is not None:
|
5439
|
+
pulumi.set(__self__, "aws_s3_compatible_data_source", aws_s3_compatible_data_source)
|
5428
5440
|
if aws_s3_data_source is not None:
|
5429
5441
|
pulumi.set(__self__, "aws_s3_data_source", aws_s3_data_source)
|
5430
5442
|
if azure_blob_storage_data_source is not None:
|
@@ -5450,6 +5462,18 @@ class TransferJobTransferSpecArgs:
|
|
5450
5462
|
if transfer_options is not None:
|
5451
5463
|
pulumi.set(__self__, "transfer_options", transfer_options)
|
5452
5464
|
|
5465
|
+
@_builtins.property
|
5466
|
+
@pulumi.getter(name="awsS3CompatibleDataSource")
|
5467
|
+
def aws_s3_compatible_data_source(self) -> Optional[pulumi.Input['TransferJobTransferSpecAwsS3CompatibleDataSourceArgs']]:
|
5468
|
+
"""
|
5469
|
+
An AWS S3 Compatible data source. Structure documented below.
|
5470
|
+
"""
|
5471
|
+
return pulumi.get(self, "aws_s3_compatible_data_source")
|
5472
|
+
|
5473
|
+
@aws_s3_compatible_data_source.setter
|
5474
|
+
def aws_s3_compatible_data_source(self, value: Optional[pulumi.Input['TransferJobTransferSpecAwsS3CompatibleDataSourceArgs']]):
|
5475
|
+
pulumi.set(self, "aws_s3_compatible_data_source", value)
|
5476
|
+
|
5453
5477
|
@_builtins.property
|
5454
5478
|
@pulumi.getter(name="awsS3DataSource")
|
5455
5479
|
def aws_s3_data_source(self) -> Optional[pulumi.Input['TransferJobTransferSpecAwsS3DataSourceArgs']]:
|
@@ -5595,6 +5619,208 @@ class TransferJobTransferSpecArgs:
|
|
5595
5619
|
pulumi.set(self, "transfer_options", value)
|
5596
5620
|
|
5597
5621
|
|
5622
|
+
if not MYPY:
|
5623
|
+
class TransferJobTransferSpecAwsS3CompatibleDataSourceArgsDict(TypedDict):
|
5624
|
+
bucket_name: pulumi.Input[_builtins.str]
|
5625
|
+
"""
|
5626
|
+
Name of the bucket.
|
5627
|
+
"""
|
5628
|
+
endpoint: pulumi.Input[_builtins.str]
|
5629
|
+
"""
|
5630
|
+
Endpoint of the storage service.
|
5631
|
+
"""
|
5632
|
+
path: NotRequired[pulumi.Input[_builtins.str]]
|
5633
|
+
"""
|
5634
|
+
Specifies the path to transfer objects.
|
5635
|
+
"""
|
5636
|
+
region: NotRequired[pulumi.Input[_builtins.str]]
|
5637
|
+
"""
|
5638
|
+
Specifies the region to sign requests with. This can be left blank if requests should be signed with an empty region.
|
5639
|
+
"""
|
5640
|
+
s3_metadata: NotRequired[pulumi.Input['TransferJobTransferSpecAwsS3CompatibleDataSourceS3MetadataArgsDict']]
|
5641
|
+
"""
|
5642
|
+
S3 compatible metadata.
|
5643
|
+
"""
|
5644
|
+
elif False:
|
5645
|
+
TransferJobTransferSpecAwsS3CompatibleDataSourceArgsDict: TypeAlias = Mapping[str, Any]
|
5646
|
+
|
5647
|
+
@pulumi.input_type
|
5648
|
+
class TransferJobTransferSpecAwsS3CompatibleDataSourceArgs:
|
5649
|
+
def __init__(__self__, *,
|
5650
|
+
bucket_name: pulumi.Input[_builtins.str],
|
5651
|
+
endpoint: pulumi.Input[_builtins.str],
|
5652
|
+
path: Optional[pulumi.Input[_builtins.str]] = None,
|
5653
|
+
region: Optional[pulumi.Input[_builtins.str]] = None,
|
5654
|
+
s3_metadata: Optional[pulumi.Input['TransferJobTransferSpecAwsS3CompatibleDataSourceS3MetadataArgs']] = None):
|
5655
|
+
"""
|
5656
|
+
:param pulumi.Input[_builtins.str] bucket_name: Name of the bucket.
|
5657
|
+
:param pulumi.Input[_builtins.str] endpoint: Endpoint of the storage service.
|
5658
|
+
:param pulumi.Input[_builtins.str] path: Specifies the path to transfer objects.
|
5659
|
+
:param pulumi.Input[_builtins.str] region: Specifies the region to sign requests with. This can be left blank if requests should be signed with an empty region.
|
5660
|
+
:param pulumi.Input['TransferJobTransferSpecAwsS3CompatibleDataSourceS3MetadataArgs'] s3_metadata: S3 compatible metadata.
|
5661
|
+
"""
|
5662
|
+
pulumi.set(__self__, "bucket_name", bucket_name)
|
5663
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
5664
|
+
if path is not None:
|
5665
|
+
pulumi.set(__self__, "path", path)
|
5666
|
+
if region is not None:
|
5667
|
+
pulumi.set(__self__, "region", region)
|
5668
|
+
if s3_metadata is not None:
|
5669
|
+
pulumi.set(__self__, "s3_metadata", s3_metadata)
|
5670
|
+
|
5671
|
+
@_builtins.property
|
5672
|
+
@pulumi.getter(name="bucketName")
|
5673
|
+
def bucket_name(self) -> pulumi.Input[_builtins.str]:
|
5674
|
+
"""
|
5675
|
+
Name of the bucket.
|
5676
|
+
"""
|
5677
|
+
return pulumi.get(self, "bucket_name")
|
5678
|
+
|
5679
|
+
@bucket_name.setter
|
5680
|
+
def bucket_name(self, value: pulumi.Input[_builtins.str]):
|
5681
|
+
pulumi.set(self, "bucket_name", value)
|
5682
|
+
|
5683
|
+
@_builtins.property
|
5684
|
+
@pulumi.getter
|
5685
|
+
def endpoint(self) -> pulumi.Input[_builtins.str]:
|
5686
|
+
"""
|
5687
|
+
Endpoint of the storage service.
|
5688
|
+
"""
|
5689
|
+
return pulumi.get(self, "endpoint")
|
5690
|
+
|
5691
|
+
@endpoint.setter
|
5692
|
+
def endpoint(self, value: pulumi.Input[_builtins.str]):
|
5693
|
+
pulumi.set(self, "endpoint", value)
|
5694
|
+
|
5695
|
+
@_builtins.property
|
5696
|
+
@pulumi.getter
|
5697
|
+
def path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
5698
|
+
"""
|
5699
|
+
Specifies the path to transfer objects.
|
5700
|
+
"""
|
5701
|
+
return pulumi.get(self, "path")
|
5702
|
+
|
5703
|
+
@path.setter
|
5704
|
+
def path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
5705
|
+
pulumi.set(self, "path", value)
|
5706
|
+
|
5707
|
+
@_builtins.property
|
5708
|
+
@pulumi.getter
|
5709
|
+
def region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
5710
|
+
"""
|
5711
|
+
Specifies the region to sign requests with. This can be left blank if requests should be signed with an empty region.
|
5712
|
+
"""
|
5713
|
+
return pulumi.get(self, "region")
|
5714
|
+
|
5715
|
+
@region.setter
|
5716
|
+
def region(self, value: Optional[pulumi.Input[_builtins.str]]):
|
5717
|
+
pulumi.set(self, "region", value)
|
5718
|
+
|
5719
|
+
@_builtins.property
|
5720
|
+
@pulumi.getter(name="s3Metadata")
|
5721
|
+
def s3_metadata(self) -> Optional[pulumi.Input['TransferJobTransferSpecAwsS3CompatibleDataSourceS3MetadataArgs']]:
|
5722
|
+
"""
|
5723
|
+
S3 compatible metadata.
|
5724
|
+
"""
|
5725
|
+
return pulumi.get(self, "s3_metadata")
|
5726
|
+
|
5727
|
+
@s3_metadata.setter
|
5728
|
+
def s3_metadata(self, value: Optional[pulumi.Input['TransferJobTransferSpecAwsS3CompatibleDataSourceS3MetadataArgs']]):
|
5729
|
+
pulumi.set(self, "s3_metadata", value)
|
5730
|
+
|
5731
|
+
|
5732
|
+
if not MYPY:
|
5733
|
+
class TransferJobTransferSpecAwsS3CompatibleDataSourceS3MetadataArgsDict(TypedDict):
|
5734
|
+
auth_method: NotRequired[pulumi.Input[_builtins.str]]
|
5735
|
+
"""
|
5736
|
+
Authentication and authorization method used by the storage service. When not specified, Transfer Service will attempt to determine right auth method to use.
|
5737
|
+
"""
|
5738
|
+
list_api: NotRequired[pulumi.Input[_builtins.str]]
|
5739
|
+
"""
|
5740
|
+
The Listing API to use for discovering objects. When not specified, Transfer Service will attempt to determine the right API to use.
|
5741
|
+
"""
|
5742
|
+
protocol: NotRequired[pulumi.Input[_builtins.str]]
|
5743
|
+
"""
|
5744
|
+
The network protocol of the agent. When not specified, the default value of NetworkProtocol NETWORK_PROTOCOL_HTTPS is used.
|
5745
|
+
"""
|
5746
|
+
request_model: NotRequired[pulumi.Input[_builtins.str]]
|
5747
|
+
"""
|
5748
|
+
API request model used to call the storage service. When not specified, the default value of RequestModel REQUEST_MODEL_VIRTUAL_HOSTED_STYLE is used.
|
5749
|
+
"""
|
5750
|
+
elif False:
|
5751
|
+
TransferJobTransferSpecAwsS3CompatibleDataSourceS3MetadataArgsDict: TypeAlias = Mapping[str, Any]
|
5752
|
+
|
5753
|
+
@pulumi.input_type
|
5754
|
+
class TransferJobTransferSpecAwsS3CompatibleDataSourceS3MetadataArgs:
|
5755
|
+
def __init__(__self__, *,
|
5756
|
+
auth_method: Optional[pulumi.Input[_builtins.str]] = None,
|
5757
|
+
list_api: Optional[pulumi.Input[_builtins.str]] = None,
|
5758
|
+
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
5759
|
+
request_model: Optional[pulumi.Input[_builtins.str]] = None):
|
5760
|
+
"""
|
5761
|
+
:param pulumi.Input[_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.
|
5762
|
+
:param pulumi.Input[_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.
|
5763
|
+
:param pulumi.Input[_builtins.str] protocol: The network protocol of the agent. When not specified, the default value of NetworkProtocol NETWORK_PROTOCOL_HTTPS is used.
|
5764
|
+
:param pulumi.Input[_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.
|
5765
|
+
"""
|
5766
|
+
if auth_method is not None:
|
5767
|
+
pulumi.set(__self__, "auth_method", auth_method)
|
5768
|
+
if list_api is not None:
|
5769
|
+
pulumi.set(__self__, "list_api", list_api)
|
5770
|
+
if protocol is not None:
|
5771
|
+
pulumi.set(__self__, "protocol", protocol)
|
5772
|
+
if request_model is not None:
|
5773
|
+
pulumi.set(__self__, "request_model", request_model)
|
5774
|
+
|
5775
|
+
@_builtins.property
|
5776
|
+
@pulumi.getter(name="authMethod")
|
5777
|
+
def auth_method(self) -> Optional[pulumi.Input[_builtins.str]]:
|
5778
|
+
"""
|
5779
|
+
Authentication and authorization method used by the storage service. When not specified, Transfer Service will attempt to determine right auth method to use.
|
5780
|
+
"""
|
5781
|
+
return pulumi.get(self, "auth_method")
|
5782
|
+
|
5783
|
+
@auth_method.setter
|
5784
|
+
def auth_method(self, value: Optional[pulumi.Input[_builtins.str]]):
|
5785
|
+
pulumi.set(self, "auth_method", value)
|
5786
|
+
|
5787
|
+
@_builtins.property
|
5788
|
+
@pulumi.getter(name="listApi")
|
5789
|
+
def list_api(self) -> Optional[pulumi.Input[_builtins.str]]:
|
5790
|
+
"""
|
5791
|
+
The Listing API to use for discovering objects. When not specified, Transfer Service will attempt to determine the right API to use.
|
5792
|
+
"""
|
5793
|
+
return pulumi.get(self, "list_api")
|
5794
|
+
|
5795
|
+
@list_api.setter
|
5796
|
+
def list_api(self, value: Optional[pulumi.Input[_builtins.str]]):
|
5797
|
+
pulumi.set(self, "list_api", value)
|
5798
|
+
|
5799
|
+
@_builtins.property
|
5800
|
+
@pulumi.getter
|
5801
|
+
def protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
|
5802
|
+
"""
|
5803
|
+
The network protocol of the agent. When not specified, the default value of NetworkProtocol NETWORK_PROTOCOL_HTTPS is used.
|
5804
|
+
"""
|
5805
|
+
return pulumi.get(self, "protocol")
|
5806
|
+
|
5807
|
+
@protocol.setter
|
5808
|
+
def protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
|
5809
|
+
pulumi.set(self, "protocol", value)
|
5810
|
+
|
5811
|
+
@_builtins.property
|
5812
|
+
@pulumi.getter(name="requestModel")
|
5813
|
+
def request_model(self) -> Optional[pulumi.Input[_builtins.str]]:
|
5814
|
+
"""
|
5815
|
+
API request model used to call the storage service. When not specified, the default value of RequestModel REQUEST_MODEL_VIRTUAL_HOSTED_STYLE is used.
|
5816
|
+
"""
|
5817
|
+
return pulumi.get(self, "request_model")
|
5818
|
+
|
5819
|
+
@request_model.setter
|
5820
|
+
def request_model(self, value: Optional[pulumi.Input[_builtins.str]]):
|
5821
|
+
pulumi.set(self, "request_model", value)
|
5822
|
+
|
5823
|
+
|
5598
5824
|
if not MYPY:
|
5599
5825
|
class TransferJobTransferSpecAwsS3DataSourceArgsDict(TypedDict):
|
5600
5826
|
bucket_name: pulumi.Input[_builtins.str]
|
@@ -5609,6 +5835,10 @@ if not MYPY:
|
|
5609
5835
|
"""
|
5610
5836
|
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://.
|
5611
5837
|
"""
|
5838
|
+
credentials_secret: NotRequired[pulumi.Input[_builtins.str]]
|
5839
|
+
"""
|
5840
|
+
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}.
|
5841
|
+
"""
|
5612
5842
|
managed_private_network: NotRequired[pulumi.Input[_builtins.bool]]
|
5613
5843
|
"""
|
5614
5844
|
Egress bytes over a Google-managed private network. This network is shared between other users of Storage Transfer Service.
|
@@ -5630,6 +5860,7 @@ class TransferJobTransferSpecAwsS3DataSourceArgs:
|
|
5630
5860
|
bucket_name: pulumi.Input[_builtins.str],
|
5631
5861
|
aws_access_key: Optional[pulumi.Input['TransferJobTransferSpecAwsS3DataSourceAwsAccessKeyArgs']] = None,
|
5632
5862
|
cloudfront_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
5863
|
+
credentials_secret: Optional[pulumi.Input[_builtins.str]] = None,
|
5633
5864
|
managed_private_network: Optional[pulumi.Input[_builtins.bool]] = None,
|
5634
5865
|
path: Optional[pulumi.Input[_builtins.str]] = None,
|
5635
5866
|
role_arn: Optional[pulumi.Input[_builtins.str]] = None):
|
@@ -5637,6 +5868,7 @@ class TransferJobTransferSpecAwsS3DataSourceArgs:
|
|
5637
5868
|
:param pulumi.Input[_builtins.str] bucket_name: S3 Bucket name.
|
5638
5869
|
:param pulumi.Input['TransferJobTransferSpecAwsS3DataSourceAwsAccessKeyArgs'] aws_access_key: AWS credentials block.
|
5639
5870
|
:param pulumi.Input[_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://.
|
5871
|
+
:param pulumi.Input[_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}.
|
5640
5872
|
:param pulumi.Input[_builtins.bool] managed_private_network: Egress bytes over a Google-managed private network. This network is shared between other users of Storage Transfer Service.
|
5641
5873
|
:param pulumi.Input[_builtins.str] path: S3 Bucket path in bucket to transfer.
|
5642
5874
|
:param pulumi.Input[_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.
|
@@ -5646,6 +5878,8 @@ class TransferJobTransferSpecAwsS3DataSourceArgs:
|
|
5646
5878
|
pulumi.set(__self__, "aws_access_key", aws_access_key)
|
5647
5879
|
if cloudfront_domain is not None:
|
5648
5880
|
pulumi.set(__self__, "cloudfront_domain", cloudfront_domain)
|
5881
|
+
if credentials_secret is not None:
|
5882
|
+
pulumi.set(__self__, "credentials_secret", credentials_secret)
|
5649
5883
|
if managed_private_network is not None:
|
5650
5884
|
pulumi.set(__self__, "managed_private_network", managed_private_network)
|
5651
5885
|
if path is not None:
|
@@ -5689,6 +5923,18 @@ class TransferJobTransferSpecAwsS3DataSourceArgs:
|
|
5689
5923
|
def cloudfront_domain(self, value: Optional[pulumi.Input[_builtins.str]]):
|
5690
5924
|
pulumi.set(self, "cloudfront_domain", value)
|
5691
5925
|
|
5926
|
+
@_builtins.property
|
5927
|
+
@pulumi.getter(name="credentialsSecret")
|
5928
|
+
def credentials_secret(self) -> Optional[pulumi.Input[_builtins.str]]:
|
5929
|
+
"""
|
5930
|
+
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}.
|
5931
|
+
"""
|
5932
|
+
return pulumi.get(self, "credentials_secret")
|
5933
|
+
|
5934
|
+
@credentials_secret.setter
|
5935
|
+
def credentials_secret(self, value: Optional[pulumi.Input[_builtins.str]]):
|
5936
|
+
pulumi.set(self, "credentials_secret", value)
|
5937
|
+
|
5692
5938
|
@_builtins.property
|
5693
5939
|
@pulumi.getter(name="managedPrivateNetwork")
|
5694
5940
|
def managed_private_network(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
pulumi_gcp/storage/bucket.py
CHANGED
@@ -71,8 +71,7 @@ class BucketArgs:
|
|
71
71
|
:param pulumi.Input[_builtins.bool] requester_pays: Enables [Requester Pays](https://cloud.google.com/storage/docs/requester-pays) on a storage bucket.
|
72
72
|
:param pulumi.Input['BucketRetentionPolicyArgs'] retention_policy: Configuration of the bucket's data retention policy for how long objects in the bucket should be retained. Structure is documented below.
|
73
73
|
:param pulumi.Input[_builtins.str] rpo: The recovery point objective for cross-region replication of the bucket. Applicable only for dual and multi-region buckets. `"DEFAULT"` sets default replication. `"ASYNC_TURBO"` value enables turbo replication, valid for dual-region buckets only. See [Turbo Replication](https://cloud.google.com/storage/docs/managing-turbo-replication) for more information. If rpo is not specified at bucket creation, it defaults to `"DEFAULT"` for dual and multi-region buckets. **NOTE** If used with single-region bucket, It will throw an error.
|
74
|
-
:param pulumi.Input['BucketSoftDeletePolicyArgs'] soft_delete_policy: The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot
|
75
|
-
be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
|
74
|
+
:param pulumi.Input['BucketSoftDeletePolicyArgs'] soft_delete_policy: The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
|
76
75
|
:param pulumi.Input[_builtins.str] storage_class: The [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of the new bucket. Supported values include: `STANDARD`, `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`, `ARCHIVE`.
|
77
76
|
:param pulumi.Input[_builtins.bool] uniform_bucket_level_access: Enables [Uniform bucket-level access](https://cloud.google.com/storage/docs/uniform-bucket-level-access) access to a bucket.
|
78
77
|
:param pulumi.Input['BucketVersioningArgs'] versioning: The bucket's [Versioning](https://cloud.google.com/storage/docs/object-versioning) configuration. Structure is documented below.
|
@@ -363,8 +362,7 @@ class BucketArgs:
|
|
363
362
|
@pulumi.getter(name="softDeletePolicy")
|
364
363
|
def soft_delete_policy(self) -> Optional[pulumi.Input['BucketSoftDeletePolicyArgs']]:
|
365
364
|
"""
|
366
|
-
The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot
|
367
|
-
be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
|
365
|
+
The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
|
368
366
|
"""
|
369
367
|
return pulumi.get(self, "soft_delete_policy")
|
370
368
|
|
@@ -484,8 +482,7 @@ class _BucketState:
|
|
484
482
|
:param pulumi.Input['BucketRetentionPolicyArgs'] retention_policy: Configuration of the bucket's data retention policy for how long objects in the bucket should be retained. Structure is documented below.
|
485
483
|
:param pulumi.Input[_builtins.str] rpo: The recovery point objective for cross-region replication of the bucket. Applicable only for dual and multi-region buckets. `"DEFAULT"` sets default replication. `"ASYNC_TURBO"` value enables turbo replication, valid for dual-region buckets only. See [Turbo Replication](https://cloud.google.com/storage/docs/managing-turbo-replication) for more information. If rpo is not specified at bucket creation, it defaults to `"DEFAULT"` for dual and multi-region buckets. **NOTE** If used with single-region bucket, It will throw an error.
|
486
484
|
:param pulumi.Input[_builtins.str] self_link: The URI of the created resource.
|
487
|
-
:param pulumi.Input['BucketSoftDeletePolicyArgs'] soft_delete_policy: The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot
|
488
|
-
be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
|
485
|
+
:param pulumi.Input['BucketSoftDeletePolicyArgs'] soft_delete_policy: The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
|
489
486
|
:param pulumi.Input[_builtins.str] storage_class: The [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of the new bucket. Supported values include: `STANDARD`, `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`, `ARCHIVE`.
|
490
487
|
:param pulumi.Input[_builtins.str] time_created: The creation time of the bucket in RFC 3339 format.
|
491
488
|
:param pulumi.Input[_builtins.bool] uniform_bucket_level_access: Enables [Uniform bucket-level access](https://cloud.google.com/storage/docs/uniform-bucket-level-access) access to a bucket.
|
@@ -839,8 +836,7 @@ class _BucketState:
|
|
839
836
|
@pulumi.getter(name="softDeletePolicy")
|
840
837
|
def soft_delete_policy(self) -> Optional[pulumi.Input['BucketSoftDeletePolicyArgs']]:
|
841
838
|
"""
|
842
|
-
The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot
|
843
|
-
be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
|
839
|
+
The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
|
844
840
|
"""
|
845
841
|
return pulumi.get(self, "soft_delete_policy")
|
846
842
|
|
@@ -1143,8 +1139,7 @@ class Bucket(pulumi.CustomResource):
|
|
1143
1139
|
:param pulumi.Input[_builtins.bool] requester_pays: Enables [Requester Pays](https://cloud.google.com/storage/docs/requester-pays) on a storage bucket.
|
1144
1140
|
:param pulumi.Input[Union['BucketRetentionPolicyArgs', 'BucketRetentionPolicyArgsDict']] retention_policy: Configuration of the bucket's data retention policy for how long objects in the bucket should be retained. Structure is documented below.
|
1145
1141
|
:param pulumi.Input[_builtins.str] rpo: The recovery point objective for cross-region replication of the bucket. Applicable only for dual and multi-region buckets. `"DEFAULT"` sets default replication. `"ASYNC_TURBO"` value enables turbo replication, valid for dual-region buckets only. See [Turbo Replication](https://cloud.google.com/storage/docs/managing-turbo-replication) for more information. If rpo is not specified at bucket creation, it defaults to `"DEFAULT"` for dual and multi-region buckets. **NOTE** If used with single-region bucket, It will throw an error.
|
1146
|
-
:param pulumi.Input[Union['BucketSoftDeletePolicyArgs', 'BucketSoftDeletePolicyArgsDict']] soft_delete_policy: The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot
|
1147
|
-
be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
|
1142
|
+
:param pulumi.Input[Union['BucketSoftDeletePolicyArgs', 'BucketSoftDeletePolicyArgsDict']] soft_delete_policy: The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
|
1148
1143
|
:param pulumi.Input[_builtins.str] storage_class: The [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of the new bucket. Supported values include: `STANDARD`, `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`, `ARCHIVE`.
|
1149
1144
|
:param pulumi.Input[_builtins.bool] uniform_bucket_level_access: Enables [Uniform bucket-level access](https://cloud.google.com/storage/docs/uniform-bucket-level-access) access to a bucket.
|
1150
1145
|
:param pulumi.Input[Union['BucketVersioningArgs', 'BucketVersioningArgsDict']] versioning: The bucket's [Versioning](https://cloud.google.com/storage/docs/object-versioning) configuration. Structure is documented below.
|
@@ -1467,8 +1462,7 @@ class Bucket(pulumi.CustomResource):
|
|
1467
1462
|
:param pulumi.Input[Union['BucketRetentionPolicyArgs', 'BucketRetentionPolicyArgsDict']] retention_policy: Configuration of the bucket's data retention policy for how long objects in the bucket should be retained. Structure is documented below.
|
1468
1463
|
:param pulumi.Input[_builtins.str] rpo: The recovery point objective for cross-region replication of the bucket. Applicable only for dual and multi-region buckets. `"DEFAULT"` sets default replication. `"ASYNC_TURBO"` value enables turbo replication, valid for dual-region buckets only. See [Turbo Replication](https://cloud.google.com/storage/docs/managing-turbo-replication) for more information. If rpo is not specified at bucket creation, it defaults to `"DEFAULT"` for dual and multi-region buckets. **NOTE** If used with single-region bucket, It will throw an error.
|
1469
1464
|
:param pulumi.Input[_builtins.str] self_link: The URI of the created resource.
|
1470
|
-
:param pulumi.Input[Union['BucketSoftDeletePolicyArgs', 'BucketSoftDeletePolicyArgsDict']] soft_delete_policy: The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot
|
1471
|
-
be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
|
1465
|
+
:param pulumi.Input[Union['BucketSoftDeletePolicyArgs', 'BucketSoftDeletePolicyArgsDict']] soft_delete_policy: The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
|
1472
1466
|
:param pulumi.Input[_builtins.str] storage_class: The [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of the new bucket. Supported values include: `STANDARD`, `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`, `ARCHIVE`.
|
1473
1467
|
:param pulumi.Input[_builtins.str] time_created: The creation time of the bucket in RFC 3339 format.
|
1474
1468
|
:param pulumi.Input[_builtins.bool] uniform_bucket_level_access: Enables [Uniform bucket-level access](https://cloud.google.com/storage/docs/uniform-bucket-level-access) access to a bucket.
|
@@ -1704,8 +1698,7 @@ class Bucket(pulumi.CustomResource):
|
|
1704
1698
|
@pulumi.getter(name="softDeletePolicy")
|
1705
1699
|
def soft_delete_policy(self) -> pulumi.Output['outputs.BucketSoftDeletePolicy']:
|
1706
1700
|
"""
|
1707
|
-
The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot
|
1708
|
-
be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
|
1701
|
+
The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
|
1709
1702
|
"""
|
1710
1703
|
return pulumi.get(self, "soft_delete_policy")
|
1711
1704
|
|
@@ -88,9 +88,6 @@ class BucketObjectArgs:
|
|
88
88
|
pulumi.set(__self__, "customer_encryption", customer_encryption)
|
89
89
|
if deletion_policy is not None:
|
90
90
|
pulumi.set(__self__, "deletion_policy", deletion_policy)
|
91
|
-
if detect_md5hash is not None:
|
92
|
-
warnings.warn("""`detect_md5hash` is deprecated and will be removed in future release. Start using `source_md5hash` instead""", DeprecationWarning)
|
93
|
-
pulumi.log.warn("""detect_md5hash is deprecated: `detect_md5hash` is deprecated and will be removed in future release. Start using `source_md5hash` instead""")
|
94
91
|
if detect_md5hash is not None:
|
95
92
|
pulumi.set(__self__, "detect_md5hash", detect_md5hash)
|
96
93
|
if event_based_hold is not None:
|
@@ -223,7 +220,6 @@ class BucketObjectArgs:
|
|
223
220
|
|
224
221
|
@_builtins.property
|
225
222
|
@pulumi.getter(name="detectMd5hash")
|
226
|
-
@_utilities.deprecated("""`detect_md5hash` is deprecated and will be removed in future release. Start using `source_md5hash` instead""")
|
227
223
|
def detect_md5hash(self) -> Optional[pulumi.Input[_builtins.str]]:
|
228
224
|
return pulumi.get(self, "detect_md5hash")
|
229
225
|
|
@@ -447,9 +443,6 @@ class _BucketObjectState:
|
|
447
443
|
pulumi.set(__self__, "customer_encryption", customer_encryption)
|
448
444
|
if deletion_policy is not None:
|
449
445
|
pulumi.set(__self__, "deletion_policy", deletion_policy)
|
450
|
-
if detect_md5hash is not None:
|
451
|
-
warnings.warn("""`detect_md5hash` is deprecated and will be removed in future release. Start using `source_md5hash` instead""", DeprecationWarning)
|
452
|
-
pulumi.log.warn("""detect_md5hash is deprecated: `detect_md5hash` is deprecated and will be removed in future release. Start using `source_md5hash` instead""")
|
453
446
|
if detect_md5hash is not None:
|
454
447
|
pulumi.set(__self__, "detect_md5hash", detect_md5hash)
|
455
448
|
if event_based_hold is not None:
|
@@ -606,7 +599,6 @@ class _BucketObjectState:
|
|
606
599
|
|
607
600
|
@_builtins.property
|
608
601
|
@pulumi.getter(name="detectMd5hash")
|
609
|
-
@_utilities.deprecated("""`detect_md5hash` is deprecated and will be removed in future release. Start using `source_md5hash` instead""")
|
610
602
|
def detect_md5hash(self) -> Optional[pulumi.Input[_builtins.str]]:
|
611
603
|
return pulumi.get(self, "detect_md5hash")
|
612
604
|
|
@@ -1231,7 +1223,6 @@ class BucketObject(pulumi.CustomResource):
|
|
1231
1223
|
|
1232
1224
|
@_builtins.property
|
1233
1225
|
@pulumi.getter(name="detectMd5hash")
|
1234
|
-
@_utilities.deprecated("""`detect_md5hash` is deprecated and will be removed in future release. Start using `source_md5hash` instead""")
|
1235
1226
|
def detect_md5hash(self) -> pulumi.Output[Optional[_builtins.str]]:
|
1236
1227
|
return pulumi.get(self, "detect_md5hash")
|
1237
1228
|
|