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 ("*").