Interface CfnDashboardPropsMixin.IDashboardSourceEntityProperty
Dashboard source entity.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IDashboardSourceEntityProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IDashboardSourceEntityProperty
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.CfnPropertyMixins.AWS.QuickSight;
var dashboardSourceEntityProperty = new DashboardSourceEntityProperty {
SourceTemplate = new DashboardSourceTemplateProperty {
Arn = "arn",
DataSetReferences = new [] { new DataSetReferenceProperty {
DataSetArn = "dataSetArn",
DataSetPlaceholder = "dataSetPlaceholder"
} }
}
};
Synopsis
Properties
| SourceTemplate | Source template. |
Properties
SourceTemplate
Source template.
object? SourceTemplate { get; }