Skip to content

Commit 8a8c0b0

Browse files
committed
eslint-disable-next-line @cdklabs/no-literal-partition
1 parent 3e0e4f0 commit 8a8c0b0

File tree

1 file changed

+1
-1
lines changed
  • packages/aws-cdk-lib/aws-iam/lib

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ export class Role extends Resource implements IRole {
272272
* This value is used as a dummy role arn if the role was not found
273273
* by the `Role.fromLookup()` method.
274274
*/
275+
// eslint-disable-next-line @cdklabs/no-literal-partition
275276
public static readonly DEFAULT_DUMMY_ROLE_ARN = 'arn:aws:iam::123456789012:role/DUMMY_ARN';
276277

277278
/**
@@ -299,7 +300,6 @@ export class Role extends Resource implements IRole {
299300
} as cxschema.CcApiContextQuery,
300301
dummyValue: [
301302
{
302-
// eslint-disable-next-line @cdklabs/no-literal-partition
303303
Arn: Role.DEFAULT_DUMMY_ROLE_ARN,
304304
},
305305
],

0 commit comments

Comments
 (0)