Skip to content

Commit

Permalink
fix: FireLens configFileValue should be optional
Browse files Browse the repository at this point in the history
aws/aws-for-fluent-bit#352

Signed-off-by: Wesley Pettit <wppttt@amazon.com>
  • Loading branch information
PettitWesley committed May 17, 2022
1 parent a5e74a9 commit 5278719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ecs/lib/firelens-log-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export interface FirelensOptions {
/**
* Custom configuration file, S3 ARN or a file path
*/
readonly configFileValue: string;
readonly configFileValue?: string;
}

/**
Expand Down

0 comments on commit 5278719

Please sign in to comment.