Show / Hide Table of Contents

Class CfnAnalysis.AnalysisSourceEntityProperty

The source entity of an analysis.

Inheritance
System.Object
CfnAnalysis.AnalysisSourceEntityProperty
Implements
CfnAnalysis.IAnalysisSourceEntityProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class AnalysisSourceEntityProperty : Object, CfnAnalysis.IAnalysisSourceEntityProperty
Syntax (vb)
Public Class AnalysisSourceEntityProperty
    Inherits Object
    Implements CfnAnalysis.IAnalysisSourceEntityProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-analysissourceentity.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 analysisSourceEntityProperty = new AnalysisSourceEntityProperty {
    SourceTemplate = new AnalysisSourceTemplateProperty {
        Arn = "arn",
        DataSetReferences = new [] { new DataSetReferenceProperty {
            DataSetArn = "dataSetArn",
            DataSetPlaceholder = "dataSetPlaceholder"
        } }
    }
};

Synopsis

Constructors

AnalysisSourceEntityProperty()

Properties

SourceTemplate

The source template for the source entity of the analysis.

Constructors

AnalysisSourceEntityProperty()

public AnalysisSourceEntityProperty()

Properties

SourceTemplate

The source template for the source entity of the analysis.

public object SourceTemplate { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-analysissourceentity.html#cfn-quicksight-analysis-analysissourceentity-sourcetemplate

Implements

CfnAnalysis.IAnalysisSourceEntityProperty
Back to top Generated by DocFX