networkinsights_list_scopes
Retrieve a JSON list of all Network Access Scopes in a specified AWS region. Use parameters like 'aws_region' to filter results.
Instructions
Describe all Network Access Scopes in the region.
Parameters:
aws_region (str): The AWS region - use 'us-east-1' if not specified.
Returns:
JSON list of NetworkInsightsAccessScope objects.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
aws_region | Yes |
Input Schema (JSON Schema)
{
"properties": {
"aws_region": {
"title": "Aws Region",
"type": "string"
}
},
"required": [
"aws_region"
],
"title": "networkinsights_list_scopesArguments",
"type": "object"
}