@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.553Z") @Stability(value=Stable) public interface CfnStreamProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStreamProps.Builder
A builder for
CfnStreamProps |
static class |
CfnStreamProps.Jsii$Proxy
An implementation for
CfnStreamProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnStreamProps.Builder |
builder() |
default String |
getName()
`AWS::Kinesis::Stream.Name`.
|
default Number |
getRetentionPeriodHours()
`AWS::Kinesis::Stream.RetentionPeriodHours`.
|
Number |
getShardCount()
`AWS::Kinesis::Stream.ShardCount`.
|
default Object |
getStreamEncryption()
`AWS::Kinesis::Stream.StreamEncryption`.
|
default List<CfnTag> |
getTags()
`AWS::Kinesis::Stream.Tags`.
|
@Stability(value=Stable) @NotNull Number getShardCount()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Number getRetentionPeriodHours()
@Stability(value=Stable) @Nullable default Object getStreamEncryption()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnStreamProps.Builder builder()
CfnStreamProps.Builder of CfnStreamPropsCopyright © 2021. All rights reserved.