Class CfnDashboard.DashboardSourceTemplateProperty
Dashboard source template.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DashboardSourceTemplateProperty : Object, CfnDashboard.IDashboardSourceTemplateProperty
Syntax (vb)
Public Class DashboardSourceTemplateProperty
Inherits Object
Implements CfnDashboard.IDashboardSourceTemplateProperty
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.AWS.QuickSight;
var dashboardSourceTemplateProperty = new DashboardSourceTemplateProperty {
Arn = "arn",
DataSetReferences = new [] { new DataSetReferenceProperty {
DataSetArn = "dataSetArn",
DataSetPlaceholder = "dataSetPlaceholder"
} }
};
Synopsis
Constructors
Dashboard |
Properties
Arn | The Amazon Resource Name (ARN) of the resource. |
Data |
Dataset references. |
Constructors
DashboardSourceTemplateProperty()
public DashboardSourceTemplateProperty()
Properties
Arn
The Amazon Resource Name (ARN) of the resource.
public string Arn { get; set; }
Property Value
System.
Remarks
DataSetReferences
Dataset references.
public object DataSetReferences { get; set; }
Property Value
System.