Skip to content

aws.inspector.describe_cross_account_access_role

Example SQL Queries

SELECT * FROM
aws.inspector.describe_cross_account_access_role;

Description

Describes the IAM role that enables Amazon Inspector to access your AWS account.

Table Definition

Column NameColumn Data Type
registered_at

The date when the cross-account access role was registered.

TIMESTAMP_S
role_arn

The ARN that specifies the IAM role that Amazon Inspector uses to access your AWS account.

VARCHAR
valid

A Boolean value that specifies whether the IAM role has the necessary policies attached to enable Amazon Inspector to access your AWS account.

BOOLEAN