Class CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property
Controls on the query specifications that can be run on an associated configured table.
Inheritance
Inherited Members
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property : CfnConfiguredTableAssociation.IConfiguredTableAssociationAnalysisRulePolicyV1Property
Syntax (vb)
Public Class CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property Implements CfnConfiguredTableAssociation.IConfiguredTableAssociationAnalysisRulePolicyV1Property
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.Aws_cleanrooms;
var configuredTableAssociationAnalysisRulePolicyV1Property = new ConfiguredTableAssociationAnalysisRulePolicyV1Property {
Aggregation = new ConfiguredTableAssociationAnalysisRuleAggregationProperty {
AllowedAdditionalAnalyses = new [] { "allowedAdditionalAnalyses" },
AllowedResultReceivers = new [] { "allowedResultReceivers" }
},
Custom = new ConfiguredTableAssociationAnalysisRuleCustomProperty {
AllowedAdditionalAnalyses = new [] { "allowedAdditionalAnalyses" },
AllowedResultReceivers = new [] { "allowedResultReceivers" }
},
List = new ConfiguredTableAssociationAnalysisRuleListProperty {
AllowedAdditionalAnalyses = new [] { "allowedAdditionalAnalyses" },
AllowedResultReceivers = new [] { "allowedResultReceivers" }
}
};
Synopsis
Constructors
ConfiguredTableAssociationAnalysisRulePolicyV1Property() | Controls on the query specifications that can be run on an associated configured table. |
Properties
Aggregation | Analysis rule type that enables only aggregation queries on a configured table. |
Custom | Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables. |
List | Analysis rule type that enables only list queries on a configured table. |
Constructors
ConfiguredTableAssociationAnalysisRulePolicyV1Property()
Controls on the query specifications that can be run on an associated configured table.
public ConfiguredTableAssociationAnalysisRulePolicyV1Property()
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.Aws_cleanrooms;
var configuredTableAssociationAnalysisRulePolicyV1Property = new ConfiguredTableAssociationAnalysisRulePolicyV1Property {
Aggregation = new ConfiguredTableAssociationAnalysisRuleAggregationProperty {
AllowedAdditionalAnalyses = new [] { "allowedAdditionalAnalyses" },
AllowedResultReceivers = new [] { "allowedResultReceivers" }
},
Custom = new ConfiguredTableAssociationAnalysisRuleCustomProperty {
AllowedAdditionalAnalyses = new [] { "allowedAdditionalAnalyses" },
AllowedResultReceivers = new [] { "allowedResultReceivers" }
},
List = new ConfiguredTableAssociationAnalysisRuleListProperty {
AllowedAdditionalAnalyses = new [] { "allowedAdditionalAnalyses" },
AllowedResultReceivers = new [] { "allowedResultReceivers" }
}
};
Properties
Aggregation
Analysis rule type that enables only aggregation queries on a configured table.
public object? Aggregation { get; set; }
Property Value
Remarks
Custom
Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables.
public object? Custom { get; set; }
Property Value
Remarks
It supports differential privacy.
List
Analysis rule type that enables only list queries on a configured table.
public object? List { get; set; }