Interface CfnConfiguredTableAssociationPropsMixin.IConfiguredTableAssociationAnalysisRulePolicyProperty
Controls on the query specifications that can be run on an associated configured table.
Namespace: Amazon.CDK.Mixins.Preview.AWS.CleanRooms.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnConfiguredTableAssociationPropsMixin.IConfiguredTableAssociationAnalysisRulePolicyProperty
Syntax (vb)
Public Interface CfnConfiguredTableAssociationPropsMixin.IConfiguredTableAssociationAnalysisRulePolicyProperty
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.Mixins.Preview.AWS.CleanRooms.Mixins;
var configuredTableAssociationAnalysisRulePolicyProperty = new ConfiguredTableAssociationAnalysisRulePolicyProperty {
V1 = 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
Properties
| V1 | The policy for the configured table association analysis rule. |
Properties
V1
The policy for the configured table association analysis rule.
object? V1 { get; }