DetectorFeatureConfigurationResult is a JSON Structure definition published by Amazon GuardDuty, 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-guardduty/refs/heads/main/json-structure/guardduty-detector-feature-configuration-result-structure.json",
"name": "DetectorFeatureConfigurationResult",
"description": "Contains information about a GuardDuty feature.",
"type": "object",
"properties": {
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/DetectorFeatureResult"
},
{
"xml": {
"name": "name"
},
"description": "Indicates the name of the feature that can be enabled for the detector."
}
]
},
"Status": {
"allOf": [
{
"$ref": "#/components/schemas/FeatureStatus"
},
{
"xml": {
"name": "status"
},
"description": "Indicates the status of the feature that is enabled for the detector."
}
]
},
"UpdatedAt": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"xml": {
"name": "updatedAt"
},
"description": "The timestamp at which the feature object was updated."
}
]
},
"AdditionalConfiguration": {
"allOf": [
{
"$ref": "#/components/schemas/DetectorAdditionalConfigurationResults"
},
{
"xml": {
"name": "additionalConfiguration"
},
"description": "Additional configuration for a resource."
}
]
}
}
}
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.