@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.908Z") @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 |
getExclusiveEndTime()
`AWS::QLDB::Stream.ExclusiveEndTime`.
|
String |
getInclusiveStartTime()
`AWS::QLDB::Stream.InclusiveStartTime`.
|
Object |
getKinesisConfiguration()
`AWS::QLDB::Stream.KinesisConfiguration`.
|
String |
getLedgerName()
`AWS::QLDB::Stream.LedgerName`.
|
String |
getRoleArn()
`AWS::QLDB::Stream.RoleArn`.
|
String |
getStreamName()
`AWS::QLDB::Stream.StreamName`.
|
default List<CfnTag> |
getTags()
`AWS::QLDB::Stream.Tags`.
|
@Stability(value=Stable) @NotNull String getInclusiveStartTime()
@Stability(value=Stable) @NotNull Object getKinesisConfiguration()
@Stability(value=Stable) @NotNull String getLedgerName()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull String getStreamName()
@Stability(value=Stable) @Nullable default String getExclusiveEndTime()
@Stability(value=Stable) static CfnStreamProps.Builder builder()
CfnStreamProps.Builder of CfnStreamPropsCopyright © 2021. All rights reserved.