Amazon Proton · Schema
EnvironmentTemplate
The environment template data.
DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD
Properties
| Name | Type | Description |
|---|---|---|
| arn | object | |
| createdAt | object | |
| description | object | |
| displayName | object | |
| encryptionKey | object | |
| lastModifiedAt | object | |
| name | object | |
| provisioning | object | |
| recommendedVersion | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-schema/amazon-proton-environment-template-schema.json",
"title": "EnvironmentTemplate",
"description": "The environment template data.",
"type": "object",
"properties": {
"arn": {
"allOf": [
{
"$ref": "#/components/schemas/EnvironmentTemplateArn"
},
{
"description": "The Amazon Resource Name (ARN) of the environment template."
}
]
},
"createdAt": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The time when the environment template was created."
}
]
},
"description": {
"allOf": [
{
"$ref": "#/components/schemas/Description"
},
{
"description": "A description of the environment template."
}
]
},
"displayName": {
"allOf": [
{
"$ref": "#/components/schemas/DisplayName"
},
{
"description": "The name of the environment template as displayed in the developer interface."
}
]
},
"encryptionKey": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The customer provided encryption key for the environment template."
}
]
},
"lastModifiedAt": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The time when the environment template was last modified."
}
]
},
"name": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceName"
},
{
"description": "The name of the environment template."
}
]
},
"provisioning": {
"allOf": [
{
"$ref": "#/components/schemas/Provisioning"
},
{
"description": "When included, indicates that the environment template is for customer provisioned and managed infrastructure."
}
]
},
"recommendedVersion": {
"allOf": [
{
"$ref": "#/components/schemas/FullTemplateVersionNumber"
},
{
"description": "The ID of the recommended version of the environment template."
}
]
}
},
"required": [
"arn",
"createdAt",
"lastModifiedAt",
"name"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-proton-environment-template"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.