Amplify Toolbox
Preparing search index...
@aws-amplify/plugin-types
ResourceNameValidator
Type Alias ResourceNameValidator
Implementors can validate what should be the correct resource name
type
ResourceNameValidator
=
{
validate
:
(
resourceName
:
string
)
=>
void
;
}
Implemented by
ResourceNameValidatorStub
Index
Properties
validate
Properties
validate
validate
:
(
resourceName
:
string
)
=>
void
executes the validation
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
validate
Amplify Toolbox
Loading...
Implementors can validate what should be the correct resource name