Class CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyProperty
Controls on the query specifications that can be run on an associated configured table.
Inheritance
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyProperty
Inherited Members
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyProperty : CfnConfiguredTableAssociation.IConfiguredTableAssociationAnalysisRulePolicyProperty
Syntax (vb)
Public Class CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyProperty Implements CfnConfiguredTableAssociation.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.Aws_cleanrooms;
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
Constructors
ConfiguredTableAssociationAnalysisRulePolicyProperty() | Controls on the query specifications that can be run on an associated configured table. |
Properties
V1 | The policy for the configured table association analysis rule. |
Constructors
ConfiguredTableAssociationAnalysisRulePolicyProperty()
Controls on the query specifications that can be run on an associated configured table.
public ConfiguredTableAssociationAnalysisRulePolicyProperty()
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 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" }
}
}
};
Properties
V1
The policy for the configured table association analysis rule.
public object V1 { get; set; }