Closed
Description
In the AWS Actions Table docs, resources that are marked as required within the tables are denoted as having a *
at the end of the resource type. For better machine consumption of this data, would it be possible to include a new key, called required
or the like on a given resource type block that denotes the required status of the resource, and remove the asterisk from the resource type?
# for: ec2-instance-connect:SendSSHPublicKey
{
"resource_type": "instance", # remove asterisk
"required": true, # add boolean flag denoting the required status
"condition_keys": [],
"dependent_actions": []
},
Metadata
Metadata
Assignees
Labels
No labels