awslabs / aws-config-resource-schema

AWS Config resource schema define the properties and types of AWS Config resource configuration items (CIs). Resource CI schema are used by developers when performing advanced resource queries and when processing CI data.
Apache License 2.0
236 stars 61 forks source link

IAM Role resource property. #20

Closed her83 closed 2 years ago

her83 commented 2 years ago

We need to run a query using the "last activity" property as a key value of the query. We need the Last Activity property be added to the IAM Role resource type. Is that possible?

tjdasso commented 2 years ago

The following properties have been added to the AWS::IAM::Role resource type:

You should now be able to query against these properties for IAM Role resources.