Resource Type: AWS > IAM > Role > Inline Policy
The Role Inline Policy resource type is part of the AWS Identity and Access Management (IAM) service. Each Inline Policy is a policy document that is embedded directly into an IAM role, defining specific permissions for that role.
Resource Context
Inline Policy is a part of the IAM service.
Each Inline Policy lives under a Role.
Controls
The primary controls for AWS > IAM > Role > Inline Policy are:
Quick Actions
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/roleInlinePolicy
- tmod:@turbot/turbot#/resource/categories/iam
- turbot graphql resource --id "tmod:@turbot/aws-iam#/resource/types/roleInlinePolicy"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-iam#/resource/types/roleInlinePolicy';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-iam#/resource/types/roleInlinePolicy"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-iam#/resource/types/roleInlinePolicy' 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