Class CfnConfiguredTable.AnalysisRuleAggregationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable.AnalysisRuleAggregationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfiguredTable.AnalysisRuleAggregationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfiguredTable.AnalysisRuleAggregationProperty
@Stability(Stable)
@Internal
public static final class CfnConfiguredTable.AnalysisRuleAggregationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfiguredTable.AnalysisRuleAggregationProperty
An implementation for
CfnConfiguredTable.AnalysisRuleAggregationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable.AnalysisRuleAggregationProperty
CfnConfiguredTable.AnalysisRuleAggregationProperty.Builder, CfnConfiguredTable.AnalysisRuleAggregationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfiguredTable.AnalysisRuleAggregationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringAn indicator as to whether additional analyses (such as AWS Clean Rooms ML) can be applied to the output of the direct query.final ObjectThe columns that query runners are allowed to use in aggregation queries.Which logical operators (if any) are to be used in an INNER JOIN match condition.The columns that query runners are allowed to select, group by, or filter by.Columns in configured table that can be used in join statements and/or as aggregate columns.final StringControl that requires member who runs query to do a join with their configured table and/or other configured table in query.final ObjectColumns that must meet a specific threshold value (after an aggregation function is applied to it) for each output row to be returned.Set of scalar functions that are allowed to be used on dimension columns and the output of aggregation of metrics.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnConfiguredTable.AnalysisRuleAggregationProperty.Builder.
-
-
Method Details
-
getAggregateColumns
Description copied from interface:CfnConfiguredTable.AnalysisRuleAggregationPropertyThe columns that query runners are allowed to use in aggregation queries.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfiguredTable.AggregateColumnProperty>- Specified by:
getAggregateColumnsin interfaceCfnConfiguredTable.AnalysisRuleAggregationProperty- See Also:
-
getDimensionColumns
Description copied from interface:CfnConfiguredTable.AnalysisRuleAggregationPropertyThe columns that query runners are allowed to select, group by, or filter by.- Specified by:
getDimensionColumnsin interfaceCfnConfiguredTable.AnalysisRuleAggregationProperty- See Also:
-
getJoinColumns
Description copied from interface:CfnConfiguredTable.AnalysisRuleAggregationPropertyColumns in configured table that can be used in join statements and/or as aggregate columns.They can never be outputted directly.
- Specified by:
getJoinColumnsin interfaceCfnConfiguredTable.AnalysisRuleAggregationProperty- See Also:
-
getOutputConstraints
Description copied from interface:CfnConfiguredTable.AnalysisRuleAggregationPropertyColumns that must meet a specific threshold value (after an aggregation function is applied to it) for each output row to be returned.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfiguredTable.AggregationConstraintProperty>- Specified by:
getOutputConstraintsin interfaceCfnConfiguredTable.AnalysisRuleAggregationProperty- See Also:
-
getScalarFunctions
Description copied from interface:CfnConfiguredTable.AnalysisRuleAggregationPropertySet of scalar functions that are allowed to be used on dimension columns and the output of aggregation of metrics.- Specified by:
getScalarFunctionsin interfaceCfnConfiguredTable.AnalysisRuleAggregationProperty- See Also:
-
getAdditionalAnalyses
Description copied from interface:CfnConfiguredTable.AnalysisRuleAggregationPropertyAn indicator as to whether additional analyses (such as AWS Clean Rooms ML) can be applied to the output of the direct query.The
additionalAnalysesparameter is currently supported for the list analysis rule (AnalysisRuleList) and the custom analysis rule (AnalysisRuleCustom).- Specified by:
getAdditionalAnalysesin interfaceCfnConfiguredTable.AnalysisRuleAggregationProperty- See Also:
-
getAllowedJoinOperators
Description copied from interface:CfnConfiguredTable.AnalysisRuleAggregationPropertyWhich logical operators (if any) are to be used in an INNER JOIN match condition.Default is
AND.- Specified by:
getAllowedJoinOperatorsin interfaceCfnConfiguredTable.AnalysisRuleAggregationProperty- See Also:
-
getJoinRequired
Description copied from interface:CfnConfiguredTable.AnalysisRuleAggregationPropertyControl that requires member who runs query to do a join with their configured table and/or other configured table in query.- Specified by:
getJoinRequiredin interfaceCfnConfiguredTable.AnalysisRuleAggregationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-