interface AnalysisSchemaProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms.CfnAnalysisTemplatePropsMixin.AnalysisSchemaProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscleanrooms#CfnAnalysisTemplatePropsMixin_AnalysisSchemaProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnAnalysisTemplatePropsMixin.AnalysisSchemaProperty |
Python | aws_cdk.cfn_property_mixins.aws_cleanrooms.CfnAnalysisTemplatePropsMixin.AnalysisSchemaProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cleanrooms » 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 { aws_cleanrooms as cleanrooms } from '@aws-cdk/cfn-property-mixins';
const analysisSchemaProperty: cleanrooms.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