Interface CfnDataSetPropsMixin.ITablePathElementProperty
An element in the hierarchical path to a table within a data source, containing both name and identifier.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDataSetPropsMixin.ITablePathElementProperty
Syntax (vb)
Public Interface CfnDataSetPropsMixin.ITablePathElementProperty
Remarks
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 tablePathElementProperty = new TablePathElementProperty {
Id = "id",
Name = "name"
};
Synopsis
Properties
| Id | The unique identifier of the path element. |
| Name | The name of the path element. |
Properties
Id
The unique identifier of the path element.
string? Id { get; }
Property Value
Remarks
Name
The name of the path element.
string? Name { get; }