interface AnalysisSchemaProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_cleanrooms.CfnAnalysisTemplate.AnalysisSchemaProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnAnalysisTemplate_AnalysisSchemaProperty |
![]() | software.amazon.awscdk.services.cleanrooms.CfnAnalysisTemplate.AnalysisSchemaProperty |
![]() | aws_cdk.aws_cleanrooms.CfnAnalysisTemplate.AnalysisSchemaProperty |
![]() | aws-cdk-lib » aws_cleanrooms » CfnAnalysisTemplate » AnalysisSchemaProperty |
A relation within an analysis.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanrooms as cleanrooms } from 'aws-cdk-lib';
const analysisSchemaProperty: cleanrooms.CfnAnalysisTemplate.AnalysisSchemaProperty = {
referencedTables: ['referencedTables'],
};
Properties
Name | Type | Description |
---|---|---|
referenced | string[] | The tables referenced in the analysis schema. |
referencedTables
Type:
string[]
The tables referenced in the analysis schema.