GetConfigurationProfileValidator

data class GetConfigurationProfileValidator(val content: String, val type: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.