AWS‑IReveal‑MCP

config_list_discovered_resources

Retrieve a JSON list of resource identifiers discovered by AWS Config in a specified AWS region and resource type.

Instructions

List resource identifiers that AWS Config has discovered. Parameters: aws_region (str): The AWS region - use 'us-east-1' if not specified. resource_type (str): e.g. 'AWS::EC2::Instance'. Returns: JSON list of resourceIdentifier objects.

Input Schema

NameRequiredDescriptionDefault
aws_regionYes
resource_typeYes

Input Schema (JSON Schema)

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