Interface CfnAnalysisPropsMixin.IAnalysisSourceEntityProperty
The source entity of an analysis.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IAnalysisSourceEntityProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IAnalysisSourceEntityProperty
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.Mixins.Preview.AWS.QuickSight.Mixins;
var analysisSourceEntityProperty = new AnalysisSourceEntityProperty {
SourceTemplate = new AnalysisSourceTemplateProperty {
Arn = "arn",
DataSetReferences = new [] { new DataSetReferenceProperty {
DataSetArn = "dataSetArn",
DataSetPlaceholder = "dataSetPlaceholder"
} }
}
};
Synopsis
Properties
| SourceTemplate | The source template for the source entity of the analysis. |
Properties
SourceTemplate
The source template for the source entity of the analysis.
object? SourceTemplate { get; }