Show / Hide Table of Contents

Class CfnDashboard.DashboardSourceTemplateProperty

Dashboard source template.

Inheritance
object
CfnDashboard.DashboardSourceTemplateProperty
Implements
CfnDashboard.IDashboardSourceTemplateProperty
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 CfnDashboard.DashboardSourceTemplateProperty : CfnDashboard.IDashboardSourceTemplateProperty
Syntax (vb)
Public Class CfnDashboard.DashboardSourceTemplateProperty Implements CfnDashboard.IDashboardSourceTemplateProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardsourcetemplate.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 dashboardSourceTemplateProperty = new DashboardSourceTemplateProperty {
                 Arn = "arn",
                 DataSetReferences = new [] { new DataSetReferenceProperty {
                     DataSetArn = "dataSetArn",
                     DataSetPlaceholder = "dataSetPlaceholder"
                 } }
             };

Synopsis

Constructors

DashboardSourceTemplateProperty()

Dashboard source template.

Properties

Arn

The Amazon Resource Name (ARN) of the resource.

DataSetReferences

Dataset references.

Constructors

DashboardSourceTemplateProperty()

Dashboard source template.

public DashboardSourceTemplateProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardsourcetemplate.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 dashboardSourceTemplateProperty = new DashboardSourceTemplateProperty {
                 Arn = "arn",
                 DataSetReferences = new [] { new DataSetReferenceProperty {
                     DataSetArn = "dataSetArn",
                     DataSetPlaceholder = "dataSetPlaceholder"
                 } }
             };

Properties

Arn

The Amazon Resource Name (ARN) of the resource.

public string Arn { get; set; }
Property Value

string

Remarks

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

DataSetReferences

Dataset references.

public object DataSetReferences { get; set; }
Property Value

object

Remarks

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

Implements

CfnDashboard.IDashboardSourceTemplateProperty
Back to top Generated by DocFX