delete
Action to delete cognito identity pool
It is recommended to use a filter to avoid unwanted deletion of pools
- example
 
 
policies:
  - name: identity-pool-delete
    resource: identity-pool
    actions:
      - delete
 
 
properties:
  type:
    enum:
    - delete
required:
- type