Interface CfnConfiguredTablePropsMixin.IAnalysisRuleProperty
A specification about how data from the configured table can be used in a query.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnConfiguredTablePropsMixin.IAnalysisRuleProperty
Syntax (vb)
Public Interface CfnConfiguredTablePropsMixin.IAnalysisRuleProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms;
var analysisRuleProperty = new AnalysisRuleProperty {
Policy = new ConfiguredTableAnalysisRulePolicyProperty {
V1 = new ConfiguredTableAnalysisRulePolicyV1Property {
Aggregation = new AnalysisRuleAggregationProperty {
AdditionalAnalyses = "additionalAnalyses",
AggregateColumns = new [] { new AggregateColumnProperty {
ColumnNames = new [] { "columnNames" },
Function = "function"
} },
AllowedJoinOperators = new [] { "allowedJoinOperators" },
DimensionColumns = new [] { "dimensionColumns" },
JoinColumns = new [] { "joinColumns" },
JoinRequired = "joinRequired",
OutputConstraints = new [] { new AggregationConstraintProperty {
ColumnName = "columnName",
Minimum = 123,
Type = "type"
} },
ScalarFunctions = new [] { "scalarFunctions" }
},
Custom = new AnalysisRuleCustomProperty {
AdditionalAnalyses = "additionalAnalyses",
AllowedAnalyses = new [] { "allowedAnalyses" },
AllowedAnalysisProviders = new [] { "allowedAnalysisProviders" },
DifferentialPrivacy = new DifferentialPrivacyProperty {
Columns = new [] { new DifferentialPrivacyColumnProperty {
Name = "name"
} }
},
DisallowedOutputColumns = new [] { "disallowedOutputColumns" }
},
List = new AnalysisRuleListProperty {
AdditionalAnalyses = "additionalAnalyses",
AllowedJoinOperators = new [] { "allowedJoinOperators" },
JoinColumns = new [] { "joinColumns" },
ListColumns = new [] { "listColumns" }
}
}
},
Type = "type"
};
Synopsis
Properties
| Policy | A policy that describes the associated data usage limitations. |
| Type | The type of analysis rule. |
Properties
Policy
A policy that describes the associated data usage limitations.
object? Policy { get; }
Property Value
Remarks
Type
The type of analysis rule.
string? Type { get; }