Class EventSourceValidator
- java.lang.Object
-
- software.amazon.smithy.model.validation.AbstractValidator
-
- software.amazon.smithy.aws.traits.EventSourceValidator
-
- All Implemented Interfaces:
software.amazon.smithy.model.validation.Validator
public final class EventSourceValidator extends software.amazon.smithy.model.validation.AbstractValidator
Validates that the aws.api#service/eventSource property matchesaws.api#service/arnNamespace
+ ".amazonaws.com" and does not use incorrect formats.
-
-
Constructor Summary
Constructors Constructor Description EventSourceValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<software.amazon.smithy.model.validation.ValidationEvent>
validate(software.amazon.smithy.model.Model model)
-