Class CfnTablePropsMixin.BillingModeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cassandra.CfnTablePropsMixin.BillingModeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTablePropsMixin.BillingModeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTablePropsMixin.BillingModeProperty
@Stability(Stable)
@Internal
public static final class CfnTablePropsMixin.BillingModeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTablePropsMixin.BillingModeProperty
An implementation for
CfnTablePropsMixin.BillingModeProperty-
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.cfnpropertymixins.services.cassandra.CfnTablePropsMixin.BillingModeProperty
CfnTablePropsMixin.BillingModeProperty.Builder, CfnTablePropsMixin.BillingModeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTablePropsMixin.BillingModeProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnTablePropsMixin.BillingModeProperty.Builder.
-
-
Method Details
-
getMode
Description copied from interface:CfnTablePropsMixin.BillingModePropertyThe billing mode for the table:.- On-demand mode -
ON_DEMAND - Provisioned mode -
PROVISIONED
If you choose
PROVISIONEDmode, then you also need to specify provisioned throughput (read and write capacity) for the table.Valid values:
ON_DEMAND|PROVISIONEDDefault: - "ON_DEMAND"
- Specified by:
getModein interfaceCfnTablePropsMixin.BillingModeProperty- See Also:
- On-demand mode -
-
getProvisionedThroughput
Description copied from interface:CfnTablePropsMixin.BillingModePropertyThe provisioned read capacity and write capacity for the table.For more information, see Provisioned throughput capacity mode in the Amazon Keyspaces Developer Guide .
Returns union: either
IResolvableorCfnTablePropsMixin.ProvisionedThroughputProperty- Specified by:
getProvisionedThroughputin interfaceCfnTablePropsMixin.BillingModeProperty- 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()
-