interface IValidator
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.AppConfig.IValidator | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappconfig#IValidator | 
|  Java | software.amazon.awscdk.services.appconfig.IValidator | 
|  Python | aws_cdk.aws_appconfig.IValidator | 
|  TypeScript (source) | aws-cdk-lib»aws_appconfig»IValidator | 
Properties
| Name | Type | Description | 
|---|---|---|
| content | string | The content of the validator. | 
| type | Validator | The type of validator. | 
content
Type:
string
The content of the validator.
type
Type:
Validator
The type of validator.
