We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99f241 commit 1436538Copy full SHA for 1436538
packages/aws-cdk-lib/aws-kinesisfirehose/lib/destination.ts
@@ -11,6 +11,12 @@ export interface DestinationConfig {
11
* @default - S3 destination is not used.
12
*/
13
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;
20
21
/**
22
* 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