Class CfnTable.GlobalSecondaryIndexProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTable.GlobalSecondaryIndexProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTable.GlobalSecondaryIndexProperty
CfnTable.GlobalSecondaryIndexProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.dynamodb.CfnTable.GlobalSecondaryIndexProperty
CfnTable.GlobalSecondaryIndexProperty.Builder, CfnTable.GlobalSecondaryIndexProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTable.GlobalSecondaryIndexProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The settings used to enable or disable CloudWatch Contributor Insights for the specified global secondary index.final String
The name of the global secondary index.final Object
The 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 Object
The maximum number of read and write units for the specified global secondary index.final Object
Represents attributes that are copied (projected) from the table into the global secondary index.final Object
Represents the provisioned throughput settings for the specified global secondary index.final Object
Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index.final int
hashCode()
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 theCfnTable.GlobalSecondaryIndexProperty.Builder
.
-
-
Method Details
-
getIndexName
Description copied from interface:CfnTable.GlobalSecondaryIndexProperty
The name of the global secondary index.The name must be unique among all other indexes on this table.
- Specified by:
getIndexName
in interfaceCfnTable.GlobalSecondaryIndexProperty
- See Also:
-
getKeySchema
Description copied from interface:CfnTable.GlobalSecondaryIndexProperty
The 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.
- Specified by:
getKeySchema
in interfaceCfnTable.GlobalSecondaryIndexProperty
- See Also:
-
getProjection
Description copied from interface:CfnTable.GlobalSecondaryIndexProperty
Represents 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.
- Specified by:
getProjection
in interfaceCfnTable.GlobalSecondaryIndexProperty
- See Also:
-
getContributorInsightsSpecification
Description copied from interface:CfnTable.GlobalSecondaryIndexProperty
The settings used to enable or disable CloudWatch Contributor Insights for the specified global secondary index.- Specified by:
getContributorInsightsSpecification
in interfaceCfnTable.GlobalSecondaryIndexProperty
- See Also:
-
getOnDemandThroughput
Description copied from interface:CfnTable.GlobalSecondaryIndexProperty
The maximum number of read and write units for the specified global secondary index.If you use this parameter, you must specify
MaxReadRequestUnits
,MaxWriteRequestUnits
, or both.- Specified by:
getOnDemandThroughput
in interfaceCfnTable.GlobalSecondaryIndexProperty
- See Also:
-
getProvisionedThroughput
Description copied from interface:CfnTable.GlobalSecondaryIndexProperty
Represents the provisioned throughput settings for the specified global secondary index.For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide .
- Specified by:
getProvisionedThroughput
in interfaceCfnTable.GlobalSecondaryIndexProperty
- See Also:
-
getWarmThroughput
Description copied from interface:CfnTable.GlobalSecondaryIndexProperty
Represents 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.- Specified by:
getWarmThroughput
in interfaceCfnTable.GlobalSecondaryIndexProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-