ConfigurationProfileValidatorArgs

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

Constructors

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

Properties

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

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

Link copied to clipboard
val type: Output<String>

Type of validator. Valid values: JSON_SCHEMA and LAMBDA.

Functions

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