pulumi-gcp 8.35.0a1750142992__py3-none-any.whl → 8.35.0a1750225231__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 +8 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +100 -7
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +35 -7
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +12 -1
- pulumi_gcp/bigqueryanalyticshub/listing.py +108 -0
- pulumi_gcp/compute/_inputs.py +2028 -175
- pulumi_gcp/compute/disk.py +7 -7
- pulumi_gcp/compute/outputs.py +1483 -110
- pulumi_gcp/compute/region_url_map.py +344 -0
- pulumi_gcp/compute/target_http_proxy.py +118 -0
- pulumi_gcp/compute/target_https_proxy.py +132 -0
- pulumi_gcp/compute/url_map.py +344 -0
- pulumi_gcp/compute/vpn_tunnel.py +178 -0
- pulumi_gcp/dataplex/__init__.py +1 -0
- pulumi_gcp/dataplex/get_data_quality_rules.py +169 -0
- pulumi_gcp/dataplex/outputs.py +420 -0
- pulumi_gcp/diagflow/__init__.py +1 -0
- pulumi_gcp/diagflow/_inputs.py +939 -0
- pulumi_gcp/diagflow/cx_agent.py +34 -0
- pulumi_gcp/diagflow/cx_tool.py +899 -0
- pulumi_gcp/diagflow/outputs.py +780 -0
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -8
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/_inputs.py +24 -1
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/integrationconnectors/outputs.py +15 -1
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/netapp/_inputs.py +23 -0
- pulumi_gcp/netapp/outputs.py +16 -0
- pulumi_gcp/netapp/storage_pool.py +108 -0
- pulumi_gcp/networkconnectivity/_inputs.py +71 -1
- pulumi_gcp/networkconnectivity/outputs.py +64 -1
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/notebooks/runtime.py +4 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +77 -0
- pulumi_gcp/redis/cluster.py +32 -0
- pulumi_gcp/redis/outputs.py +63 -0
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +99 -64
- {pulumi_gcp-8.35.0a1750142992.dist-info → pulumi_gcp-8.35.0a1750225231.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.35.0a1750142992.dist-info → pulumi_gcp-8.35.0a1750225231.dist-info}/RECORD +52 -50
- {pulumi_gcp-8.35.0a1750142992.dist-info → pulumi_gcp-8.35.0a1750225231.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.35.0a1750142992.dist-info → pulumi_gcp-8.35.0a1750225231.dist-info}/top_level.txt +0 -0
pulumi_gcp/dataplex/outputs.py
CHANGED
@@ -99,6 +99,16 @@ __all__ = [
|
|
99
99
|
'ZoneIamBindingCondition',
|
100
100
|
'ZoneIamMemberCondition',
|
101
101
|
'ZoneResourceSpec',
|
102
|
+
'GetDataQualityRulesRuleResult',
|
103
|
+
'GetDataQualityRulesRuleNonNullExpectationResult',
|
104
|
+
'GetDataQualityRulesRuleRangeExpectationResult',
|
105
|
+
'GetDataQualityRulesRuleRegexExpectationResult',
|
106
|
+
'GetDataQualityRulesRuleRowConditionExpectationResult',
|
107
|
+
'GetDataQualityRulesRuleSetExpectationResult',
|
108
|
+
'GetDataQualityRulesRuleSqlAssertionResult',
|
109
|
+
'GetDataQualityRulesRuleStatisticRangeExpectationResult',
|
110
|
+
'GetDataQualityRulesRuleTableConditionExpectationResult',
|
111
|
+
'GetDataQualityRulesRuleUniquenessExpectationResult',
|
102
112
|
]
|
103
113
|
|
104
114
|
@pulumi.output_type
|
@@ -4492,3 +4502,413 @@ class ZoneResourceSpec(dict):
|
|
4492
4502
|
return pulumi.get(self, "location_type")
|
4493
4503
|
|
4494
4504
|
|
4505
|
+
@pulumi.output_type
|
4506
|
+
class GetDataQualityRulesRuleResult(dict):
|
4507
|
+
def __init__(__self__, *,
|
4508
|
+
column: builtins.str,
|
4509
|
+
description: builtins.str,
|
4510
|
+
dimension: builtins.str,
|
4511
|
+
ignore_null: builtins.bool,
|
4512
|
+
name: builtins.str,
|
4513
|
+
non_null_expectations: Sequence['outputs.GetDataQualityRulesRuleNonNullExpectationResult'],
|
4514
|
+
range_expectations: Sequence['outputs.GetDataQualityRulesRuleRangeExpectationResult'],
|
4515
|
+
regex_expectations: Sequence['outputs.GetDataQualityRulesRuleRegexExpectationResult'],
|
4516
|
+
row_condition_expectations: Sequence['outputs.GetDataQualityRulesRuleRowConditionExpectationResult'],
|
4517
|
+
set_expectations: Sequence['outputs.GetDataQualityRulesRuleSetExpectationResult'],
|
4518
|
+
sql_assertions: Sequence['outputs.GetDataQualityRulesRuleSqlAssertionResult'],
|
4519
|
+
statistic_range_expectations: Sequence['outputs.GetDataQualityRulesRuleStatisticRangeExpectationResult'],
|
4520
|
+
suspended: builtins.bool,
|
4521
|
+
table_condition_expectations: Sequence['outputs.GetDataQualityRulesRuleTableConditionExpectationResult'],
|
4522
|
+
threshold: builtins.float,
|
4523
|
+
uniqueness_expectations: Sequence['outputs.GetDataQualityRulesRuleUniquenessExpectationResult']):
|
4524
|
+
"""
|
4525
|
+
:param builtins.str column: The unnested column which this rule is evaluated against.
|
4526
|
+
:param builtins.str description: Description of the rule. (The maximum length is 1,024 characters.)
|
4527
|
+
:param builtins.str dimension: The dimension a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "FRESHNESS", "VOLUME"
|
4528
|
+
:param builtins.bool ignore_null: Rows with null values will automatically fail a rule, unless ignoreNull is true. In that case, such null rows are trivially considered passing.
|
4529
|
+
This field is only valid for the following type of rules: RangeExpectation, RegexExpectation, SetExpectation, UniquenessExpectation
|
4530
|
+
:param builtins.str name: A mutable name for the rule.
|
4531
|
+
The name must contain only letters (a-z, A-Z), numbers (0-9), or hyphens (-).
|
4532
|
+
The maximum length is 63 characters.
|
4533
|
+
Must start with a letter.
|
4534
|
+
Must end with a number or a letter.
|
4535
|
+
:param Sequence['GetDataQualityRulesRuleNonNullExpectationArgs'] non_null_expectations: Row-level rule which evaluates whether each column value is null.
|
4536
|
+
:param Sequence['GetDataQualityRulesRuleRangeExpectationArgs'] range_expectations: Row-level rule which evaluates whether each column value lies between a specified range.
|
4537
|
+
:param Sequence['GetDataQualityRulesRuleRegexExpectationArgs'] regex_expectations: Row-level rule which evaluates whether each column value matches a specified regex.
|
4538
|
+
:param Sequence['GetDataQualityRulesRuleRowConditionExpectationArgs'] row_condition_expectations: Row-level rule which evaluates whether each row in a table passes the specified condition.
|
4539
|
+
:param Sequence['GetDataQualityRulesRuleSetExpectationArgs'] set_expectations: Row-level rule which evaluates whether each column value is contained by a specified set.
|
4540
|
+
:param Sequence['GetDataQualityRulesRuleSqlAssertionArgs'] sql_assertions: Aggregate rule which evaluates the number of rows returned for the provided statement. If any rows are returned, this rule fails.
|
4541
|
+
:param Sequence['GetDataQualityRulesRuleStatisticRangeExpectationArgs'] statistic_range_expectations: Aggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
|
4542
|
+
:param builtins.bool suspended: Whether the Rule is active or suspended. Default is false.
|
4543
|
+
:param Sequence['GetDataQualityRulesRuleTableConditionExpectationArgs'] table_condition_expectations: Aggregate rule which evaluates whether the provided expression is true for a table.
|
4544
|
+
:param builtins.float threshold: The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of [0.0, 1.0]. 0 indicates default value (i.e. 1.0). This field is only valid for row-level type rules.
|
4545
|
+
:param Sequence['GetDataQualityRulesRuleUniquenessExpectationArgs'] uniqueness_expectations: Row-level rule which evaluates whether each column value is unique.
|
4546
|
+
"""
|
4547
|
+
pulumi.set(__self__, "column", column)
|
4548
|
+
pulumi.set(__self__, "description", description)
|
4549
|
+
pulumi.set(__self__, "dimension", dimension)
|
4550
|
+
pulumi.set(__self__, "ignore_null", ignore_null)
|
4551
|
+
pulumi.set(__self__, "name", name)
|
4552
|
+
pulumi.set(__self__, "non_null_expectations", non_null_expectations)
|
4553
|
+
pulumi.set(__self__, "range_expectations", range_expectations)
|
4554
|
+
pulumi.set(__self__, "regex_expectations", regex_expectations)
|
4555
|
+
pulumi.set(__self__, "row_condition_expectations", row_condition_expectations)
|
4556
|
+
pulumi.set(__self__, "set_expectations", set_expectations)
|
4557
|
+
pulumi.set(__self__, "sql_assertions", sql_assertions)
|
4558
|
+
pulumi.set(__self__, "statistic_range_expectations", statistic_range_expectations)
|
4559
|
+
pulumi.set(__self__, "suspended", suspended)
|
4560
|
+
pulumi.set(__self__, "table_condition_expectations", table_condition_expectations)
|
4561
|
+
pulumi.set(__self__, "threshold", threshold)
|
4562
|
+
pulumi.set(__self__, "uniqueness_expectations", uniqueness_expectations)
|
4563
|
+
|
4564
|
+
@property
|
4565
|
+
@pulumi.getter
|
4566
|
+
def column(self) -> builtins.str:
|
4567
|
+
"""
|
4568
|
+
The unnested column which this rule is evaluated against.
|
4569
|
+
"""
|
4570
|
+
return pulumi.get(self, "column")
|
4571
|
+
|
4572
|
+
@property
|
4573
|
+
@pulumi.getter
|
4574
|
+
def description(self) -> builtins.str:
|
4575
|
+
"""
|
4576
|
+
Description of the rule. (The maximum length is 1,024 characters.)
|
4577
|
+
"""
|
4578
|
+
return pulumi.get(self, "description")
|
4579
|
+
|
4580
|
+
@property
|
4581
|
+
@pulumi.getter
|
4582
|
+
def dimension(self) -> builtins.str:
|
4583
|
+
"""
|
4584
|
+
The dimension a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "FRESHNESS", "VOLUME"
|
4585
|
+
"""
|
4586
|
+
return pulumi.get(self, "dimension")
|
4587
|
+
|
4588
|
+
@property
|
4589
|
+
@pulumi.getter(name="ignoreNull")
|
4590
|
+
def ignore_null(self) -> builtins.bool:
|
4591
|
+
"""
|
4592
|
+
Rows with null values will automatically fail a rule, unless ignoreNull is true. In that case, such null rows are trivially considered passing.
|
4593
|
+
This field is only valid for the following type of rules: RangeExpectation, RegexExpectation, SetExpectation, UniquenessExpectation
|
4594
|
+
"""
|
4595
|
+
return pulumi.get(self, "ignore_null")
|
4596
|
+
|
4597
|
+
@property
|
4598
|
+
@pulumi.getter
|
4599
|
+
def name(self) -> builtins.str:
|
4600
|
+
"""
|
4601
|
+
A mutable name for the rule.
|
4602
|
+
The name must contain only letters (a-z, A-Z), numbers (0-9), or hyphens (-).
|
4603
|
+
The maximum length is 63 characters.
|
4604
|
+
Must start with a letter.
|
4605
|
+
Must end with a number or a letter.
|
4606
|
+
"""
|
4607
|
+
return pulumi.get(self, "name")
|
4608
|
+
|
4609
|
+
@property
|
4610
|
+
@pulumi.getter(name="nonNullExpectations")
|
4611
|
+
def non_null_expectations(self) -> Sequence['outputs.GetDataQualityRulesRuleNonNullExpectationResult']:
|
4612
|
+
"""
|
4613
|
+
Row-level rule which evaluates whether each column value is null.
|
4614
|
+
"""
|
4615
|
+
return pulumi.get(self, "non_null_expectations")
|
4616
|
+
|
4617
|
+
@property
|
4618
|
+
@pulumi.getter(name="rangeExpectations")
|
4619
|
+
def range_expectations(self) -> Sequence['outputs.GetDataQualityRulesRuleRangeExpectationResult']:
|
4620
|
+
"""
|
4621
|
+
Row-level rule which evaluates whether each column value lies between a specified range.
|
4622
|
+
"""
|
4623
|
+
return pulumi.get(self, "range_expectations")
|
4624
|
+
|
4625
|
+
@property
|
4626
|
+
@pulumi.getter(name="regexExpectations")
|
4627
|
+
def regex_expectations(self) -> Sequence['outputs.GetDataQualityRulesRuleRegexExpectationResult']:
|
4628
|
+
"""
|
4629
|
+
Row-level rule which evaluates whether each column value matches a specified regex.
|
4630
|
+
"""
|
4631
|
+
return pulumi.get(self, "regex_expectations")
|
4632
|
+
|
4633
|
+
@property
|
4634
|
+
@pulumi.getter(name="rowConditionExpectations")
|
4635
|
+
def row_condition_expectations(self) -> Sequence['outputs.GetDataQualityRulesRuleRowConditionExpectationResult']:
|
4636
|
+
"""
|
4637
|
+
Row-level rule which evaluates whether each row in a table passes the specified condition.
|
4638
|
+
"""
|
4639
|
+
return pulumi.get(self, "row_condition_expectations")
|
4640
|
+
|
4641
|
+
@property
|
4642
|
+
@pulumi.getter(name="setExpectations")
|
4643
|
+
def set_expectations(self) -> Sequence['outputs.GetDataQualityRulesRuleSetExpectationResult']:
|
4644
|
+
"""
|
4645
|
+
Row-level rule which evaluates whether each column value is contained by a specified set.
|
4646
|
+
"""
|
4647
|
+
return pulumi.get(self, "set_expectations")
|
4648
|
+
|
4649
|
+
@property
|
4650
|
+
@pulumi.getter(name="sqlAssertions")
|
4651
|
+
def sql_assertions(self) -> Sequence['outputs.GetDataQualityRulesRuleSqlAssertionResult']:
|
4652
|
+
"""
|
4653
|
+
Aggregate rule which evaluates the number of rows returned for the provided statement. If any rows are returned, this rule fails.
|
4654
|
+
"""
|
4655
|
+
return pulumi.get(self, "sql_assertions")
|
4656
|
+
|
4657
|
+
@property
|
4658
|
+
@pulumi.getter(name="statisticRangeExpectations")
|
4659
|
+
def statistic_range_expectations(self) -> Sequence['outputs.GetDataQualityRulesRuleStatisticRangeExpectationResult']:
|
4660
|
+
"""
|
4661
|
+
Aggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
|
4662
|
+
"""
|
4663
|
+
return pulumi.get(self, "statistic_range_expectations")
|
4664
|
+
|
4665
|
+
@property
|
4666
|
+
@pulumi.getter
|
4667
|
+
def suspended(self) -> builtins.bool:
|
4668
|
+
"""
|
4669
|
+
Whether the Rule is active or suspended. Default is false.
|
4670
|
+
"""
|
4671
|
+
return pulumi.get(self, "suspended")
|
4672
|
+
|
4673
|
+
@property
|
4674
|
+
@pulumi.getter(name="tableConditionExpectations")
|
4675
|
+
def table_condition_expectations(self) -> Sequence['outputs.GetDataQualityRulesRuleTableConditionExpectationResult']:
|
4676
|
+
"""
|
4677
|
+
Aggregate rule which evaluates whether the provided expression is true for a table.
|
4678
|
+
"""
|
4679
|
+
return pulumi.get(self, "table_condition_expectations")
|
4680
|
+
|
4681
|
+
@property
|
4682
|
+
@pulumi.getter
|
4683
|
+
def threshold(self) -> builtins.float:
|
4684
|
+
"""
|
4685
|
+
The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of [0.0, 1.0]. 0 indicates default value (i.e. 1.0). This field is only valid for row-level type rules.
|
4686
|
+
"""
|
4687
|
+
return pulumi.get(self, "threshold")
|
4688
|
+
|
4689
|
+
@property
|
4690
|
+
@pulumi.getter(name="uniquenessExpectations")
|
4691
|
+
def uniqueness_expectations(self) -> Sequence['outputs.GetDataQualityRulesRuleUniquenessExpectationResult']:
|
4692
|
+
"""
|
4693
|
+
Row-level rule which evaluates whether each column value is unique.
|
4694
|
+
"""
|
4695
|
+
return pulumi.get(self, "uniqueness_expectations")
|
4696
|
+
|
4697
|
+
|
4698
|
+
@pulumi.output_type
|
4699
|
+
class GetDataQualityRulesRuleNonNullExpectationResult(dict):
|
4700
|
+
def __init__(__self__):
|
4701
|
+
pass
|
4702
|
+
|
4703
|
+
|
4704
|
+
@pulumi.output_type
|
4705
|
+
class GetDataQualityRulesRuleRangeExpectationResult(dict):
|
4706
|
+
def __init__(__self__, *,
|
4707
|
+
max_value: builtins.str,
|
4708
|
+
min_value: builtins.str,
|
4709
|
+
strict_max_enabled: builtins.bool,
|
4710
|
+
strict_min_enabled: builtins.bool):
|
4711
|
+
"""
|
4712
|
+
:param builtins.str max_value: The maximum column value allowed for a row to pass this validation.
|
4713
|
+
:param builtins.str min_value: The minimum column value allowed for a row to pass this validation.
|
4714
|
+
:param builtins.bool strict_max_enabled: Whether each value needs to be strictly lesser than ('<') the maximum, or if equality is allowed.
|
4715
|
+
:param builtins.bool strict_min_enabled: Whether each value needs to be strictly greater than ('>') the minimum, or if equality is allowed.
|
4716
|
+
"""
|
4717
|
+
pulumi.set(__self__, "max_value", max_value)
|
4718
|
+
pulumi.set(__self__, "min_value", min_value)
|
4719
|
+
pulumi.set(__self__, "strict_max_enabled", strict_max_enabled)
|
4720
|
+
pulumi.set(__self__, "strict_min_enabled", strict_min_enabled)
|
4721
|
+
|
4722
|
+
@property
|
4723
|
+
@pulumi.getter(name="maxValue")
|
4724
|
+
def max_value(self) -> builtins.str:
|
4725
|
+
"""
|
4726
|
+
The maximum column value allowed for a row to pass this validation.
|
4727
|
+
"""
|
4728
|
+
return pulumi.get(self, "max_value")
|
4729
|
+
|
4730
|
+
@property
|
4731
|
+
@pulumi.getter(name="minValue")
|
4732
|
+
def min_value(self) -> builtins.str:
|
4733
|
+
"""
|
4734
|
+
The minimum column value allowed for a row to pass this validation.
|
4735
|
+
"""
|
4736
|
+
return pulumi.get(self, "min_value")
|
4737
|
+
|
4738
|
+
@property
|
4739
|
+
@pulumi.getter(name="strictMaxEnabled")
|
4740
|
+
def strict_max_enabled(self) -> builtins.bool:
|
4741
|
+
"""
|
4742
|
+
Whether each value needs to be strictly lesser than ('<') the maximum, or if equality is allowed.
|
4743
|
+
"""
|
4744
|
+
return pulumi.get(self, "strict_max_enabled")
|
4745
|
+
|
4746
|
+
@property
|
4747
|
+
@pulumi.getter(name="strictMinEnabled")
|
4748
|
+
def strict_min_enabled(self) -> builtins.bool:
|
4749
|
+
"""
|
4750
|
+
Whether each value needs to be strictly greater than ('>') the minimum, or if equality is allowed.
|
4751
|
+
"""
|
4752
|
+
return pulumi.get(self, "strict_min_enabled")
|
4753
|
+
|
4754
|
+
|
4755
|
+
@pulumi.output_type
|
4756
|
+
class GetDataQualityRulesRuleRegexExpectationResult(dict):
|
4757
|
+
def __init__(__self__, *,
|
4758
|
+
regex: builtins.str):
|
4759
|
+
"""
|
4760
|
+
:param builtins.str regex: A regular expression the column value is expected to match.
|
4761
|
+
"""
|
4762
|
+
pulumi.set(__self__, "regex", regex)
|
4763
|
+
|
4764
|
+
@property
|
4765
|
+
@pulumi.getter
|
4766
|
+
def regex(self) -> builtins.str:
|
4767
|
+
"""
|
4768
|
+
A regular expression the column value is expected to match.
|
4769
|
+
"""
|
4770
|
+
return pulumi.get(self, "regex")
|
4771
|
+
|
4772
|
+
|
4773
|
+
@pulumi.output_type
|
4774
|
+
class GetDataQualityRulesRuleRowConditionExpectationResult(dict):
|
4775
|
+
def __init__(__self__, *,
|
4776
|
+
sql_expression: builtins.str):
|
4777
|
+
"""
|
4778
|
+
:param builtins.str sql_expression: The SQL expression.
|
4779
|
+
"""
|
4780
|
+
pulumi.set(__self__, "sql_expression", sql_expression)
|
4781
|
+
|
4782
|
+
@property
|
4783
|
+
@pulumi.getter(name="sqlExpression")
|
4784
|
+
def sql_expression(self) -> builtins.str:
|
4785
|
+
"""
|
4786
|
+
The SQL expression.
|
4787
|
+
"""
|
4788
|
+
return pulumi.get(self, "sql_expression")
|
4789
|
+
|
4790
|
+
|
4791
|
+
@pulumi.output_type
|
4792
|
+
class GetDataQualityRulesRuleSetExpectationResult(dict):
|
4793
|
+
def __init__(__self__, *,
|
4794
|
+
values: Sequence[builtins.str]):
|
4795
|
+
"""
|
4796
|
+
:param Sequence[builtins.str] values: Expected values for the column value.
|
4797
|
+
"""
|
4798
|
+
pulumi.set(__self__, "values", values)
|
4799
|
+
|
4800
|
+
@property
|
4801
|
+
@pulumi.getter
|
4802
|
+
def values(self) -> Sequence[builtins.str]:
|
4803
|
+
"""
|
4804
|
+
Expected values for the column value.
|
4805
|
+
"""
|
4806
|
+
return pulumi.get(self, "values")
|
4807
|
+
|
4808
|
+
|
4809
|
+
@pulumi.output_type
|
4810
|
+
class GetDataQualityRulesRuleSqlAssertionResult(dict):
|
4811
|
+
def __init__(__self__, *,
|
4812
|
+
sql_statement: builtins.str):
|
4813
|
+
"""
|
4814
|
+
:param builtins.str sql_statement: The SQL expression.
|
4815
|
+
"""
|
4816
|
+
pulumi.set(__self__, "sql_statement", sql_statement)
|
4817
|
+
|
4818
|
+
@property
|
4819
|
+
@pulumi.getter(name="sqlStatement")
|
4820
|
+
def sql_statement(self) -> builtins.str:
|
4821
|
+
"""
|
4822
|
+
The SQL expression.
|
4823
|
+
"""
|
4824
|
+
return pulumi.get(self, "sql_statement")
|
4825
|
+
|
4826
|
+
|
4827
|
+
@pulumi.output_type
|
4828
|
+
class GetDataQualityRulesRuleStatisticRangeExpectationResult(dict):
|
4829
|
+
def __init__(__self__, *,
|
4830
|
+
max_value: builtins.str,
|
4831
|
+
min_value: builtins.str,
|
4832
|
+
statistic: builtins.str,
|
4833
|
+
strict_max_enabled: builtins.bool,
|
4834
|
+
strict_min_enabled: builtins.bool):
|
4835
|
+
"""
|
4836
|
+
:param builtins.str max_value: The maximum column value allowed for a row to pass this validation.
|
4837
|
+
:param builtins.str min_value: The minimum column value allowed for a row to pass this validation.
|
4838
|
+
:param builtins.str statistic: The list of aggregate metrics a rule can be evaluated against.
|
4839
|
+
Possible values: ["STATISTIC_UNDEFINED", "MEAN", "MIN", "MAX"]
|
4840
|
+
:param builtins.bool strict_max_enabled: Whether each value needs to be strictly lesser than ('<') the maximum, or if equality is allowed.
|
4841
|
+
:param builtins.bool strict_min_enabled: Whether each value needs to be strictly greater than ('>') the minimum, or if equality is allowed.
|
4842
|
+
"""
|
4843
|
+
pulumi.set(__self__, "max_value", max_value)
|
4844
|
+
pulumi.set(__self__, "min_value", min_value)
|
4845
|
+
pulumi.set(__self__, "statistic", statistic)
|
4846
|
+
pulumi.set(__self__, "strict_max_enabled", strict_max_enabled)
|
4847
|
+
pulumi.set(__self__, "strict_min_enabled", strict_min_enabled)
|
4848
|
+
|
4849
|
+
@property
|
4850
|
+
@pulumi.getter(name="maxValue")
|
4851
|
+
def max_value(self) -> builtins.str:
|
4852
|
+
"""
|
4853
|
+
The maximum column value allowed for a row to pass this validation.
|
4854
|
+
"""
|
4855
|
+
return pulumi.get(self, "max_value")
|
4856
|
+
|
4857
|
+
@property
|
4858
|
+
@pulumi.getter(name="minValue")
|
4859
|
+
def min_value(self) -> builtins.str:
|
4860
|
+
"""
|
4861
|
+
The minimum column value allowed for a row to pass this validation.
|
4862
|
+
"""
|
4863
|
+
return pulumi.get(self, "min_value")
|
4864
|
+
|
4865
|
+
@property
|
4866
|
+
@pulumi.getter
|
4867
|
+
def statistic(self) -> builtins.str:
|
4868
|
+
"""
|
4869
|
+
The list of aggregate metrics a rule can be evaluated against.
|
4870
|
+
Possible values: ["STATISTIC_UNDEFINED", "MEAN", "MIN", "MAX"]
|
4871
|
+
"""
|
4872
|
+
return pulumi.get(self, "statistic")
|
4873
|
+
|
4874
|
+
@property
|
4875
|
+
@pulumi.getter(name="strictMaxEnabled")
|
4876
|
+
def strict_max_enabled(self) -> builtins.bool:
|
4877
|
+
"""
|
4878
|
+
Whether each value needs to be strictly lesser than ('<') the maximum, or if equality is allowed.
|
4879
|
+
"""
|
4880
|
+
return pulumi.get(self, "strict_max_enabled")
|
4881
|
+
|
4882
|
+
@property
|
4883
|
+
@pulumi.getter(name="strictMinEnabled")
|
4884
|
+
def strict_min_enabled(self) -> builtins.bool:
|
4885
|
+
"""
|
4886
|
+
Whether each value needs to be strictly greater than ('>') the minimum, or if equality is allowed.
|
4887
|
+
"""
|
4888
|
+
return pulumi.get(self, "strict_min_enabled")
|
4889
|
+
|
4890
|
+
|
4891
|
+
@pulumi.output_type
|
4892
|
+
class GetDataQualityRulesRuleTableConditionExpectationResult(dict):
|
4893
|
+
def __init__(__self__, *,
|
4894
|
+
sql_expression: builtins.str):
|
4895
|
+
"""
|
4896
|
+
:param builtins.str sql_expression: The SQL expression.
|
4897
|
+
"""
|
4898
|
+
pulumi.set(__self__, "sql_expression", sql_expression)
|
4899
|
+
|
4900
|
+
@property
|
4901
|
+
@pulumi.getter(name="sqlExpression")
|
4902
|
+
def sql_expression(self) -> builtins.str:
|
4903
|
+
"""
|
4904
|
+
The SQL expression.
|
4905
|
+
"""
|
4906
|
+
return pulumi.get(self, "sql_expression")
|
4907
|
+
|
4908
|
+
|
4909
|
+
@pulumi.output_type
|
4910
|
+
class GetDataQualityRulesRuleUniquenessExpectationResult(dict):
|
4911
|
+
def __init__(__self__):
|
4912
|
+
pass
|
4913
|
+
|
4914
|
+
|
pulumi_gcp/diagflow/__init__.py
CHANGED