Interface CfnStreamPropsMixin.KeySchemaItemsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStreamPropsMixin.KeySchemaItemsProperty.Jsii$Proxy
- Enclosing class:
CfnStreamPropsMixin
@Stability(Stable)
public static interface CfnStreamPropsMixin.KeySchemaItemsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.dynamodb.*;
KeySchemaItemsProperty keySchemaItemsProperty = KeySchemaItemsProperty.builder()
.attributeName("attributeName")
.keyType("keyType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStreamPropsMixin.KeySchemaItemsPropertystatic final classAn implementation forCfnStreamPropsMixin.KeySchemaItemsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttributeName
- See Also:
-
getKeyType
- See Also:
-
builder
-