Show / Hide Table of Contents

Interface CfnConfiguredTableAssociation.IConfiguredTableAssociationAnalysisRuleAggregationProperty

The configured table association analysis rule applied to a configured table with the aggregation analysis rule.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtableassociation-configuredtableassociationanalysisruleaggregation.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 configuredTableAssociationAnalysisRuleAggregationProperty = new ConfiguredTableAssociationAnalysisRuleAggregationProperty {
                 AllowedAdditionalAnalyses = new [] { "allowedAdditionalAnalyses" },
                 AllowedResultReceivers = new [] { "allowedResultReceivers" }
             };

Synopsis

Properties

AllowedAdditionalAnalyses

The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.

AllowedResultReceivers

The list of collaboration members who are allowed to receive results of queries run with this configured table.

Properties

AllowedAdditionalAnalyses

The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.

string[]? AllowedAdditionalAnalyses { get; }
Property Value

string[]

Remarks

The allowedAdditionalAnalyses parameter is currently supported for the list analysis rule ( AnalysisRuleList ) and the custom analysis rule ( AnalysisRuleCustom ).

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

AllowedResultReceivers

The list of collaboration members who are allowed to receive results of queries run with this configured table.

string[]? AllowedResultReceivers { get; }
Property Value

string[]

Remarks

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

Back to top Generated by DocFX