pulumi-gcp 7.31.0__py3-none-any.whl → 7.31.0a1720450136__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 +0 -40
- pulumi_gcp/applicationintegration/auth_config.py +2 -2
- pulumi_gcp/bigquery/reservation_assignment.py +30 -48
- pulumi_gcp/certificateauthority/certificate_template.py +2 -2
- pulumi_gcp/certificatemanager/_inputs.py +0 -33
- pulumi_gcp/certificatemanager/outputs.py +0 -36
- pulumi_gcp/certificatemanager/trust_config.py +0 -107
- pulumi_gcp/compute/_inputs.py +6 -3
- pulumi_gcp/compute/ca_external_account_key.py +2 -2
- pulumi_gcp/compute/get_health_check.py +1 -11
- pulumi_gcp/compute/global_forwarding_rule.py +4 -2
- pulumi_gcp/compute/health_check.py +0 -124
- pulumi_gcp/compute/instance.py +14 -14
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/outputs.py +8 -4
- pulumi_gcp/compute/region_network_endpoint.py +2 -2
- pulumi_gcp/compute/region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/subnetwork.py +2 -2
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/container/_inputs.py +3 -3
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/containeranalysis/note.py +2 -2
- pulumi_gcp/dataloss/_inputs.py +0 -3
- pulumi_gcp/dataloss/outputs.py +0 -2
- pulumi_gcp/dataloss/prevention_job_trigger.py +0 -90
- pulumi_gcp/dataplex/_inputs.py +0 -56
- pulumi_gcp/dataplex/datascan.py +0 -12
- pulumi_gcp/dataplex/outputs.py +0 -52
- pulumi_gcp/filestore/backup.py +2 -2
- pulumi_gcp/filestore/instance.py +2 -2
- pulumi_gcp/filestore/snapshot.py +2 -2
- pulumi_gcp/gkehub/_inputs.py +0 -20
- pulumi_gcp/gkehub/outputs.py +0 -12
- pulumi_gcp/kms/__init__.py +0 -2
- pulumi_gcp/kms/crypto_key.py +7 -7
- pulumi_gcp/kms/outputs.py +0 -270
- pulumi_gcp/logging/_inputs.py +12 -12
- pulumi_gcp/logging/folder_bucket_config.py +6 -6
- pulumi_gcp/logging/organization_bucket_config.py +6 -6
- pulumi_gcp/logging/outputs.py +8 -8
- pulumi_gcp/logging/project_bucket_config.py +6 -6
- pulumi_gcp/looker/instance.py +2 -2
- pulumi_gcp/monitoring/custom_service.py +2 -2
- pulumi_gcp/monitoring/generic_service.py +2 -2
- pulumi_gcp/monitoring/notification_channel.py +2 -2
- pulumi_gcp/monitoring/slo.py +2 -2
- pulumi_gcp/netapp/storage_pool.py +53 -132
- pulumi_gcp/netapp/volume.py +4 -60
- pulumi_gcp/networksecurity/address_group.py +1 -85
- pulumi_gcp/networksecurity/firewall_endpoint.py +2 -2
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +2 -2
- pulumi_gcp/networksecurity/security_profile_group.py +2 -2
- pulumi_gcp/orgpolicy/_inputs.py +10 -40
- pulumi_gcp/orgpolicy/outputs.py +8 -28
- pulumi_gcp/orgpolicy/policy.py +35 -52
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pubsub/_inputs.py +3 -3
- pulumi_gcp/pubsub/outputs.py +4 -4
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/__init__.py +0 -5
- pulumi_gcp/securesourcemanager/_inputs.py +0 -284
- pulumi_gcp/securesourcemanager/outputs.py +0 -202
- pulumi_gcp/securitycenter/__init__.py +0 -1
- pulumi_gcp/securitycenter/_inputs.py +0 -93
- pulumi_gcp/securitycenter/outputs.py +0 -59
- pulumi_gcp/securityposture/posture_deployment.py +78 -0
- pulumi_gcp/servicenetworking/vpc_service_controls.py +2 -2
- pulumi_gcp/vertex/_inputs.py +1 -21
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -222
- pulumi_gcp/vertex/outputs.py +1 -15
- pulumi_gcp/workstations/_inputs.py +1 -33
- pulumi_gcp/workstations/outputs.py +1 -23
- pulumi_gcp/workstations/workstation_config.py +0 -18
- {pulumi_gcp-7.31.0.dist-info → pulumi_gcp-7.31.0a1720450136.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.31.0.dist-info → pulumi_gcp-7.31.0a1720450136.dist-info}/RECORD +78 -86
- {pulumi_gcp-7.31.0.dist-info → pulumi_gcp-7.31.0a1720450136.dist-info}/WHEEL +1 -1
- pulumi_gcp/kms/get_crypto_keys.py +0 -143
- pulumi_gcp/kms/get_key_rings.py +0 -119
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +0 -177
- pulumi_gcp/securesourcemanager/repository.py +0 -715
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +0 -804
- pulumi_gcp/securesourcemanager/repository_iam_member.py +0 -804
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +0 -643
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +0 -576
- {pulumi_gcp-7.31.0.dist-info → pulumi_gcp-7.31.0a1720450136.dist-info}/top_level.txt +0 -0
pulumi_gcp/container/outputs.py
CHANGED
@@ -6286,7 +6286,7 @@ class ClusterMonitoringConfig(dict):
|
|
6286
6286
|
managed_prometheus: Optional['outputs.ClusterMonitoringConfigManagedPrometheus'] = None):
|
6287
6287
|
"""
|
6288
6288
|
:param Sequence['ClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgs'] advanced_datapath_observability_configs: Configuration for Advanced Datapath Monitoring. Structure is documented below.
|
6289
|
-
:param Sequence[str] enable_components: The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET
|
6289
|
+
:param Sequence[str] enable_components: The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET` and `CADVISOR`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above.
|
6290
6290
|
:param 'ClusterMonitoringConfigManagedPrometheusArgs' managed_prometheus: Configuration for Managed Service for Prometheus. Structure is documented below.
|
6291
6291
|
"""
|
6292
6292
|
if advanced_datapath_observability_configs is not None:
|
@@ -6308,7 +6308,7 @@ class ClusterMonitoringConfig(dict):
|
|
6308
6308
|
@pulumi.getter(name="enableComponents")
|
6309
6309
|
def enable_components(self) -> Optional[Sequence[str]]:
|
6310
6310
|
"""
|
6311
|
-
The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET
|
6311
|
+
The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET` and `CADVISOR`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above.
|
6312
6312
|
"""
|
6313
6313
|
return pulumi.get(self, "enable_components")
|
6314
6314
|
|
@@ -16158,7 +16158,7 @@ class GetClusterMonitoringConfigResult(dict):
|
|
16158
16158
|
managed_prometheuses: Sequence['outputs.GetClusterMonitoringConfigManagedPrometheusResult']):
|
16159
16159
|
"""
|
16160
16160
|
:param Sequence['GetClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgs'] advanced_datapath_observability_configs: Configuration of Advanced Datapath Observability features.
|
16161
|
-
:param Sequence[str] enable_components: GKE components exposing metrics. Valid values include SYSTEM_COMPONENTS, APISERVER, SCHEDULER, CONTROLLER_MANAGER, STORAGE, HPA, POD, DAEMONSET, DEPLOYMENT, STATEFULSET, WORKLOADS, KUBELET
|
16161
|
+
:param Sequence[str] enable_components: GKE components exposing metrics. Valid values include SYSTEM_COMPONENTS, APISERVER, SCHEDULER, CONTROLLER_MANAGER, STORAGE, HPA, POD, DAEMONSET, DEPLOYMENT, STATEFULSET, WORKLOADS, KUBELET and CADVISOR.
|
16162
16162
|
:param Sequence['GetClusterMonitoringConfigManagedPrometheusArgs'] managed_prometheuses: Configuration for Google Cloud Managed Services for Prometheus.
|
16163
16163
|
"""
|
16164
16164
|
pulumi.set(__self__, "advanced_datapath_observability_configs", advanced_datapath_observability_configs)
|
@@ -16177,7 +16177,7 @@ class GetClusterMonitoringConfigResult(dict):
|
|
16177
16177
|
@pulumi.getter(name="enableComponents")
|
16178
16178
|
def enable_components(self) -> Sequence[str]:
|
16179
16179
|
"""
|
16180
|
-
GKE components exposing metrics. Valid values include SYSTEM_COMPONENTS, APISERVER, SCHEDULER, CONTROLLER_MANAGER, STORAGE, HPA, POD, DAEMONSET, DEPLOYMENT, STATEFULSET, WORKLOADS, KUBELET
|
16180
|
+
GKE components exposing metrics. Valid values include SYSTEM_COMPONENTS, APISERVER, SCHEDULER, CONTROLLER_MANAGER, STORAGE, HPA, POD, DAEMONSET, DEPLOYMENT, STATEFULSET, WORKLOADS, KUBELET and CADVISOR.
|
16181
16181
|
"""
|
16182
16182
|
return pulumi.get(self, "enable_components")
|
16183
16183
|
|
@@ -387,8 +387,8 @@ class Note(pulumi.CustomResource):
|
|
387
387
|
|
388
388
|
* [API documentation](https://cloud.google.com/container-analysis/api/reference/rest/)
|
389
389
|
* How-to Guides
|
390
|
-
* [Creating Attestations (Occurrences)](https://cloud.google.com/binary-authorization/docs/making-attestations)
|
391
390
|
* [Official Documentation](https://cloud.google.com/container-analysis/)
|
391
|
+
* [Creating Attestations (Occurrences)](https://cloud.google.com/binary-authorization/docs/making-attestations)
|
392
392
|
|
393
393
|
## Example Usage
|
394
394
|
|
@@ -490,8 +490,8 @@ class Note(pulumi.CustomResource):
|
|
490
490
|
|
491
491
|
* [API documentation](https://cloud.google.com/container-analysis/api/reference/rest/)
|
492
492
|
* How-to Guides
|
493
|
-
* [Creating Attestations (Occurrences)](https://cloud.google.com/binary-authorization/docs/making-attestations)
|
494
493
|
* [Official Documentation](https://cloud.google.com/container-analysis/)
|
494
|
+
* [Creating Attestations (Occurrences)](https://cloud.google.com/binary-authorization/docs/making-attestations)
|
495
495
|
|
496
496
|
## Example Usage
|
497
497
|
|
pulumi_gcp/dataloss/_inputs.py
CHANGED
@@ -22963,7 +22963,6 @@ if not MYPY:
|
|
22963
22963
|
"""
|
22964
22964
|
How to sample rows if not all rows are scanned. Meaningful only when used in conjunction with either
|
22965
22965
|
rowsLimit or rowsLimitPercent. If not specified, rows are scanned in the order BigQuery reads them.
|
22966
|
-
If TimespanConfig is set, set this to an empty string to avoid using the default value.
|
22967
22966
|
Default value is `TOP`.
|
22968
22967
|
Possible values are: `TOP`, `RANDOM_START`.
|
22969
22968
|
"""
|
@@ -22999,7 +22998,6 @@ class PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsArgs:
|
|
22999
22998
|
rowsLimit and rowsLimitPercent can be specified. Cannot be used in conjunction with TimespanConfig.
|
23000
22999
|
:param pulumi.Input[str] sample_method: How to sample rows if not all rows are scanned. Meaningful only when used in conjunction with either
|
23001
23000
|
rowsLimit or rowsLimitPercent. If not specified, rows are scanned in the order BigQuery reads them.
|
23002
|
-
If TimespanConfig is set, set this to an empty string to avoid using the default value.
|
23003
23001
|
Default value is `TOP`.
|
23004
23002
|
Possible values are: `TOP`, `RANDOM_START`.
|
23005
23003
|
"""
|
@@ -23105,7 +23103,6 @@ class PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsArgs:
|
|
23105
23103
|
"""
|
23106
23104
|
How to sample rows if not all rows are scanned. Meaningful only when used in conjunction with either
|
23107
23105
|
rowsLimit or rowsLimitPercent. If not specified, rows are scanned in the order BigQuery reads them.
|
23108
|
-
If TimespanConfig is set, set this to an empty string to avoid using the default value.
|
23109
23106
|
Default value is `TOP`.
|
23110
23107
|
Possible values are: `TOP`, `RANDOM_START`.
|
23111
23108
|
"""
|
pulumi_gcp/dataloss/outputs.py
CHANGED
@@ -17354,7 +17354,6 @@ class PreventionJobTriggerInspectJobStorageConfigBigQueryOptions(dict):
|
|
17354
17354
|
rowsLimit and rowsLimitPercent can be specified. Cannot be used in conjunction with TimespanConfig.
|
17355
17355
|
:param str sample_method: How to sample rows if not all rows are scanned. Meaningful only when used in conjunction with either
|
17356
17356
|
rowsLimit or rowsLimitPercent. If not specified, rows are scanned in the order BigQuery reads them.
|
17357
|
-
If TimespanConfig is set, set this to an empty string to avoid using the default value.
|
17358
17357
|
Default value is `TOP`.
|
17359
17358
|
Possible values are: `TOP`, `RANDOM_START`.
|
17360
17359
|
"""
|
@@ -17436,7 +17435,6 @@ class PreventionJobTriggerInspectJobStorageConfigBigQueryOptions(dict):
|
|
17436
17435
|
"""
|
17437
17436
|
How to sample rows if not all rows are scanned. Meaningful only when used in conjunction with either
|
17438
17437
|
rowsLimit or rowsLimitPercent. If not specified, rows are scanned in the order BigQuery reads them.
|
17439
|
-
If TimespanConfig is set, set this to an empty string to avoid using the default value.
|
17440
17438
|
Default value is `TOP`.
|
17441
17439
|
Possible values are: `TOP`, `RANDOM_START`.
|
17442
17440
|
"""
|
@@ -857,51 +857,6 @@ class PreventionJobTrigger(pulumi.CustomResource):
|
|
857
857
|
},
|
858
858
|
})
|
859
859
|
```
|
860
|
-
### Dlp Job Trigger Timespan Config Big Query
|
861
|
-
|
862
|
-
```python
|
863
|
-
import pulumi
|
864
|
-
import pulumi_gcp as gcp
|
865
|
-
|
866
|
-
timespan_config_big_query = gcp.dataloss.PreventionJobTrigger("timespan_config_big_query",
|
867
|
-
parent="projects/my-project-name",
|
868
|
-
description="BigQuery DLP Job Trigger with timespan config and row limit",
|
869
|
-
display_name="bigquery-dlp-job-trigger-limit-timespan",
|
870
|
-
triggers=[{
|
871
|
-
"schedule": {
|
872
|
-
"recurrencePeriodDuration": "86400s",
|
873
|
-
},
|
874
|
-
}],
|
875
|
-
inspect_job={
|
876
|
-
"inspectTemplateName": "projects/test/locations/global/inspectTemplates/6425492983381733900",
|
877
|
-
"storageConfig": {
|
878
|
-
"bigQueryOptions": {
|
879
|
-
"tableReference": {
|
880
|
-
"projectId": "project",
|
881
|
-
"datasetId": "dataset",
|
882
|
-
"tableId": "table",
|
883
|
-
},
|
884
|
-
"sampleMethod": "",
|
885
|
-
},
|
886
|
-
"timespanConfig": {
|
887
|
-
"startTime": "2023-01-01T00:00:23Z",
|
888
|
-
"timestampField": {
|
889
|
-
"name": "timestamp",
|
890
|
-
},
|
891
|
-
},
|
892
|
-
},
|
893
|
-
"actions": [{
|
894
|
-
"saveFindings": {
|
895
|
-
"outputConfig": {
|
896
|
-
"table": {
|
897
|
-
"projectId": "project",
|
898
|
-
"datasetId": "output",
|
899
|
-
},
|
900
|
-
},
|
901
|
-
},
|
902
|
-
}],
|
903
|
-
})
|
904
|
-
```
|
905
860
|
|
906
861
|
## Import
|
907
862
|
|
@@ -1452,51 +1407,6 @@ class PreventionJobTrigger(pulumi.CustomResource):
|
|
1452
1407
|
},
|
1453
1408
|
})
|
1454
1409
|
```
|
1455
|
-
### Dlp Job Trigger Timespan Config Big Query
|
1456
|
-
|
1457
|
-
```python
|
1458
|
-
import pulumi
|
1459
|
-
import pulumi_gcp as gcp
|
1460
|
-
|
1461
|
-
timespan_config_big_query = gcp.dataloss.PreventionJobTrigger("timespan_config_big_query",
|
1462
|
-
parent="projects/my-project-name",
|
1463
|
-
description="BigQuery DLP Job Trigger with timespan config and row limit",
|
1464
|
-
display_name="bigquery-dlp-job-trigger-limit-timespan",
|
1465
|
-
triggers=[{
|
1466
|
-
"schedule": {
|
1467
|
-
"recurrencePeriodDuration": "86400s",
|
1468
|
-
},
|
1469
|
-
}],
|
1470
|
-
inspect_job={
|
1471
|
-
"inspectTemplateName": "projects/test/locations/global/inspectTemplates/6425492983381733900",
|
1472
|
-
"storageConfig": {
|
1473
|
-
"bigQueryOptions": {
|
1474
|
-
"tableReference": {
|
1475
|
-
"projectId": "project",
|
1476
|
-
"datasetId": "dataset",
|
1477
|
-
"tableId": "table",
|
1478
|
-
},
|
1479
|
-
"sampleMethod": "",
|
1480
|
-
},
|
1481
|
-
"timespanConfig": {
|
1482
|
-
"startTime": "2023-01-01T00:00:23Z",
|
1483
|
-
"timestampField": {
|
1484
|
-
"name": "timestamp",
|
1485
|
-
},
|
1486
|
-
},
|
1487
|
-
},
|
1488
|
-
"actions": [{
|
1489
|
-
"saveFindings": {
|
1490
|
-
"outputConfig": {
|
1491
|
-
"table": {
|
1492
|
-
"projectId": "project",
|
1493
|
-
"datasetId": "output",
|
1494
|
-
},
|
1495
|
-
},
|
1496
|
-
},
|
1497
|
-
}],
|
1498
|
-
})
|
1499
|
-
```
|
1500
1410
|
|
1501
1411
|
## Import
|
1502
1412
|
|
pulumi_gcp/dataplex/_inputs.py
CHANGED
@@ -69,8 +69,6 @@ __all__ = [
|
|
69
69
|
'DatascanDataQualitySpecRuleRowConditionExpectationArgsDict',
|
70
70
|
'DatascanDataQualitySpecRuleSetExpectationArgs',
|
71
71
|
'DatascanDataQualitySpecRuleSetExpectationArgsDict',
|
72
|
-
'DatascanDataQualitySpecRuleSqlAssertionArgs',
|
73
|
-
'DatascanDataQualitySpecRuleSqlAssertionArgsDict',
|
74
72
|
'DatascanDataQualitySpecRuleStatisticRangeExpectationArgs',
|
75
73
|
'DatascanDataQualitySpecRuleStatisticRangeExpectationArgsDict',
|
76
74
|
'DatascanDataQualitySpecRuleTableConditionExpectationArgs',
|
@@ -1628,11 +1626,6 @@ if not MYPY:
|
|
1628
1626
|
ColumnMap rule which evaluates whether each column value is contained by a specified set.
|
1629
1627
|
Structure is documented below.
|
1630
1628
|
"""
|
1631
|
-
sql_assertion: NotRequired[pulumi.Input['DatascanDataQualitySpecRuleSqlAssertionArgsDict']]
|
1632
|
-
"""
|
1633
|
-
Table rule which evaluates whether any row matches invalid state.
|
1634
|
-
Structure is documented below.
|
1635
|
-
"""
|
1636
1629
|
statistic_range_expectation: NotRequired[pulumi.Input['DatascanDataQualitySpecRuleStatisticRangeExpectationArgsDict']]
|
1637
1630
|
"""
|
1638
1631
|
ColumnAggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
|
@@ -1667,7 +1660,6 @@ class DatascanDataQualitySpecRuleArgs:
|
|
1667
1660
|
regex_expectation: Optional[pulumi.Input['DatascanDataQualitySpecRuleRegexExpectationArgs']] = None,
|
1668
1661
|
row_condition_expectation: Optional[pulumi.Input['DatascanDataQualitySpecRuleRowConditionExpectationArgs']] = None,
|
1669
1662
|
set_expectation: Optional[pulumi.Input['DatascanDataQualitySpecRuleSetExpectationArgs']] = None,
|
1670
|
-
sql_assertion: Optional[pulumi.Input['DatascanDataQualitySpecRuleSqlAssertionArgs']] = None,
|
1671
1663
|
statistic_range_expectation: Optional[pulumi.Input['DatascanDataQualitySpecRuleStatisticRangeExpectationArgs']] = None,
|
1672
1664
|
table_condition_expectation: Optional[pulumi.Input['DatascanDataQualitySpecRuleTableConditionExpectationArgs']] = None,
|
1673
1665
|
threshold: Optional[pulumi.Input[float]] = None,
|
@@ -1692,8 +1684,6 @@ class DatascanDataQualitySpecRuleArgs:
|
|
1692
1684
|
Structure is documented below.
|
1693
1685
|
:param pulumi.Input['DatascanDataQualitySpecRuleSetExpectationArgs'] set_expectation: ColumnMap rule which evaluates whether each column value is contained by a specified set.
|
1694
1686
|
Structure is documented below.
|
1695
|
-
:param pulumi.Input['DatascanDataQualitySpecRuleSqlAssertionArgs'] sql_assertion: Table rule which evaluates whether any row matches invalid state.
|
1696
|
-
Structure is documented below.
|
1697
1687
|
:param pulumi.Input['DatascanDataQualitySpecRuleStatisticRangeExpectationArgs'] statistic_range_expectation: ColumnAggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
|
1698
1688
|
Structure is documented below.
|
1699
1689
|
:param pulumi.Input['DatascanDataQualitySpecRuleTableConditionExpectationArgs'] table_condition_expectation: Table rule which evaluates whether the provided expression is true.
|
@@ -1720,8 +1710,6 @@ class DatascanDataQualitySpecRuleArgs:
|
|
1720
1710
|
pulumi.set(__self__, "row_condition_expectation", row_condition_expectation)
|
1721
1711
|
if set_expectation is not None:
|
1722
1712
|
pulumi.set(__self__, "set_expectation", set_expectation)
|
1723
|
-
if sql_assertion is not None:
|
1724
|
-
pulumi.set(__self__, "sql_assertion", sql_assertion)
|
1725
1713
|
if statistic_range_expectation is not None:
|
1726
1714
|
pulumi.set(__self__, "statistic_range_expectation", statistic_range_expectation)
|
1727
1715
|
if table_condition_expectation is not None:
|
@@ -1860,19 +1848,6 @@ class DatascanDataQualitySpecRuleArgs:
|
|
1860
1848
|
def set_expectation(self, value: Optional[pulumi.Input['DatascanDataQualitySpecRuleSetExpectationArgs']]):
|
1861
1849
|
pulumi.set(self, "set_expectation", value)
|
1862
1850
|
|
1863
|
-
@property
|
1864
|
-
@pulumi.getter(name="sqlAssertion")
|
1865
|
-
def sql_assertion(self) -> Optional[pulumi.Input['DatascanDataQualitySpecRuleSqlAssertionArgs']]:
|
1866
|
-
"""
|
1867
|
-
Table rule which evaluates whether any row matches invalid state.
|
1868
|
-
Structure is documented below.
|
1869
|
-
"""
|
1870
|
-
return pulumi.get(self, "sql_assertion")
|
1871
|
-
|
1872
|
-
@sql_assertion.setter
|
1873
|
-
def sql_assertion(self, value: Optional[pulumi.Input['DatascanDataQualitySpecRuleSqlAssertionArgs']]):
|
1874
|
-
pulumi.set(self, "sql_assertion", value)
|
1875
|
-
|
1876
1851
|
@property
|
1877
1852
|
@pulumi.getter(name="statisticRangeExpectation")
|
1878
1853
|
def statistic_range_expectation(self) -> Optional[pulumi.Input['DatascanDataQualitySpecRuleStatisticRangeExpectationArgs']]:
|
@@ -2127,37 +2102,6 @@ class DatascanDataQualitySpecRuleSetExpectationArgs:
|
|
2127
2102
|
pulumi.set(self, "values", value)
|
2128
2103
|
|
2129
2104
|
|
2130
|
-
if not MYPY:
|
2131
|
-
class DatascanDataQualitySpecRuleSqlAssertionArgsDict(TypedDict):
|
2132
|
-
sql_statement: pulumi.Input[str]
|
2133
|
-
"""
|
2134
|
-
The SQL statement.
|
2135
|
-
"""
|
2136
|
-
elif False:
|
2137
|
-
DatascanDataQualitySpecRuleSqlAssertionArgsDict: TypeAlias = Mapping[str, Any]
|
2138
|
-
|
2139
|
-
@pulumi.input_type
|
2140
|
-
class DatascanDataQualitySpecRuleSqlAssertionArgs:
|
2141
|
-
def __init__(__self__, *,
|
2142
|
-
sql_statement: pulumi.Input[str]):
|
2143
|
-
"""
|
2144
|
-
:param pulumi.Input[str] sql_statement: The SQL statement.
|
2145
|
-
"""
|
2146
|
-
pulumi.set(__self__, "sql_statement", sql_statement)
|
2147
|
-
|
2148
|
-
@property
|
2149
|
-
@pulumi.getter(name="sqlStatement")
|
2150
|
-
def sql_statement(self) -> pulumi.Input[str]:
|
2151
|
-
"""
|
2152
|
-
The SQL statement.
|
2153
|
-
"""
|
2154
|
-
return pulumi.get(self, "sql_statement")
|
2155
|
-
|
2156
|
-
@sql_statement.setter
|
2157
|
-
def sql_statement(self, value: pulumi.Input[str]):
|
2158
|
-
pulumi.set(self, "sql_statement", value)
|
2159
|
-
|
2160
|
-
|
2161
2105
|
if not MYPY:
|
2162
2106
|
class DatascanDataQualitySpecRuleStatisticRangeExpectationArgsDict(TypedDict):
|
2163
2107
|
statistic: pulumi.Input[str]
|
pulumi_gcp/dataplex/datascan.py
CHANGED
@@ -725,12 +725,6 @@ class Datascan(pulumi.CustomResource):
|
|
725
725
|
"sqlExpression": "COUNT(*) > 0",
|
726
726
|
},
|
727
727
|
},
|
728
|
-
{
|
729
|
-
"dimension": "VALIDITY",
|
730
|
-
"sqlAssertion": {
|
731
|
-
"sqlStatement": "select * from bigquery-public-data.austin_bikeshare.bikeshare_stations where station_id is null",
|
732
|
-
},
|
733
|
-
},
|
734
728
|
],
|
735
729
|
},
|
736
730
|
project="my-project-name")
|
@@ -991,12 +985,6 @@ class Datascan(pulumi.CustomResource):
|
|
991
985
|
"sqlExpression": "COUNT(*) > 0",
|
992
986
|
},
|
993
987
|
},
|
994
|
-
{
|
995
|
-
"dimension": "VALIDITY",
|
996
|
-
"sqlAssertion": {
|
997
|
-
"sqlStatement": "select * from bigquery-public-data.austin_bikeshare.bikeshare_stations where station_id is null",
|
998
|
-
},
|
999
|
-
},
|
1000
988
|
],
|
1001
989
|
},
|
1002
990
|
project="my-project-name")
|
pulumi_gcp/dataplex/outputs.py
CHANGED
@@ -43,7 +43,6 @@ __all__ = [
|
|
43
43
|
'DatascanDataQualitySpecRuleRegexExpectation',
|
44
44
|
'DatascanDataQualitySpecRuleRowConditionExpectation',
|
45
45
|
'DatascanDataQualitySpecRuleSetExpectation',
|
46
|
-
'DatascanDataQualitySpecRuleSqlAssertion',
|
47
46
|
'DatascanDataQualitySpecRuleStatisticRangeExpectation',
|
48
47
|
'DatascanDataQualitySpecRuleTableConditionExpectation',
|
49
48
|
'DatascanDataQualitySpecRuleUniquenessExpectation',
|
@@ -1249,8 +1248,6 @@ class DatascanDataQualitySpecRule(dict):
|
|
1249
1248
|
suggest = "row_condition_expectation"
|
1250
1249
|
elif key == "setExpectation":
|
1251
1250
|
suggest = "set_expectation"
|
1252
|
-
elif key == "sqlAssertion":
|
1253
|
-
suggest = "sql_assertion"
|
1254
1251
|
elif key == "statisticRangeExpectation":
|
1255
1252
|
suggest = "statistic_range_expectation"
|
1256
1253
|
elif key == "tableConditionExpectation":
|
@@ -1280,7 +1277,6 @@ class DatascanDataQualitySpecRule(dict):
|
|
1280
1277
|
regex_expectation: Optional['outputs.DatascanDataQualitySpecRuleRegexExpectation'] = None,
|
1281
1278
|
row_condition_expectation: Optional['outputs.DatascanDataQualitySpecRuleRowConditionExpectation'] = None,
|
1282
1279
|
set_expectation: Optional['outputs.DatascanDataQualitySpecRuleSetExpectation'] = None,
|
1283
|
-
sql_assertion: Optional['outputs.DatascanDataQualitySpecRuleSqlAssertion'] = None,
|
1284
1280
|
statistic_range_expectation: Optional['outputs.DatascanDataQualitySpecRuleStatisticRangeExpectation'] = None,
|
1285
1281
|
table_condition_expectation: Optional['outputs.DatascanDataQualitySpecRuleTableConditionExpectation'] = None,
|
1286
1282
|
threshold: Optional[float] = None,
|
@@ -1305,8 +1301,6 @@ class DatascanDataQualitySpecRule(dict):
|
|
1305
1301
|
Structure is documented below.
|
1306
1302
|
:param 'DatascanDataQualitySpecRuleSetExpectationArgs' set_expectation: ColumnMap rule which evaluates whether each column value is contained by a specified set.
|
1307
1303
|
Structure is documented below.
|
1308
|
-
:param 'DatascanDataQualitySpecRuleSqlAssertionArgs' sql_assertion: Table rule which evaluates whether any row matches invalid state.
|
1309
|
-
Structure is documented below.
|
1310
1304
|
:param 'DatascanDataQualitySpecRuleStatisticRangeExpectationArgs' statistic_range_expectation: ColumnAggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
|
1311
1305
|
Structure is documented below.
|
1312
1306
|
:param 'DatascanDataQualitySpecRuleTableConditionExpectationArgs' table_condition_expectation: Table rule which evaluates whether the provided expression is true.
|
@@ -1333,8 +1327,6 @@ class DatascanDataQualitySpecRule(dict):
|
|
1333
1327
|
pulumi.set(__self__, "row_condition_expectation", row_condition_expectation)
|
1334
1328
|
if set_expectation is not None:
|
1335
1329
|
pulumi.set(__self__, "set_expectation", set_expectation)
|
1336
|
-
if sql_assertion is not None:
|
1337
|
-
pulumi.set(__self__, "sql_assertion", sql_assertion)
|
1338
1330
|
if statistic_range_expectation is not None:
|
1339
1331
|
pulumi.set(__self__, "statistic_range_expectation", statistic_range_expectation)
|
1340
1332
|
if table_condition_expectation is not None:
|
@@ -1433,15 +1425,6 @@ class DatascanDataQualitySpecRule(dict):
|
|
1433
1425
|
"""
|
1434
1426
|
return pulumi.get(self, "set_expectation")
|
1435
1427
|
|
1436
|
-
@property
|
1437
|
-
@pulumi.getter(name="sqlAssertion")
|
1438
|
-
def sql_assertion(self) -> Optional['outputs.DatascanDataQualitySpecRuleSqlAssertion']:
|
1439
|
-
"""
|
1440
|
-
Table rule which evaluates whether any row matches invalid state.
|
1441
|
-
Structure is documented below.
|
1442
|
-
"""
|
1443
|
-
return pulumi.get(self, "sql_assertion")
|
1444
|
-
|
1445
1428
|
@property
|
1446
1429
|
@pulumi.getter(name="statisticRangeExpectation")
|
1447
1430
|
def statistic_range_expectation(self) -> Optional['outputs.DatascanDataQualitySpecRuleStatisticRangeExpectation']:
|
@@ -1636,41 +1619,6 @@ class DatascanDataQualitySpecRuleSetExpectation(dict):
|
|
1636
1619
|
return pulumi.get(self, "values")
|
1637
1620
|
|
1638
1621
|
|
1639
|
-
@pulumi.output_type
|
1640
|
-
class DatascanDataQualitySpecRuleSqlAssertion(dict):
|
1641
|
-
@staticmethod
|
1642
|
-
def __key_warning(key: str):
|
1643
|
-
suggest = None
|
1644
|
-
if key == "sqlStatement":
|
1645
|
-
suggest = "sql_statement"
|
1646
|
-
|
1647
|
-
if suggest:
|
1648
|
-
pulumi.log.warn(f"Key '{key}' not found in DatascanDataQualitySpecRuleSqlAssertion. Access the value via the '{suggest}' property getter instead.")
|
1649
|
-
|
1650
|
-
def __getitem__(self, key: str) -> Any:
|
1651
|
-
DatascanDataQualitySpecRuleSqlAssertion.__key_warning(key)
|
1652
|
-
return super().__getitem__(key)
|
1653
|
-
|
1654
|
-
def get(self, key: str, default = None) -> Any:
|
1655
|
-
DatascanDataQualitySpecRuleSqlAssertion.__key_warning(key)
|
1656
|
-
return super().get(key, default)
|
1657
|
-
|
1658
|
-
def __init__(__self__, *,
|
1659
|
-
sql_statement: str):
|
1660
|
-
"""
|
1661
|
-
:param str sql_statement: The SQL statement.
|
1662
|
-
"""
|
1663
|
-
pulumi.set(__self__, "sql_statement", sql_statement)
|
1664
|
-
|
1665
|
-
@property
|
1666
|
-
@pulumi.getter(name="sqlStatement")
|
1667
|
-
def sql_statement(self) -> str:
|
1668
|
-
"""
|
1669
|
-
The SQL statement.
|
1670
|
-
"""
|
1671
|
-
return pulumi.get(self, "sql_statement")
|
1672
|
-
|
1673
|
-
|
1674
1622
|
@pulumi.output_type
|
1675
1623
|
class DatascanDataQualitySpecRuleStatisticRangeExpectation(dict):
|
1676
1624
|
@staticmethod
|
pulumi_gcp/filestore/backup.py
CHANGED
@@ -471,8 +471,8 @@ class Backup(pulumi.CustomResource):
|
|
471
471
|
|
472
472
|
* [API documentation](https://cloud.google.com/filestore/docs/reference/rest/v1/projects.locations.instances.backups)
|
473
473
|
* How-to Guides
|
474
|
-
* [Creating Backups](https://cloud.google.com/filestore/docs/create-backups)
|
475
474
|
* [Official Documentation](https://cloud.google.com/filestore/docs/backups)
|
475
|
+
* [Creating Backups](https://cloud.google.com/filestore/docs/create-backups)
|
476
476
|
|
477
477
|
## Example Usage
|
478
478
|
|
@@ -567,8 +567,8 @@ class Backup(pulumi.CustomResource):
|
|
567
567
|
|
568
568
|
* [API documentation](https://cloud.google.com/filestore/docs/reference/rest/v1/projects.locations.instances.backups)
|
569
569
|
* How-to Guides
|
570
|
-
* [Creating Backups](https://cloud.google.com/filestore/docs/create-backups)
|
571
570
|
* [Official Documentation](https://cloud.google.com/filestore/docs/backups)
|
571
|
+
* [Creating Backups](https://cloud.google.com/filestore/docs/create-backups)
|
572
572
|
|
573
573
|
## Example Usage
|
574
574
|
|
pulumi_gcp/filestore/instance.py
CHANGED
@@ -511,9 +511,9 @@ class Instance(pulumi.CustomResource):
|
|
511
511
|
|
512
512
|
* [API documentation](https://cloud.google.com/filestore/docs/reference/rest/v1beta1/projects.locations.instances/create)
|
513
513
|
* How-to Guides
|
514
|
-
* [Copying Data In/Out](https://cloud.google.com/filestore/docs/copying-data)
|
515
514
|
* [Official Documentation](https://cloud.google.com/filestore/docs/creating-instances)
|
516
515
|
* [Use with Kubernetes](https://cloud.google.com/filestore/docs/accessing-fileshares)
|
516
|
+
* [Copying Data In/Out](https://cloud.google.com/filestore/docs/copying-data)
|
517
517
|
|
518
518
|
## Example Usage
|
519
519
|
|
@@ -676,9 +676,9 @@ class Instance(pulumi.CustomResource):
|
|
676
676
|
|
677
677
|
* [API documentation](https://cloud.google.com/filestore/docs/reference/rest/v1beta1/projects.locations.instances/create)
|
678
678
|
* How-to Guides
|
679
|
-
* [Copying Data In/Out](https://cloud.google.com/filestore/docs/copying-data)
|
680
679
|
* [Official Documentation](https://cloud.google.com/filestore/docs/creating-instances)
|
681
680
|
* [Use with Kubernetes](https://cloud.google.com/filestore/docs/accessing-fileshares)
|
681
|
+
* [Copying Data In/Out](https://cloud.google.com/filestore/docs/copying-data)
|
682
682
|
|
683
683
|
## Example Usage
|
684
684
|
|
pulumi_gcp/filestore/snapshot.py
CHANGED
@@ -375,8 +375,8 @@ class Snapshot(pulumi.CustomResource):
|
|
375
375
|
|
376
376
|
* [API documentation](https://cloud.google.com/filestore/docs/reference/rest/v1/projects.locations.instances.snapshots)
|
377
377
|
* How-to Guides
|
378
|
-
* [Creating Snapshots](https://cloud.google.com/filestore/docs/create-snapshots)
|
379
378
|
* [Official Documentation](https://cloud.google.com/filestore/docs/snapshots)
|
379
|
+
* [Creating Snapshots](https://cloud.google.com/filestore/docs/create-snapshots)
|
380
380
|
|
381
381
|
## Example Usage
|
382
382
|
|
@@ -490,8 +490,8 @@ class Snapshot(pulumi.CustomResource):
|
|
490
490
|
|
491
491
|
* [API documentation](https://cloud.google.com/filestore/docs/reference/rest/v1/projects.locations.instances.snapshots)
|
492
492
|
* How-to Guides
|
493
|
-
* [Creating Snapshots](https://cloud.google.com/filestore/docs/create-snapshots)
|
494
493
|
* [Official Documentation](https://cloud.google.com/filestore/docs/snapshots)
|
494
|
+
* [Creating Snapshots](https://cloud.google.com/filestore/docs/create-snapshots)
|
495
495
|
|
496
496
|
## Example Usage
|
497
497
|
|
pulumi_gcp/gkehub/_inputs.py
CHANGED
@@ -301,10 +301,6 @@ class FeatureFleetDefaultMemberConfigConfigmanagementArgs:
|
|
301
301
|
|
302
302
|
if not MYPY:
|
303
303
|
class FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncArgsDict(TypedDict):
|
304
|
-
enabled: NotRequired[pulumi.Input[bool]]
|
305
|
-
"""
|
306
|
-
Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.
|
307
|
-
"""
|
308
304
|
git: NotRequired[pulumi.Input['FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncGitArgsDict']]
|
309
305
|
"""
|
310
306
|
Git repo configuration for the cluster
|
@@ -329,13 +325,11 @@ elif False:
|
|
329
325
|
@pulumi.input_type
|
330
326
|
class FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncArgs:
|
331
327
|
def __init__(__self__, *,
|
332
|
-
enabled: Optional[pulumi.Input[bool]] = None,
|
333
328
|
git: Optional[pulumi.Input['FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncGitArgs']] = None,
|
334
329
|
oci: Optional[pulumi.Input['FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciArgs']] = None,
|
335
330
|
prevent_drift: Optional[pulumi.Input[bool]] = None,
|
336
331
|
source_format: Optional[pulumi.Input[str]] = None):
|
337
332
|
"""
|
338
|
-
:param pulumi.Input[bool] enabled: Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.
|
339
333
|
:param pulumi.Input['FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncGitArgs'] git: Git repo configuration for the cluster
|
340
334
|
Structure is documented below.
|
341
335
|
:param pulumi.Input['FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciArgs'] oci: OCI repo configuration for the cluster
|
@@ -343,8 +337,6 @@ class FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncArgs:
|
|
343
337
|
:param pulumi.Input[bool] prevent_drift: Set to true to enable the Config Sync admission webhook to prevent drifts. If set to `false`, disables the Config Sync admission webhook and does not prevent drifts.
|
344
338
|
:param pulumi.Input[str] source_format: Specifies whether the Config Sync Repo is in hierarchical or unstructured mode
|
345
339
|
"""
|
346
|
-
if enabled is not None:
|
347
|
-
pulumi.set(__self__, "enabled", enabled)
|
348
340
|
if git is not None:
|
349
341
|
pulumi.set(__self__, "git", git)
|
350
342
|
if oci is not None:
|
@@ -354,18 +346,6 @@ class FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncArgs:
|
|
354
346
|
if source_format is not None:
|
355
347
|
pulumi.set(__self__, "source_format", source_format)
|
356
348
|
|
357
|
-
@property
|
358
|
-
@pulumi.getter
|
359
|
-
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
360
|
-
"""
|
361
|
-
Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.
|
362
|
-
"""
|
363
|
-
return pulumi.get(self, "enabled")
|
364
|
-
|
365
|
-
@enabled.setter
|
366
|
-
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
367
|
-
pulumi.set(self, "enabled", value)
|
368
|
-
|
369
349
|
@property
|
370
350
|
@pulumi.getter
|
371
351
|
def git(self) -> Optional[pulumi.Input['FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncGitArgs']]:
|
pulumi_gcp/gkehub/outputs.py
CHANGED
@@ -211,13 +211,11 @@ class FeatureFleetDefaultMemberConfigConfigmanagementConfigSync(dict):
|
|
211
211
|
return super().get(key, default)
|
212
212
|
|
213
213
|
def __init__(__self__, *,
|
214
|
-
enabled: Optional[bool] = None,
|
215
214
|
git: Optional['outputs.FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncGit'] = None,
|
216
215
|
oci: Optional['outputs.FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci'] = None,
|
217
216
|
prevent_drift: Optional[bool] = None,
|
218
217
|
source_format: Optional[str] = None):
|
219
218
|
"""
|
220
|
-
:param bool enabled: Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.
|
221
219
|
:param 'FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncGitArgs' git: Git repo configuration for the cluster
|
222
220
|
Structure is documented below.
|
223
221
|
:param 'FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciArgs' oci: OCI repo configuration for the cluster
|
@@ -225,8 +223,6 @@ class FeatureFleetDefaultMemberConfigConfigmanagementConfigSync(dict):
|
|
225
223
|
:param bool prevent_drift: Set to true to enable the Config Sync admission webhook to prevent drifts. If set to `false`, disables the Config Sync admission webhook and does not prevent drifts.
|
226
224
|
:param str source_format: Specifies whether the Config Sync Repo is in hierarchical or unstructured mode
|
227
225
|
"""
|
228
|
-
if enabled is not None:
|
229
|
-
pulumi.set(__self__, "enabled", enabled)
|
230
226
|
if git is not None:
|
231
227
|
pulumi.set(__self__, "git", git)
|
232
228
|
if oci is not None:
|
@@ -236,14 +232,6 @@ class FeatureFleetDefaultMemberConfigConfigmanagementConfigSync(dict):
|
|
236
232
|
if source_format is not None:
|
237
233
|
pulumi.set(__self__, "source_format", source_format)
|
238
234
|
|
239
|
-
@property
|
240
|
-
@pulumi.getter
|
241
|
-
def enabled(self) -> Optional[bool]:
|
242
|
-
"""
|
243
|
-
Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.
|
244
|
-
"""
|
245
|
-
return pulumi.get(self, "enabled")
|
246
|
-
|
247
235
|
@property
|
248
236
|
@pulumi.getter
|
249
237
|
def git(self) -> Optional['outputs.FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncGit']:
|
pulumi_gcp/kms/__init__.py
CHANGED
@@ -13,9 +13,7 @@ from .crypto_key_iam_policy import *
|
|
13
13
|
from .crypto_key_version import *
|
14
14
|
from .ekm_connection import *
|
15
15
|
from .get_crypto_key_iam_policy import *
|
16
|
-
from .get_crypto_keys import *
|
17
16
|
from .get_key_ring_iam_policy import *
|
18
|
-
from .get_key_rings import *
|
19
17
|
from .get_kms_crypto_key import *
|
20
18
|
from .get_kms_crypto_key_version import *
|
21
19
|
from .get_kms_key_ring import *
|