{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeployAsApplicationConfigurationUpdate", "title": "DeployAsApplicationConfigurationUpdate", "type": "object", "properties": { "S3ContentLocationUpdate": { "allOf": [ { "$ref": "#/components/schemas/S3ContentBaseLocationUpdate" }, { "description": "Updates to the location that holds the data required to specify an Amazon Data Analytics application." } ] } }, "description": "Updates to the configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state." }