Skip to content

Commit dcda22d

Browse files
committed
chore: add undefined type to principalAccount
1 parent 48ae4d0 commit dcda22d

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)