CreateUpdatedWorkspaceImageRequest schema from Amazon WorkSpaces API
Type: objectProperties: 4Required: 3
DesktopEnd User ComputingVirtual DesktopDesktop as a Service
CreateUpdatedWorkspaceImageRequest is a JSON Structure definition published by Amazon WorkSpaces, describing 4 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"required": [
"Name",
"Description",
"SourceImageId"
],
"name": "CreateUpdatedWorkspaceImageRequest",
"properties": {
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/WorkspaceImageName"
},
{
"description": "The name of the new updated WorkSpace image."
}
]
},
"Description": {
"allOf": [
{
"$ref": "#/components/schemas/WorkspaceImageDescription"
},
{
"description": "A description of whether updates for the WorkSpace image are available."
}
]
},
"SourceImageId": {
"allOf": [
{
"$ref": "#/components/schemas/WorkspaceImageId"
},
{
"description": "The identifier of the source WorkSpace image."
}
]
},
"Tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagList"
},
{
"description": "<p>The tags that you want to add to the new updated WorkSpace image.</p> <note> <p>To add tags at the same time when you're creating the updated image, you must create an IAM policy that grants your IAM user permissions to use <code>workspaces:CreateTags</code>. </p> </note>"
}
]
}
},
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-create-updated-workspace-image-request-structure.json",
"description": "CreateUpdatedWorkspaceImageRequest schema from Amazon WorkSpaces API"
}
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.