Skip to content

Commit

Permalink
de-exports DeliveryStreamBase
Browse files Browse the repository at this point in the history
  • Loading branch information
BenChaimberg committed Jul 17, 2021
1 parent 73f1777 commit 314c4ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export interface IDeliveryStream extends cdk.IResource, iam.IGrantable, ec2.ICon
/**
* Base class for new and imported Kinesis Data Firehose delivery streams.
*/
export abstract class DeliveryStreamBase extends cdk.Resource implements IDeliveryStream {
abstract class DeliveryStreamBase extends cdk.Resource implements IDeliveryStream {

public abstract readonly deliveryStreamName: string;

Expand Down

0 comments on commit 314c4ca

Please sign in to comment.