Skip to content

Commit f0d99ef

Browse files
committed
chore: add undefined type to principalAccount
1 parent 7452462 commit f0d99ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-iam/lib/principals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export interface IPrincipal extends IGrantable {
5353
* Can be a Token - in that case,
5454
* it's assumed to be AWS::AccountId.
5555
*/
56-
readonly principalAccount?: string;
56+
readonly principalAccount?: string | undefined;
5757

5858
/**
5959
* Add to the policy of this principal.

0 commit comments

Comments
 (0)