Validator

class Validator

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

AppConfig supports validators of type JSON_SCHEMA and LAMBDA

Functions

Link copied to clipboard
inline fun copy(block: Validator.Builder.() -> Unit = {}): Validator
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String