DebugSession is a JSON Structure definition published by Amazon CodeBuild, describing 2 properties. 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-codebuild/refs/heads/main/json-structure/amazon-codebuild-debug-session-structure.json",
"name": "DebugSession",
"description": "Contains information about the debug session for a build. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html\">Viewing a running build in Session Manager</a>.",
"type": "object",
"properties": {
"sessionEnabled": {
"allOf": [
{
"$ref": "#/components/schemas/WrapperBoolean"
},
{
"description": "Specifies if session debugging is enabled for this build."
}
]
},
"sessionTarget": {
"allOf": [
{
"$ref": "#/components/schemas/NonEmptyString"
},
{
"description": "Contains the identifier of the Session Manager session used for the build. To work with the paused build, you open this session to examine, control, and resume the build."
}
]
}
}
}
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.