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 3e0e4f0 commit 8a8c0b0Copy full SHA for 8a8c0b0
packages/aws-cdk-lib/aws-iam/lib/role.ts
@@ -272,6 +272,7 @@ export class Role extends Resource implements IRole {
272
* This value is used as a dummy role arn if the role was not found
273
* by the `Role.fromLookup()` method.
274
*/
275
+ // eslint-disable-next-line @cdklabs/no-literal-partition
276
public static readonly DEFAULT_DUMMY_ROLE_ARN = 'arn:aws:iam::123456789012:role/DUMMY_ARN';
277
278
/**
@@ -299,7 +300,6 @@ export class Role extends Resource implements IRole {
299
300
} as cxschema.CcApiContextQuery,
301
dummyValue: [
302
{
- // eslint-disable-next-line @cdklabs/no-literal-partition
303
Arn: Role.DEFAULT_DUMMY_ROLE_ARN,
304
},
305
],
0 commit comments