Show / Hide Table of Contents

Class CfnTemplate.DataSetReferenceProperty

Dataset reference.

Inheritance
object
CfnTemplate.DataSetReferenceProperty
Implements
CfnTemplate.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.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.DataSetReferenceProperty : CfnTemplate.IDataSetReferenceProperty
Syntax (vb)
Public Class CfnTemplate.DataSetReferenceProperty Implements CfnTemplate.IDataSetReferenceProperty
Remarks

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

             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-template-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.AWS.QuickSight;

             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-template-datasetreference.html#cfn-quicksight-template-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-template-datasetreference.html#cfn-quicksight-template-datasetreference-datasetplaceholder

Implements

CfnTemplate.IDataSetReferenceProperty
Back to top Generated by DocFX