@Stability(value=Stable) @Internal public static final class CfnIndex.CapacityUnitsConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIndex.CapacityUnitsConfigurationProperty
CfnIndex.CapacityUnitsConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnIndex.CapacityUnitsConfigurationProperty.Builder, CfnIndex.CapacityUnitsConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnIndex.CapacityUnitsConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnIndex.CapacityUnitsConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getQueryCapacityUnits()
The amount of extra query capacity for an index and [GetQuerySuggestions](https://docs.aws.amazon.com/kendra/latest/dg/API_GetQuerySuggestions.html) capacity.
|
Number |
getStorageCapacityUnits()
The amount of extra storage capacity for an index.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnIndex.CapacityUnitsConfigurationProperty.Builder builder)
CfnIndex.CapacityUnitsConfigurationProperty.Builder.public final Number getQueryCapacityUnits()
CfnIndex.CapacityUnitsConfigurationPropertyA single extra capacity unit for an index provides 0.1 queries per second or approximately 8,000 queries per day.
GetQuerySuggestions capacity 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, and GetQuerySuggestions capacity 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, the GetQuerySuggestions capacity is 2.5 calls per second (higher than five times 0.2 queries per second).
getQueryCapacityUnits in interface CfnIndex.CapacityUnitsConfigurationPropertypublic final Number getStorageCapacityUnits()
CfnIndex.CapacityUnitsConfigurationPropertyA single capacity unit provides 30 GB of storage space or 100,000 documents, whichever is reached first.
getStorageCapacityUnits in interface CfnIndex.CapacityUnitsConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.