We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
the following example json body is malformed, fus will not accept objects in this structure.
{ "policy": { "document": { "Statements": [ { "Sid": "string", "Effect": "Allow", "Actions": [ "string" ], "Resource": [ "string" ] } ] }, "type": "ResourcePolicy" } }
Activity