Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.qldb.CfnStreamPropsMixin.Builder
Packages that use CfnStreamPropsMixin.Builder
-
Uses of CfnStreamPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.qldb
Methods in software.amazon.awscdk.cfnpropertymixins.services.qldb that return CfnStreamPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnStreamPropsMixin.BuilderCfnStreamPropsMixin.Builder.create()static CfnStreamPropsMixin.BuilderCfnStreamPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnStreamPropsMixin.Builder.exclusiveEndTime(String exclusiveEndTime) The exclusive date and time that specifies when the stream ends.CfnStreamPropsMixin.Builder.inclusiveStartTime(String inclusiveStartTime) The inclusive start date and time from which to start streaming journal data.CfnStreamPropsMixin.Builder.kinesisConfiguration(CfnStreamPropsMixin.KinesisConfigurationProperty kinesisConfiguration) The configuration settings of the Kinesis Data Streams destination for your stream request.CfnStreamPropsMixin.Builder.kinesisConfiguration(IResolvable kinesisConfiguration) The configuration settings of the Kinesis Data Streams destination for your stream request.CfnStreamPropsMixin.Builder.ledgerName(String ledgerName) The name of the ledger.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.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.CfnStreamPropsMixin.Builder.streamName(String streamName) The name that you want to assign to the QLDB journal stream.An array of key-value pairs to apply to this resource.