@Stability(value=Stable)
public static interface CfnTable.StreamSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.dynamodb.*;
StreamSpecificationProperty streamSpecificationProperty = StreamSpecificationProperty.builder()
.streamViewType("streamViewType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.StreamSpecificationProperty.Builder
A builder for
CfnTable.StreamSpecificationProperty |
static class |
CfnTable.StreamSpecificationProperty.Jsii$Proxy
An implementation for
CfnTable.StreamSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.StreamSpecificationProperty.Builder |
builder() |
String |
getStreamViewType()
`CfnTable.StreamSpecificationProperty.StreamViewType`.
|
@Stability(value=Stable) @NotNull String getStreamViewType()
@Stability(value=Stable) static CfnTable.StreamSpecificationProperty.Builder builder()
Copyright © 2021. All rights reserved.