Class CfnIndex.IndexCapacityConfigurationProperty
Provides information about index capacity configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QBusiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIndex.IndexCapacityConfigurationProperty : CfnIndex.IIndexCapacityConfigurationProperty
Syntax (vb)
Public Class CfnIndex.IndexCapacityConfigurationProperty Implements CfnIndex.IIndexCapacityConfigurationProperty
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.AWS.QBusiness;
var indexCapacityConfigurationProperty = new IndexCapacityConfigurationProperty {
Units = 123
};
Synopsis
Constructors
| IndexCapacityConfigurationProperty() | Provides information about index capacity configuration. |
Properties
| Units | The number of storage units configured for an Amazon Q Business index. |
Constructors
IndexCapacityConfigurationProperty()
Provides information about index capacity configuration.
public IndexCapacityConfigurationProperty()
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.AWS.QBusiness;
var indexCapacityConfigurationProperty = new IndexCapacityConfigurationProperty {
Units = 123
};
Properties
Units
The number of storage units configured for an Amazon Q Business index.
public double? Units { get; set; }