Validator
public struct Validator : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Either the JSON Schema content or the Amazon Resource Name (ARN) of an AWS Lambda function.
Declaration
Swift
public let content: String
-
AppConfig supports validators of type JSON_SCHEMA and LAMBDA
Declaration
Swift
public let type: ValidatorType
-
Undocumented
Declaration
Swift
public init(content: String, type: ValidatorType)
-
Declaration
Swift
public func validate(name: String) throws