interface AnalysisSchemaProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CleanRooms.Mixins.CfnAnalysisTemplatePropsMixin.AnalysisSchemaProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscleanrooms/mixins#CfnAnalysisTemplatePropsMixin_AnalysisSchemaProperty |
Java | software.amazon.awscdk.mixins.preview.services.cleanrooms.mixins.CfnAnalysisTemplatePropsMixin.AnalysisSchemaProperty |
Python | aws_cdk.mixins_preview.aws_cleanrooms.mixins.CfnAnalysisTemplatePropsMixin.AnalysisSchemaProperty |
TypeScript | @aws-cdk/mixins-preview » aws_cleanrooms » mixins » CfnAnalysisTemplatePropsMixin » 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 { mixins as cleanrooms_mixins } from '@aws-cdk/mixins-preview/aws-cleanrooms';
const analysisSchemaProperty: cleanrooms_mixins.CfnAnalysisTemplatePropsMixin.AnalysisSchemaProperty = {
referencedTables: ['referencedTables'],
};
Properties
| Name | Type | Description |
|---|---|---|
| referenced | string[] | The tables referenced in the analysis schema. |
referencedTables?
Type:
string[]
(optional)
The tables referenced in the analysis schema.

.NET
Go
Java
Python
TypeScript