Show / Hide Table of Contents

Class CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty

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

Inheritance
object
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty
Implements
CfnConfiguredTableAssociation.IConfiguredTableAssociationAnalysisRuleListProperty
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.ConfiguredTableAssociationAnalysisRuleListProperty : CfnConfiguredTableAssociation.IConfiguredTableAssociationAnalysisRuleListProperty
Syntax (vb)
Public Class CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty Implements CfnConfiguredTableAssociation.IConfiguredTableAssociationAnalysisRuleListProperty
Remarks

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

Synopsis

Constructors

ConfiguredTableAssociationAnalysisRuleListProperty()

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

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.

Constructors

ConfiguredTableAssociationAnalysisRuleListProperty()

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

public ConfiguredTableAssociationAnalysisRuleListProperty()
Remarks

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

Properties

AllowedAdditionalAnalyses

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

public string[]? AllowedAdditionalAnalyses { get; set; }
Property Value

string[]

Remarks

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

AllowedResultReceivers

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

public string[]? AllowedResultReceivers { get; set; }
Property Value

string[]

Remarks

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

Implements

CfnConfiguredTableAssociation.IConfiguredTableAssociationAnalysisRuleListProperty
Back to top Generated by DocFX