Class CfnTemplate.DataSetReferenceProperty
Dataset reference.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DataSetReferenceProperty : Object, CfnTemplate.IDataSetReferenceProperty
Syntax (vb)
Public Class DataSetReferenceProperty
Inherits Object
Implements CfnTemplate.IDataSetReferenceProperty
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 dataSetReferenceProperty = new DataSetReferenceProperty {
DataSetArn = "dataSetArn",
DataSetPlaceholder = "dataSetPlaceholder"
};
Synopsis
Constructors
Data |
Properties
Data |
Dataset Amazon Resource Name (ARN). |
Data |
Dataset placeholder. |
Constructors
DataSetReferenceProperty()
public DataSetReferenceProperty()
Properties
DataSetArn
Dataset Amazon Resource Name (ARN).
public string DataSetArn { get; set; }
Property Value
System.
Remarks
DataSetPlaceholder
Dataset placeholder.
public string DataSetPlaceholder { get; set; }
Property Value
System.