Interface CfnDashboard.IDataSetIdentifierDeclarationProperty
A data set.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDataSetIdentifierDeclarationProperty
Syntax (vb)
Public Interface IDataSetIdentifierDeclarationProperty
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 dataSetIdentifierDeclarationProperty = new DataSetIdentifierDeclarationProperty {
DataSetArn = "dataSetArn",
Identifier = "identifier"
};
Synopsis
Properties
Data |
The Amazon Resource Name (ARN) of the data set. |
Identifier | The identifier of the data set, typically the data set's name. |
Properties
DataSetArn
The Amazon Resource Name (ARN) of the data set.
string DataSetArn { get; }
Property Value
System.
Remarks
Identifier
The identifier of the data set, typically the data set's name.
string Identifier { get; }
Property Value
System.