Class CfnTable.PartitionKeyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.timestream.CfnTable.PartitionKeyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTable.PartitionKeyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTable.PartitionKeyProperty
@Stability(Stable)
@Internal
public static final class CfnTable.PartitionKeyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTable.PartitionKeyProperty
An implementation for
CfnTable.PartitionKeyProperty-
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.timestream.CfnTable.PartitionKeyProperty
CfnTable.PartitionKeyProperty.Builder, CfnTable.PartitionKeyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTable.PartitionKeyProperty.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 level of enforcement for the specification of a dimension key in ingested records.final StringgetName()The name of the attribute used for a dimension key.final StringgetType()The type of the partition key.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 theCfnTable.PartitionKeyProperty.Builder.
-
-
Method Details
-
getType
Description copied from interface:CfnTable.PartitionKeyPropertyThe type of the partition key.Options are DIMENSION (dimension key) and MEASURE (measure key).
- Specified by:
getTypein interfaceCfnTable.PartitionKeyProperty- See Also:
-
getEnforcementInRecord
Description copied from interface:CfnTable.PartitionKeyPropertyThe level of enforcement for the specification of a dimension key in ingested records.Options are REQUIRED (dimension key must be specified) and OPTIONAL (dimension key does not have to be specified).
- Specified by:
getEnforcementInRecordin interfaceCfnTable.PartitionKeyProperty- See Also:
-
getName
Description copied from interface:CfnTable.PartitionKeyPropertyThe name of the attribute used for a dimension key.- Specified by:
getNamein interfaceCfnTable.PartitionKeyProperty- 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()
-