pub fn validate_port_identifier(id: &str) -> Result<(), IdentifierError>Expand description
Default validator function for Port identifiers.
A valid Identifier must be between 2-128 characters and only contain lowercase alphabetic characters,
pub fn validate_port_identifier(id: &str) -> Result<(), IdentifierError>Default validator function for Port identifiers.
A valid Identifier must be between 2-128 characters and only contain lowercase alphabetic characters,