From 66133ad5c822d58a2bc6149f22848ae2990d266c Mon Sep 17 00:00:00 2001 From: Michael Sambol Date: Thu, 26 Sep 2024 16:23:16 -0700 Subject: [PATCH] Change headerParameters type --- .../@aws-cdk/aws-pipes-targets-alpha/lib/api-destination.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/aws-pipes-targets-alpha/lib/api-destination.ts b/packages/@aws-cdk/aws-pipes-targets-alpha/lib/api-destination.ts index e1a362f10962c..964339c8e3154 100644 --- a/packages/@aws-cdk/aws-pipes-targets-alpha/lib/api-destination.ts +++ b/packages/@aws-cdk/aws-pipes-targets-alpha/lib/api-destination.ts @@ -23,7 +23,7 @@ export interface ApiDestinationTargetParameters { * @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-pipetargethttpparameters.html#cfn-pipes-pipe-pipetargethttpparameters-headerparameters * @default - none */ - readonly headerParameters?: Record; + readonly headerParameters?: { [key: string]: string }; /** * The path parameter values used to populate the EventBridge API destination path wildcards ("*").