ConfigurationProfileValidatorsArgs

data class ConfigurationProfileValidatorsArgs(val content: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ConfigurationProfileValidatorsArgs>

A list of methods for validating the configuration.

Constructors

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

Properties

Link copied to clipboard
val content: Output<String>? = null

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

Link copied to clipboard
val type: Output<String>? = null

AWS AppConfig supports validators of type JSON_SCHEMA and LAMBDA.

Functions

Link copied to clipboard
open override fun toJava(): ConfigurationProfileValidatorsArgs