ValidatorType

class aws_cdk.aws_appconfig_alpha.ValidatorType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

(deprecated) The validator type.

Stability:

deprecated

Attributes

JSON_SCHEMA

(deprecated) JSON Scema validator.

Stability:

deprecated

LAMBDA

(deprecated) Validate using a Lambda function.

Stability:

deprecated