Show / Hide Table of Contents

Class CfnIndex.IndexCapacityConfigurationProperty

Provides information about index capacity configuration.

Inheritance
object
CfnIndex.IndexCapacityConfigurationProperty
Implements
CfnIndex.IIndexCapacityConfigurationProperty
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.QBusiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIndex.IndexCapacityConfigurationProperty : CfnIndex.IIndexCapacityConfigurationProperty
Syntax (vb)
Public Class CfnIndex.IndexCapacityConfigurationProperty Implements CfnIndex.IIndexCapacityConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-index-indexcapacityconfiguration.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-index-indexcapacityconfiguration.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.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; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-index-indexcapacityconfiguration.html#cfn-qbusiness-index-indexcapacityconfiguration-units

Implements

CfnIndex.IIndexCapacityConfigurationProperty
Back to top Generated by DocFX