Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

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.

Hierarchy

  • Validator

Properties

Properties

Content: undefined | string

Either the JSON Schema content or the Amazon Resource Name (ARN) of an Lambda function.

Type: undefined | string

AppConfig supports validators of type JSON_SCHEMA and LAMBDA