Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-analysisschema.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 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[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-analysisschema.html#cfn-cleanrooms-analysistemplate-analysisschema-referencedtables

Back to top Generated by DocFX