Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IDashboardSourceEntityProperty

Dashboard source entity.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IDashboardSourceEntityProperty
Syntax (vb)
Public Interface 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.CfnPropertyMixins.AWS.QuickSight;

             var dashboardSourceEntityProperty = new DashboardSourceEntityProperty {
                 SourceTemplate = new DashboardSourceTemplateProperty {
                     Arn = "arn",
                     DataSetReferences = new [] { new DataSetReferenceProperty {
                         DataSetArn = "dataSetArn",
                         DataSetPlaceholder = "dataSetPlaceholder"
                     } }
                 }
             };

Synopsis

Properties

SourceTemplate

Source template.

Properties

SourceTemplate

Source template.

object? SourceTemplate { get; }
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

Back to top Generated by DocFX