Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtableassociation-configuredtableassociationanalysisrulepolicy.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.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; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnConfiguredTableAssociationPropsMixin.IConfiguredTableAssociationAnalysisRulePolicyV1Property

Back to top Generated by DocFX