Skip to content

Commit 0318676

Browse files
authored
docs(apprunner): fix typo in AuthenticationConfiguration (#27027)
This PR fixes only minor typo (`@defult`) in AuthenticationConfiguration. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 47ab5c8 commit 0318676

File tree

1 file changed

+1
-1
lines changed
  • packages/@aws-cdk/aws-apprunner-alpha/lib

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-apprunner-alpha/lib/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ interface AuthenticationConfiguration {
756756
* The Amazon Resource Name (ARN) of the IAM role that grants the App Runner service access to a
757757
* source repository. It's required for ECR image repositories (but not for ECR Public repositories).
758758
*
759-
* @defult - no access role.
759+
* @default - no access role.
760760
*/
761761
readonly accessRoleArn?: string;
762762

0 commit comments

Comments
 (0)