Show / Hide Table of Contents

Class CfnAnalysis.EntityProperty

An object, structure, or sub-structure of an analysis, template, or dashboard.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-entity.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 entityProperty = new EntityProperty {
    Path = "path"
};

Synopsis

Constructors

EntityProperty()

Properties

Path

The hierarchical path of the entity within the analysis, template, or dashboard definition tree.

Constructors

EntityProperty()

public EntityProperty()

Properties

Path

The hierarchical path of the entity within the analysis, template, or dashboard definition tree.

public string Path { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnAnalysis.IEntityProperty
Back to top Generated by DocFX