Skip to content

Commit

Permalink
Change headerParameters type
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Sep 26, 2024
1 parent 5bc14f4 commit 66133ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, string>;
readonly headerParameters?: { [key: string]: string };

/**
* The path parameter values used to populate the EventBridge API destination path wildcards ("*").
Expand Down

0 comments on commit 66133ad

Please sign in to comment.