Show / Hide Table of Contents

Class CfnTemplate.EntityProperty

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

Inheritance
object
CfnTemplate.EntityProperty
Implements
CfnTemplate.IEntityProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.EntityProperty : CfnTemplate.IEntityProperty
Syntax (vb)
Public Class CfnTemplate.EntityProperty Implements CfnTemplate.IEntityProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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()

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

Properties

Path

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

Constructors

EntityProperty()

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

public EntityProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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"
             };

Properties

Path

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

public string? Path { get; set; }
Property Value

string

Remarks

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

Implements

CfnTemplate.IEntityProperty
Back to top Generated by DocFX