Skip to content

Commit

Permalink
removed references to firehoseToS3
Browse files Browse the repository at this point in the history
  • Loading branch information
peng committed Oct 22, 2020
1 parent 714ba6b commit b2472a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export class EventsRuleToKinesisFirehoseToS3 extends Construct {
this.kinesisFirehoseRole = firehoseToS3.kinesisFirehoseRole;
this.s3LoggingBucket = firehoseToS3.s3LoggingBucket;
this.kinesisFirehoseLogGroup = firehoseToS3.kinesisFirehoseLogGroup;
this.firehoseToS3 = firehoseToS3;

// Create an events service role
this.eventsRole = new iam.Role(this, 'EventsRuleInvokeKinesisFirehoseRole', {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ test('Test properties', () => {
expect(construct.kinesisFirehoseLogGroup !== null);
expect(construct.s3Bucket !== null);
expect(construct.s3LoggingBucket !== null);
expect(construct.firehoseToS3 !== null);
});

// --------------------------------------------------------------
Expand Down

0 comments on commit b2472a1

Please sign in to comment.