When getting secrets from AWS Secret Manager we get the whole secrets which can have multiple key/value pairs. How can we get a specific key https://github.com/ansible/awx-plugins/blob/21173c4ed168cae31923d957365f1b83f0386946/src/awx_plugins/credentials/aws_secretsmanager.py#L36 For Hashi Vault we can get to a secret key https://github.com/ansible/awx-plugins/blob/21173c4ed168cae31923d957365f1b83f0386946/src/awx_plugins/credentials/hashivault.py#L207 Are we missing this in AWS Secret Manager?