@Stability(value=Stable)
public static interface CfnTable.KinesisStreamSpecificationProperty
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.services.dynamodb.*;
KinesisStreamSpecificationProperty kinesisStreamSpecificationProperty = KinesisStreamSpecificationProperty.builder()
.streamArn("streamArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.KinesisStreamSpecificationProperty.Builder
A builder for
CfnTable.KinesisStreamSpecificationProperty |
static class |
CfnTable.KinesisStreamSpecificationProperty.Jsii$Proxy
An implementation for
CfnTable.KinesisStreamSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.KinesisStreamSpecificationProperty.Builder |
builder() |
String |
getStreamArn()
The ARN for a specific Kinesis data stream.
|
@Stability(value=Stable) @NotNull String getStreamArn()
Length Constraints: Minimum length of 37. Maximum length of 1024.
@Stability(value=Stable) static CfnTable.KinesisStreamSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.