Show / Hide Table of Contents

Interface CfnDashboard.IDataSetIdentifierDeclarationProperty

A data set.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.IDataSetIdentifierDeclarationProperty
Syntax (vb)
Public Interface CfnDashboard.IDataSetIdentifierDeclarationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datasetidentifierdeclaration.html

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

DataSetArn

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datasetidentifierdeclaration.html#cfn-quicksight-dashboard-datasetidentifierdeclaration-datasetarn

Identifier

The identifier of the data set, typically the data set's name.

string Identifier { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datasetidentifierdeclaration.html#cfn-quicksight-dashboard-datasetidentifierdeclaration-identifier

Back to top Generated by DocFX