ConfigurationExclusions interface
Model that represents exclusion criteria for protecting resources from fault injection. Uses union (OR) logic - a resource is excluded if it matches ANY criteria.
Properties
| resources | Array of specific resource IDs to exclude from fault injection. |
| tags | Array of tag key-value pairs. Resources with matching tags are excluded. |
| types | Array of resource types. All resources of these types are excluded. |
Property Details
resources
Array of specific resource IDs to exclude from fault injection.
resources?: string[]
Property Value
string[]
tags
Array of tag key-value pairs. Resources with matching tags are excluded.
tags?: KeyValuePair[]
Property Value
types
Array of resource types. All resources of these types are excluded.
types?: string[]
Property Value
string[]