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