Class CfnIndex.CapacityUnitsConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIndex.CapacityUnitsConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnIndex.CapacityUnitsConfigurationProperty
CfnIndex.CapacityUnitsConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnIndex.CapacityUnitsConfigurationProperty
CfnIndex.CapacityUnitsConfigurationProperty.Builder, CfnIndex.CapacityUnitsConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIndex.CapacityUnitsConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe amount of extra query capacity for an index and GetQuerySuggestions capacity.final NumberThe amount of extra storage capacity for an index.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnIndex.CapacityUnitsConfigurationProperty.Builder.
-
-
Method Details
-
getQueryCapacityUnits
Description copied from interface:CfnIndex.CapacityUnitsConfigurationPropertyThe amount of extra query capacity for an index and GetQuerySuggestions capacity.A single extra capacity unit for an index provides 0.1 queries per second or approximately 8,000 queries per day. You can add up to 100 extra capacity units.
GetQuerySuggestionscapacity is five times the provisioned query capacity for an index, or the base capacity of 2.5 calls per second, whichever is higher. For example, the base capacity for an index is 0.1 queries per second, andGetQuerySuggestionscapacity has a base of 2.5 calls per second. If you add another 0.1 queries per second to total 0.2 queries per second for an index, theGetQuerySuggestionscapacity is 2.5 calls per second (higher than five times 0.2 queries per second).- Specified by:
getQueryCapacityUnitsin interfaceCfnIndex.CapacityUnitsConfigurationProperty
-
getStorageCapacityUnits
Description copied from interface:CfnIndex.CapacityUnitsConfigurationPropertyThe amount of extra storage capacity for an index.A single capacity unit provides 30 GB of storage space or 100,000 documents, whichever is reached first. You can add up to 100 extra capacity units.
- Specified by:
getStorageCapacityUnitsin interfaceCfnIndex.CapacityUnitsConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-