recommendationStep
Last updated
A single step within a remediation recommendation.
type RecommendationStep {
title: String
command: String
postCommandExplanation: String
}title String
Descriptive title for this step
command String
Runnable command (CLI command or Terraform code block)
postCommandExplanation String
Explanation shown after the command
Last updated
