Class CfnCollectionGroupPropsMixin.CapacityLimitsProperty
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.OpenSearchServerless.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnCollectionGroupPropsMixin.CapacityLimitsProperty : CfnCollectionGroupPropsMixin.ICapacityLimitsProperty
Syntax (vb)
Public Class CfnCollectionGroupPropsMixin.CapacityLimitsProperty Implements CfnCollectionGroupPropsMixin.ICapacityLimitsProperty
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.Mixins.Preview.AWS.OpenSearchServerless.Mixins;
var capacityLimitsProperty = new CapacityLimitsProperty {
MaxIndexingCapacityInOcu = 123,
MaxSearchCapacityInOcu = 123,
MinIndexingCapacityInOcu = 123,
MinSearchCapacityInOcu = 123
};
Synopsis
Constructors
| CapacityLimitsProperty() |
Properties
| MaxIndexingCapacityInOcu | The maximum indexing capacity for collections in the group. |
| MaxSearchCapacityInOcu | The maximum search capacity for collections in the group. |
| MinIndexingCapacityInOcu | The minimum indexing capacity for collections in the group. |
| MinSearchCapacityInOcu | The minimum search capacity for collections in the group. |
Constructors
CapacityLimitsProperty()
public CapacityLimitsProperty()
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.Mixins.Preview.AWS.OpenSearchServerless.Mixins;
var capacityLimitsProperty = new CapacityLimitsProperty {
MaxIndexingCapacityInOcu = 123,
MaxSearchCapacityInOcu = 123,
MinIndexingCapacityInOcu = 123,
MinSearchCapacityInOcu = 123
};
Properties
MaxIndexingCapacityInOcu
The maximum indexing capacity for collections in the group.
public double? MaxIndexingCapacityInOcu { get; set; }
Property Value
Remarks
MaxSearchCapacityInOcu
The maximum search capacity for collections in the group.
public double? MaxSearchCapacityInOcu { get; set; }
Property Value
Remarks
MinIndexingCapacityInOcu
The minimum indexing capacity for collections in the group.
public double? MinIndexingCapacityInOcu { get; set; }
Property Value
Remarks
MinSearchCapacityInOcu
The minimum search capacity for collections in the group.
public double? MinSearchCapacityInOcu { get; set; }