Skip to content

Commit

Permalink
docs(ec2): fix typo from Amazon Linux 2022 to Amazon Linux 2023 (#28033)
Browse files Browse the repository at this point in the history
Document for AmazonLinux2023ImageSsmParameter has typo `amazon linux 2022`. 
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.AmazonLinux2023ImageSsmParameter.html
> Generates a SSM Parameter name for a specific amazon linux 2022 AMI.

It seems to be code clone from AmazonLinux2022ImageSsmParameter.
https://github.com/aws/aws-cdk/blob/2f26f78abec3ca313b18026e58eb24698baaa1f9/packages/aws-cdk-lib/aws-ec2/lib/machine-image/amazon-linux-2022.ts#L56

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
tam0ri committed Nov 16, 2023
1 parent c00b974 commit ca71980
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export interface AmazonLinux2023ImageSsmParameterProps extends AmazonLinuxImageS
*/
export class AmazonLinux2023ImageSsmParameter extends AmazonLinuxImageSsmParameterBase {
/**
* Generates a SSM Parameter name for a specific amazon linux 2022 AMI
* Generates a SSM Parameter name for a specific amazon linux 2023 AMI
*
* Example values:
*
Expand Down

0 comments on commit ca71980

Please sign in to comment.