Skip to content

Support "required" as an additional key for a privilege #230

Closed
@vkomarov-r7

Description

@vkomarov-r7

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions