Skip to content

IAM Policies

Provider: AWS
Service ID: iam_policies
Rendering: Table with expandable rows containing policy documents

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'iam_policies',
    provider: 'aws',
    region: 'eu-west-2',
    source: 'live',
    attributes: ['name', 'path', 'attachment_count', 'default_version', 'updated', 'policy_document']
});
</script>

<div data-sd-service="iam_policies" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'path', 'attachment_count', 'default_version', 'updated', 'policy_document']

All Attributes

Attribute Display Name Format Description
name Policy Name text Resource display name (from tags or identifier)
arn ARN text From API field: Arn
path Path text From API field: Path
attachment_count Attached To text From API field: AttachmentCount
default_version Version text From API field: DefaultVersionId
created Created datetime From API field: CreateDate
updated Updated datetime From API field: UpdateDate
policy_document Policy policy_link Link to view the policy document

= included in default view

Sort Order

Results are sorted by: name