Skip to content

Instantly share code, notes, and snippets.

@kmcquade
Last active June 26, 2020 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmcquade/5f08120d20de12669e55ee1f565ce1b2 to your computer and use it in GitHub Desktop.
Save kmcquade/5f08120d20de12669e55ee1f565ce1b2 to your computer and use it in GitHub Desktop.
mode: crud
name: ''
# Specify resource ARNs
read:
- ''
write:
- ''
list:
- ''
tagging:
- ''
permissions-management:
- ''
# Actions that do not support resource constraints
wildcard-only:
single-actions: # standalone actions
- ''
# Service-wide - like 's3' or 'ec2'
service-read:
- ''
service-write:
- ''
service-list:
- ''
service-tagging:
- ''
service-permissions-management:
- ''
# Skip resource constraint requirements by listing actions here.
skip-resource-constraints:
- ''
# Exclude actions from the output by specifying them here. Accepts wildcards, like kms:Delete*
exclude-actions:
- ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment