steampipe plugin install theapsgroup/vault

Table: vault_aws_role

AWS Roles contained within Vault Mountpoints.

Examples

List all AWS Roles

select
*
from
vault_aws_role

Roles matching a specific pattern - in example containing deploy

select
*
from
vault_aws_role
where
role like '%deploy%'

Schema for vault_aws_role

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
credential_typetextThe type of Credential assumed_role, iam, etc
default_sts_ttlbigintDefault STS TTL
iam_groupsjsonbIAM groups associated with the Role
max_sts_ttlbigintMaximum STS TTL
pathtext=The path (mount point) of the engine containing AWS Roles
permissions_boundary_arnjsonbARN of the Permissions Boundary
policy_arnsjsonbARNs associated with the Policies of the Role
policy_documentjsonbAWS Policy Document associated with the Role
roletext=The AWS Role
role_arnsjsonbARNs associated with the Role
user_pathjsonbPath of User