AccountEnrollmentStatus is a JSON Structure definition published by Amazon Compute Optimizer, describing 4 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-compute-optimizer/refs/heads/main/json-structure/compute-optimizer-account-enrollment-status-structure.json",
"name": "AccountEnrollmentStatus",
"description": "Describes the enrollment status of an organization's member accounts in Compute Optimizer.",
"type": "object",
"properties": {
"accountId": {
"allOf": [
{
"$ref": "#/components/schemas/AccountId"
},
{
"description": "The Amazon Web Services account ID."
}
]
},
"status": {
"allOf": [
{
"$ref": "#/components/schemas/Status"
},
{
"description": "The account enrollment status."
}
]
},
"statusReason": {
"allOf": [
{
"$ref": "#/components/schemas/StatusReason"
},
{
"description": "<p>The reason for the account enrollment status.</p> <p>For example, an account might show a status of <code>Pending</code> because member accounts of an organization require more time to be enrolled in the service.</p>"
}
]
},
"lastUpdatedTimestamp": {
"allOf": [
{
"$ref": "#/components/schemas/LastUpdatedTimestamp"
},
{
"description": "The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated."
}
]
}
}
}
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.