| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Config.Types.EvaluationContext
Description
Documentation
data EvaluationContext Source #
Use EvaluationContext to group independently initiated proactive resource evaluations. For example, CFN Stack. If you want to check just a resource definition, you do not need to provide evaluation context.
See: newEvaluationContext smart constructor.
Constructors
| EvaluationContext' | |
Fields
| |
Instances
newEvaluationContext :: EvaluationContext Source #
Create a value of EvaluationContext with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:evaluationContextIdentifier:EvaluationContext', evaluationContext_evaluationContextIdentifier - A unique EvaluationContextIdentifier ID for an EvaluationContext.
evaluationContext_evaluationContextIdentifier :: Lens' EvaluationContext (Maybe Text) Source #
A unique EvaluationContextIdentifier ID for an EvaluationContext.