Skip to content

Commit 1436538

Browse files
Benjamin PottierBenjamin Pottier
authored andcommitted
feat: add initial support
1 parent b99f241 commit 1436538

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/aws-cdk-lib/aws-kinesisfirehose/lib/destination.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ export interface DestinationConfig {
1111
* @default - S3 destination is not used.
1212
*/
1313
readonly extendedS3DestinationConfiguration?: CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty;
14+
/**
15+
* HTTP endpoint destination configuration properties.
16+
*
17+
* @default - HTTP endpoint destination is not used.
18+
*/
19+
readonly httpEndpointDestinationConfiguration?: CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty;
1420

1521
/**
1622
* Any resources that were created by the destination when binding it to the stack that must be deployed before the delivery stream is deployed.

0 commit comments

Comments
 (0)