| Package | Description |
|---|---|
| software.amazon.awscdk.services.qldb |
AWS::QLDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnStream.Builder |
CfnStream.Builder.create(software.constructs.Construct scope,
String id) |
CfnStream.Builder |
CfnStream.Builder.exclusiveEndTime(String exclusiveEndTime)
The exclusive date and time that specifies when the stream ends.
|
CfnStream.Builder |
CfnStream.Builder.inclusiveStartTime(String inclusiveStartTime)
The inclusive start date and time from which to start streaming journal data.
|
CfnStream.Builder |
CfnStream.Builder.kinesisConfiguration(CfnStream.KinesisConfigurationProperty kinesisConfiguration)
The configuration settings of the Kinesis Data Streams destination for your stream request.
|
CfnStream.Builder |
CfnStream.Builder.kinesisConfiguration(IResolvable kinesisConfiguration)
The configuration settings of the Kinesis Data Streams destination for your stream request.
|
CfnStream.Builder |
CfnStream.Builder.ledgerName(String ledgerName)
The name of the ledger.
|
CfnStream.Builder |
CfnStream.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal stream to write data records to a Kinesis Data Streams resource.
|
CfnStream.Builder |
CfnStream.Builder.streamName(String streamName)
The name that you want to assign to the QLDB journal stream.
|
CfnStream.Builder |
CfnStream.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
Copyright © 2022. All rights reserved.