get_amazon_vpc_lattice_prompts
Retrieve specific prompt template details to access AWS VPC Lattice information and manage networking documentation efficiently.
Instructions
Get details of a specific prompt template
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_name | Yes | Name of the prompt template to get |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"prompt_name": {
"description": "Name of the prompt template to get",
"type": "string"
}
},
"required": [
"prompt_name"
],
"type": "object"
}