Class: Aws::AppConfig::Types::Validator
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::Validator
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
A validator provides a syntactic or semantic check to ensure the configuration that you want to deploy functions as intended. To validate your application configuration data, you provide a schema or an Amazon Web Services Lambda function that runs against the configuration. The configuration deployment or update can only proceed when the configuration data is valid. For more information, see [About validators] in the *AppConfig User Guide*.
Constant Summary collapse
- SENSITIVE =
[:content]
Instance Attribute Summary collapse
-
#content ⇒ String
Either the JSON Schema content or the Amazon Resource Name (ARN) of an Lambda function.
-
#type ⇒ String
AppConfig supports validators of type ‘JSON_SCHEMA` and `LAMBDA`.