Amplify Toolbox
    Preparing search index...

    Type Alias ResourceNameValidator

    Implementors can validate what should be the correct resource name

    type ResourceNameValidator = {
        validate: (resourceName: string) => void;
    }

    Implemented by

    Index

    Properties

    Properties

    validate: (resourceName: string) => void

    executes the validation