We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7452462 commit f0d99efCopy full SHA for f0d99ef
packages/aws-cdk-lib/aws-iam/lib/principals.ts
@@ -53,7 +53,7 @@ export interface IPrincipal extends IGrantable {
53
* Can be a Token - in that case,
54
* it's assumed to be AWS::AccountId.
55
*/
56
- readonly principalAccount?: string;
+ readonly principalAccount?: string | undefined;
57
58
/**
59
* Add to the policy of this principal.
0 commit comments