Business CommunicationCalendarEmailExchangeEnterprise
Resource is a JSON Structure definition published by Amazon WorkMail, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"properties": {
"Id": {
"allOf": [
{
"$ref": "#/components/schemas/WorkMailIdentifier"
},
{
"description": "The identifier of the resource."
}
]
},
"Email": {
"allOf": [
{
"$ref": "#/components/schemas/EmailAddress"
},
{
"description": "The email of the resource."
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceName"
},
{
"description": "The name of the resource."
}
]
},
"Type": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceType"
},
{
"description": "The type of the resource: equipment or room."
}
]
},
"State": {
"allOf": [
{
"$ref": "#/components/schemas/EntityState"
},
{
"description": "The state of the resource, which can be ENABLED, DISABLED, or DELETED."
}
]
},
"EnabledDate": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The date indicating when the resource was enabled for WorkMail use."
}
]
},
"DisabledDate": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The date indicating when the resource was disabled from WorkMail use."
}
]
}
},
"description": "The representation of a resource.",
"$schema": "https://json-structure.org/meta/core/v0/#",
"name": "Resource",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-resource-structure.json"
}
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.