Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IDataSetReferenceProperty

Dataset reference.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IDataSetReferenceProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IDataSetReferenceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datasetreference.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.CfnPropertyMixins.AWS.QuickSight;

             var dataSetReferenceProperty = new DataSetReferenceProperty {
                 DataSetArn = "dataSetArn",
                 DataSetPlaceholder = "dataSetPlaceholder"
             };

Synopsis

Properties

DataSetArn

Dataset Amazon Resource Name (ARN).

DataSetPlaceholder

Dataset placeholder.

Properties

DataSetArn

Dataset Amazon Resource Name (ARN).

object? DataSetArn { get; }
Property Value

object

Remarks

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

Type union: either string or IDataSetRef

DataSetPlaceholder

Dataset placeholder.

string? DataSetPlaceholder { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX