Show / Hide Table of Contents

Class CfnDashboardPropsMixin.DataSetReferenceProperty

Dataset reference.

Inheritance
object
CfnDashboardPropsMixin.DataSetReferenceProperty
Implements
CfnDashboardPropsMixin.IDataSetReferenceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.DataSetReferenceProperty : CfnDashboardPropsMixin.IDataSetReferenceProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.DataSetReferenceProperty Implements 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.Mixins.Preview.AWS.QuickSight.Mixins;

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

Synopsis

Constructors

DataSetReferenceProperty()

Dataset reference.

Properties

DataSetArn

Dataset Amazon Resource Name (ARN).

DataSetPlaceholder

Dataset placeholder.

Constructors

DataSetReferenceProperty()

Dataset reference.

public DataSetReferenceProperty()
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.Mixins.Preview.AWS.QuickSight.Mixins;

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

Properties

DataSetArn

Dataset Amazon Resource Name (ARN).

public string? DataSetArn { get; set; }
Property Value

string

Remarks

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

DataSetPlaceholder

Dataset placeholder.

public string? DataSetPlaceholder { get; set; }
Property Value

string

Remarks

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

Implements

CfnDashboardPropsMixin.IDataSetReferenceProperty
Back to top Generated by DocFX