Show / Hide Table of Contents

Class CfnDataSetPropsMixin.PerformanceConfigurationProperty

Inheritance
object
CfnDataSetPropsMixin.PerformanceConfigurationProperty
Implements
CfnDataSetPropsMixin.IPerformanceConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataSetPropsMixin.PerformanceConfigurationProperty : CfnDataSetPropsMixin.IPerformanceConfigurationProperty
Syntax (vb)
Public Class CfnDataSetPropsMixin.PerformanceConfigurationProperty Implements CfnDataSetPropsMixin.IPerformanceConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-performanceconfiguration.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 performanceConfigurationProperty = new PerformanceConfigurationProperty {
                 UniqueKeys = new [] { new UniqueKeyProperty {
                     ColumnNames = new [] { "columnNames" }
                 } }
             };

Synopsis

Constructors

PerformanceConfigurationProperty()

Properties

UniqueKeys

Constructors

PerformanceConfigurationProperty()

public PerformanceConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-performanceconfiguration.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 performanceConfigurationProperty = new PerformanceConfigurationProperty {
                 UniqueKeys = new [] { new UniqueKeyProperty {
                     ColumnNames = new [] { "columnNames" }
                 } }
             };

Properties

UniqueKeys

public object? UniqueKeys { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnDataSetPropsMixin.IUniqueKeyProperty)[]

Implements

CfnDataSetPropsMixin.IPerformanceConfigurationProperty
Back to top Generated by DocFX