AWS‑IReveal‑MCP

config_describe_compliance_by_resource

List AWS resource compliance summaries by region and optional type to monitor regulatory adherence and improve resource management in AWS environments.

Instructions

List compliance summaries for resources, optionally filtered by type. Parameters: aws_region (str): The AWS region - use 'us-east-1' if not specified. resource_type (str): optional AWS resource type filter. Returns: JSON list of ComplianceByResource objects.

Input Schema

NameRequiredDescriptionDefault
aws_regionYes
resource_typeNo

Input Schema (JSON Schema)

{ "properties": { "aws_region": { "title": "Aws Region", "type": "string" }, "resource_type": { "default": null, "title": "Resource Type", "type": "string" } }, "required": [ "aws_region" ], "title": "config_describe_compliance_by_resourceArguments", "type": "object" }
ID: myt94uniyf