turbot/aws_insights

Query: api_gatewayv2_api_overview

Usage

powerpipe query aws_insights.query.api_gatewayv2_api_overview

Steampipe Tables

SQL

select
name as "Name",
api_id as "API ID",
api_endpoint as "API Endpoint",
created_date as "Created Time",
title as "Title",
region as "Region",
account_id as "Account ID"
from
aws_api_gatewayv2_api
where
api_id = $1;

Dashboards

The query is used in the dashboards: