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_rolewhere role like '%deploy%'
Schema for vault_aws_role
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
credential_type | text | The type of Credential assumed_role, iam, etc | |
default_sts_ttl | bigint | Default STS TTL | |
iam_groups | jsonb | IAM groups associated with the Role | |
max_sts_ttl | bigint | Maximum STS TTL | |
path | text | = | The path (mount point) of the engine containing AWS Roles |
permissions_boundary_arn | jsonb | ARN of the Permissions Boundary | |
policy_arns | jsonb | ARNs associated with the Policies of the Role | |
policy_document | jsonb | AWS Policy Document associated with the Role | |
role | text | = | The AWS Role |
role_arns | jsonb | ARNs associated with the Role | |
user_path | jsonb | Path of User |