Amazon Proton Create Environment Template Version Input Structure
CreateEnvironmentTemplateVersionInput schema from Amazon Proton API
Type: objectProperties: 6Required: 2
DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD
CreateEnvironmentTemplateVersionInput is a JSON Structure definition published by Amazon Proton, describing 6 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-structure/amazon-proton-create-environment-template-version-input-structure.json",
"name": "CreateEnvironmentTemplateVersionInput",
"description": "CreateEnvironmentTemplateVersionInput schema from Amazon Proton API",
"type": "object",
"properties": {
"clientToken": {
"allOf": [
{
"$ref": "#/components/schemas/ClientToken"
},
{
"description": "When included, if two identical requests are made with the same client token, Proton returns the environment template version that the first request created."
}
]
},
"description": {
"allOf": [
{
"$ref": "#/components/schemas/Description"
},
{
"description": "A description of the new version of an environment template."
}
]
},
"majorVersion": {
"allOf": [
{
"$ref": "#/components/schemas/TemplateVersionPart"
},
{
"description": "<p>To create a new minor version of the environment template, include <code>major Version</code>.</p> <p>To create a new major and minor version of the environment template, exclude <code>major Version</code>.</p>"
}
]
},
"source": {
"allOf": [
{
"$ref": "#/components/schemas/TemplateVersionSourceInput"
},
{
"description": "An object that includes the template bundle S3 bucket path and name for the new version of an template."
}
]
},
"tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagList"
},
{
"description": "<p>An optional list of metadata items that you can associate with the Proton environment template version. A tag is a key-value pair.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/resources.html\">Proton resources and tagging</a> in the <i>Proton User Guide</i>.</p>"
}
]
},
"templateName": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceName"
},
{
"description": "The name of the environment template."
}
]
}
},
"required": [
"source",
"templateName"
]
}
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.