get_source_prompts
Retrieve sample prompts by specifying a source name to assist in AWS VPC Lattice networking documentation and configurations.
Instructions
Get sample prompts for a specific source
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_name | Yes | Name of the source to get prompts for |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"source_name": {
"description": "Name of the source to get prompts for",
"type": "string"
}
},
"required": [
"source_name"
],
"type": "object"
}