Resource Type: AWS > IAM
AWS Identity and Access Management (IAM) is a service that helps you securely control access to AWS resources. It enables you to manage permissions and access for users, groups, and roles within your AWS environment.
Resource Types
The IAM service includes these resource types:
- Access Analyzer
- Access Key
- Account Password Policy
- Account Summary
- Credential Report
- Group
- Instance Profile
- MFA Virtual
- OpenID Connect
- Policy
- Role
- Root
- Server Certificate
- User
Controls
The primary controls for AWS > IAM are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-iam#/resource/types/iam
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/aws-iam#/resource/types/iam"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-iam#/resource/types/iam';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-iam#/resource/types/iam"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-iam#/resource/types/iam' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query