ConfigurationProfileValidator

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

Either the JSON Schema content or the ARN of an AWS Lambda function.

Link copied to clipboard

Type of validator. Valid values: JSON_SCHEMA and LAMBDA.