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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable.AnalysisRuleAggregationProperty
CfnConfiguredTable.AnalysisRuleAggregationProperty.Builder, CfnConfiguredTable.AnalysisRuleAggregationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfiguredTable.AnalysisRuleAggregationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
An indicator as to whether additional analyses (such as AWS Clean Rooms ML) can be applied to the output of the direct query.final Object
The 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 String
Control that requires member who runs query to do a join with their configured table and/or other configured table in query.final Object
Columns 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 int
hashCode()
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.AnalysisRuleAggregationProperty
The columns that query runners are allowed to use in aggregation queries.- Specified by:
getAggregateColumns
in interfaceCfnConfiguredTable.AnalysisRuleAggregationProperty
- See Also:
-
getDimensionColumns
Description copied from interface:CfnConfiguredTable.AnalysisRuleAggregationProperty
The columns that query runners are allowed to select, group by, or filter by.- Specified by:
getDimensionColumns
in interfaceCfnConfiguredTable.AnalysisRuleAggregationProperty
- See Also:
-
getJoinColumns
Description copied from interface:CfnConfiguredTable.AnalysisRuleAggregationProperty
Columns in configured table that can be used in join statements and/or as aggregate columns.They can never be outputted directly.
- Specified by:
getJoinColumns
in interfaceCfnConfiguredTable.AnalysisRuleAggregationProperty
- See Also:
-
getOutputConstraints
Description copied from interface:CfnConfiguredTable.AnalysisRuleAggregationProperty
Columns that must meet a specific threshold value (after an aggregation function is applied to it) for each output row to be returned.- Specified by:
getOutputConstraints
in interfaceCfnConfiguredTable.AnalysisRuleAggregationProperty
- See Also:
-
getScalarFunctions
Description copied from interface:CfnConfiguredTable.AnalysisRuleAggregationProperty
Set of scalar functions that are allowed to be used on dimension columns and the output of aggregation of metrics.- Specified by:
getScalarFunctions
in interfaceCfnConfiguredTable.AnalysisRuleAggregationProperty
- See Also:
-
getAdditionalAnalyses
Description copied from interface:CfnConfiguredTable.AnalysisRuleAggregationProperty
An indicator as to whether additional analyses (such as AWS Clean Rooms ML) can be applied to the output of the direct query.The
additionalAnalyses
parameter is currently supported for the list analysis rule (AnalysisRuleList
) and the custom analysis rule (AnalysisRuleCustom
).- Specified by:
getAdditionalAnalyses
in interfaceCfnConfiguredTable.AnalysisRuleAggregationProperty
- See Also:
-
getAllowedJoinOperators
Description copied from interface:CfnConfiguredTable.AnalysisRuleAggregationProperty
Which logical operators (if any) are to be used in an INNER JOIN match condition.Default is
AND
.- Specified by:
getAllowedJoinOperators
in interfaceCfnConfiguredTable.AnalysisRuleAggregationProperty
- See Also:
-
getJoinRequired
Description copied from interface:CfnConfiguredTable.AnalysisRuleAggregationProperty
Control that requires member who runs query to do a join with their configured table and/or other configured table in query.- Specified by:
getJoinRequired
in interfaceCfnConfiguredTable.AnalysisRuleAggregationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
-