pulumi-gcp 8.24.0a1743057423__py3-none-any.whl → 8.25.0__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 +131 -0
- pulumi_gcp/_inputs.py +48 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +324 -12
- pulumi_gcp/accesscontextmanager/outputs.py +204 -12
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/_inputs.py +58 -0
- pulumi_gcp/apigee/dns_zone.py +491 -0
- pulumi_gcp/apigee/outputs.py +53 -0
- pulumi_gcp/bigquery/_inputs.py +158 -0
- pulumi_gcp/bigquery/outputs.py +115 -0
- pulumi_gcp/bigquery/reservation.py +189 -1
- pulumi_gcp/bigquery/reservation_assignment.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +11 -7
- pulumi_gcp/bigtable/table.py +8 -8
- pulumi_gcp/chronicle/data_access_label.py +16 -0
- pulumi_gcp/chronicle/data_access_scope.py +16 -0
- pulumi_gcp/chronicle/reference_list.py +16 -0
- pulumi_gcp/chronicle/retrohunt.py +16 -0
- pulumi_gcp/chronicle/rule.py +16 -0
- pulumi_gcp/chronicle/rule_deployment.py +16 -0
- pulumi_gcp/chronicle/watchlist.py +16 -0
- pulumi_gcp/cloudfunctionsv2/_inputs.py +20 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/_inputs.py +20 -0
- pulumi_gcp/cloudrunv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/service.py +14 -14
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +2627 -61
- pulumi_gcp/compute/backend_service.py +121 -3
- pulumi_gcp/compute/get_backend_service.py +15 -4
- pulumi_gcp/compute/get_images.py +172 -0
- pulumi_gcp/compute/get_instance.py +12 -1
- pulumi_gcp/compute/get_region_backend_service.py +482 -0
- pulumi_gcp/compute/get_resource_policy.py +15 -4
- pulumi_gcp/compute/get_router.py +12 -1
- pulumi_gcp/compute/get_subnetwork.py +43 -1
- pulumi_gcp/compute/image.py +54 -0
- pulumi_gcp/compute/instance.py +47 -0
- pulumi_gcp/compute/instance_from_machine_image.py +94 -0
- pulumi_gcp/compute/instance_from_template.py +47 -0
- pulumi_gcp/compute/interconnect.py +14 -7
- pulumi_gcp/compute/outputs.py +4522 -391
- pulumi_gcp/compute/public_delegated_prefix.py +69 -15
- pulumi_gcp/compute/resource_policy.py +169 -3
- pulumi_gcp/compute/router.py +54 -0
- pulumi_gcp/compute/router_route_policy.py +16 -0
- pulumi_gcp/compute/subnetwork.py +35 -5
- pulumi_gcp/config/__init__.pyi +8 -0
- pulumi_gcp/config/outputs.py +27 -0
- pulumi_gcp/config/vars.py +16 -0
- pulumi_gcp/container/_inputs.py +274 -13
- pulumi_gcp/container/cluster.py +101 -0
- pulumi_gcp/container/get_cluster.py +23 -1
- pulumi_gcp/container/get_registry_image.py +4 -0
- pulumi_gcp/container/get_registry_repository.py +4 -0
- pulumi_gcp/container/outputs.py +305 -10
- pulumi_gcp/container/registry.py +4 -0
- pulumi_gcp/datafusion/instance.py +68 -0
- pulumi_gcp/dataproc/__init__.py +8 -0
- pulumi_gcp/dataproc/_inputs.py +219 -0
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +193 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +210 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +848 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +848 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +687 -0
- pulumi_gcp/dataproc/metastore_federation.py +38 -2
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +895 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +895 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +734 -0
- pulumi_gcp/dataproc/outputs.py +139 -0
- pulumi_gcp/datastream/_inputs.py +311 -94
- pulumi_gcp/datastream/connection_profile.py +40 -0
- pulumi_gcp/datastream/outputs.py +244 -51
- pulumi_gcp/datastream/stream.py +216 -0
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/sitemap.py +504 -0
- pulumi_gcp/eventarc/__init__.py +1 -0
- pulumi_gcp/eventarc/enrollment.py +980 -0
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +484 -0
- pulumi_gcp/firebase/app_hosting_build.py +1232 -0
- pulumi_gcp/firebase/outputs.py +333 -0
- pulumi_gcp/identityplatform/_inputs.py +91 -0
- pulumi_gcp/identityplatform/outputs.py +73 -0
- pulumi_gcp/identityplatform/tenant.py +56 -0
- pulumi_gcp/lustre/__init__.py +8 -0
- pulumi_gcp/lustre/instance.py +983 -0
- pulumi_gcp/managedkafka/cluster.py +2 -2
- pulumi_gcp/memorystore/__init__.py +1 -0
- pulumi_gcp/memorystore/_inputs.py +1252 -7
- pulumi_gcp/memorystore/get_instance.py +45 -1
- pulumi_gcp/memorystore/instance.py +481 -30
- pulumi_gcp/memorystore/instance_desired_user_created_endpoints.py +843 -0
- pulumi_gcp/memorystore/outputs.py +1440 -15
- pulumi_gcp/networkmanagement/_inputs.py +422 -91
- pulumi_gcp/networkmanagement/connectivity_test.py +233 -211
- pulumi_gcp/networkmanagement/outputs.py +280 -61
- pulumi_gcp/networksecurity/_inputs.py +891 -26
- pulumi_gcp/networksecurity/intercept_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +90 -36
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +94 -36
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/outputs.py +531 -1
- pulumi_gcp/networksecurity/security_profile.py +8 -0
- pulumi_gcp/organizations/__init__.py +2 -0
- pulumi_gcp/organizations/get_iam_custom_role.py +198 -0
- pulumi_gcp/organizations/get_iam_custom_roles.py +164 -0
- pulumi_gcp/organizations/outputs.py +96 -0
- pulumi_gcp/osconfig/__init__.py +1 -0
- pulumi_gcp/osconfig/_inputs.py +5413 -0
- pulumi_gcp/osconfig/outputs.py +3962 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +971 -0
- pulumi_gcp/parametermanager/get_parameter.py +16 -1
- pulumi_gcp/parametermanager/get_parameter_version.py +19 -1
- pulumi_gcp/parametermanager/get_parameter_version_render.py +4 -0
- pulumi_gcp/parametermanager/get_parameters.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +8 -0
- pulumi_gcp/parametermanager/get_regional_parameters.py +4 -0
- pulumi_gcp/parametermanager/outputs.py +11 -0
- pulumi_gcp/parametermanager/parameter.py +88 -0
- pulumi_gcp/parametermanager/parameter_version.py +74 -0
- pulumi_gcp/parametermanager/regional_parameter.py +12 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +12 -0
- pulumi_gcp/provider.py +75 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +136 -0
- pulumi_gcp/redis/cluster.py +54 -0
- pulumi_gcp/redis/outputs.py +114 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +0 -16
- pulumi_gcp/storage/__init__.py +6 -0
- pulumi_gcp/storage/_inputs.py +1322 -0
- pulumi_gcp/storage/bucket.py +7 -7
- pulumi_gcp/storage/control_folder_intelligence_config.py +420 -0
- pulumi_gcp/storage/control_organization_intelligence_config.py +420 -0
- pulumi_gcp/storage/control_project_intelligence_config.py +408 -0
- pulumi_gcp/storage/get_bucket_object_content.py +16 -1
- pulumi_gcp/storage/get_control_folder_intelligence_config.py +160 -0
- pulumi_gcp/storage/get_control_organization_intelligence_config.py +160 -0
- pulumi_gcp/storage/get_control_project_intelligence_config.py +160 -0
- pulumi_gcp/storage/outputs.py +1553 -17
- pulumi_gcp/workbench/instance.py +14 -2
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/RECORD +150 -124
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/storage/_inputs.py
CHANGED
@@ -49,6 +49,42 @@ __all__ = [
|
|
49
49
|
'BucketVersioningArgsDict',
|
50
50
|
'BucketWebsiteArgs',
|
51
51
|
'BucketWebsiteArgsDict',
|
52
|
+
'ControlFolderIntelligenceConfigEffectiveIntelligenceConfigArgs',
|
53
|
+
'ControlFolderIntelligenceConfigEffectiveIntelligenceConfigArgsDict',
|
54
|
+
'ControlFolderIntelligenceConfigFilterArgs',
|
55
|
+
'ControlFolderIntelligenceConfigFilterArgsDict',
|
56
|
+
'ControlFolderIntelligenceConfigFilterExcludedCloudStorageBucketsArgs',
|
57
|
+
'ControlFolderIntelligenceConfigFilterExcludedCloudStorageBucketsArgsDict',
|
58
|
+
'ControlFolderIntelligenceConfigFilterExcludedCloudStorageLocationsArgs',
|
59
|
+
'ControlFolderIntelligenceConfigFilterExcludedCloudStorageLocationsArgsDict',
|
60
|
+
'ControlFolderIntelligenceConfigFilterIncludedCloudStorageBucketsArgs',
|
61
|
+
'ControlFolderIntelligenceConfigFilterIncludedCloudStorageBucketsArgsDict',
|
62
|
+
'ControlFolderIntelligenceConfigFilterIncludedCloudStorageLocationsArgs',
|
63
|
+
'ControlFolderIntelligenceConfigFilterIncludedCloudStorageLocationsArgsDict',
|
64
|
+
'ControlOrganizationIntelligenceConfigEffectiveIntelligenceConfigArgs',
|
65
|
+
'ControlOrganizationIntelligenceConfigEffectiveIntelligenceConfigArgsDict',
|
66
|
+
'ControlOrganizationIntelligenceConfigFilterArgs',
|
67
|
+
'ControlOrganizationIntelligenceConfigFilterArgsDict',
|
68
|
+
'ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageBucketsArgs',
|
69
|
+
'ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageBucketsArgsDict',
|
70
|
+
'ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageLocationsArgs',
|
71
|
+
'ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageLocationsArgsDict',
|
72
|
+
'ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageBucketsArgs',
|
73
|
+
'ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageBucketsArgsDict',
|
74
|
+
'ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageLocationsArgs',
|
75
|
+
'ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageLocationsArgsDict',
|
76
|
+
'ControlProjectIntelligenceConfigEffectiveIntelligenceConfigArgs',
|
77
|
+
'ControlProjectIntelligenceConfigEffectiveIntelligenceConfigArgsDict',
|
78
|
+
'ControlProjectIntelligenceConfigFilterArgs',
|
79
|
+
'ControlProjectIntelligenceConfigFilterArgsDict',
|
80
|
+
'ControlProjectIntelligenceConfigFilterExcludedCloudStorageBucketsArgs',
|
81
|
+
'ControlProjectIntelligenceConfigFilterExcludedCloudStorageBucketsArgsDict',
|
82
|
+
'ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocationsArgs',
|
83
|
+
'ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocationsArgsDict',
|
84
|
+
'ControlProjectIntelligenceConfigFilterIncludedCloudStorageBucketsArgs',
|
85
|
+
'ControlProjectIntelligenceConfigFilterIncludedCloudStorageBucketsArgsDict',
|
86
|
+
'ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgs',
|
87
|
+
'ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgsDict',
|
52
88
|
'DefaultObjectAccessControlProjectTeamArgs',
|
53
89
|
'DefaultObjectAccessControlProjectTeamArgsDict',
|
54
90
|
'InsightsReportConfigCsvOptionsArgs',
|
@@ -91,6 +127,8 @@ __all__ = [
|
|
91
127
|
'TransferJobReplicationSpecObjectConditionsArgsDict',
|
92
128
|
'TransferJobReplicationSpecTransferOptionsArgs',
|
93
129
|
'TransferJobReplicationSpecTransferOptionsArgsDict',
|
130
|
+
'TransferJobReplicationSpecTransferOptionsMetadataOptionsArgs',
|
131
|
+
'TransferJobReplicationSpecTransferOptionsMetadataOptionsArgsDict',
|
94
132
|
'TransferJobScheduleArgs',
|
95
133
|
'TransferJobScheduleArgsDict',
|
96
134
|
'TransferJobScheduleScheduleEndDateArgs',
|
@@ -125,6 +163,8 @@ __all__ = [
|
|
125
163
|
'TransferJobTransferSpecPosixDataSourceArgsDict',
|
126
164
|
'TransferJobTransferSpecTransferOptionsArgs',
|
127
165
|
'TransferJobTransferSpecTransferOptionsArgsDict',
|
166
|
+
'TransferJobTransferSpecTransferOptionsMetadataOptionsArgs',
|
167
|
+
'TransferJobTransferSpecTransferOptionsMetadataOptionsArgsDict',
|
128
168
|
]
|
129
169
|
|
130
170
|
MYPY = False
|
@@ -1337,6 +1377,864 @@ class BucketWebsiteArgs:
|
|
1337
1377
|
pulumi.set(self, "not_found_page", value)
|
1338
1378
|
|
1339
1379
|
|
1380
|
+
if not MYPY:
|
1381
|
+
class ControlFolderIntelligenceConfigEffectiveIntelligenceConfigArgsDict(TypedDict):
|
1382
|
+
effective_edition: NotRequired[pulumi.Input[str]]
|
1383
|
+
"""
|
1384
|
+
(Output)
|
1385
|
+
The `StorageIntelligence` edition that is applicable for the resource.
|
1386
|
+
"""
|
1387
|
+
intelligence_config: NotRequired[pulumi.Input[str]]
|
1388
|
+
"""
|
1389
|
+
(Output)
|
1390
|
+
The Intelligence config resource that is applied for the target resource.
|
1391
|
+
"""
|
1392
|
+
elif False:
|
1393
|
+
ControlFolderIntelligenceConfigEffectiveIntelligenceConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1394
|
+
|
1395
|
+
@pulumi.input_type
|
1396
|
+
class ControlFolderIntelligenceConfigEffectiveIntelligenceConfigArgs:
|
1397
|
+
def __init__(__self__, *,
|
1398
|
+
effective_edition: Optional[pulumi.Input[str]] = None,
|
1399
|
+
intelligence_config: Optional[pulumi.Input[str]] = None):
|
1400
|
+
"""
|
1401
|
+
:param pulumi.Input[str] effective_edition: (Output)
|
1402
|
+
The `StorageIntelligence` edition that is applicable for the resource.
|
1403
|
+
:param pulumi.Input[str] intelligence_config: (Output)
|
1404
|
+
The Intelligence config resource that is applied for the target resource.
|
1405
|
+
"""
|
1406
|
+
if effective_edition is not None:
|
1407
|
+
pulumi.set(__self__, "effective_edition", effective_edition)
|
1408
|
+
if intelligence_config is not None:
|
1409
|
+
pulumi.set(__self__, "intelligence_config", intelligence_config)
|
1410
|
+
|
1411
|
+
@property
|
1412
|
+
@pulumi.getter(name="effectiveEdition")
|
1413
|
+
def effective_edition(self) -> Optional[pulumi.Input[str]]:
|
1414
|
+
"""
|
1415
|
+
(Output)
|
1416
|
+
The `StorageIntelligence` edition that is applicable for the resource.
|
1417
|
+
"""
|
1418
|
+
return pulumi.get(self, "effective_edition")
|
1419
|
+
|
1420
|
+
@effective_edition.setter
|
1421
|
+
def effective_edition(self, value: Optional[pulumi.Input[str]]):
|
1422
|
+
pulumi.set(self, "effective_edition", value)
|
1423
|
+
|
1424
|
+
@property
|
1425
|
+
@pulumi.getter(name="intelligenceConfig")
|
1426
|
+
def intelligence_config(self) -> Optional[pulumi.Input[str]]:
|
1427
|
+
"""
|
1428
|
+
(Output)
|
1429
|
+
The Intelligence config resource that is applied for the target resource.
|
1430
|
+
"""
|
1431
|
+
return pulumi.get(self, "intelligence_config")
|
1432
|
+
|
1433
|
+
@intelligence_config.setter
|
1434
|
+
def intelligence_config(self, value: Optional[pulumi.Input[str]]):
|
1435
|
+
pulumi.set(self, "intelligence_config", value)
|
1436
|
+
|
1437
|
+
|
1438
|
+
if not MYPY:
|
1439
|
+
class ControlFolderIntelligenceConfigFilterArgsDict(TypedDict):
|
1440
|
+
excluded_cloud_storage_buckets: NotRequired[pulumi.Input['ControlFolderIntelligenceConfigFilterExcludedCloudStorageBucketsArgsDict']]
|
1441
|
+
"""
|
1442
|
+
Buckets to exclude from the Storage Intelligence plan.
|
1443
|
+
Structure is documented below.
|
1444
|
+
"""
|
1445
|
+
excluded_cloud_storage_locations: NotRequired[pulumi.Input['ControlFolderIntelligenceConfigFilterExcludedCloudStorageLocationsArgsDict']]
|
1446
|
+
"""
|
1447
|
+
Locations to exclude from the Storage Intelligence plan.
|
1448
|
+
Structure is documented below.
|
1449
|
+
"""
|
1450
|
+
included_cloud_storage_buckets: NotRequired[pulumi.Input['ControlFolderIntelligenceConfigFilterIncludedCloudStorageBucketsArgsDict']]
|
1451
|
+
"""
|
1452
|
+
Buckets to include in the Storage Intelligence plan.
|
1453
|
+
Structure is documented below.
|
1454
|
+
"""
|
1455
|
+
included_cloud_storage_locations: NotRequired[pulumi.Input['ControlFolderIntelligenceConfigFilterIncludedCloudStorageLocationsArgsDict']]
|
1456
|
+
"""
|
1457
|
+
Locations to include in the Storage Intelligence plan.
|
1458
|
+
Structure is documented below.
|
1459
|
+
"""
|
1460
|
+
elif False:
|
1461
|
+
ControlFolderIntelligenceConfigFilterArgsDict: TypeAlias = Mapping[str, Any]
|
1462
|
+
|
1463
|
+
@pulumi.input_type
|
1464
|
+
class ControlFolderIntelligenceConfigFilterArgs:
|
1465
|
+
def __init__(__self__, *,
|
1466
|
+
excluded_cloud_storage_buckets: Optional[pulumi.Input['ControlFolderIntelligenceConfigFilterExcludedCloudStorageBucketsArgs']] = None,
|
1467
|
+
excluded_cloud_storage_locations: Optional[pulumi.Input['ControlFolderIntelligenceConfigFilterExcludedCloudStorageLocationsArgs']] = None,
|
1468
|
+
included_cloud_storage_buckets: Optional[pulumi.Input['ControlFolderIntelligenceConfigFilterIncludedCloudStorageBucketsArgs']] = None,
|
1469
|
+
included_cloud_storage_locations: Optional[pulumi.Input['ControlFolderIntelligenceConfigFilterIncludedCloudStorageLocationsArgs']] = None):
|
1470
|
+
"""
|
1471
|
+
:param pulumi.Input['ControlFolderIntelligenceConfigFilterExcludedCloudStorageBucketsArgs'] excluded_cloud_storage_buckets: Buckets to exclude from the Storage Intelligence plan.
|
1472
|
+
Structure is documented below.
|
1473
|
+
:param pulumi.Input['ControlFolderIntelligenceConfigFilterExcludedCloudStorageLocationsArgs'] excluded_cloud_storage_locations: Locations to exclude from the Storage Intelligence plan.
|
1474
|
+
Structure is documented below.
|
1475
|
+
:param pulumi.Input['ControlFolderIntelligenceConfigFilterIncludedCloudStorageBucketsArgs'] included_cloud_storage_buckets: Buckets to include in the Storage Intelligence plan.
|
1476
|
+
Structure is documented below.
|
1477
|
+
:param pulumi.Input['ControlFolderIntelligenceConfigFilterIncludedCloudStorageLocationsArgs'] included_cloud_storage_locations: Locations to include in the Storage Intelligence plan.
|
1478
|
+
Structure is documented below.
|
1479
|
+
"""
|
1480
|
+
if excluded_cloud_storage_buckets is not None:
|
1481
|
+
pulumi.set(__self__, "excluded_cloud_storage_buckets", excluded_cloud_storage_buckets)
|
1482
|
+
if excluded_cloud_storage_locations is not None:
|
1483
|
+
pulumi.set(__self__, "excluded_cloud_storage_locations", excluded_cloud_storage_locations)
|
1484
|
+
if included_cloud_storage_buckets is not None:
|
1485
|
+
pulumi.set(__self__, "included_cloud_storage_buckets", included_cloud_storage_buckets)
|
1486
|
+
if included_cloud_storage_locations is not None:
|
1487
|
+
pulumi.set(__self__, "included_cloud_storage_locations", included_cloud_storage_locations)
|
1488
|
+
|
1489
|
+
@property
|
1490
|
+
@pulumi.getter(name="excludedCloudStorageBuckets")
|
1491
|
+
def excluded_cloud_storage_buckets(self) -> Optional[pulumi.Input['ControlFolderIntelligenceConfigFilterExcludedCloudStorageBucketsArgs']]:
|
1492
|
+
"""
|
1493
|
+
Buckets to exclude from the Storage Intelligence plan.
|
1494
|
+
Structure is documented below.
|
1495
|
+
"""
|
1496
|
+
return pulumi.get(self, "excluded_cloud_storage_buckets")
|
1497
|
+
|
1498
|
+
@excluded_cloud_storage_buckets.setter
|
1499
|
+
def excluded_cloud_storage_buckets(self, value: Optional[pulumi.Input['ControlFolderIntelligenceConfigFilterExcludedCloudStorageBucketsArgs']]):
|
1500
|
+
pulumi.set(self, "excluded_cloud_storage_buckets", value)
|
1501
|
+
|
1502
|
+
@property
|
1503
|
+
@pulumi.getter(name="excludedCloudStorageLocations")
|
1504
|
+
def excluded_cloud_storage_locations(self) -> Optional[pulumi.Input['ControlFolderIntelligenceConfigFilterExcludedCloudStorageLocationsArgs']]:
|
1505
|
+
"""
|
1506
|
+
Locations to exclude from the Storage Intelligence plan.
|
1507
|
+
Structure is documented below.
|
1508
|
+
"""
|
1509
|
+
return pulumi.get(self, "excluded_cloud_storage_locations")
|
1510
|
+
|
1511
|
+
@excluded_cloud_storage_locations.setter
|
1512
|
+
def excluded_cloud_storage_locations(self, value: Optional[pulumi.Input['ControlFolderIntelligenceConfigFilterExcludedCloudStorageLocationsArgs']]):
|
1513
|
+
pulumi.set(self, "excluded_cloud_storage_locations", value)
|
1514
|
+
|
1515
|
+
@property
|
1516
|
+
@pulumi.getter(name="includedCloudStorageBuckets")
|
1517
|
+
def included_cloud_storage_buckets(self) -> Optional[pulumi.Input['ControlFolderIntelligenceConfigFilterIncludedCloudStorageBucketsArgs']]:
|
1518
|
+
"""
|
1519
|
+
Buckets to include in the Storage Intelligence plan.
|
1520
|
+
Structure is documented below.
|
1521
|
+
"""
|
1522
|
+
return pulumi.get(self, "included_cloud_storage_buckets")
|
1523
|
+
|
1524
|
+
@included_cloud_storage_buckets.setter
|
1525
|
+
def included_cloud_storage_buckets(self, value: Optional[pulumi.Input['ControlFolderIntelligenceConfigFilterIncludedCloudStorageBucketsArgs']]):
|
1526
|
+
pulumi.set(self, "included_cloud_storage_buckets", value)
|
1527
|
+
|
1528
|
+
@property
|
1529
|
+
@pulumi.getter(name="includedCloudStorageLocations")
|
1530
|
+
def included_cloud_storage_locations(self) -> Optional[pulumi.Input['ControlFolderIntelligenceConfigFilterIncludedCloudStorageLocationsArgs']]:
|
1531
|
+
"""
|
1532
|
+
Locations to include in the Storage Intelligence plan.
|
1533
|
+
Structure is documented below.
|
1534
|
+
"""
|
1535
|
+
return pulumi.get(self, "included_cloud_storage_locations")
|
1536
|
+
|
1537
|
+
@included_cloud_storage_locations.setter
|
1538
|
+
def included_cloud_storage_locations(self, value: Optional[pulumi.Input['ControlFolderIntelligenceConfigFilterIncludedCloudStorageLocationsArgs']]):
|
1539
|
+
pulumi.set(self, "included_cloud_storage_locations", value)
|
1540
|
+
|
1541
|
+
|
1542
|
+
if not MYPY:
|
1543
|
+
class ControlFolderIntelligenceConfigFilterExcludedCloudStorageBucketsArgsDict(TypedDict):
|
1544
|
+
bucket_id_regexes: pulumi.Input[Sequence[pulumi.Input[str]]]
|
1545
|
+
"""
|
1546
|
+
List of bucket id regexes to exclude in the storage intelligence plan.
|
1547
|
+
"""
|
1548
|
+
elif False:
|
1549
|
+
ControlFolderIntelligenceConfigFilterExcludedCloudStorageBucketsArgsDict: TypeAlias = Mapping[str, Any]
|
1550
|
+
|
1551
|
+
@pulumi.input_type
|
1552
|
+
class ControlFolderIntelligenceConfigFilterExcludedCloudStorageBucketsArgs:
|
1553
|
+
def __init__(__self__, *,
|
1554
|
+
bucket_id_regexes: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
1555
|
+
"""
|
1556
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] bucket_id_regexes: List of bucket id regexes to exclude in the storage intelligence plan.
|
1557
|
+
"""
|
1558
|
+
pulumi.set(__self__, "bucket_id_regexes", bucket_id_regexes)
|
1559
|
+
|
1560
|
+
@property
|
1561
|
+
@pulumi.getter(name="bucketIdRegexes")
|
1562
|
+
def bucket_id_regexes(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
1563
|
+
"""
|
1564
|
+
List of bucket id regexes to exclude in the storage intelligence plan.
|
1565
|
+
"""
|
1566
|
+
return pulumi.get(self, "bucket_id_regexes")
|
1567
|
+
|
1568
|
+
@bucket_id_regexes.setter
|
1569
|
+
def bucket_id_regexes(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
1570
|
+
pulumi.set(self, "bucket_id_regexes", value)
|
1571
|
+
|
1572
|
+
|
1573
|
+
if not MYPY:
|
1574
|
+
class ControlFolderIntelligenceConfigFilterExcludedCloudStorageLocationsArgsDict(TypedDict):
|
1575
|
+
locations: pulumi.Input[Sequence[pulumi.Input[str]]]
|
1576
|
+
"""
|
1577
|
+
List of locations.
|
1578
|
+
"""
|
1579
|
+
elif False:
|
1580
|
+
ControlFolderIntelligenceConfigFilterExcludedCloudStorageLocationsArgsDict: TypeAlias = Mapping[str, Any]
|
1581
|
+
|
1582
|
+
@pulumi.input_type
|
1583
|
+
class ControlFolderIntelligenceConfigFilterExcludedCloudStorageLocationsArgs:
|
1584
|
+
def __init__(__self__, *,
|
1585
|
+
locations: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
1586
|
+
"""
|
1587
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] locations: List of locations.
|
1588
|
+
"""
|
1589
|
+
pulumi.set(__self__, "locations", locations)
|
1590
|
+
|
1591
|
+
@property
|
1592
|
+
@pulumi.getter
|
1593
|
+
def locations(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
1594
|
+
"""
|
1595
|
+
List of locations.
|
1596
|
+
"""
|
1597
|
+
return pulumi.get(self, "locations")
|
1598
|
+
|
1599
|
+
@locations.setter
|
1600
|
+
def locations(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
1601
|
+
pulumi.set(self, "locations", value)
|
1602
|
+
|
1603
|
+
|
1604
|
+
if not MYPY:
|
1605
|
+
class ControlFolderIntelligenceConfigFilterIncludedCloudStorageBucketsArgsDict(TypedDict):
|
1606
|
+
bucket_id_regexes: pulumi.Input[Sequence[pulumi.Input[str]]]
|
1607
|
+
"""
|
1608
|
+
List of bucket id regexes to exclude in the storage intelligence plan.
|
1609
|
+
"""
|
1610
|
+
elif False:
|
1611
|
+
ControlFolderIntelligenceConfigFilterIncludedCloudStorageBucketsArgsDict: TypeAlias = Mapping[str, Any]
|
1612
|
+
|
1613
|
+
@pulumi.input_type
|
1614
|
+
class ControlFolderIntelligenceConfigFilterIncludedCloudStorageBucketsArgs:
|
1615
|
+
def __init__(__self__, *,
|
1616
|
+
bucket_id_regexes: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
1617
|
+
"""
|
1618
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] bucket_id_regexes: List of bucket id regexes to exclude in the storage intelligence plan.
|
1619
|
+
"""
|
1620
|
+
pulumi.set(__self__, "bucket_id_regexes", bucket_id_regexes)
|
1621
|
+
|
1622
|
+
@property
|
1623
|
+
@pulumi.getter(name="bucketIdRegexes")
|
1624
|
+
def bucket_id_regexes(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
1625
|
+
"""
|
1626
|
+
List of bucket id regexes to exclude in the storage intelligence plan.
|
1627
|
+
"""
|
1628
|
+
return pulumi.get(self, "bucket_id_regexes")
|
1629
|
+
|
1630
|
+
@bucket_id_regexes.setter
|
1631
|
+
def bucket_id_regexes(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
1632
|
+
pulumi.set(self, "bucket_id_regexes", value)
|
1633
|
+
|
1634
|
+
|
1635
|
+
if not MYPY:
|
1636
|
+
class ControlFolderIntelligenceConfigFilterIncludedCloudStorageLocationsArgsDict(TypedDict):
|
1637
|
+
locations: pulumi.Input[Sequence[pulumi.Input[str]]]
|
1638
|
+
"""
|
1639
|
+
List of locations.
|
1640
|
+
"""
|
1641
|
+
elif False:
|
1642
|
+
ControlFolderIntelligenceConfigFilterIncludedCloudStorageLocationsArgsDict: TypeAlias = Mapping[str, Any]
|
1643
|
+
|
1644
|
+
@pulumi.input_type
|
1645
|
+
class ControlFolderIntelligenceConfigFilterIncludedCloudStorageLocationsArgs:
|
1646
|
+
def __init__(__self__, *,
|
1647
|
+
locations: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
1648
|
+
"""
|
1649
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] locations: List of locations.
|
1650
|
+
"""
|
1651
|
+
pulumi.set(__self__, "locations", locations)
|
1652
|
+
|
1653
|
+
@property
|
1654
|
+
@pulumi.getter
|
1655
|
+
def locations(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
1656
|
+
"""
|
1657
|
+
List of locations.
|
1658
|
+
"""
|
1659
|
+
return pulumi.get(self, "locations")
|
1660
|
+
|
1661
|
+
@locations.setter
|
1662
|
+
def locations(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
1663
|
+
pulumi.set(self, "locations", value)
|
1664
|
+
|
1665
|
+
|
1666
|
+
if not MYPY:
|
1667
|
+
class ControlOrganizationIntelligenceConfigEffectiveIntelligenceConfigArgsDict(TypedDict):
|
1668
|
+
effective_edition: NotRequired[pulumi.Input[str]]
|
1669
|
+
"""
|
1670
|
+
(Output)
|
1671
|
+
The `StorageIntelligence` edition that is applicable for the resource.
|
1672
|
+
"""
|
1673
|
+
intelligence_config: NotRequired[pulumi.Input[str]]
|
1674
|
+
"""
|
1675
|
+
(Output)
|
1676
|
+
The Intelligence config resource that is applied for the target resource.
|
1677
|
+
"""
|
1678
|
+
elif False:
|
1679
|
+
ControlOrganizationIntelligenceConfigEffectiveIntelligenceConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1680
|
+
|
1681
|
+
@pulumi.input_type
|
1682
|
+
class ControlOrganizationIntelligenceConfigEffectiveIntelligenceConfigArgs:
|
1683
|
+
def __init__(__self__, *,
|
1684
|
+
effective_edition: Optional[pulumi.Input[str]] = None,
|
1685
|
+
intelligence_config: Optional[pulumi.Input[str]] = None):
|
1686
|
+
"""
|
1687
|
+
:param pulumi.Input[str] effective_edition: (Output)
|
1688
|
+
The `StorageIntelligence` edition that is applicable for the resource.
|
1689
|
+
:param pulumi.Input[str] intelligence_config: (Output)
|
1690
|
+
The Intelligence config resource that is applied for the target resource.
|
1691
|
+
"""
|
1692
|
+
if effective_edition is not None:
|
1693
|
+
pulumi.set(__self__, "effective_edition", effective_edition)
|
1694
|
+
if intelligence_config is not None:
|
1695
|
+
pulumi.set(__self__, "intelligence_config", intelligence_config)
|
1696
|
+
|
1697
|
+
@property
|
1698
|
+
@pulumi.getter(name="effectiveEdition")
|
1699
|
+
def effective_edition(self) -> Optional[pulumi.Input[str]]:
|
1700
|
+
"""
|
1701
|
+
(Output)
|
1702
|
+
The `StorageIntelligence` edition that is applicable for the resource.
|
1703
|
+
"""
|
1704
|
+
return pulumi.get(self, "effective_edition")
|
1705
|
+
|
1706
|
+
@effective_edition.setter
|
1707
|
+
def effective_edition(self, value: Optional[pulumi.Input[str]]):
|
1708
|
+
pulumi.set(self, "effective_edition", value)
|
1709
|
+
|
1710
|
+
@property
|
1711
|
+
@pulumi.getter(name="intelligenceConfig")
|
1712
|
+
def intelligence_config(self) -> Optional[pulumi.Input[str]]:
|
1713
|
+
"""
|
1714
|
+
(Output)
|
1715
|
+
The Intelligence config resource that is applied for the target resource.
|
1716
|
+
"""
|
1717
|
+
return pulumi.get(self, "intelligence_config")
|
1718
|
+
|
1719
|
+
@intelligence_config.setter
|
1720
|
+
def intelligence_config(self, value: Optional[pulumi.Input[str]]):
|
1721
|
+
pulumi.set(self, "intelligence_config", value)
|
1722
|
+
|
1723
|
+
|
1724
|
+
if not MYPY:
|
1725
|
+
class ControlOrganizationIntelligenceConfigFilterArgsDict(TypedDict):
|
1726
|
+
excluded_cloud_storage_buckets: NotRequired[pulumi.Input['ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageBucketsArgsDict']]
|
1727
|
+
"""
|
1728
|
+
Buckets to exclude from the Storage Intelligence plan.
|
1729
|
+
Structure is documented below.
|
1730
|
+
"""
|
1731
|
+
excluded_cloud_storage_locations: NotRequired[pulumi.Input['ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageLocationsArgsDict']]
|
1732
|
+
"""
|
1733
|
+
Locations to exclude from the Storage Intelligence plan.
|
1734
|
+
Structure is documented below.
|
1735
|
+
"""
|
1736
|
+
included_cloud_storage_buckets: NotRequired[pulumi.Input['ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageBucketsArgsDict']]
|
1737
|
+
"""
|
1738
|
+
Buckets to include in the Storage Intelligence plan.
|
1739
|
+
Structure is documented below.
|
1740
|
+
"""
|
1741
|
+
included_cloud_storage_locations: NotRequired[pulumi.Input['ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageLocationsArgsDict']]
|
1742
|
+
"""
|
1743
|
+
Locations to include in the Storage Intelligence plan.
|
1744
|
+
Structure is documented below.
|
1745
|
+
"""
|
1746
|
+
elif False:
|
1747
|
+
ControlOrganizationIntelligenceConfigFilterArgsDict: TypeAlias = Mapping[str, Any]
|
1748
|
+
|
1749
|
+
@pulumi.input_type
|
1750
|
+
class ControlOrganizationIntelligenceConfigFilterArgs:
|
1751
|
+
def __init__(__self__, *,
|
1752
|
+
excluded_cloud_storage_buckets: Optional[pulumi.Input['ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageBucketsArgs']] = None,
|
1753
|
+
excluded_cloud_storage_locations: Optional[pulumi.Input['ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageLocationsArgs']] = None,
|
1754
|
+
included_cloud_storage_buckets: Optional[pulumi.Input['ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageBucketsArgs']] = None,
|
1755
|
+
included_cloud_storage_locations: Optional[pulumi.Input['ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageLocationsArgs']] = None):
|
1756
|
+
"""
|
1757
|
+
:param pulumi.Input['ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageBucketsArgs'] excluded_cloud_storage_buckets: Buckets to exclude from the Storage Intelligence plan.
|
1758
|
+
Structure is documented below.
|
1759
|
+
:param pulumi.Input['ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageLocationsArgs'] excluded_cloud_storage_locations: Locations to exclude from the Storage Intelligence plan.
|
1760
|
+
Structure is documented below.
|
1761
|
+
:param pulumi.Input['ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageBucketsArgs'] included_cloud_storage_buckets: Buckets to include in the Storage Intelligence plan.
|
1762
|
+
Structure is documented below.
|
1763
|
+
:param pulumi.Input['ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageLocationsArgs'] included_cloud_storage_locations: Locations to include in the Storage Intelligence plan.
|
1764
|
+
Structure is documented below.
|
1765
|
+
"""
|
1766
|
+
if excluded_cloud_storage_buckets is not None:
|
1767
|
+
pulumi.set(__self__, "excluded_cloud_storage_buckets", excluded_cloud_storage_buckets)
|
1768
|
+
if excluded_cloud_storage_locations is not None:
|
1769
|
+
pulumi.set(__self__, "excluded_cloud_storage_locations", excluded_cloud_storage_locations)
|
1770
|
+
if included_cloud_storage_buckets is not None:
|
1771
|
+
pulumi.set(__self__, "included_cloud_storage_buckets", included_cloud_storage_buckets)
|
1772
|
+
if included_cloud_storage_locations is not None:
|
1773
|
+
pulumi.set(__self__, "included_cloud_storage_locations", included_cloud_storage_locations)
|
1774
|
+
|
1775
|
+
@property
|
1776
|
+
@pulumi.getter(name="excludedCloudStorageBuckets")
|
1777
|
+
def excluded_cloud_storage_buckets(self) -> Optional[pulumi.Input['ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageBucketsArgs']]:
|
1778
|
+
"""
|
1779
|
+
Buckets to exclude from the Storage Intelligence plan.
|
1780
|
+
Structure is documented below.
|
1781
|
+
"""
|
1782
|
+
return pulumi.get(self, "excluded_cloud_storage_buckets")
|
1783
|
+
|
1784
|
+
@excluded_cloud_storage_buckets.setter
|
1785
|
+
def excluded_cloud_storage_buckets(self, value: Optional[pulumi.Input['ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageBucketsArgs']]):
|
1786
|
+
pulumi.set(self, "excluded_cloud_storage_buckets", value)
|
1787
|
+
|
1788
|
+
@property
|
1789
|
+
@pulumi.getter(name="excludedCloudStorageLocations")
|
1790
|
+
def excluded_cloud_storage_locations(self) -> Optional[pulumi.Input['ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageLocationsArgs']]:
|
1791
|
+
"""
|
1792
|
+
Locations to exclude from the Storage Intelligence plan.
|
1793
|
+
Structure is documented below.
|
1794
|
+
"""
|
1795
|
+
return pulumi.get(self, "excluded_cloud_storage_locations")
|
1796
|
+
|
1797
|
+
@excluded_cloud_storage_locations.setter
|
1798
|
+
def excluded_cloud_storage_locations(self, value: Optional[pulumi.Input['ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageLocationsArgs']]):
|
1799
|
+
pulumi.set(self, "excluded_cloud_storage_locations", value)
|
1800
|
+
|
1801
|
+
@property
|
1802
|
+
@pulumi.getter(name="includedCloudStorageBuckets")
|
1803
|
+
def included_cloud_storage_buckets(self) -> Optional[pulumi.Input['ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageBucketsArgs']]:
|
1804
|
+
"""
|
1805
|
+
Buckets to include in the Storage Intelligence plan.
|
1806
|
+
Structure is documented below.
|
1807
|
+
"""
|
1808
|
+
return pulumi.get(self, "included_cloud_storage_buckets")
|
1809
|
+
|
1810
|
+
@included_cloud_storage_buckets.setter
|
1811
|
+
def included_cloud_storage_buckets(self, value: Optional[pulumi.Input['ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageBucketsArgs']]):
|
1812
|
+
pulumi.set(self, "included_cloud_storage_buckets", value)
|
1813
|
+
|
1814
|
+
@property
|
1815
|
+
@pulumi.getter(name="includedCloudStorageLocations")
|
1816
|
+
def included_cloud_storage_locations(self) -> Optional[pulumi.Input['ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageLocationsArgs']]:
|
1817
|
+
"""
|
1818
|
+
Locations to include in the Storage Intelligence plan.
|
1819
|
+
Structure is documented below.
|
1820
|
+
"""
|
1821
|
+
return pulumi.get(self, "included_cloud_storage_locations")
|
1822
|
+
|
1823
|
+
@included_cloud_storage_locations.setter
|
1824
|
+
def included_cloud_storage_locations(self, value: Optional[pulumi.Input['ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageLocationsArgs']]):
|
1825
|
+
pulumi.set(self, "included_cloud_storage_locations", value)
|
1826
|
+
|
1827
|
+
|
1828
|
+
if not MYPY:
|
1829
|
+
class ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageBucketsArgsDict(TypedDict):
|
1830
|
+
bucket_id_regexes: pulumi.Input[Sequence[pulumi.Input[str]]]
|
1831
|
+
"""
|
1832
|
+
List of bucket id regexes to exclude in the storage intelligence plan.
|
1833
|
+
"""
|
1834
|
+
elif False:
|
1835
|
+
ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageBucketsArgsDict: TypeAlias = Mapping[str, Any]
|
1836
|
+
|
1837
|
+
@pulumi.input_type
|
1838
|
+
class ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageBucketsArgs:
|
1839
|
+
def __init__(__self__, *,
|
1840
|
+
bucket_id_regexes: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
1841
|
+
"""
|
1842
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] bucket_id_regexes: List of bucket id regexes to exclude in the storage intelligence plan.
|
1843
|
+
"""
|
1844
|
+
pulumi.set(__self__, "bucket_id_regexes", bucket_id_regexes)
|
1845
|
+
|
1846
|
+
@property
|
1847
|
+
@pulumi.getter(name="bucketIdRegexes")
|
1848
|
+
def bucket_id_regexes(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
1849
|
+
"""
|
1850
|
+
List of bucket id regexes to exclude in the storage intelligence plan.
|
1851
|
+
"""
|
1852
|
+
return pulumi.get(self, "bucket_id_regexes")
|
1853
|
+
|
1854
|
+
@bucket_id_regexes.setter
|
1855
|
+
def bucket_id_regexes(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
1856
|
+
pulumi.set(self, "bucket_id_regexes", value)
|
1857
|
+
|
1858
|
+
|
1859
|
+
if not MYPY:
|
1860
|
+
class ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageLocationsArgsDict(TypedDict):
|
1861
|
+
locations: pulumi.Input[Sequence[pulumi.Input[str]]]
|
1862
|
+
"""
|
1863
|
+
List of locations.
|
1864
|
+
"""
|
1865
|
+
elif False:
|
1866
|
+
ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageLocationsArgsDict: TypeAlias = Mapping[str, Any]
|
1867
|
+
|
1868
|
+
@pulumi.input_type
|
1869
|
+
class ControlOrganizationIntelligenceConfigFilterExcludedCloudStorageLocationsArgs:
|
1870
|
+
def __init__(__self__, *,
|
1871
|
+
locations: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
1872
|
+
"""
|
1873
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] locations: List of locations.
|
1874
|
+
"""
|
1875
|
+
pulumi.set(__self__, "locations", locations)
|
1876
|
+
|
1877
|
+
@property
|
1878
|
+
@pulumi.getter
|
1879
|
+
def locations(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
1880
|
+
"""
|
1881
|
+
List of locations.
|
1882
|
+
"""
|
1883
|
+
return pulumi.get(self, "locations")
|
1884
|
+
|
1885
|
+
@locations.setter
|
1886
|
+
def locations(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
1887
|
+
pulumi.set(self, "locations", value)
|
1888
|
+
|
1889
|
+
|
1890
|
+
if not MYPY:
|
1891
|
+
class ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageBucketsArgsDict(TypedDict):
|
1892
|
+
bucket_id_regexes: pulumi.Input[Sequence[pulumi.Input[str]]]
|
1893
|
+
"""
|
1894
|
+
List of bucket id regexes to exclude in the storage intelligence plan.
|
1895
|
+
"""
|
1896
|
+
elif False:
|
1897
|
+
ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageBucketsArgsDict: TypeAlias = Mapping[str, Any]
|
1898
|
+
|
1899
|
+
@pulumi.input_type
|
1900
|
+
class ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageBucketsArgs:
|
1901
|
+
def __init__(__self__, *,
|
1902
|
+
bucket_id_regexes: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
1903
|
+
"""
|
1904
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] bucket_id_regexes: List of bucket id regexes to exclude in the storage intelligence plan.
|
1905
|
+
"""
|
1906
|
+
pulumi.set(__self__, "bucket_id_regexes", bucket_id_regexes)
|
1907
|
+
|
1908
|
+
@property
|
1909
|
+
@pulumi.getter(name="bucketIdRegexes")
|
1910
|
+
def bucket_id_regexes(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
1911
|
+
"""
|
1912
|
+
List of bucket id regexes to exclude in the storage intelligence plan.
|
1913
|
+
"""
|
1914
|
+
return pulumi.get(self, "bucket_id_regexes")
|
1915
|
+
|
1916
|
+
@bucket_id_regexes.setter
|
1917
|
+
def bucket_id_regexes(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
1918
|
+
pulumi.set(self, "bucket_id_regexes", value)
|
1919
|
+
|
1920
|
+
|
1921
|
+
if not MYPY:
|
1922
|
+
class ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageLocationsArgsDict(TypedDict):
|
1923
|
+
locations: pulumi.Input[Sequence[pulumi.Input[str]]]
|
1924
|
+
"""
|
1925
|
+
List of locations.
|
1926
|
+
"""
|
1927
|
+
elif False:
|
1928
|
+
ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageLocationsArgsDict: TypeAlias = Mapping[str, Any]
|
1929
|
+
|
1930
|
+
@pulumi.input_type
|
1931
|
+
class ControlOrganizationIntelligenceConfigFilterIncludedCloudStorageLocationsArgs:
|
1932
|
+
def __init__(__self__, *,
|
1933
|
+
locations: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
1934
|
+
"""
|
1935
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] locations: List of locations.
|
1936
|
+
"""
|
1937
|
+
pulumi.set(__self__, "locations", locations)
|
1938
|
+
|
1939
|
+
@property
|
1940
|
+
@pulumi.getter
|
1941
|
+
def locations(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
1942
|
+
"""
|
1943
|
+
List of locations.
|
1944
|
+
"""
|
1945
|
+
return pulumi.get(self, "locations")
|
1946
|
+
|
1947
|
+
@locations.setter
|
1948
|
+
def locations(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
1949
|
+
pulumi.set(self, "locations", value)
|
1950
|
+
|
1951
|
+
|
1952
|
+
if not MYPY:
|
1953
|
+
class ControlProjectIntelligenceConfigEffectiveIntelligenceConfigArgsDict(TypedDict):
|
1954
|
+
effective_edition: NotRequired[pulumi.Input[str]]
|
1955
|
+
"""
|
1956
|
+
(Output)
|
1957
|
+
The `StorageIntelligence` edition that is applicable for the resource.
|
1958
|
+
"""
|
1959
|
+
intelligence_config: NotRequired[pulumi.Input[str]]
|
1960
|
+
"""
|
1961
|
+
(Output)
|
1962
|
+
The Intelligence config resource that is applied for the target resource.
|
1963
|
+
"""
|
1964
|
+
elif False:
|
1965
|
+
ControlProjectIntelligenceConfigEffectiveIntelligenceConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1966
|
+
|
1967
|
+
@pulumi.input_type
|
1968
|
+
class ControlProjectIntelligenceConfigEffectiveIntelligenceConfigArgs:
|
1969
|
+
def __init__(__self__, *,
|
1970
|
+
effective_edition: Optional[pulumi.Input[str]] = None,
|
1971
|
+
intelligence_config: Optional[pulumi.Input[str]] = None):
|
1972
|
+
"""
|
1973
|
+
:param pulumi.Input[str] effective_edition: (Output)
|
1974
|
+
The `StorageIntelligence` edition that is applicable for the resource.
|
1975
|
+
:param pulumi.Input[str] intelligence_config: (Output)
|
1976
|
+
The Intelligence config resource that is applied for the target resource.
|
1977
|
+
"""
|
1978
|
+
if effective_edition is not None:
|
1979
|
+
pulumi.set(__self__, "effective_edition", effective_edition)
|
1980
|
+
if intelligence_config is not None:
|
1981
|
+
pulumi.set(__self__, "intelligence_config", intelligence_config)
|
1982
|
+
|
1983
|
+
@property
|
1984
|
+
@pulumi.getter(name="effectiveEdition")
|
1985
|
+
def effective_edition(self) -> Optional[pulumi.Input[str]]:
|
1986
|
+
"""
|
1987
|
+
(Output)
|
1988
|
+
The `StorageIntelligence` edition that is applicable for the resource.
|
1989
|
+
"""
|
1990
|
+
return pulumi.get(self, "effective_edition")
|
1991
|
+
|
1992
|
+
@effective_edition.setter
|
1993
|
+
def effective_edition(self, value: Optional[pulumi.Input[str]]):
|
1994
|
+
pulumi.set(self, "effective_edition", value)
|
1995
|
+
|
1996
|
+
@property
|
1997
|
+
@pulumi.getter(name="intelligenceConfig")
|
1998
|
+
def intelligence_config(self) -> Optional[pulumi.Input[str]]:
|
1999
|
+
"""
|
2000
|
+
(Output)
|
2001
|
+
The Intelligence config resource that is applied for the target resource.
|
2002
|
+
"""
|
2003
|
+
return pulumi.get(self, "intelligence_config")
|
2004
|
+
|
2005
|
+
@intelligence_config.setter
|
2006
|
+
def intelligence_config(self, value: Optional[pulumi.Input[str]]):
|
2007
|
+
pulumi.set(self, "intelligence_config", value)
|
2008
|
+
|
2009
|
+
|
2010
|
+
if not MYPY:
|
2011
|
+
class ControlProjectIntelligenceConfigFilterArgsDict(TypedDict):
|
2012
|
+
excluded_cloud_storage_buckets: NotRequired[pulumi.Input['ControlProjectIntelligenceConfigFilterExcludedCloudStorageBucketsArgsDict']]
|
2013
|
+
"""
|
2014
|
+
Buckets to exclude from the Storage Intelligence plan.
|
2015
|
+
Structure is documented below.
|
2016
|
+
"""
|
2017
|
+
excluded_cloud_storage_locations: NotRequired[pulumi.Input['ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocationsArgsDict']]
|
2018
|
+
"""
|
2019
|
+
Locations to exclude from the Storage Intelligence plan.
|
2020
|
+
Structure is documented below.
|
2021
|
+
"""
|
2022
|
+
included_cloud_storage_buckets: NotRequired[pulumi.Input['ControlProjectIntelligenceConfigFilterIncludedCloudStorageBucketsArgsDict']]
|
2023
|
+
"""
|
2024
|
+
Buckets to include in the Storage Intelligence plan.
|
2025
|
+
Structure is documented below.
|
2026
|
+
"""
|
2027
|
+
included_cloud_storage_locations: NotRequired[pulumi.Input['ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgsDict']]
|
2028
|
+
"""
|
2029
|
+
Locations to include in the Storage Intelligence plan.
|
2030
|
+
Structure is documented below.
|
2031
|
+
"""
|
2032
|
+
elif False:
|
2033
|
+
ControlProjectIntelligenceConfigFilterArgsDict: TypeAlias = Mapping[str, Any]
|
2034
|
+
|
2035
|
+
@pulumi.input_type
|
2036
|
+
class ControlProjectIntelligenceConfigFilterArgs:
|
2037
|
+
def __init__(__self__, *,
|
2038
|
+
excluded_cloud_storage_buckets: Optional[pulumi.Input['ControlProjectIntelligenceConfigFilterExcludedCloudStorageBucketsArgs']] = None,
|
2039
|
+
excluded_cloud_storage_locations: Optional[pulumi.Input['ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocationsArgs']] = None,
|
2040
|
+
included_cloud_storage_buckets: Optional[pulumi.Input['ControlProjectIntelligenceConfigFilterIncludedCloudStorageBucketsArgs']] = None,
|
2041
|
+
included_cloud_storage_locations: Optional[pulumi.Input['ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgs']] = None):
|
2042
|
+
"""
|
2043
|
+
:param pulumi.Input['ControlProjectIntelligenceConfigFilterExcludedCloudStorageBucketsArgs'] excluded_cloud_storage_buckets: Buckets to exclude from the Storage Intelligence plan.
|
2044
|
+
Structure is documented below.
|
2045
|
+
:param pulumi.Input['ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocationsArgs'] excluded_cloud_storage_locations: Locations to exclude from the Storage Intelligence plan.
|
2046
|
+
Structure is documented below.
|
2047
|
+
:param pulumi.Input['ControlProjectIntelligenceConfigFilterIncludedCloudStorageBucketsArgs'] included_cloud_storage_buckets: Buckets to include in the Storage Intelligence plan.
|
2048
|
+
Structure is documented below.
|
2049
|
+
:param pulumi.Input['ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgs'] included_cloud_storage_locations: Locations to include in the Storage Intelligence plan.
|
2050
|
+
Structure is documented below.
|
2051
|
+
"""
|
2052
|
+
if excluded_cloud_storage_buckets is not None:
|
2053
|
+
pulumi.set(__self__, "excluded_cloud_storage_buckets", excluded_cloud_storage_buckets)
|
2054
|
+
if excluded_cloud_storage_locations is not None:
|
2055
|
+
pulumi.set(__self__, "excluded_cloud_storage_locations", excluded_cloud_storage_locations)
|
2056
|
+
if included_cloud_storage_buckets is not None:
|
2057
|
+
pulumi.set(__self__, "included_cloud_storage_buckets", included_cloud_storage_buckets)
|
2058
|
+
if included_cloud_storage_locations is not None:
|
2059
|
+
pulumi.set(__self__, "included_cloud_storage_locations", included_cloud_storage_locations)
|
2060
|
+
|
2061
|
+
@property
|
2062
|
+
@pulumi.getter(name="excludedCloudStorageBuckets")
|
2063
|
+
def excluded_cloud_storage_buckets(self) -> Optional[pulumi.Input['ControlProjectIntelligenceConfigFilterExcludedCloudStorageBucketsArgs']]:
|
2064
|
+
"""
|
2065
|
+
Buckets to exclude from the Storage Intelligence plan.
|
2066
|
+
Structure is documented below.
|
2067
|
+
"""
|
2068
|
+
return pulumi.get(self, "excluded_cloud_storage_buckets")
|
2069
|
+
|
2070
|
+
@excluded_cloud_storage_buckets.setter
|
2071
|
+
def excluded_cloud_storage_buckets(self, value: Optional[pulumi.Input['ControlProjectIntelligenceConfigFilterExcludedCloudStorageBucketsArgs']]):
|
2072
|
+
pulumi.set(self, "excluded_cloud_storage_buckets", value)
|
2073
|
+
|
2074
|
+
@property
|
2075
|
+
@pulumi.getter(name="excludedCloudStorageLocations")
|
2076
|
+
def excluded_cloud_storage_locations(self) -> Optional[pulumi.Input['ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocationsArgs']]:
|
2077
|
+
"""
|
2078
|
+
Locations to exclude from the Storage Intelligence plan.
|
2079
|
+
Structure is documented below.
|
2080
|
+
"""
|
2081
|
+
return pulumi.get(self, "excluded_cloud_storage_locations")
|
2082
|
+
|
2083
|
+
@excluded_cloud_storage_locations.setter
|
2084
|
+
def excluded_cloud_storage_locations(self, value: Optional[pulumi.Input['ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocationsArgs']]):
|
2085
|
+
pulumi.set(self, "excluded_cloud_storage_locations", value)
|
2086
|
+
|
2087
|
+
@property
|
2088
|
+
@pulumi.getter(name="includedCloudStorageBuckets")
|
2089
|
+
def included_cloud_storage_buckets(self) -> Optional[pulumi.Input['ControlProjectIntelligenceConfigFilterIncludedCloudStorageBucketsArgs']]:
|
2090
|
+
"""
|
2091
|
+
Buckets to include in the Storage Intelligence plan.
|
2092
|
+
Structure is documented below.
|
2093
|
+
"""
|
2094
|
+
return pulumi.get(self, "included_cloud_storage_buckets")
|
2095
|
+
|
2096
|
+
@included_cloud_storage_buckets.setter
|
2097
|
+
def included_cloud_storage_buckets(self, value: Optional[pulumi.Input['ControlProjectIntelligenceConfigFilterIncludedCloudStorageBucketsArgs']]):
|
2098
|
+
pulumi.set(self, "included_cloud_storage_buckets", value)
|
2099
|
+
|
2100
|
+
@property
|
2101
|
+
@pulumi.getter(name="includedCloudStorageLocations")
|
2102
|
+
def included_cloud_storage_locations(self) -> Optional[pulumi.Input['ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgs']]:
|
2103
|
+
"""
|
2104
|
+
Locations to include in the Storage Intelligence plan.
|
2105
|
+
Structure is documented below.
|
2106
|
+
"""
|
2107
|
+
return pulumi.get(self, "included_cloud_storage_locations")
|
2108
|
+
|
2109
|
+
@included_cloud_storage_locations.setter
|
2110
|
+
def included_cloud_storage_locations(self, value: Optional[pulumi.Input['ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgs']]):
|
2111
|
+
pulumi.set(self, "included_cloud_storage_locations", value)
|
2112
|
+
|
2113
|
+
|
2114
|
+
if not MYPY:
|
2115
|
+
class ControlProjectIntelligenceConfigFilterExcludedCloudStorageBucketsArgsDict(TypedDict):
|
2116
|
+
bucket_id_regexes: pulumi.Input[Sequence[pulumi.Input[str]]]
|
2117
|
+
"""
|
2118
|
+
List of bucket id regexes to exclude in the storage intelligence plan.
|
2119
|
+
"""
|
2120
|
+
elif False:
|
2121
|
+
ControlProjectIntelligenceConfigFilterExcludedCloudStorageBucketsArgsDict: TypeAlias = Mapping[str, Any]
|
2122
|
+
|
2123
|
+
@pulumi.input_type
|
2124
|
+
class ControlProjectIntelligenceConfigFilterExcludedCloudStorageBucketsArgs:
|
2125
|
+
def __init__(__self__, *,
|
2126
|
+
bucket_id_regexes: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
2127
|
+
"""
|
2128
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] bucket_id_regexes: List of bucket id regexes to exclude in the storage intelligence plan.
|
2129
|
+
"""
|
2130
|
+
pulumi.set(__self__, "bucket_id_regexes", bucket_id_regexes)
|
2131
|
+
|
2132
|
+
@property
|
2133
|
+
@pulumi.getter(name="bucketIdRegexes")
|
2134
|
+
def bucket_id_regexes(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
2135
|
+
"""
|
2136
|
+
List of bucket id regexes to exclude in the storage intelligence plan.
|
2137
|
+
"""
|
2138
|
+
return pulumi.get(self, "bucket_id_regexes")
|
2139
|
+
|
2140
|
+
@bucket_id_regexes.setter
|
2141
|
+
def bucket_id_regexes(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
2142
|
+
pulumi.set(self, "bucket_id_regexes", value)
|
2143
|
+
|
2144
|
+
|
2145
|
+
if not MYPY:
|
2146
|
+
class ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocationsArgsDict(TypedDict):
|
2147
|
+
locations: pulumi.Input[Sequence[pulumi.Input[str]]]
|
2148
|
+
"""
|
2149
|
+
List of locations.
|
2150
|
+
"""
|
2151
|
+
elif False:
|
2152
|
+
ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocationsArgsDict: TypeAlias = Mapping[str, Any]
|
2153
|
+
|
2154
|
+
@pulumi.input_type
|
2155
|
+
class ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocationsArgs:
|
2156
|
+
def __init__(__self__, *,
|
2157
|
+
locations: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
2158
|
+
"""
|
2159
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] locations: List of locations.
|
2160
|
+
"""
|
2161
|
+
pulumi.set(__self__, "locations", locations)
|
2162
|
+
|
2163
|
+
@property
|
2164
|
+
@pulumi.getter
|
2165
|
+
def locations(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
2166
|
+
"""
|
2167
|
+
List of locations.
|
2168
|
+
"""
|
2169
|
+
return pulumi.get(self, "locations")
|
2170
|
+
|
2171
|
+
@locations.setter
|
2172
|
+
def locations(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
2173
|
+
pulumi.set(self, "locations", value)
|
2174
|
+
|
2175
|
+
|
2176
|
+
if not MYPY:
|
2177
|
+
class ControlProjectIntelligenceConfigFilterIncludedCloudStorageBucketsArgsDict(TypedDict):
|
2178
|
+
bucket_id_regexes: pulumi.Input[Sequence[pulumi.Input[str]]]
|
2179
|
+
"""
|
2180
|
+
List of bucket id regexes to exclude in the storage intelligence plan.
|
2181
|
+
"""
|
2182
|
+
elif False:
|
2183
|
+
ControlProjectIntelligenceConfigFilterIncludedCloudStorageBucketsArgsDict: TypeAlias = Mapping[str, Any]
|
2184
|
+
|
2185
|
+
@pulumi.input_type
|
2186
|
+
class ControlProjectIntelligenceConfigFilterIncludedCloudStorageBucketsArgs:
|
2187
|
+
def __init__(__self__, *,
|
2188
|
+
bucket_id_regexes: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
2189
|
+
"""
|
2190
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] bucket_id_regexes: List of bucket id regexes to exclude in the storage intelligence plan.
|
2191
|
+
"""
|
2192
|
+
pulumi.set(__self__, "bucket_id_regexes", bucket_id_regexes)
|
2193
|
+
|
2194
|
+
@property
|
2195
|
+
@pulumi.getter(name="bucketIdRegexes")
|
2196
|
+
def bucket_id_regexes(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
2197
|
+
"""
|
2198
|
+
List of bucket id regexes to exclude in the storage intelligence plan.
|
2199
|
+
"""
|
2200
|
+
return pulumi.get(self, "bucket_id_regexes")
|
2201
|
+
|
2202
|
+
@bucket_id_regexes.setter
|
2203
|
+
def bucket_id_regexes(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
2204
|
+
pulumi.set(self, "bucket_id_regexes", value)
|
2205
|
+
|
2206
|
+
|
2207
|
+
if not MYPY:
|
2208
|
+
class ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgsDict(TypedDict):
|
2209
|
+
locations: pulumi.Input[Sequence[pulumi.Input[str]]]
|
2210
|
+
"""
|
2211
|
+
List of locations.
|
2212
|
+
"""
|
2213
|
+
elif False:
|
2214
|
+
ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgsDict: TypeAlias = Mapping[str, Any]
|
2215
|
+
|
2216
|
+
@pulumi.input_type
|
2217
|
+
class ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgs:
|
2218
|
+
def __init__(__self__, *,
|
2219
|
+
locations: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
2220
|
+
"""
|
2221
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] locations: List of locations.
|
2222
|
+
"""
|
2223
|
+
pulumi.set(__self__, "locations", locations)
|
2224
|
+
|
2225
|
+
@property
|
2226
|
+
@pulumi.getter
|
2227
|
+
def locations(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
2228
|
+
"""
|
2229
|
+
List of locations.
|
2230
|
+
"""
|
2231
|
+
return pulumi.get(self, "locations")
|
2232
|
+
|
2233
|
+
@locations.setter
|
2234
|
+
def locations(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
2235
|
+
pulumi.set(self, "locations", value)
|
2236
|
+
|
2237
|
+
|
1340
2238
|
if not MYPY:
|
1341
2239
|
class DefaultObjectAccessControlProjectTeamArgsDict(TypedDict):
|
1342
2240
|
project_number: NotRequired[pulumi.Input[str]]
|
@@ -2613,6 +3511,10 @@ if not MYPY:
|
|
2613
3511
|
Whether objects that exist only in the sink should be deleted. Note that this option and
|
2614
3512
|
`delete_objects_from_source_after_transfer` are mutually exclusive.
|
2615
3513
|
"""
|
3514
|
+
metadata_options: NotRequired[pulumi.Input['TransferJobReplicationSpecTransferOptionsMetadataOptionsArgsDict']]
|
3515
|
+
"""
|
3516
|
+
Specifies the metadata options for running a transfer
|
3517
|
+
"""
|
2616
3518
|
overwrite_objects_already_existing_in_sink: NotRequired[pulumi.Input[bool]]
|
2617
3519
|
"""
|
2618
3520
|
Whether overwriting objects that already exist in the sink is allowed.
|
@@ -2629,12 +3531,14 @@ class TransferJobReplicationSpecTransferOptionsArgs:
|
|
2629
3531
|
def __init__(__self__, *,
|
2630
3532
|
delete_objects_from_source_after_transfer: Optional[pulumi.Input[bool]] = None,
|
2631
3533
|
delete_objects_unique_in_sink: Optional[pulumi.Input[bool]] = None,
|
3534
|
+
metadata_options: Optional[pulumi.Input['TransferJobReplicationSpecTransferOptionsMetadataOptionsArgs']] = None,
|
2632
3535
|
overwrite_objects_already_existing_in_sink: Optional[pulumi.Input[bool]] = None,
|
2633
3536
|
overwrite_when: Optional[pulumi.Input[str]] = None):
|
2634
3537
|
"""
|
2635
3538
|
:param pulumi.Input[bool] delete_objects_from_source_after_transfer: Whether objects should be deleted from the source after they are transferred to the sink. Note that this option and `delete_objects_unique_in_sink` are mutually exclusive.
|
2636
3539
|
:param pulumi.Input[bool] delete_objects_unique_in_sink: Whether objects that exist only in the sink should be deleted. Note that this option and
|
2637
3540
|
`delete_objects_from_source_after_transfer` are mutually exclusive.
|
3541
|
+
:param pulumi.Input['TransferJobReplicationSpecTransferOptionsMetadataOptionsArgs'] metadata_options: Specifies the metadata options for running a transfer
|
2638
3542
|
:param pulumi.Input[bool] overwrite_objects_already_existing_in_sink: Whether overwriting objects that already exist in the sink is allowed.
|
2639
3543
|
:param pulumi.Input[str] overwrite_when: When to overwrite objects that already exist in the sink. If not set, overwrite behavior is determined by `overwrite_objects_already_existing_in_sink`. Possible values: ALWAYS, DIFFERENT, NEVER.
|
2640
3544
|
"""
|
@@ -2642,6 +3546,8 @@ class TransferJobReplicationSpecTransferOptionsArgs:
|
|
2642
3546
|
pulumi.set(__self__, "delete_objects_from_source_after_transfer", delete_objects_from_source_after_transfer)
|
2643
3547
|
if delete_objects_unique_in_sink is not None:
|
2644
3548
|
pulumi.set(__self__, "delete_objects_unique_in_sink", delete_objects_unique_in_sink)
|
3549
|
+
if metadata_options is not None:
|
3550
|
+
pulumi.set(__self__, "metadata_options", metadata_options)
|
2645
3551
|
if overwrite_objects_already_existing_in_sink is not None:
|
2646
3552
|
pulumi.set(__self__, "overwrite_objects_already_existing_in_sink", overwrite_objects_already_existing_in_sink)
|
2647
3553
|
if overwrite_when is not None:
|
@@ -2672,6 +3578,18 @@ class TransferJobReplicationSpecTransferOptionsArgs:
|
|
2672
3578
|
def delete_objects_unique_in_sink(self, value: Optional[pulumi.Input[bool]]):
|
2673
3579
|
pulumi.set(self, "delete_objects_unique_in_sink", value)
|
2674
3580
|
|
3581
|
+
@property
|
3582
|
+
@pulumi.getter(name="metadataOptions")
|
3583
|
+
def metadata_options(self) -> Optional[pulumi.Input['TransferJobReplicationSpecTransferOptionsMetadataOptionsArgs']]:
|
3584
|
+
"""
|
3585
|
+
Specifies the metadata options for running a transfer
|
3586
|
+
"""
|
3587
|
+
return pulumi.get(self, "metadata_options")
|
3588
|
+
|
3589
|
+
@metadata_options.setter
|
3590
|
+
def metadata_options(self, value: Optional[pulumi.Input['TransferJobReplicationSpecTransferOptionsMetadataOptionsArgs']]):
|
3591
|
+
pulumi.set(self, "metadata_options", value)
|
3592
|
+
|
2675
3593
|
@property
|
2676
3594
|
@pulumi.getter(name="overwriteObjectsAlreadyExistingInSink")
|
2677
3595
|
def overwrite_objects_already_existing_in_sink(self) -> Optional[pulumi.Input[bool]]:
|
@@ -2697,6 +3615,198 @@ class TransferJobReplicationSpecTransferOptionsArgs:
|
|
2697
3615
|
pulumi.set(self, "overwrite_when", value)
|
2698
3616
|
|
2699
3617
|
|
3618
|
+
if not MYPY:
|
3619
|
+
class TransferJobReplicationSpecTransferOptionsMetadataOptionsArgsDict(TypedDict):
|
3620
|
+
acl: NotRequired[pulumi.Input[str]]
|
3621
|
+
"""
|
3622
|
+
Specifies how each object's ACLs should be preserved for transfers between Google Cloud Storage buckets
|
3623
|
+
"""
|
3624
|
+
gid: NotRequired[pulumi.Input[str]]
|
3625
|
+
"""
|
3626
|
+
Specifies how each file's POSIX group ID (GID) attribute should be handled by the transfer.
|
3627
|
+
"""
|
3628
|
+
kms_key: NotRequired[pulumi.Input[str]]
|
3629
|
+
"""
|
3630
|
+
Specifies how each object's Cloud KMS customer-managed encryption key (CMEK) is preserved for transfers between Google Cloud Storage buckets
|
3631
|
+
"""
|
3632
|
+
mode: NotRequired[pulumi.Input[str]]
|
3633
|
+
"""
|
3634
|
+
Specifies how each file's mode attribute should be handled by the transfer.
|
3635
|
+
"""
|
3636
|
+
storage_class: NotRequired[pulumi.Input[str]]
|
3637
|
+
"""
|
3638
|
+
Specifies the storage class to set on objects being transferred to Google Cloud Storage buckets
|
3639
|
+
"""
|
3640
|
+
symlink: NotRequired[pulumi.Input[str]]
|
3641
|
+
"""
|
3642
|
+
Specifies how symlinks should be handled by the transfer.
|
3643
|
+
"""
|
3644
|
+
temporary_hold: NotRequired[pulumi.Input[str]]
|
3645
|
+
"""
|
3646
|
+
SSpecifies how each object's temporary hold status should be preserved for transfers between Google Cloud Storage buckets
|
3647
|
+
"""
|
3648
|
+
time_created: NotRequired[pulumi.Input[str]]
|
3649
|
+
"""
|
3650
|
+
Specifies how each object's timeCreated metadata is preserved for transfers.
|
3651
|
+
"""
|
3652
|
+
uid: NotRequired[pulumi.Input[str]]
|
3653
|
+
"""
|
3654
|
+
Specifies how each file's POSIX user ID (UID) attribute should be handled by the transfer.
|
3655
|
+
"""
|
3656
|
+
elif False:
|
3657
|
+
TransferJobReplicationSpecTransferOptionsMetadataOptionsArgsDict: TypeAlias = Mapping[str, Any]
|
3658
|
+
|
3659
|
+
@pulumi.input_type
|
3660
|
+
class TransferJobReplicationSpecTransferOptionsMetadataOptionsArgs:
|
3661
|
+
def __init__(__self__, *,
|
3662
|
+
acl: Optional[pulumi.Input[str]] = None,
|
3663
|
+
gid: Optional[pulumi.Input[str]] = None,
|
3664
|
+
kms_key: Optional[pulumi.Input[str]] = None,
|
3665
|
+
mode: Optional[pulumi.Input[str]] = None,
|
3666
|
+
storage_class: Optional[pulumi.Input[str]] = None,
|
3667
|
+
symlink: Optional[pulumi.Input[str]] = None,
|
3668
|
+
temporary_hold: Optional[pulumi.Input[str]] = None,
|
3669
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
3670
|
+
uid: Optional[pulumi.Input[str]] = None):
|
3671
|
+
"""
|
3672
|
+
:param pulumi.Input[str] acl: Specifies how each object's ACLs should be preserved for transfers between Google Cloud Storage buckets
|
3673
|
+
:param pulumi.Input[str] gid: Specifies how each file's POSIX group ID (GID) attribute should be handled by the transfer.
|
3674
|
+
:param pulumi.Input[str] kms_key: Specifies how each object's Cloud KMS customer-managed encryption key (CMEK) is preserved for transfers between Google Cloud Storage buckets
|
3675
|
+
:param pulumi.Input[str] mode: Specifies how each file's mode attribute should be handled by the transfer.
|
3676
|
+
:param pulumi.Input[str] storage_class: Specifies the storage class to set on objects being transferred to Google Cloud Storage buckets
|
3677
|
+
:param pulumi.Input[str] symlink: Specifies how symlinks should be handled by the transfer.
|
3678
|
+
:param pulumi.Input[str] temporary_hold: SSpecifies how each object's temporary hold status should be preserved for transfers between Google Cloud Storage buckets
|
3679
|
+
:param pulumi.Input[str] time_created: Specifies how each object's timeCreated metadata is preserved for transfers.
|
3680
|
+
:param pulumi.Input[str] uid: Specifies how each file's POSIX user ID (UID) attribute should be handled by the transfer.
|
3681
|
+
"""
|
3682
|
+
if acl is not None:
|
3683
|
+
pulumi.set(__self__, "acl", acl)
|
3684
|
+
if gid is not None:
|
3685
|
+
pulumi.set(__self__, "gid", gid)
|
3686
|
+
if kms_key is not None:
|
3687
|
+
pulumi.set(__self__, "kms_key", kms_key)
|
3688
|
+
if mode is not None:
|
3689
|
+
pulumi.set(__self__, "mode", mode)
|
3690
|
+
if storage_class is not None:
|
3691
|
+
pulumi.set(__self__, "storage_class", storage_class)
|
3692
|
+
if symlink is not None:
|
3693
|
+
pulumi.set(__self__, "symlink", symlink)
|
3694
|
+
if temporary_hold is not None:
|
3695
|
+
pulumi.set(__self__, "temporary_hold", temporary_hold)
|
3696
|
+
if time_created is not None:
|
3697
|
+
pulumi.set(__self__, "time_created", time_created)
|
3698
|
+
if uid is not None:
|
3699
|
+
pulumi.set(__self__, "uid", uid)
|
3700
|
+
|
3701
|
+
@property
|
3702
|
+
@pulumi.getter
|
3703
|
+
def acl(self) -> Optional[pulumi.Input[str]]:
|
3704
|
+
"""
|
3705
|
+
Specifies how each object's ACLs should be preserved for transfers between Google Cloud Storage buckets
|
3706
|
+
"""
|
3707
|
+
return pulumi.get(self, "acl")
|
3708
|
+
|
3709
|
+
@acl.setter
|
3710
|
+
def acl(self, value: Optional[pulumi.Input[str]]):
|
3711
|
+
pulumi.set(self, "acl", value)
|
3712
|
+
|
3713
|
+
@property
|
3714
|
+
@pulumi.getter
|
3715
|
+
def gid(self) -> Optional[pulumi.Input[str]]:
|
3716
|
+
"""
|
3717
|
+
Specifies how each file's POSIX group ID (GID) attribute should be handled by the transfer.
|
3718
|
+
"""
|
3719
|
+
return pulumi.get(self, "gid")
|
3720
|
+
|
3721
|
+
@gid.setter
|
3722
|
+
def gid(self, value: Optional[pulumi.Input[str]]):
|
3723
|
+
pulumi.set(self, "gid", value)
|
3724
|
+
|
3725
|
+
@property
|
3726
|
+
@pulumi.getter(name="kmsKey")
|
3727
|
+
def kms_key(self) -> Optional[pulumi.Input[str]]:
|
3728
|
+
"""
|
3729
|
+
Specifies how each object's Cloud KMS customer-managed encryption key (CMEK) is preserved for transfers between Google Cloud Storage buckets
|
3730
|
+
"""
|
3731
|
+
return pulumi.get(self, "kms_key")
|
3732
|
+
|
3733
|
+
@kms_key.setter
|
3734
|
+
def kms_key(self, value: Optional[pulumi.Input[str]]):
|
3735
|
+
pulumi.set(self, "kms_key", value)
|
3736
|
+
|
3737
|
+
@property
|
3738
|
+
@pulumi.getter
|
3739
|
+
def mode(self) -> Optional[pulumi.Input[str]]:
|
3740
|
+
"""
|
3741
|
+
Specifies how each file's mode attribute should be handled by the transfer.
|
3742
|
+
"""
|
3743
|
+
return pulumi.get(self, "mode")
|
3744
|
+
|
3745
|
+
@mode.setter
|
3746
|
+
def mode(self, value: Optional[pulumi.Input[str]]):
|
3747
|
+
pulumi.set(self, "mode", value)
|
3748
|
+
|
3749
|
+
@property
|
3750
|
+
@pulumi.getter(name="storageClass")
|
3751
|
+
def storage_class(self) -> Optional[pulumi.Input[str]]:
|
3752
|
+
"""
|
3753
|
+
Specifies the storage class to set on objects being transferred to Google Cloud Storage buckets
|
3754
|
+
"""
|
3755
|
+
return pulumi.get(self, "storage_class")
|
3756
|
+
|
3757
|
+
@storage_class.setter
|
3758
|
+
def storage_class(self, value: Optional[pulumi.Input[str]]):
|
3759
|
+
pulumi.set(self, "storage_class", value)
|
3760
|
+
|
3761
|
+
@property
|
3762
|
+
@pulumi.getter
|
3763
|
+
def symlink(self) -> Optional[pulumi.Input[str]]:
|
3764
|
+
"""
|
3765
|
+
Specifies how symlinks should be handled by the transfer.
|
3766
|
+
"""
|
3767
|
+
return pulumi.get(self, "symlink")
|
3768
|
+
|
3769
|
+
@symlink.setter
|
3770
|
+
def symlink(self, value: Optional[pulumi.Input[str]]):
|
3771
|
+
pulumi.set(self, "symlink", value)
|
3772
|
+
|
3773
|
+
@property
|
3774
|
+
@pulumi.getter(name="temporaryHold")
|
3775
|
+
def temporary_hold(self) -> Optional[pulumi.Input[str]]:
|
3776
|
+
"""
|
3777
|
+
SSpecifies how each object's temporary hold status should be preserved for transfers between Google Cloud Storage buckets
|
3778
|
+
"""
|
3779
|
+
return pulumi.get(self, "temporary_hold")
|
3780
|
+
|
3781
|
+
@temporary_hold.setter
|
3782
|
+
def temporary_hold(self, value: Optional[pulumi.Input[str]]):
|
3783
|
+
pulumi.set(self, "temporary_hold", value)
|
3784
|
+
|
3785
|
+
@property
|
3786
|
+
@pulumi.getter(name="timeCreated")
|
3787
|
+
def time_created(self) -> Optional[pulumi.Input[str]]:
|
3788
|
+
"""
|
3789
|
+
Specifies how each object's timeCreated metadata is preserved for transfers.
|
3790
|
+
"""
|
3791
|
+
return pulumi.get(self, "time_created")
|
3792
|
+
|
3793
|
+
@time_created.setter
|
3794
|
+
def time_created(self, value: Optional[pulumi.Input[str]]):
|
3795
|
+
pulumi.set(self, "time_created", value)
|
3796
|
+
|
3797
|
+
@property
|
3798
|
+
@pulumi.getter
|
3799
|
+
def uid(self) -> Optional[pulumi.Input[str]]:
|
3800
|
+
"""
|
3801
|
+
Specifies how each file's POSIX user ID (UID) attribute should be handled by the transfer.
|
3802
|
+
"""
|
3803
|
+
return pulumi.get(self, "uid")
|
3804
|
+
|
3805
|
+
@uid.setter
|
3806
|
+
def uid(self, value: Optional[pulumi.Input[str]]):
|
3807
|
+
pulumi.set(self, "uid", value)
|
3808
|
+
|
3809
|
+
|
2700
3810
|
if not MYPY:
|
2701
3811
|
class TransferJobScheduleArgsDict(TypedDict):
|
2702
3812
|
schedule_start_date: pulumi.Input['TransferJobScheduleScheduleStartDateArgsDict']
|
@@ -3923,6 +5033,10 @@ if not MYPY:
|
|
3923
5033
|
Whether objects that exist only in the sink should be deleted. Note that this option and
|
3924
5034
|
`delete_objects_from_source_after_transfer` are mutually exclusive.
|
3925
5035
|
"""
|
5036
|
+
metadata_options: NotRequired[pulumi.Input['TransferJobTransferSpecTransferOptionsMetadataOptionsArgsDict']]
|
5037
|
+
"""
|
5038
|
+
Specifies the metadata options for running a transfer
|
5039
|
+
"""
|
3926
5040
|
overwrite_objects_already_existing_in_sink: NotRequired[pulumi.Input[bool]]
|
3927
5041
|
"""
|
3928
5042
|
Whether overwriting objects that already exist in the sink is allowed.
|
@@ -3939,12 +5053,14 @@ class TransferJobTransferSpecTransferOptionsArgs:
|
|
3939
5053
|
def __init__(__self__, *,
|
3940
5054
|
delete_objects_from_source_after_transfer: Optional[pulumi.Input[bool]] = None,
|
3941
5055
|
delete_objects_unique_in_sink: Optional[pulumi.Input[bool]] = None,
|
5056
|
+
metadata_options: Optional[pulumi.Input['TransferJobTransferSpecTransferOptionsMetadataOptionsArgs']] = None,
|
3942
5057
|
overwrite_objects_already_existing_in_sink: Optional[pulumi.Input[bool]] = None,
|
3943
5058
|
overwrite_when: Optional[pulumi.Input[str]] = None):
|
3944
5059
|
"""
|
3945
5060
|
:param pulumi.Input[bool] delete_objects_from_source_after_transfer: Whether objects should be deleted from the source after they are transferred to the sink. Note that this option and `delete_objects_unique_in_sink` are mutually exclusive.
|
3946
5061
|
:param pulumi.Input[bool] delete_objects_unique_in_sink: Whether objects that exist only in the sink should be deleted. Note that this option and
|
3947
5062
|
`delete_objects_from_source_after_transfer` are mutually exclusive.
|
5063
|
+
:param pulumi.Input['TransferJobTransferSpecTransferOptionsMetadataOptionsArgs'] metadata_options: Specifies the metadata options for running a transfer
|
3948
5064
|
:param pulumi.Input[bool] overwrite_objects_already_existing_in_sink: Whether overwriting objects that already exist in the sink is allowed.
|
3949
5065
|
:param pulumi.Input[str] overwrite_when: When to overwrite objects that already exist in the sink. If not set, overwrite behavior is determined by `overwrite_objects_already_existing_in_sink`. Possible values: ALWAYS, DIFFERENT, NEVER.
|
3950
5066
|
"""
|
@@ -3952,6 +5068,8 @@ class TransferJobTransferSpecTransferOptionsArgs:
|
|
3952
5068
|
pulumi.set(__self__, "delete_objects_from_source_after_transfer", delete_objects_from_source_after_transfer)
|
3953
5069
|
if delete_objects_unique_in_sink is not None:
|
3954
5070
|
pulumi.set(__self__, "delete_objects_unique_in_sink", delete_objects_unique_in_sink)
|
5071
|
+
if metadata_options is not None:
|
5072
|
+
pulumi.set(__self__, "metadata_options", metadata_options)
|
3955
5073
|
if overwrite_objects_already_existing_in_sink is not None:
|
3956
5074
|
pulumi.set(__self__, "overwrite_objects_already_existing_in_sink", overwrite_objects_already_existing_in_sink)
|
3957
5075
|
if overwrite_when is not None:
|
@@ -3982,6 +5100,18 @@ class TransferJobTransferSpecTransferOptionsArgs:
|
|
3982
5100
|
def delete_objects_unique_in_sink(self, value: Optional[pulumi.Input[bool]]):
|
3983
5101
|
pulumi.set(self, "delete_objects_unique_in_sink", value)
|
3984
5102
|
|
5103
|
+
@property
|
5104
|
+
@pulumi.getter(name="metadataOptions")
|
5105
|
+
def metadata_options(self) -> Optional[pulumi.Input['TransferJobTransferSpecTransferOptionsMetadataOptionsArgs']]:
|
5106
|
+
"""
|
5107
|
+
Specifies the metadata options for running a transfer
|
5108
|
+
"""
|
5109
|
+
return pulumi.get(self, "metadata_options")
|
5110
|
+
|
5111
|
+
@metadata_options.setter
|
5112
|
+
def metadata_options(self, value: Optional[pulumi.Input['TransferJobTransferSpecTransferOptionsMetadataOptionsArgs']]):
|
5113
|
+
pulumi.set(self, "metadata_options", value)
|
5114
|
+
|
3985
5115
|
@property
|
3986
5116
|
@pulumi.getter(name="overwriteObjectsAlreadyExistingInSink")
|
3987
5117
|
def overwrite_objects_already_existing_in_sink(self) -> Optional[pulumi.Input[bool]]:
|
@@ -4007,3 +5137,195 @@ class TransferJobTransferSpecTransferOptionsArgs:
|
|
4007
5137
|
pulumi.set(self, "overwrite_when", value)
|
4008
5138
|
|
4009
5139
|
|
5140
|
+
if not MYPY:
|
5141
|
+
class TransferJobTransferSpecTransferOptionsMetadataOptionsArgsDict(TypedDict):
|
5142
|
+
acl: NotRequired[pulumi.Input[str]]
|
5143
|
+
"""
|
5144
|
+
Specifies how each object's ACLs should be preserved for transfers between Google Cloud Storage buckets
|
5145
|
+
"""
|
5146
|
+
gid: NotRequired[pulumi.Input[str]]
|
5147
|
+
"""
|
5148
|
+
Specifies how each file's POSIX group ID (GID) attribute should be handled by the transfer.
|
5149
|
+
"""
|
5150
|
+
kms_key: NotRequired[pulumi.Input[str]]
|
5151
|
+
"""
|
5152
|
+
Specifies how each object's Cloud KMS customer-managed encryption key (CMEK) is preserved for transfers between Google Cloud Storage buckets
|
5153
|
+
"""
|
5154
|
+
mode: NotRequired[pulumi.Input[str]]
|
5155
|
+
"""
|
5156
|
+
Specifies how each file's mode attribute should be handled by the transfer.
|
5157
|
+
"""
|
5158
|
+
storage_class: NotRequired[pulumi.Input[str]]
|
5159
|
+
"""
|
5160
|
+
Specifies the storage class to set on objects being transferred to Google Cloud Storage buckets
|
5161
|
+
"""
|
5162
|
+
symlink: NotRequired[pulumi.Input[str]]
|
5163
|
+
"""
|
5164
|
+
Specifies how symlinks should be handled by the transfer.
|
5165
|
+
"""
|
5166
|
+
temporary_hold: NotRequired[pulumi.Input[str]]
|
5167
|
+
"""
|
5168
|
+
SSpecifies how each object's temporary hold status should be preserved for transfers between Google Cloud Storage buckets
|
5169
|
+
"""
|
5170
|
+
time_created: NotRequired[pulumi.Input[str]]
|
5171
|
+
"""
|
5172
|
+
Specifies how each object's timeCreated metadata is preserved for transfers.
|
5173
|
+
"""
|
5174
|
+
uid: NotRequired[pulumi.Input[str]]
|
5175
|
+
"""
|
5176
|
+
Specifies how each file's POSIX user ID (UID) attribute should be handled by the transfer.
|
5177
|
+
"""
|
5178
|
+
elif False:
|
5179
|
+
TransferJobTransferSpecTransferOptionsMetadataOptionsArgsDict: TypeAlias = Mapping[str, Any]
|
5180
|
+
|
5181
|
+
@pulumi.input_type
|
5182
|
+
class TransferJobTransferSpecTransferOptionsMetadataOptionsArgs:
|
5183
|
+
def __init__(__self__, *,
|
5184
|
+
acl: Optional[pulumi.Input[str]] = None,
|
5185
|
+
gid: Optional[pulumi.Input[str]] = None,
|
5186
|
+
kms_key: Optional[pulumi.Input[str]] = None,
|
5187
|
+
mode: Optional[pulumi.Input[str]] = None,
|
5188
|
+
storage_class: Optional[pulumi.Input[str]] = None,
|
5189
|
+
symlink: Optional[pulumi.Input[str]] = None,
|
5190
|
+
temporary_hold: Optional[pulumi.Input[str]] = None,
|
5191
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
5192
|
+
uid: Optional[pulumi.Input[str]] = None):
|
5193
|
+
"""
|
5194
|
+
:param pulumi.Input[str] acl: Specifies how each object's ACLs should be preserved for transfers between Google Cloud Storage buckets
|
5195
|
+
:param pulumi.Input[str] gid: Specifies how each file's POSIX group ID (GID) attribute should be handled by the transfer.
|
5196
|
+
:param pulumi.Input[str] kms_key: Specifies how each object's Cloud KMS customer-managed encryption key (CMEK) is preserved for transfers between Google Cloud Storage buckets
|
5197
|
+
:param pulumi.Input[str] mode: Specifies how each file's mode attribute should be handled by the transfer.
|
5198
|
+
:param pulumi.Input[str] storage_class: Specifies the storage class to set on objects being transferred to Google Cloud Storage buckets
|
5199
|
+
:param pulumi.Input[str] symlink: Specifies how symlinks should be handled by the transfer.
|
5200
|
+
:param pulumi.Input[str] temporary_hold: SSpecifies how each object's temporary hold status should be preserved for transfers between Google Cloud Storage buckets
|
5201
|
+
:param pulumi.Input[str] time_created: Specifies how each object's timeCreated metadata is preserved for transfers.
|
5202
|
+
:param pulumi.Input[str] uid: Specifies how each file's POSIX user ID (UID) attribute should be handled by the transfer.
|
5203
|
+
"""
|
5204
|
+
if acl is not None:
|
5205
|
+
pulumi.set(__self__, "acl", acl)
|
5206
|
+
if gid is not None:
|
5207
|
+
pulumi.set(__self__, "gid", gid)
|
5208
|
+
if kms_key is not None:
|
5209
|
+
pulumi.set(__self__, "kms_key", kms_key)
|
5210
|
+
if mode is not None:
|
5211
|
+
pulumi.set(__self__, "mode", mode)
|
5212
|
+
if storage_class is not None:
|
5213
|
+
pulumi.set(__self__, "storage_class", storage_class)
|
5214
|
+
if symlink is not None:
|
5215
|
+
pulumi.set(__self__, "symlink", symlink)
|
5216
|
+
if temporary_hold is not None:
|
5217
|
+
pulumi.set(__self__, "temporary_hold", temporary_hold)
|
5218
|
+
if time_created is not None:
|
5219
|
+
pulumi.set(__self__, "time_created", time_created)
|
5220
|
+
if uid is not None:
|
5221
|
+
pulumi.set(__self__, "uid", uid)
|
5222
|
+
|
5223
|
+
@property
|
5224
|
+
@pulumi.getter
|
5225
|
+
def acl(self) -> Optional[pulumi.Input[str]]:
|
5226
|
+
"""
|
5227
|
+
Specifies how each object's ACLs should be preserved for transfers between Google Cloud Storage buckets
|
5228
|
+
"""
|
5229
|
+
return pulumi.get(self, "acl")
|
5230
|
+
|
5231
|
+
@acl.setter
|
5232
|
+
def acl(self, value: Optional[pulumi.Input[str]]):
|
5233
|
+
pulumi.set(self, "acl", value)
|
5234
|
+
|
5235
|
+
@property
|
5236
|
+
@pulumi.getter
|
5237
|
+
def gid(self) -> Optional[pulumi.Input[str]]:
|
5238
|
+
"""
|
5239
|
+
Specifies how each file's POSIX group ID (GID) attribute should be handled by the transfer.
|
5240
|
+
"""
|
5241
|
+
return pulumi.get(self, "gid")
|
5242
|
+
|
5243
|
+
@gid.setter
|
5244
|
+
def gid(self, value: Optional[pulumi.Input[str]]):
|
5245
|
+
pulumi.set(self, "gid", value)
|
5246
|
+
|
5247
|
+
@property
|
5248
|
+
@pulumi.getter(name="kmsKey")
|
5249
|
+
def kms_key(self) -> Optional[pulumi.Input[str]]:
|
5250
|
+
"""
|
5251
|
+
Specifies how each object's Cloud KMS customer-managed encryption key (CMEK) is preserved for transfers between Google Cloud Storage buckets
|
5252
|
+
"""
|
5253
|
+
return pulumi.get(self, "kms_key")
|
5254
|
+
|
5255
|
+
@kms_key.setter
|
5256
|
+
def kms_key(self, value: Optional[pulumi.Input[str]]):
|
5257
|
+
pulumi.set(self, "kms_key", value)
|
5258
|
+
|
5259
|
+
@property
|
5260
|
+
@pulumi.getter
|
5261
|
+
def mode(self) -> Optional[pulumi.Input[str]]:
|
5262
|
+
"""
|
5263
|
+
Specifies how each file's mode attribute should be handled by the transfer.
|
5264
|
+
"""
|
5265
|
+
return pulumi.get(self, "mode")
|
5266
|
+
|
5267
|
+
@mode.setter
|
5268
|
+
def mode(self, value: Optional[pulumi.Input[str]]):
|
5269
|
+
pulumi.set(self, "mode", value)
|
5270
|
+
|
5271
|
+
@property
|
5272
|
+
@pulumi.getter(name="storageClass")
|
5273
|
+
def storage_class(self) -> Optional[pulumi.Input[str]]:
|
5274
|
+
"""
|
5275
|
+
Specifies the storage class to set on objects being transferred to Google Cloud Storage buckets
|
5276
|
+
"""
|
5277
|
+
return pulumi.get(self, "storage_class")
|
5278
|
+
|
5279
|
+
@storage_class.setter
|
5280
|
+
def storage_class(self, value: Optional[pulumi.Input[str]]):
|
5281
|
+
pulumi.set(self, "storage_class", value)
|
5282
|
+
|
5283
|
+
@property
|
5284
|
+
@pulumi.getter
|
5285
|
+
def symlink(self) -> Optional[pulumi.Input[str]]:
|
5286
|
+
"""
|
5287
|
+
Specifies how symlinks should be handled by the transfer.
|
5288
|
+
"""
|
5289
|
+
return pulumi.get(self, "symlink")
|
5290
|
+
|
5291
|
+
@symlink.setter
|
5292
|
+
def symlink(self, value: Optional[pulumi.Input[str]]):
|
5293
|
+
pulumi.set(self, "symlink", value)
|
5294
|
+
|
5295
|
+
@property
|
5296
|
+
@pulumi.getter(name="temporaryHold")
|
5297
|
+
def temporary_hold(self) -> Optional[pulumi.Input[str]]:
|
5298
|
+
"""
|
5299
|
+
SSpecifies how each object's temporary hold status should be preserved for transfers between Google Cloud Storage buckets
|
5300
|
+
"""
|
5301
|
+
return pulumi.get(self, "temporary_hold")
|
5302
|
+
|
5303
|
+
@temporary_hold.setter
|
5304
|
+
def temporary_hold(self, value: Optional[pulumi.Input[str]]):
|
5305
|
+
pulumi.set(self, "temporary_hold", value)
|
5306
|
+
|
5307
|
+
@property
|
5308
|
+
@pulumi.getter(name="timeCreated")
|
5309
|
+
def time_created(self) -> Optional[pulumi.Input[str]]:
|
5310
|
+
"""
|
5311
|
+
Specifies how each object's timeCreated metadata is preserved for transfers.
|
5312
|
+
"""
|
5313
|
+
return pulumi.get(self, "time_created")
|
5314
|
+
|
5315
|
+
@time_created.setter
|
5316
|
+
def time_created(self, value: Optional[pulumi.Input[str]]):
|
5317
|
+
pulumi.set(self, "time_created", value)
|
5318
|
+
|
5319
|
+
@property
|
5320
|
+
@pulumi.getter
|
5321
|
+
def uid(self) -> Optional[pulumi.Input[str]]:
|
5322
|
+
"""
|
5323
|
+
Specifies how each file's POSIX user ID (UID) attribute should be handled by the transfer.
|
5324
|
+
"""
|
5325
|
+
return pulumi.get(self, "uid")
|
5326
|
+
|
5327
|
+
@uid.setter
|
5328
|
+
def uid(self, value: Optional[pulumi.Input[str]]):
|
5329
|
+
pulumi.set(self, "uid", value)
|
5330
|
+
|
5331
|
+
|