Amazon Fis Target Resource Type Structure

An available target resource type for FIS experiments

Type: object Properties: 3
Chaos EngineeringDevOpsFault InjectionResilience Testing

TargetResourceType is a JSON Structure definition published by Amazon Fault Injection Simulator, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

resourceType description parameters

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-fault-injection-simulator/refs/heads/main/json-structure/amazon-fis-target-resource-type-structure.json",
  "description": "An available target resource type for FIS experiments",
  "type": "object",
  "properties": {
    "resourceType": {
      "type": "string",
      "description": "Resource type identifier",
      "example": "aws:ec2:instance"
    },
    "description": {
      "type": "string",
      "description": "Resource type description",
      "example": "EC2 Instance"
    },
    "parameters": {
      "type": "object",
      "description": "Resource type parameters",
      "additionalProperties": {
        "type": "object"
      }
    }
  },
  "name": "TargetResourceType"
}