pub fn validate_connection_identifier(id: &str) -> Result<(), IdentifierError>
Expand description

Default validator function for Connection identifiers.

A valid Identifier must be between 10-64 characters and only contain lowercase alphabetic characters,