Summary data of an Proton service instance resource.
Type: objectProperties: 12Required: 11
DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD
ServiceInstanceSummary is a JSON Structure definition published by Amazon Proton, describing 12 properties, of which 11 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-service-instance-summary-structure.json",
"name": "ServiceInstanceSummary",
"description": "Summary data of an Proton service instance resource.",
"type": "object",
"properties": {
"arn": {
"allOf": [
{
"$ref": "#/components/schemas/ServiceInstanceArn"
},
{
"description": "The Amazon Resource Name (ARN) of the service instance."
}
]
},
"createdAt": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The time when the service instance was created."
}
]
},
"deploymentStatus": {
"allOf": [
{
"$ref": "#/components/schemas/DeploymentStatus"
},
{
"description": "The service instance deployment status."
}
]
},
"deploymentStatusMessage": {
"allOf": [
{
"$ref": "#/components/schemas/StatusMessage"
},
{
"description": "A service instance deployment status message."
}
]
},
"environmentName": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceName"
},
{
"description": "The name of the environment that the service instance was deployed into."
}
]
},
"lastDeploymentAttemptedAt": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The time when a deployment of the service was last attempted."
}
]
},
"lastDeploymentSucceededAt": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The time when the service was last deployed successfully."
}
]
},
"name": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceName"
},
{
"description": "The name of the service instance."
}
]
},
"serviceName": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceName"
},
{
"description": "The name of the service that the service instance belongs to."
}
]
},
"templateMajorVersion": {
"allOf": [
{
"$ref": "#/components/schemas/TemplateVersionPart"
},
{
"description": "The service instance template major version."
}
]
},
"templateMinorVersion": {
"allOf": [
{
"$ref": "#/components/schemas/TemplateVersionPart"
},
{
"description": "The service instance template minor version."
}
]
},
"templateName": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceName"
},
{
"description": "The name of the service template."
}
]
}
},
"required": [
"arn",
"createdAt",
"deploymentStatus",
"environmentName",
"lastDeploymentAttemptedAt",
"lastDeploymentSucceededAt",
"name",
"serviceName",
"templateMajorVersion",
"templateMinorVersion",
"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.