AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A validator provides a syntactic or semantic check to ensure the configuration that you want to deploy functions as intended. To validate your application configuration data, you provide a schema or an Amazon Web Services Lambda function that runs against the configuration. The configuration deployment or update can only proceed when the configuration data is valid.

Inheritance Hierarchy

System.Object
  Amazon.AppConfig.Model.Validator

Namespace: Amazon.AppConfig.Model
Assembly: AWSSDK.AppConfig.dll
Version: 3.x.y.z

Syntax

C#
public class Validator

The Validator type exposes the following members

Constructors

NameDescription
Public Method Validator()

Properties

NameTypeDescription
Public Property Content System.String

Gets and sets the property Content.

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

Public Property Type Amazon.AppConfig.ValidatorType

Gets and sets the property Type.

AppConfig supports validators of type JSON_SCHEMA and LAMBDA

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5