Class DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation
@Stability(Stable) @Internal public static final class DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation
An implementation forDataplexDatascanDataQualitySpecRulesStatisticRangeExpectation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation
DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Builder, DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetMaxValue()The maximum column statistic value allowed for a row to pass this validation.StringgetMinValue()The minimum column statistic value allowed for a row to pass this validation.StringgetStatistic()column statistics.ObjectgetStrictMaxEnabled()Whether column statistic needs to be strictly lesser than ('<') the maximum, or if equality is allowed.ObjectgetStrictMinEnabled()Whether column statistic needs to be strictly greater than ('>') the minimum, or if equality is allowed.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Builder.
-
-
Method Detail
-
getStatistic
public final String getStatistic()
Description copied from interface:DataplexDatascanDataQualitySpecRulesStatisticRangeExpectationcolumn statistics. Possible values: ["STATISTIC_UNDEFINED", "MEAN", "MIN", "MAX"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#statistic DataplexDatascan#statistic}
- Specified by:
getStatisticin interfaceDataplexDatascanDataQualitySpecRulesStatisticRangeExpectation
-
getMaxValue
public final String getMaxValue()
Description copied from interface:DataplexDatascanDataQualitySpecRulesStatisticRangeExpectationThe maximum column statistic value allowed for a row to pass this validation.At least one of minValue and maxValue need to be provided. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#max_value DataplexDatascan#max_value}
- Specified by:
getMaxValuein interfaceDataplexDatascanDataQualitySpecRulesStatisticRangeExpectation
-
getMinValue
public final String getMinValue()
Description copied from interface:DataplexDatascanDataQualitySpecRulesStatisticRangeExpectationThe minimum column statistic value allowed for a row to pass this validation.At least one of minValue and maxValue need to be provided. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#min_value DataplexDatascan#min_value}
- Specified by:
getMinValuein interfaceDataplexDatascanDataQualitySpecRulesStatisticRangeExpectation
-
getStrictMaxEnabled
public final Object getStrictMaxEnabled()
Description copied from interface:DataplexDatascanDataQualitySpecRulesStatisticRangeExpectationWhether column statistic needs to be strictly lesser than ('<') the maximum, or if equality is allowed.Only relevant if a maxValue has been defined. Default = false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#strict_max_enabled DataplexDatascan#strict_max_enabled}
- Specified by:
getStrictMaxEnabledin interfaceDataplexDatascanDataQualitySpecRulesStatisticRangeExpectation
-
getStrictMinEnabled
public final Object getStrictMinEnabled()
Description copied from interface:DataplexDatascanDataQualitySpecRulesStatisticRangeExpectationWhether column statistic needs to be strictly greater than ('>') the minimum, or if equality is allowed.Only relevant if a minValue has been defined. Default = false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#strict_min_enabled DataplexDatascan#strict_min_enabled}
- Specified by:
getStrictMinEnabledin interfaceDataplexDatascanDataQualitySpecRulesStatisticRangeExpectation
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-