Show / Hide Table of Contents

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

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-tablepathelement.html#cfn-quicksight-dataset-tablepathelement-id

Name

The name of the path element.

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-tablepathelement.html#cfn-quicksight-dataset-tablepathelement-name

Back to top Generated by DocFX