Closed PercussiveElbow closed 2 years ago
Hey @PercussiveElbow, thanks for the PR. I think this is a good addition. One small request though, list_security_configurations
returns a pageable response. If you could adjust your new block to match the list_clusters
pattern that handles paging, that would be great.
Thanks!
Updated now to match that format, let me know if anything else needs done. Thanks!
I noticed the EMR collection does not gather information on EMR Security Configurations at present and have added support for this.
Collecting these configurations would be useful as they indicate whether various security features are enforced on a given EMR cluster, e.g. transit and at-rest encryption.
Example of information returned
References to applied security configurations are already returned in the
security_configuration
field in EMRcluster
objects.No ARN format existed for this data structure, so I've followed the solution for similar objects in the code. (i.e. made one up)
If there are any issues with this PR please do let me know. Also, thanks for this gem - it is incredibly useful.