Show / Hide Table of Contents

Class CfnDashboardPropsMixin.DashboardSourceEntityProperty

Dashboard source entity.

Inheritance
object
CfnDashboardPropsMixin.DashboardSourceEntityProperty
Implements
CfnDashboardPropsMixin.IDashboardSourceEntityProperty
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.DashboardSourceEntityProperty : CfnDashboardPropsMixin.IDashboardSourceEntityProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.DashboardSourceEntityProperty Implements CfnDashboardPropsMixin.IDashboardSourceEntityProperty
Remarks

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

Synopsis

Constructors

DashboardSourceEntityProperty()

Dashboard source entity.

Properties

SourceTemplate

Source template.

Constructors

DashboardSourceEntityProperty()

Dashboard source entity.

public DashboardSourceEntityProperty()
Remarks

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

Properties

SourceTemplate

Source template.

public object? SourceTemplate { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IDashboardSourceTemplateProperty

Implements

CfnDashboardPropsMixin.IDashboardSourceEntityProperty
Back to top Generated by DocFX