pulumi-gcp 8.22.0a1741790977__py3-none-any.whl → 8.23.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 +64 -0
- pulumi_gcp/alloydb/_inputs.py +93 -1
- pulumi_gcp/alloydb/outputs.py +128 -2
- pulumi_gcp/applicationintegration/client.py +18 -24
- pulumi_gcp/backupdisasterrecovery/_inputs.py +3 -3
- pulumi_gcp/backupdisasterrecovery/outputs.py +4 -4
- pulumi_gcp/bigquery/_inputs.py +20 -0
- pulumi_gcp/bigquery/outputs.py +12 -0
- pulumi_gcp/bigquery/table.py +61 -0
- pulumi_gcp/bigtable/table.py +7 -7
- pulumi_gcp/certificatemanager/certificate.py +53 -7
- pulumi_gcp/certificatemanager/outputs.py +8 -2
- pulumi_gcp/clouddeploy/_inputs.py +20 -0
- pulumi_gcp/clouddeploy/outputs.py +15 -1
- pulumi_gcp/cloudfunctions/function.py +11 -11
- pulumi_gcp/cloudfunctionsv2/function.py +24 -24
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +41 -2
- pulumi_gcp/cloudidentity/outputs.py +18 -38
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +600 -17
- pulumi_gcp/compute/backend_service.py +195 -7
- pulumi_gcp/compute/disk.py +108 -0
- pulumi_gcp/compute/firewall_policy.py +20 -0
- pulumi_gcp/compute/firewall_policy_association.py +28 -2
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/get_disk.py +23 -1
- pulumi_gcp/compute/get_region_disk.py +23 -1
- pulumi_gcp/compute/get_region_ssl_policy.py +203 -0
- pulumi_gcp/compute/outputs.py +623 -23
- pulumi_gcp/compute/region_backend_service.py +193 -7
- pulumi_gcp/compute/region_disk.py +114 -0
- pulumi_gcp/compute/region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/shared_vpc_service_project.py +0 -4
- pulumi_gcp/compute/subnetwork.py +256 -1
- pulumi_gcp/compute/target_https_proxy.py +7 -7
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +6 -6
- pulumi_gcp/container/get_attached_versions.py +2 -2
- pulumi_gcp/container/outputs.py +8 -8
- pulumi_gcp/dataform/repository.py +49 -0
- pulumi_gcp/dataproc/get_metastore_service.py +26 -4
- pulumi_gcp/dataproc/metastore_federation.py +56 -0
- pulumi_gcp/dataproc/metastore_service.py +58 -2
- pulumi_gcp/datastream/_inputs.py +273 -0
- pulumi_gcp/datastream/connection_profile.py +54 -2
- pulumi_gcp/datastream/outputs.py +224 -0
- pulumi_gcp/eventarc/__init__.py +2 -0
- pulumi_gcp/eventarc/_inputs.py +1798 -0
- pulumi_gcp/eventarc/channel.py +85 -93
- pulumi_gcp/eventarc/google_api_source.py +997 -0
- pulumi_gcp/eventarc/outputs.py +1378 -0
- pulumi_gcp/eventarc/pipeline.py +1596 -0
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +154 -0
- pulumi_gcp/firebase/app_hosting_backend.py +1303 -0
- pulumi_gcp/firebase/data_connect_service.py +40 -2
- pulumi_gcp/firebase/hosting_version.py +2 -2
- pulumi_gcp/firebase/outputs.py +127 -0
- pulumi_gcp/iam/__init__.py +2 -0
- pulumi_gcp/iam/_inputs.py +51 -18
- pulumi_gcp/iam/folders_policy_binding.py +10 -26
- pulumi_gcp/iam/oauth_client.py +979 -0
- pulumi_gcp/iam/oauth_client_credential.py +641 -0
- pulumi_gcp/iam/organizations_policy_binding.py +8 -24
- pulumi_gcp/iam/outputs.py +34 -12
- pulumi_gcp/iam/principal_access_boundary_policy.py +58 -22
- pulumi_gcp/iam/projects_policy_binding.py +8 -24
- pulumi_gcp/kms/crypto_key_version.py +14 -7
- pulumi_gcp/kms/get_key_rings.py +39 -2
- pulumi_gcp/managedkafka/__init__.py +2 -0
- pulumi_gcp/managedkafka/_inputs.py +263 -0
- pulumi_gcp/managedkafka/connect_cluster.py +795 -0
- pulumi_gcp/managedkafka/connector.py +695 -0
- pulumi_gcp/managedkafka/outputs.py +248 -0
- pulumi_gcp/memorystore/instance.py +7 -7
- pulumi_gcp/monitoring/_inputs.py +15 -18
- pulumi_gcp/monitoring/alert_policy.py +46 -0
- pulumi_gcp/monitoring/outputs.py +10 -12
- pulumi_gcp/monitoring/uptime_check_config.py +2 -2
- pulumi_gcp/networksecurity/__init__.py +1 -0
- pulumi_gcp/networksecurity/_inputs.py +673 -18
- pulumi_gcp/networksecurity/backend_authentication_config.py +847 -0
- pulumi_gcp/networksecurity/gateway_security_policy.py +0 -7
- pulumi_gcp/networksecurity/intercept_deployment.py +178 -94
- pulumi_gcp/networksecurity/intercept_deployment_group.py +161 -77
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +161 -66
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +137 -80
- pulumi_gcp/networksecurity/mirroring_deployment.py +200 -94
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +181 -77
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +185 -80
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +165 -105
- pulumi_gcp/networksecurity/outputs.py +495 -12
- pulumi_gcp/networksecurity/tls_inspection_policy.py +14 -0
- pulumi_gcp/networkservices/endpoint_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +242 -120
- pulumi_gcp/networkservices/grpc_route.py +12 -0
- pulumi_gcp/networkservices/http_route.py +16 -0
- pulumi_gcp/networkservices/mesh.py +16 -0
- pulumi_gcp/networkservices/service_binding.py +14 -0
- pulumi_gcp/networkservices/tcp_route.py +16 -0
- pulumi_gcp/networkservices/tls_route.py +12 -0
- pulumi_gcp/projects/__init__.py +2 -0
- pulumi_gcp/projects/get_iam_custom_role.py +198 -0
- pulumi_gcp/projects/get_iam_custom_roles.py +164 -0
- pulumi_gcp/projects/outputs.py +96 -0
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/servicenetworking/peered_dns_domain.py +4 -0
- pulumi_gcp/sql/outputs.py +8 -8
- pulumi_gcp/storage/_inputs.py +14 -6
- pulumi_gcp/storage/insights_report_config.py +121 -20
- pulumi_gcp/storage/outputs.py +7 -4
- pulumi_gcp/tpu/_inputs.py +21 -1
- pulumi_gcp/tpu/outputs.py +13 -1
- pulumi_gcp/tpu/v2_vm.py +2 -0
- pulumi_gcp/vmwareengine/_inputs.py +6 -0
- pulumi_gcp/vmwareengine/outputs.py +8 -0
- pulumi_gcp/workflows/workflow.py +75 -7
- pulumi_gcp/workstations/workstation_cluster.py +137 -1
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/RECORD +124 -113
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/provider.py
CHANGED
@@ -106,6 +106,7 @@ class ProviderArgs:
|
|
106
106
|
eventarc_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
107
107
|
filestore_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
108
108
|
firebase_app_check_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
109
|
+
firebase_app_hosting_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
109
110
|
firebase_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
110
111
|
firebase_data_connect_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
111
112
|
firebase_database_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -381,6 +382,8 @@ class ProviderArgs:
|
|
381
382
|
pulumi.set(__self__, "filestore_custom_endpoint", filestore_custom_endpoint)
|
382
383
|
if firebase_app_check_custom_endpoint is not None:
|
383
384
|
pulumi.set(__self__, "firebase_app_check_custom_endpoint", firebase_app_check_custom_endpoint)
|
385
|
+
if firebase_app_hosting_custom_endpoint is not None:
|
386
|
+
pulumi.set(__self__, "firebase_app_hosting_custom_endpoint", firebase_app_hosting_custom_endpoint)
|
384
387
|
if firebase_custom_endpoint is not None:
|
385
388
|
pulumi.set(__self__, "firebase_custom_endpoint", firebase_custom_endpoint)
|
386
389
|
if firebase_data_connect_custom_endpoint is not None:
|
@@ -1362,6 +1365,15 @@ class ProviderArgs:
|
|
1362
1365
|
def firebase_app_check_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
|
1363
1366
|
pulumi.set(self, "firebase_app_check_custom_endpoint", value)
|
1364
1367
|
|
1368
|
+
@property
|
1369
|
+
@pulumi.getter(name="firebaseAppHostingCustomEndpoint")
|
1370
|
+
def firebase_app_hosting_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
|
1371
|
+
return pulumi.get(self, "firebase_app_hosting_custom_endpoint")
|
1372
|
+
|
1373
|
+
@firebase_app_hosting_custom_endpoint.setter
|
1374
|
+
def firebase_app_hosting_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
|
1375
|
+
pulumi.set(self, "firebase_app_hosting_custom_endpoint", value)
|
1376
|
+
|
1365
1377
|
@property
|
1366
1378
|
@pulumi.getter(name="firebaseCustomEndpoint")
|
1367
1379
|
def firebase_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
|
@@ -2354,6 +2366,7 @@ class Provider(pulumi.ProviderResource):
|
|
2354
2366
|
eventarc_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2355
2367
|
filestore_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2356
2368
|
firebase_app_check_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2369
|
+
firebase_app_hosting_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2357
2370
|
firebase_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2358
2371
|
firebase_data_connect_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2359
2372
|
firebase_database_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -2577,6 +2590,7 @@ class Provider(pulumi.ProviderResource):
|
|
2577
2590
|
eventarc_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2578
2591
|
filestore_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2579
2592
|
firebase_app_check_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2593
|
+
firebase_app_hosting_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2580
2594
|
firebase_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2581
2595
|
firebase_data_connect_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2582
2596
|
firebase_database_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -2772,6 +2786,7 @@ class Provider(pulumi.ProviderResource):
|
|
2772
2786
|
__props__.__dict__["eventarc_custom_endpoint"] = eventarc_custom_endpoint
|
2773
2787
|
__props__.__dict__["filestore_custom_endpoint"] = filestore_custom_endpoint
|
2774
2788
|
__props__.__dict__["firebase_app_check_custom_endpoint"] = firebase_app_check_custom_endpoint
|
2789
|
+
__props__.__dict__["firebase_app_hosting_custom_endpoint"] = firebase_app_hosting_custom_endpoint
|
2775
2790
|
__props__.__dict__["firebase_custom_endpoint"] = firebase_custom_endpoint
|
2776
2791
|
__props__.__dict__["firebase_data_connect_custom_endpoint"] = firebase_data_connect_custom_endpoint
|
2777
2792
|
__props__.__dict__["firebase_database_custom_endpoint"] = firebase_database_custom_endpoint
|
@@ -3296,6 +3311,11 @@ class Provider(pulumi.ProviderResource):
|
|
3296
3311
|
def firebase_app_check_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
3297
3312
|
return pulumi.get(self, "firebase_app_check_custom_endpoint")
|
3298
3313
|
|
3314
|
+
@property
|
3315
|
+
@pulumi.getter(name="firebaseAppHostingCustomEndpoint")
|
3316
|
+
def firebase_app_hosting_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
3317
|
+
return pulumi.get(self, "firebase_app_hosting_custom_endpoint")
|
3318
|
+
|
3299
3319
|
@property
|
3300
3320
|
@pulumi.getter(name="firebaseCustomEndpoint")
|
3301
3321
|
def firebase_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
pulumi_gcp/pulumi-plugin.json
CHANGED
@@ -222,6 +222,8 @@ class PeeredDnsDomain(pulumi.CustomResource):
|
|
222
222
|
|
223
223
|
When using Google Cloud DNS to manage internal DNS, create peered DNS domains to make your DNS available to services like Google Cloud Build.
|
224
224
|
|
225
|
+
For more information see [the API](https://cloud.google.com/service-infrastructure/docs/service-networking/reference/rest/v1/services.projects.global.networks.peeredDnsDomains)
|
226
|
+
|
225
227
|
## Example Usage
|
226
228
|
|
227
229
|
```python
|
@@ -275,6 +277,8 @@ class PeeredDnsDomain(pulumi.CustomResource):
|
|
275
277
|
|
276
278
|
When using Google Cloud DNS to manage internal DNS, create peered DNS domains to make your DNS available to services like Google Cloud Build.
|
277
279
|
|
280
|
+
For more information see [the API](https://cloud.google.com/service-infrastructure/docs/service-networking/reference/rest/v1/services.projects.global.networks.peeredDnsDomains)
|
281
|
+
|
278
282
|
## Example Usage
|
279
283
|
|
280
284
|
```python
|
pulumi_gcp/sql/outputs.py
CHANGED
@@ -3283,8 +3283,8 @@ class GetDatabaseInstanceSettingInsightsConfigResult(dict):
|
|
3283
3283
|
record_client_address: bool):
|
3284
3284
|
"""
|
3285
3285
|
:param bool query_insights_enabled: True if Query Insights feature is enabled.
|
3286
|
-
:param int query_plans_per_minute: Number of query execution plans captured by Insights per minute for all queries combined. Between 0 and 20. Default to 5.
|
3287
|
-
:param int query_string_length: Maximum query length stored in bytes. Between 256 and 4500. Default to 1024.
|
3286
|
+
:param int query_plans_per_minute: Number of query execution plans captured by Insights per minute for all queries combined. Between 0 and 20. Default to 5. For Enterprise Plus instances, from 0 to 200.
|
3287
|
+
:param int query_string_length: Maximum query length stored in bytes. Between 256 and 4500. Default to 1024. For Enterprise Plus instances, from 1 to 1048576.
|
3288
3288
|
:param bool record_application_tags: True if Query Insights will record application tags from query when enabled.
|
3289
3289
|
:param bool record_client_address: True if Query Insights will record client address when enabled.
|
3290
3290
|
"""
|
@@ -3306,7 +3306,7 @@ class GetDatabaseInstanceSettingInsightsConfigResult(dict):
|
|
3306
3306
|
@pulumi.getter(name="queryPlansPerMinute")
|
3307
3307
|
def query_plans_per_minute(self) -> int:
|
3308
3308
|
"""
|
3309
|
-
Number of query execution plans captured by Insights per minute for all queries combined. Between 0 and 20. Default to 5.
|
3309
|
+
Number of query execution plans captured by Insights per minute for all queries combined. Between 0 and 20. Default to 5. For Enterprise Plus instances, from 0 to 200.
|
3310
3310
|
"""
|
3311
3311
|
return pulumi.get(self, "query_plans_per_minute")
|
3312
3312
|
|
@@ -3314,7 +3314,7 @@ class GetDatabaseInstanceSettingInsightsConfigResult(dict):
|
|
3314
3314
|
@pulumi.getter(name="queryStringLength")
|
3315
3315
|
def query_string_length(self) -> int:
|
3316
3316
|
"""
|
3317
|
-
Maximum query length stored in bytes. Between 256 and 4500. Default to 1024.
|
3317
|
+
Maximum query length stored in bytes. Between 256 and 4500. Default to 1024. For Enterprise Plus instances, from 1 to 1048576.
|
3318
3318
|
"""
|
3319
3319
|
return pulumi.get(self, "query_string_length")
|
3320
3320
|
|
@@ -4899,8 +4899,8 @@ class GetDatabaseInstancesInstanceSettingInsightsConfigResult(dict):
|
|
4899
4899
|
record_client_address: bool):
|
4900
4900
|
"""
|
4901
4901
|
:param bool query_insights_enabled: True if Query Insights feature is enabled.
|
4902
|
-
:param int query_plans_per_minute: Number of query execution plans captured by Insights per minute for all queries combined. Between 0 and 20. Default to 5.
|
4903
|
-
:param int query_string_length: Maximum query length stored in bytes. Between 256 and 4500. Default to 1024.
|
4902
|
+
:param int query_plans_per_minute: Number of query execution plans captured by Insights per minute for all queries combined. Between 0 and 20. Default to 5. For Enterprise Plus instances, from 0 to 200.
|
4903
|
+
:param int query_string_length: Maximum query length stored in bytes. Between 256 and 4500. Default to 1024. For Enterprise Plus instances, from 1 to 1048576.
|
4904
4904
|
:param bool record_application_tags: True if Query Insights will record application tags from query when enabled.
|
4905
4905
|
:param bool record_client_address: True if Query Insights will record client address when enabled.
|
4906
4906
|
"""
|
@@ -4922,7 +4922,7 @@ class GetDatabaseInstancesInstanceSettingInsightsConfigResult(dict):
|
|
4922
4922
|
@pulumi.getter(name="queryPlansPerMinute")
|
4923
4923
|
def query_plans_per_minute(self) -> int:
|
4924
4924
|
"""
|
4925
|
-
Number of query execution plans captured by Insights per minute for all queries combined. Between 0 and 20. Default to 5.
|
4925
|
+
Number of query execution plans captured by Insights per minute for all queries combined. Between 0 and 20. Default to 5. For Enterprise Plus instances, from 0 to 200.
|
4926
4926
|
"""
|
4927
4927
|
return pulumi.get(self, "query_plans_per_minute")
|
4928
4928
|
|
@@ -4930,7 +4930,7 @@ class GetDatabaseInstancesInstanceSettingInsightsConfigResult(dict):
|
|
4930
4930
|
@pulumi.getter(name="queryStringLength")
|
4931
4931
|
def query_string_length(self) -> int:
|
4932
4932
|
"""
|
4933
|
-
Maximum query length stored in bytes. Between 256 and 4500. Default to 1024.
|
4933
|
+
Maximum query length stored in bytes. Between 256 and 4500. Default to 1024. For Enterprise Plus instances, from 1 to 1048576.
|
4934
4934
|
"""
|
4935
4935
|
return pulumi.get(self, "query_string_length")
|
4936
4936
|
|
pulumi_gcp/storage/_inputs.py
CHANGED
@@ -65,6 +65,8 @@ __all__ = [
|
|
65
65
|
'InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptionsArgsDict',
|
66
66
|
'InsightsReportConfigObjectMetadataReportOptionsStorageFiltersArgs',
|
67
67
|
'InsightsReportConfigObjectMetadataReportOptionsStorageFiltersArgsDict',
|
68
|
+
'InsightsReportConfigParquetOptionsArgs',
|
69
|
+
'InsightsReportConfigParquetOptionsArgsDict',
|
68
70
|
'ManagedFolderIamBindingConditionArgs',
|
69
71
|
'ManagedFolderIamBindingConditionArgsDict',
|
70
72
|
'ManagedFolderIamMemberConditionArgs',
|
@@ -1399,8 +1401,6 @@ if not MYPY:
|
|
1399
1401
|
header_required: NotRequired[pulumi.Input[bool]]
|
1400
1402
|
"""
|
1401
1403
|
The boolean that indicates whether or not headers are included in the inventory report CSV file.
|
1402
|
-
|
1403
|
-
- - -
|
1404
1404
|
"""
|
1405
1405
|
record_separator: NotRequired[pulumi.Input[str]]
|
1406
1406
|
"""
|
@@ -1418,8 +1418,6 @@ class InsightsReportConfigCsvOptionsArgs:
|
|
1418
1418
|
"""
|
1419
1419
|
:param pulumi.Input[str] delimiter: The delimiter used to separate the fields in the inventory report CSV file.
|
1420
1420
|
:param pulumi.Input[bool] header_required: The boolean that indicates whether or not headers are included in the inventory report CSV file.
|
1421
|
-
|
1422
|
-
- - -
|
1423
1421
|
:param pulumi.Input[str] record_separator: The character used to separate the records in the inventory report CSV file.
|
1424
1422
|
"""
|
1425
1423
|
if delimiter is not None:
|
@@ -1446,8 +1444,6 @@ class InsightsReportConfigCsvOptionsArgs:
|
|
1446
1444
|
def header_required(self) -> Optional[pulumi.Input[bool]]:
|
1447
1445
|
"""
|
1448
1446
|
The boolean that indicates whether or not headers are included in the inventory report CSV file.
|
1449
|
-
|
1450
|
-
- - -
|
1451
1447
|
"""
|
1452
1448
|
return pulumi.get(self, "header_required")
|
1453
1449
|
|
@@ -1843,6 +1839,18 @@ class InsightsReportConfigObjectMetadataReportOptionsStorageFiltersArgs:
|
|
1843
1839
|
pulumi.set(self, "bucket", value)
|
1844
1840
|
|
1845
1841
|
|
1842
|
+
if not MYPY:
|
1843
|
+
class InsightsReportConfigParquetOptionsArgsDict(TypedDict):
|
1844
|
+
pass
|
1845
|
+
elif False:
|
1846
|
+
InsightsReportConfigParquetOptionsArgsDict: TypeAlias = Mapping[str, Any]
|
1847
|
+
|
1848
|
+
@pulumi.input_type
|
1849
|
+
class InsightsReportConfigParquetOptionsArgs:
|
1850
|
+
def __init__(__self__):
|
1851
|
+
pass
|
1852
|
+
|
1853
|
+
|
1846
1854
|
if not MYPY:
|
1847
1855
|
class ManagedFolderIamBindingConditionArgsDict(TypedDict):
|
1848
1856
|
expression: pulumi.Input[str]
|
@@ -21,52 +21,54 @@ __all__ = ['InsightsReportConfigArgs', 'InsightsReportConfig']
|
|
21
21
|
@pulumi.input_type
|
22
22
|
class InsightsReportConfigArgs:
|
23
23
|
def __init__(__self__, *,
|
24
|
-
csv_options: pulumi.Input['InsightsReportConfigCsvOptionsArgs'],
|
25
24
|
location: pulumi.Input[str],
|
25
|
+
csv_options: Optional[pulumi.Input['InsightsReportConfigCsvOptionsArgs']] = None,
|
26
26
|
display_name: Optional[pulumi.Input[str]] = None,
|
27
27
|
frequency_options: Optional[pulumi.Input['InsightsReportConfigFrequencyOptionsArgs']] = None,
|
28
28
|
object_metadata_report_options: Optional[pulumi.Input['InsightsReportConfigObjectMetadataReportOptionsArgs']] = None,
|
29
|
+
parquet_options: Optional[pulumi.Input['InsightsReportConfigParquetOptionsArgs']] = None,
|
29
30
|
project: Optional[pulumi.Input[str]] = None):
|
30
31
|
"""
|
31
32
|
The set of arguments for constructing a InsightsReportConfig resource.
|
32
|
-
:param pulumi.Input['InsightsReportConfigCsvOptionsArgs'] csv_options: Options for configuring the format of the inventory report CSV file.
|
33
|
-
Structure is documented below.
|
34
33
|
:param pulumi.Input[str] location: The location of the ReportConfig. The source and destination buckets specified in the ReportConfig
|
35
34
|
must be in the same location.
|
35
|
+
|
36
|
+
|
37
|
+
- - -
|
38
|
+
:param pulumi.Input['InsightsReportConfigCsvOptionsArgs'] csv_options: Options for configuring the format of the inventory report CSV file.
|
39
|
+
Structure is documented below.
|
36
40
|
:param pulumi.Input[str] display_name: The editable display name of the inventory report configuration. Has a limit of 256 characters. Can be empty.
|
37
41
|
:param pulumi.Input['InsightsReportConfigFrequencyOptionsArgs'] frequency_options: Options for configuring how inventory reports are generated.
|
42
|
+
Structure is documented below.
|
38
43
|
:param pulumi.Input['InsightsReportConfigObjectMetadataReportOptionsArgs'] object_metadata_report_options: Options for including metadata in an inventory report.
|
44
|
+
Structure is documented below.
|
45
|
+
:param pulumi.Input['InsightsReportConfigParquetOptionsArgs'] parquet_options: An option for outputting inventory reports as parquet files.
|
46
|
+
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
47
|
+
If it is not provided, the provider project is used.
|
39
48
|
"""
|
40
|
-
pulumi.set(__self__, "csv_options", csv_options)
|
41
49
|
pulumi.set(__self__, "location", location)
|
50
|
+
if csv_options is not None:
|
51
|
+
pulumi.set(__self__, "csv_options", csv_options)
|
42
52
|
if display_name is not None:
|
43
53
|
pulumi.set(__self__, "display_name", display_name)
|
44
54
|
if frequency_options is not None:
|
45
55
|
pulumi.set(__self__, "frequency_options", frequency_options)
|
46
56
|
if object_metadata_report_options is not None:
|
47
57
|
pulumi.set(__self__, "object_metadata_report_options", object_metadata_report_options)
|
58
|
+
if parquet_options is not None:
|
59
|
+
pulumi.set(__self__, "parquet_options", parquet_options)
|
48
60
|
if project is not None:
|
49
61
|
pulumi.set(__self__, "project", project)
|
50
62
|
|
51
|
-
@property
|
52
|
-
@pulumi.getter(name="csvOptions")
|
53
|
-
def csv_options(self) -> pulumi.Input['InsightsReportConfigCsvOptionsArgs']:
|
54
|
-
"""
|
55
|
-
Options for configuring the format of the inventory report CSV file.
|
56
|
-
Structure is documented below.
|
57
|
-
"""
|
58
|
-
return pulumi.get(self, "csv_options")
|
59
|
-
|
60
|
-
@csv_options.setter
|
61
|
-
def csv_options(self, value: pulumi.Input['InsightsReportConfigCsvOptionsArgs']):
|
62
|
-
pulumi.set(self, "csv_options", value)
|
63
|
-
|
64
63
|
@property
|
65
64
|
@pulumi.getter
|
66
65
|
def location(self) -> pulumi.Input[str]:
|
67
66
|
"""
|
68
67
|
The location of the ReportConfig. The source and destination buckets specified in the ReportConfig
|
69
68
|
must be in the same location.
|
69
|
+
|
70
|
+
|
71
|
+
- - -
|
70
72
|
"""
|
71
73
|
return pulumi.get(self, "location")
|
72
74
|
|
@@ -74,6 +76,19 @@ class InsightsReportConfigArgs:
|
|
74
76
|
def location(self, value: pulumi.Input[str]):
|
75
77
|
pulumi.set(self, "location", value)
|
76
78
|
|
79
|
+
@property
|
80
|
+
@pulumi.getter(name="csvOptions")
|
81
|
+
def csv_options(self) -> Optional[pulumi.Input['InsightsReportConfigCsvOptionsArgs']]:
|
82
|
+
"""
|
83
|
+
Options for configuring the format of the inventory report CSV file.
|
84
|
+
Structure is documented below.
|
85
|
+
"""
|
86
|
+
return pulumi.get(self, "csv_options")
|
87
|
+
|
88
|
+
@csv_options.setter
|
89
|
+
def csv_options(self, value: Optional[pulumi.Input['InsightsReportConfigCsvOptionsArgs']]):
|
90
|
+
pulumi.set(self, "csv_options", value)
|
91
|
+
|
77
92
|
@property
|
78
93
|
@pulumi.getter(name="displayName")
|
79
94
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
@@ -91,6 +106,7 @@ class InsightsReportConfigArgs:
|
|
91
106
|
def frequency_options(self) -> Optional[pulumi.Input['InsightsReportConfigFrequencyOptionsArgs']]:
|
92
107
|
"""
|
93
108
|
Options for configuring how inventory reports are generated.
|
109
|
+
Structure is documented below.
|
94
110
|
"""
|
95
111
|
return pulumi.get(self, "frequency_options")
|
96
112
|
|
@@ -103,6 +119,7 @@ class InsightsReportConfigArgs:
|
|
103
119
|
def object_metadata_report_options(self) -> Optional[pulumi.Input['InsightsReportConfigObjectMetadataReportOptionsArgs']]:
|
104
120
|
"""
|
105
121
|
Options for including metadata in an inventory report.
|
122
|
+
Structure is documented below.
|
106
123
|
"""
|
107
124
|
return pulumi.get(self, "object_metadata_report_options")
|
108
125
|
|
@@ -110,9 +127,25 @@ class InsightsReportConfigArgs:
|
|
110
127
|
def object_metadata_report_options(self, value: Optional[pulumi.Input['InsightsReportConfigObjectMetadataReportOptionsArgs']]):
|
111
128
|
pulumi.set(self, "object_metadata_report_options", value)
|
112
129
|
|
130
|
+
@property
|
131
|
+
@pulumi.getter(name="parquetOptions")
|
132
|
+
def parquet_options(self) -> Optional[pulumi.Input['InsightsReportConfigParquetOptionsArgs']]:
|
133
|
+
"""
|
134
|
+
An option for outputting inventory reports as parquet files.
|
135
|
+
"""
|
136
|
+
return pulumi.get(self, "parquet_options")
|
137
|
+
|
138
|
+
@parquet_options.setter
|
139
|
+
def parquet_options(self, value: Optional[pulumi.Input['InsightsReportConfigParquetOptionsArgs']]):
|
140
|
+
pulumi.set(self, "parquet_options", value)
|
141
|
+
|
113
142
|
@property
|
114
143
|
@pulumi.getter
|
115
144
|
def project(self) -> Optional[pulumi.Input[str]]:
|
145
|
+
"""
|
146
|
+
The ID of the project in which the resource belongs.
|
147
|
+
If it is not provided, the provider project is used.
|
148
|
+
"""
|
116
149
|
return pulumi.get(self, "project")
|
117
150
|
|
118
151
|
@project.setter
|
@@ -129,6 +162,7 @@ class _InsightsReportConfigState:
|
|
129
162
|
location: Optional[pulumi.Input[str]] = None,
|
130
163
|
name: Optional[pulumi.Input[str]] = None,
|
131
164
|
object_metadata_report_options: Optional[pulumi.Input['InsightsReportConfigObjectMetadataReportOptionsArgs']] = None,
|
165
|
+
parquet_options: Optional[pulumi.Input['InsightsReportConfigParquetOptionsArgs']] = None,
|
132
166
|
project: Optional[pulumi.Input[str]] = None):
|
133
167
|
"""
|
134
168
|
Input properties used for looking up and filtering InsightsReportConfig resources.
|
@@ -136,10 +170,18 @@ class _InsightsReportConfigState:
|
|
136
170
|
Structure is documented below.
|
137
171
|
:param pulumi.Input[str] display_name: The editable display name of the inventory report configuration. Has a limit of 256 characters. Can be empty.
|
138
172
|
:param pulumi.Input['InsightsReportConfigFrequencyOptionsArgs'] frequency_options: Options for configuring how inventory reports are generated.
|
173
|
+
Structure is documented below.
|
139
174
|
:param pulumi.Input[str] location: The location of the ReportConfig. The source and destination buckets specified in the ReportConfig
|
140
175
|
must be in the same location.
|
176
|
+
|
177
|
+
|
178
|
+
- - -
|
141
179
|
:param pulumi.Input[str] name: The UUID of the inventory report configuration.
|
142
180
|
:param pulumi.Input['InsightsReportConfigObjectMetadataReportOptionsArgs'] object_metadata_report_options: Options for including metadata in an inventory report.
|
181
|
+
Structure is documented below.
|
182
|
+
:param pulumi.Input['InsightsReportConfigParquetOptionsArgs'] parquet_options: An option for outputting inventory reports as parquet files.
|
183
|
+
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
184
|
+
If it is not provided, the provider project is used.
|
143
185
|
"""
|
144
186
|
if csv_options is not None:
|
145
187
|
pulumi.set(__self__, "csv_options", csv_options)
|
@@ -153,6 +195,8 @@ class _InsightsReportConfigState:
|
|
153
195
|
pulumi.set(__self__, "name", name)
|
154
196
|
if object_metadata_report_options is not None:
|
155
197
|
pulumi.set(__self__, "object_metadata_report_options", object_metadata_report_options)
|
198
|
+
if parquet_options is not None:
|
199
|
+
pulumi.set(__self__, "parquet_options", parquet_options)
|
156
200
|
if project is not None:
|
157
201
|
pulumi.set(__self__, "project", project)
|
158
202
|
|
@@ -186,6 +230,7 @@ class _InsightsReportConfigState:
|
|
186
230
|
def frequency_options(self) -> Optional[pulumi.Input['InsightsReportConfigFrequencyOptionsArgs']]:
|
187
231
|
"""
|
188
232
|
Options for configuring how inventory reports are generated.
|
233
|
+
Structure is documented below.
|
189
234
|
"""
|
190
235
|
return pulumi.get(self, "frequency_options")
|
191
236
|
|
@@ -199,6 +244,9 @@ class _InsightsReportConfigState:
|
|
199
244
|
"""
|
200
245
|
The location of the ReportConfig. The source and destination buckets specified in the ReportConfig
|
201
246
|
must be in the same location.
|
247
|
+
|
248
|
+
|
249
|
+
- - -
|
202
250
|
"""
|
203
251
|
return pulumi.get(self, "location")
|
204
252
|
|
@@ -223,6 +271,7 @@ class _InsightsReportConfigState:
|
|
223
271
|
def object_metadata_report_options(self) -> Optional[pulumi.Input['InsightsReportConfigObjectMetadataReportOptionsArgs']]:
|
224
272
|
"""
|
225
273
|
Options for including metadata in an inventory report.
|
274
|
+
Structure is documented below.
|
226
275
|
"""
|
227
276
|
return pulumi.get(self, "object_metadata_report_options")
|
228
277
|
|
@@ -230,9 +279,25 @@ class _InsightsReportConfigState:
|
|
230
279
|
def object_metadata_report_options(self, value: Optional[pulumi.Input['InsightsReportConfigObjectMetadataReportOptionsArgs']]):
|
231
280
|
pulumi.set(self, "object_metadata_report_options", value)
|
232
281
|
|
282
|
+
@property
|
283
|
+
@pulumi.getter(name="parquetOptions")
|
284
|
+
def parquet_options(self) -> Optional[pulumi.Input['InsightsReportConfigParquetOptionsArgs']]:
|
285
|
+
"""
|
286
|
+
An option for outputting inventory reports as parquet files.
|
287
|
+
"""
|
288
|
+
return pulumi.get(self, "parquet_options")
|
289
|
+
|
290
|
+
@parquet_options.setter
|
291
|
+
def parquet_options(self, value: Optional[pulumi.Input['InsightsReportConfigParquetOptionsArgs']]):
|
292
|
+
pulumi.set(self, "parquet_options", value)
|
293
|
+
|
233
294
|
@property
|
234
295
|
@pulumi.getter
|
235
296
|
def project(self) -> Optional[pulumi.Input[str]]:
|
297
|
+
"""
|
298
|
+
The ID of the project in which the resource belongs.
|
299
|
+
If it is not provided, the provider project is used.
|
300
|
+
"""
|
236
301
|
return pulumi.get(self, "project")
|
237
302
|
|
238
303
|
@project.setter
|
@@ -250,6 +315,7 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
250
315
|
frequency_options: Optional[pulumi.Input[Union['InsightsReportConfigFrequencyOptionsArgs', 'InsightsReportConfigFrequencyOptionsArgsDict']]] = None,
|
251
316
|
location: Optional[pulumi.Input[str]] = None,
|
252
317
|
object_metadata_report_options: Optional[pulumi.Input[Union['InsightsReportConfigObjectMetadataReportOptionsArgs', 'InsightsReportConfigObjectMetadataReportOptionsArgsDict']]] = None,
|
318
|
+
parquet_options: Optional[pulumi.Input[Union['InsightsReportConfigParquetOptionsArgs', 'InsightsReportConfigParquetOptionsArgsDict']]] = None,
|
253
319
|
project: Optional[pulumi.Input[str]] = None,
|
254
320
|
__props__=None):
|
255
321
|
"""
|
@@ -347,9 +413,17 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
347
413
|
Structure is documented below.
|
348
414
|
:param pulumi.Input[str] display_name: The editable display name of the inventory report configuration. Has a limit of 256 characters. Can be empty.
|
349
415
|
:param pulumi.Input[Union['InsightsReportConfigFrequencyOptionsArgs', 'InsightsReportConfigFrequencyOptionsArgsDict']] frequency_options: Options for configuring how inventory reports are generated.
|
416
|
+
Structure is documented below.
|
350
417
|
:param pulumi.Input[str] location: The location of the ReportConfig. The source and destination buckets specified in the ReportConfig
|
351
418
|
must be in the same location.
|
419
|
+
|
420
|
+
|
421
|
+
- - -
|
352
422
|
:param pulumi.Input[Union['InsightsReportConfigObjectMetadataReportOptionsArgs', 'InsightsReportConfigObjectMetadataReportOptionsArgsDict']] object_metadata_report_options: Options for including metadata in an inventory report.
|
423
|
+
Structure is documented below.
|
424
|
+
:param pulumi.Input[Union['InsightsReportConfigParquetOptionsArgs', 'InsightsReportConfigParquetOptionsArgsDict']] parquet_options: An option for outputting inventory reports as parquet files.
|
425
|
+
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
426
|
+
If it is not provided, the provider project is used.
|
353
427
|
"""
|
354
428
|
...
|
355
429
|
@overload
|
@@ -466,6 +540,7 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
466
540
|
frequency_options: Optional[pulumi.Input[Union['InsightsReportConfigFrequencyOptionsArgs', 'InsightsReportConfigFrequencyOptionsArgsDict']]] = None,
|
467
541
|
location: Optional[pulumi.Input[str]] = None,
|
468
542
|
object_metadata_report_options: Optional[pulumi.Input[Union['InsightsReportConfigObjectMetadataReportOptionsArgs', 'InsightsReportConfigObjectMetadataReportOptionsArgsDict']]] = None,
|
543
|
+
parquet_options: Optional[pulumi.Input[Union['InsightsReportConfigParquetOptionsArgs', 'InsightsReportConfigParquetOptionsArgsDict']]] = None,
|
469
544
|
project: Optional[pulumi.Input[str]] = None,
|
470
545
|
__props__=None):
|
471
546
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -476,8 +551,6 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
476
551
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
477
552
|
__props__ = InsightsReportConfigArgs.__new__(InsightsReportConfigArgs)
|
478
553
|
|
479
|
-
if csv_options is None and not opts.urn:
|
480
|
-
raise TypeError("Missing required property 'csv_options'")
|
481
554
|
__props__.__dict__["csv_options"] = csv_options
|
482
555
|
__props__.__dict__["display_name"] = display_name
|
483
556
|
__props__.__dict__["frequency_options"] = frequency_options
|
@@ -485,6 +558,7 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
485
558
|
raise TypeError("Missing required property 'location'")
|
486
559
|
__props__.__dict__["location"] = location
|
487
560
|
__props__.__dict__["object_metadata_report_options"] = object_metadata_report_options
|
561
|
+
__props__.__dict__["parquet_options"] = parquet_options
|
488
562
|
__props__.__dict__["project"] = project
|
489
563
|
__props__.__dict__["name"] = None
|
490
564
|
super(InsightsReportConfig, __self__).__init__(
|
@@ -503,6 +577,7 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
503
577
|
location: Optional[pulumi.Input[str]] = None,
|
504
578
|
name: Optional[pulumi.Input[str]] = None,
|
505
579
|
object_metadata_report_options: Optional[pulumi.Input[Union['InsightsReportConfigObjectMetadataReportOptionsArgs', 'InsightsReportConfigObjectMetadataReportOptionsArgsDict']]] = None,
|
580
|
+
parquet_options: Optional[pulumi.Input[Union['InsightsReportConfigParquetOptionsArgs', 'InsightsReportConfigParquetOptionsArgsDict']]] = None,
|
506
581
|
project: Optional[pulumi.Input[str]] = None) -> 'InsightsReportConfig':
|
507
582
|
"""
|
508
583
|
Get an existing InsightsReportConfig resource's state with the given name, id, and optional extra
|
@@ -515,10 +590,18 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
515
590
|
Structure is documented below.
|
516
591
|
:param pulumi.Input[str] display_name: The editable display name of the inventory report configuration. Has a limit of 256 characters. Can be empty.
|
517
592
|
:param pulumi.Input[Union['InsightsReportConfigFrequencyOptionsArgs', 'InsightsReportConfigFrequencyOptionsArgsDict']] frequency_options: Options for configuring how inventory reports are generated.
|
593
|
+
Structure is documented below.
|
518
594
|
:param pulumi.Input[str] location: The location of the ReportConfig. The source and destination buckets specified in the ReportConfig
|
519
595
|
must be in the same location.
|
596
|
+
|
597
|
+
|
598
|
+
- - -
|
520
599
|
:param pulumi.Input[str] name: The UUID of the inventory report configuration.
|
521
600
|
:param pulumi.Input[Union['InsightsReportConfigObjectMetadataReportOptionsArgs', 'InsightsReportConfigObjectMetadataReportOptionsArgsDict']] object_metadata_report_options: Options for including metadata in an inventory report.
|
601
|
+
Structure is documented below.
|
602
|
+
:param pulumi.Input[Union['InsightsReportConfigParquetOptionsArgs', 'InsightsReportConfigParquetOptionsArgsDict']] parquet_options: An option for outputting inventory reports as parquet files.
|
603
|
+
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
604
|
+
If it is not provided, the provider project is used.
|
522
605
|
"""
|
523
606
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
524
607
|
|
@@ -530,12 +613,13 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
530
613
|
__props__.__dict__["location"] = location
|
531
614
|
__props__.__dict__["name"] = name
|
532
615
|
__props__.__dict__["object_metadata_report_options"] = object_metadata_report_options
|
616
|
+
__props__.__dict__["parquet_options"] = parquet_options
|
533
617
|
__props__.__dict__["project"] = project
|
534
618
|
return InsightsReportConfig(resource_name, opts=opts, __props__=__props__)
|
535
619
|
|
536
620
|
@property
|
537
621
|
@pulumi.getter(name="csvOptions")
|
538
|
-
def csv_options(self) -> pulumi.Output['outputs.InsightsReportConfigCsvOptions']:
|
622
|
+
def csv_options(self) -> pulumi.Output[Optional['outputs.InsightsReportConfigCsvOptions']]:
|
539
623
|
"""
|
540
624
|
Options for configuring the format of the inventory report CSV file.
|
541
625
|
Structure is documented below.
|
@@ -555,6 +639,7 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
555
639
|
def frequency_options(self) -> pulumi.Output[Optional['outputs.InsightsReportConfigFrequencyOptions']]:
|
556
640
|
"""
|
557
641
|
Options for configuring how inventory reports are generated.
|
642
|
+
Structure is documented below.
|
558
643
|
"""
|
559
644
|
return pulumi.get(self, "frequency_options")
|
560
645
|
|
@@ -564,6 +649,9 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
564
649
|
"""
|
565
650
|
The location of the ReportConfig. The source and destination buckets specified in the ReportConfig
|
566
651
|
must be in the same location.
|
652
|
+
|
653
|
+
|
654
|
+
- - -
|
567
655
|
"""
|
568
656
|
return pulumi.get(self, "location")
|
569
657
|
|
@@ -580,11 +668,24 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
580
668
|
def object_metadata_report_options(self) -> pulumi.Output[Optional['outputs.InsightsReportConfigObjectMetadataReportOptions']]:
|
581
669
|
"""
|
582
670
|
Options for including metadata in an inventory report.
|
671
|
+
Structure is documented below.
|
583
672
|
"""
|
584
673
|
return pulumi.get(self, "object_metadata_report_options")
|
585
674
|
|
675
|
+
@property
|
676
|
+
@pulumi.getter(name="parquetOptions")
|
677
|
+
def parquet_options(self) -> pulumi.Output[Optional['outputs.InsightsReportConfigParquetOptions']]:
|
678
|
+
"""
|
679
|
+
An option for outputting inventory reports as parquet files.
|
680
|
+
"""
|
681
|
+
return pulumi.get(self, "parquet_options")
|
682
|
+
|
586
683
|
@property
|
587
684
|
@pulumi.getter
|
588
685
|
def project(self) -> pulumi.Output[str]:
|
686
|
+
"""
|
687
|
+
The ID of the project in which the resource belongs.
|
688
|
+
If it is not provided, the provider project is used.
|
689
|
+
"""
|
589
690
|
return pulumi.get(self, "project")
|
590
691
|
|
pulumi_gcp/storage/outputs.py
CHANGED
@@ -41,6 +41,7 @@ __all__ = [
|
|
41
41
|
'InsightsReportConfigObjectMetadataReportOptions',
|
42
42
|
'InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions',
|
43
43
|
'InsightsReportConfigObjectMetadataReportOptionsStorageFilters',
|
44
|
+
'InsightsReportConfigParquetOptions',
|
44
45
|
'ManagedFolderIamBindingCondition',
|
45
46
|
'ManagedFolderIamMemberCondition',
|
46
47
|
'ObjectAccessControlProjectTeam',
|
@@ -1131,8 +1132,6 @@ class InsightsReportConfigCsvOptions(dict):
|
|
1131
1132
|
"""
|
1132
1133
|
:param str delimiter: The delimiter used to separate the fields in the inventory report CSV file.
|
1133
1134
|
:param bool header_required: The boolean that indicates whether or not headers are included in the inventory report CSV file.
|
1134
|
-
|
1135
|
-
- - -
|
1136
1135
|
:param str record_separator: The character used to separate the records in the inventory report CSV file.
|
1137
1136
|
"""
|
1138
1137
|
if delimiter is not None:
|
@@ -1155,8 +1154,6 @@ class InsightsReportConfigCsvOptions(dict):
|
|
1155
1154
|
def header_required(self) -> Optional[bool]:
|
1156
1155
|
"""
|
1157
1156
|
The boolean that indicates whether or not headers are included in the inventory report CSV file.
|
1158
|
-
|
1159
|
-
- - -
|
1160
1157
|
"""
|
1161
1158
|
return pulumi.get(self, "header_required")
|
1162
1159
|
|
@@ -1446,6 +1443,12 @@ class InsightsReportConfigObjectMetadataReportOptionsStorageFilters(dict):
|
|
1446
1443
|
return pulumi.get(self, "bucket")
|
1447
1444
|
|
1448
1445
|
|
1446
|
+
@pulumi.output_type
|
1447
|
+
class InsightsReportConfigParquetOptions(dict):
|
1448
|
+
def __init__(__self__):
|
1449
|
+
pass
|
1450
|
+
|
1451
|
+
|
1449
1452
|
@pulumi.output_type
|
1450
1453
|
class ManagedFolderIamBindingCondition(dict):
|
1451
1454
|
def __init__(__self__, *,
|
pulumi_gcp/tpu/_inputs.py
CHANGED
@@ -830,6 +830,10 @@ if not MYPY:
|
|
830
830
|
"""
|
831
831
|
Whether the node is created under a reservation.
|
832
832
|
"""
|
833
|
+
spot: NotRequired[pulumi.Input[bool]]
|
834
|
+
"""
|
835
|
+
Optional. Defines whether the node is Spot VM.
|
836
|
+
"""
|
833
837
|
elif False:
|
834
838
|
V2VmSchedulingConfigArgsDict: TypeAlias = Mapping[str, Any]
|
835
839
|
|
@@ -837,15 +841,19 @@ elif False:
|
|
837
841
|
class V2VmSchedulingConfigArgs:
|
838
842
|
def __init__(__self__, *,
|
839
843
|
preemptible: Optional[pulumi.Input[bool]] = None,
|
840
|
-
reserved: Optional[pulumi.Input[bool]] = None
|
844
|
+
reserved: Optional[pulumi.Input[bool]] = None,
|
845
|
+
spot: Optional[pulumi.Input[bool]] = None):
|
841
846
|
"""
|
842
847
|
:param pulumi.Input[bool] preemptible: Defines whether the node is preemptible.
|
843
848
|
:param pulumi.Input[bool] reserved: Whether the node is created under a reservation.
|
849
|
+
:param pulumi.Input[bool] spot: Optional. Defines whether the node is Spot VM.
|
844
850
|
"""
|
845
851
|
if preemptible is not None:
|
846
852
|
pulumi.set(__self__, "preemptible", preemptible)
|
847
853
|
if reserved is not None:
|
848
854
|
pulumi.set(__self__, "reserved", reserved)
|
855
|
+
if spot is not None:
|
856
|
+
pulumi.set(__self__, "spot", spot)
|
849
857
|
|
850
858
|
@property
|
851
859
|
@pulumi.getter
|
@@ -871,6 +879,18 @@ class V2VmSchedulingConfigArgs:
|
|
871
879
|
def reserved(self, value: Optional[pulumi.Input[bool]]):
|
872
880
|
pulumi.set(self, "reserved", value)
|
873
881
|
|
882
|
+
@property
|
883
|
+
@pulumi.getter
|
884
|
+
def spot(self) -> Optional[pulumi.Input[bool]]:
|
885
|
+
"""
|
886
|
+
Optional. Defines whether the node is Spot VM.
|
887
|
+
"""
|
888
|
+
return pulumi.get(self, "spot")
|
889
|
+
|
890
|
+
@spot.setter
|
891
|
+
def spot(self, value: Optional[pulumi.Input[bool]]):
|
892
|
+
pulumi.set(self, "spot", value)
|
893
|
+
|
874
894
|
|
875
895
|
if not MYPY:
|
876
896
|
class V2VmServiceAccountArgsDict(TypedDict):
|