Class TagResourcePropertyNameValidator

java.lang.Object
software.amazon.smithy.model.validation.AbstractValidator
software.amazon.smithy.aws.traits.tagging.TagResourcePropertyNameValidator
All Implemented Interfaces:
Validator

public final class TagResourcePropertyNameValidator extends AbstractValidator
Validates expected tagging property name used for a taggable resource to encourage consistency.
  • Constructor Details

    • TagResourcePropertyNameValidator

      public TagResourcePropertyNameValidator()
  • Method Details

    • validate

      public List<ValidationEvent> validate(Model model)
      Description copied from interface: Validator
      Validates a model and returns a list of validation events.
      Parameters:
      model - Model to validate.
      Returns:
      List of validation events.