Show / Hide Table of Contents

Interface CfnConfiguredTableAssociation.IConfiguredTableAssociationAnalysisRulePolicyV1Property

Controls on the query specifications that can be run on an associated configured table.

Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfiguredTableAssociation.IConfiguredTableAssociationAnalysisRulePolicyV1Property
Syntax (vb)
Public Interface CfnConfiguredTableAssociation.IConfiguredTableAssociationAnalysisRulePolicyV1Property
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtableassociation-configuredtableassociationanalysisrulepolicyv1.html

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

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.

Properties

Aggregation

Analysis rule type that enables only aggregation queries on a configured table.

object? Aggregation { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtableassociation-configuredtableassociationanalysisrulepolicyv1.html#cfn-cleanrooms-configuredtableassociation-configuredtableassociationanalysisrulepolicyv1-aggregation

Custom

Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables.

object? Custom { get; }
Property Value

object

Remarks

It supports differential privacy.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtableassociation-configuredtableassociationanalysisrulepolicyv1.html#cfn-cleanrooms-configuredtableassociation-configuredtableassociationanalysisrulepolicyv1-custom

List

Analysis rule type that enables only list queries on a configured table.

object? List { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtableassociation-configuredtableassociationanalysisrulepolicyv1.html#cfn-cleanrooms-configuredtableassociation-configuredtableassociationanalysisrulepolicyv1-list

Back to top Generated by DocFX