ConfigurationProfileValidators

data class ConfigurationProfileValidators(val content: String? = null, val type: String? = null)

A list of methods for validating the configuration.

Constructors

Link copied to clipboard
constructor(content: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

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

Link copied to clipboard
val type: String? = null

AWS AppConfig supports validators of type JSON_SCHEMA and LAMBDA.