Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IAnalysisSourceEntityProperty

The source entity of an analysis.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IAnalysisSourceEntityProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IAnalysisSourceEntityProperty
Remarks

See: 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.Mixins.Preview.AWS.QuickSight.Mixins;

             var analysisSourceEntityProperty = new AnalysisSourceEntityProperty {
                 SourceTemplate = new AnalysisSourceTemplateProperty {
                     Arn = "arn",
                     DataSetReferences = new [] { new DataSetReferenceProperty {
                         DataSetArn = "dataSetArn",
                         DataSetPlaceholder = "dataSetPlaceholder"
                     } }
                 }
             };

Synopsis

Properties

SourceTemplate

The source template for the source entity of the analysis.

Properties

SourceTemplate

The source template for the source entity of the analysis.

object? SourceTemplate { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IAnalysisSourceTemplateProperty

Back to top Generated by DocFX