Skip to content

Commit

Permalink
aws - ism-role - fix config resource id (#9294)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenGunn committed Feb 13, 2024
1 parent 503d73d commit 585f4c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c7n/resources/iam.py
Expand Up @@ -100,6 +100,7 @@ class resource_type(TypeInfo):
enum_spec = ('list_roles', 'Roles', None)
detail_spec = ('get_role', 'RoleName', 'RoleName', 'Role')
id = name = 'RoleName'
config_id = 'RoleId'
date = 'CreateDate'
cfn_type = config_type = "AWS::IAM::Role"
# Denotes this resource type exists across regions
Expand Down

0 comments on commit 585f4c9

Please sign in to comment.