Interface CfnAnalysisTemplate.IAnalysisSchemaProperty
A relation within an analysis.
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysisTemplate.IAnalysisSchemaProperty
Syntax (vb)
Public Interface CfnAnalysisTemplate.IAnalysisSchemaProperty
Remarks
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 analysisSchemaProperty = new AnalysisSchemaProperty {
ReferencedTables = new [] { "referencedTables" }
};
Synopsis
Properties
ReferencedTables | The tables referenced in the analysis schema. |
Properties
ReferencedTables
The tables referenced in the analysis schema.
string[] ReferencedTables { get; }
Property Value
string[]