Class CfnGlobalTable.GlobalSecondaryIndexProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGlobalTable.GlobalSecondaryIndexProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGlobalTable.GlobalSecondaryIndexProperty
CfnGlobalTable.GlobalSecondaryIndexProperty-
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.dynamodb.CfnGlobalTable.GlobalSecondaryIndexProperty
CfnGlobalTable.GlobalSecondaryIndexProperty.Builder, CfnGlobalTable.GlobalSecondaryIndexProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGlobalTable.GlobalSecondaryIndexProperty.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 StringThe name of the global secondary index.final ObjectThe complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types: -HASH- partition key -RANGE- sort key > The partition key of an item is also known as its hash attribute .final ObjectRepresents attributes that are copied (projected) from the table into the global secondary index.final ObjectRepresents the warm throughput value (in read units per second and write units per second) for the specified secondary index.final ObjectSets the write request settings for a global table or a global secondary index.final ObjectDefines write capacity settings for the global secondary 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 theCfnGlobalTable.GlobalSecondaryIndexProperty.Builder.
-
-
Method Details
-
getIndexName
Description copied from interface:CfnGlobalTable.GlobalSecondaryIndexPropertyThe name of the global secondary index.The name must be unique among all other indexes on this table.
- Specified by:
getIndexNamein interfaceCfnGlobalTable.GlobalSecondaryIndexProperty- See Also:
-
getKeySchema
Description copied from interface:CfnGlobalTable.GlobalSecondaryIndexPropertyThe complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types: -HASH- partition key -RANGE- sort key > The partition key of an item is also known as its hash attribute .The term "hash attribute" derives from DynamoDB's usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.
The sort key of an item is also known as its range attribute . The term "range attribute" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnGlobalTable.KeySchemaProperty>- Specified by:
getKeySchemain interfaceCfnGlobalTable.GlobalSecondaryIndexProperty- See Also:
-
getProjection
Description copied from interface:CfnGlobalTable.GlobalSecondaryIndexPropertyRepresents attributes that are copied (projected) from the table into the global secondary index.These are in addition to the primary key attributes and index key attributes, which are automatically projected.
Returns union: either
IResolvableorCfnGlobalTable.ProjectionProperty- Specified by:
getProjectionin interfaceCfnGlobalTable.GlobalSecondaryIndexProperty- See Also:
-
getWarmThroughput
Description copied from interface:CfnGlobalTable.GlobalSecondaryIndexPropertyRepresents the warm throughput value (in read units per second and write units per second) for the specified secondary index.If you use this parameter, you must specify
ReadUnitsPerSecond,WriteUnitsPerSecond, or both.Returns union: either
IResolvableorCfnGlobalTable.WarmThroughputProperty- Specified by:
getWarmThroughputin interfaceCfnGlobalTable.GlobalSecondaryIndexProperty- See Also:
-
getWriteOnDemandThroughputSettings
Description copied from interface:CfnGlobalTable.GlobalSecondaryIndexPropertySets the write request settings for a global table or a global secondary index.You can only specify this setting if your resource uses the
PAY_PER_REQUESTBillingMode.Returns union: either
IResolvableorCfnGlobalTable.WriteOnDemandThroughputSettingsProperty- Specified by:
getWriteOnDemandThroughputSettingsin interfaceCfnGlobalTable.GlobalSecondaryIndexProperty- See Also:
-
getWriteProvisionedThroughputSettings
Description copied from interface:CfnGlobalTable.GlobalSecondaryIndexPropertyDefines write capacity settings for the global secondary index.You must specify a value for this property if the table's
BillingModeisPROVISIONED. All replicas will have the same write capacity settings for this global secondary index.Returns union: either
IResolvableorCfnGlobalTable.WriteProvisionedThroughputSettingsProperty- Specified by:
getWriteProvisionedThroughputSettingsin interfaceCfnGlobalTable.GlobalSecondaryIndexProperty- See Also:
-
$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()
-