Skip to content

Commit

Permalink
Merge branch 'main' into lambdaArns35
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 authored Nov 8, 2023
2 parents 96c9d5c + c02471d commit 0902175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ssm/lib/parameter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface IParameter extends IResource {
readonly parameterType: string;

/**
* Grants read (DescribeParameter, GetParameter, GetParameterHistory) permissions on the SSM Parameter.
* Grants read (DescribeParameter, GetParameters, GetParameter, GetParameterHistory) permissions on the SSM Parameter.
*
* @param grantee the role to be granted read-only access to the parameter.
*/
Expand Down

0 comments on commit 0902175

Please sign in to comment.