{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.amazonResourceEvidence", "title": "microsoft.graph.security.amazonResourceEvidence", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.alertEvidence" }, { "title": "amazonResourceEvidence", "required": [ "@odata.type" ], "type": "object", "properties": { "amazonAccountId": { "type": "string", "description": "The unique identifier for the Amazon account.", "nullable": true }, "amazonResourceId": { "type": "string", "description": "The Amazon resource identifier (ARN) for the cloud resource.", "nullable": true }, "resourceName": { "type": "string", "description": "The name of the resource.", "nullable": true }, "resourceType": { "type": "string", "description": "The type of the resource.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.security.amazonResourceEvidence" } } } ], "x-ms-discriminator-value": "#microsoft.graph.security.amazonResourceEvidence" }