Show / Hide Table of Contents

Class CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyProperty

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

Inheritance
object
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyProperty
Implements
CfnConfiguredTableAssociation.IConfiguredTableAssociationAnalysisRulePolicyProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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; }
Property Value

object

Remarks

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

Implements

CfnConfiguredTableAssociation.IConfiguredTableAssociationAnalysisRulePolicyProperty
Back to top Generated by DocFX