Show / Hide Table of Contents

Class CfnCollectionGroupPropsMixin.CapacityLimitsProperty

Inheritance
object
CfnCollectionGroupPropsMixin.CapacityLimitsProperty
Implements
CfnCollectionGroupPropsMixin.ICapacityLimitsProperty
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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collectiongroup-capacitylimits.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collectiongroup-capacitylimits.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.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

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collectiongroup-capacitylimits.html#cfn-opensearchserverless-collectiongroup-capacitylimits-maxindexingcapacityinocu

MaxSearchCapacityInOcu

The maximum search capacity for collections in the group.

public double? MaxSearchCapacityInOcu { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collectiongroup-capacitylimits.html#cfn-opensearchserverless-collectiongroup-capacitylimits-maxsearchcapacityinocu

MinIndexingCapacityInOcu

The minimum indexing capacity for collections in the group.

public double? MinIndexingCapacityInOcu { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collectiongroup-capacitylimits.html#cfn-opensearchserverless-collectiongroup-capacitylimits-minindexingcapacityinocu

MinSearchCapacityInOcu

The minimum search capacity for collections in the group.

public double? MinSearchCapacityInOcu { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collectiongroup-capacitylimits.html#cfn-opensearchserverless-collectiongroup-capacitylimits-minsearchcapacityinocu

Implements

CfnCollectionGroupPropsMixin.ICapacityLimitsProperty
Back to top Generated by DocFX